@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    background: #fff !important;
    color: #333 !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover {
    color: #f15721;
}

.link:hover {
    color: #f15721;
}

body p {
    line-height: 1.75;
}

.text-main {
    color: #f15721 !important;
}
.fs-18{
    font-size: 1.125rem !important;
}

.fs-14{
    font-size: .875rem !important;
}
.fs-12{
    font-size: .75rem !important;
}
.fs-11 {
    font-size: .6875rem !important;
}
.fs-10 {
    font-size: .625rem !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
hr.hr1 {
    height: 2px !important;
    background: #333;
    opacity: 1;
}

.btn.btn1 {
    background: #f15721;
    border: 1px solid #f15721;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    width: auto;
    min-width: 140px;
    padding: 18px 24px;
    font-size: .875rem;
    font-weight: 500;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn.btn1:hover i {
    transition: all .5s ease;
}

.btn.btn1:hover i {
    transform: translateX(8px);
}

.padding {
    padding: 60px 8px;
}

.header-top {
    padding: 5px 8px;
    /* border-bottom: 2px solid #333; */
}

.logo1 {
    width: 70px;
}

nav.navbar {
    padding: 0;
}
nav.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}
nav.navbar .navbar-nav .nav-link {
    color: #333;
    font-size: .875rem;
    padding: 10px 15px;
    text-align: center;
}

nav.navbar .navbar-nav .nav-link.active, 
nav.navbar .navbar-nav .nav-link:hover {
    color: #f15721;
}
.header-top .btn.btn1 {
    padding: 15px 24px;
}

.banner2 .overlay {
    height: 280px;
    background: rgb(0 0 0 / 50%);
}


.swiper1 .swiper-slide .overlay {
    background: linear-gradient(90deg, rgb(0 0 0 / 75%), transparent);
    padding: 40px 8px;
    padding-bottom: 80px;
    height: 80vh;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper1 .swiper-pagination {
    bottom: 20px !important;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 0 2px;
    /* border: 2px solid #f15721; */
}
.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
}

.video-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    transition: all .4s ease;
}
.video-box .video {
    /* border-radius: 15px; */
    overflow: hidden;
    position: relative;
}

.video-box .video img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 2s ease;
}

.video-box:hover .video img {
    transform: scale(1.25);
}

.video-box .txt {
    padding: 20px;
}
.video-box .video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5rem;
}

.video-box .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f15721;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    border-radius: 50px;
    padding: 8px 15px;
}


.stores-box {
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 15px;
    overflow: hidden;
    transition: all .4s ease;
}
.stores-box .img {
    border-radius: 15px;
    position: relative;
    background: #111;
    padding: 20px;
}

.stores-box .img img {
    width: 50px;
    /* height: 350px;
    object-fit: cover;
    transition: all 2s ease; */
}

.stores-box .txt {
    padding: 20px;
    min-height: 120px;
}
.stores-box .img .icon {
    position: absolute;
    top: -24px;
    right: 20px;
    color: #f15721;
    background: #fff;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.stores-box .map {
    width: 100%;
    height: 140px;
    background: #111111;
}

.stores-box .map iframe {
    width: 100%;
    height: 100%;
}


.section1 .overlay {
    background: rgb(177 91 62 / 8%);
    min-height: 400px;
}
.section1 .reveil {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgb(177 91 62 / 75%);
    color: #fff;
    padding: 15px 24px;
    border-radius: 5px;
}

.list1 {
    list-style: circle;
    padding-left: 16px;
}

.list1 li {
    margin-bottom: 10px;
}

.list1 li::marker {
    color: #f15721;
}



.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.swiper2 .swiper-button-prev::after,
.swiper2 .swiper-button-next::after {
    font-size: 18px;
}

.swiper2 .swiper-button-prev {
    left: -20px;
}
.swiper2 .swiper-button-next {
    right: -20px;
}

.order-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.form.form1 .form-control {
    height: 45px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 15px;
}

.form.form1 .form-control:focus {
    border-color: #f15721;
}




/* footer-section */
.footer-section {
    background: #000;
    color: #fff;
}
.footer-section .padding{
    padding: 50px 8px;
}
.social a {
    margin-right: 8px;
    color: #fff;
    background: #f15721;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    font-size: .875rem;
}

.social a:hover {
    background: #fff;
    color: black;
}

.footer-copy {
    padding: 24px 8px;
    /* background: #f15721; */
    color: #fff;
}