
@font-face {
    font-family: 'Century\ Gothic';
    src: url('../fonts/Century\ Gothic.ttf');
  }
  @font-face {
    font-family: 'GOTHICB0';
    src: url('../fonts/GOTHICB0.TTF');
  }
  @font-face {
    font-family: 'SansSerifFLF';
    src: url('../fonts/SansSerifFLF-Demibold.otf');
  }

.last-section img{
    padding: 0rem 0rem 2rem 0rem;
}
.last-section img.desktop{
display: block;
}
.last-section img.mobile{
    display: none;
}
body{
    background-color: #f7f8fa;
}
.first-section a{
    overflow: hidden;
    width: 100%;
display: inline-block;
/* height: 450px; */
}
.first-section img{
/* padding: 0 .7rem; */
height: 100%;
width: 100%;
min-width: 100%;
max-width: 100%;
object-fit: cover;
transition: 0.5s all ease-in-out;
transition: transform .64s ease;
}
.first-section img:hover{
    transform: scale(1.06);
}
.home-f-banner{
    padding: 0 9px;
    margin-bottom: 2rem;
}
.home-f-banner img{
    width: 100%;
 
}

.home-f-banner img:hover{
    transform:unset!important
}
.first-section .row{
    /* padding: 0 6rem; */
}
.first-section .content-body .title{
margin: 0;
color: #232323;
font-size: 20px;
text-transform: uppercase;
margin-bottom: 10px;
font-family: 'SansSerifFLF';
font-family: 'Century\ Gothic';
letter-spacing: .02em;
font-weight: 600;
}
.first-section .content-body{
padding: 30px 10px;
text-align: center;
}
.first-section  .content-body .desc{
    margin: 0;
    color: #3c3c3c;
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
font-family: 'SansSerifFLF';
font-family: 'Century\ Gothic';
padding: 0 15px 0 15px;
line-height: 22px;
}
.first-section  .content-body a{
    display: block;
    background-color: #232323;
    color: white;
    border: 1px solid #232323;
    font-size: 16px;
    text-transform: uppercase;
    width: 190px;
    margin: auto;
      margin-top: auto;
    margin-top: 30px;
    padding: 1rem;
}
.trend{
    padding-top: 5px;
    margin-top: 4rem;
}
.trend h2.title{
background-color: #232323;
height: 2px;
width: 100%;
text-align: center;
}
.trend h2.title span{
    z-index: 2;
    background-color: #f7f8fa;
    width: 420px;
    padding: 0 20px;
    color: #232323;
font-size: 20px;
font-family: 'Century\ Gothic';
display: inline-block;
position: relative;
top: -1rem;
}
.trend>.container{
    padding: 0 6rem;
}
.see-all p{
    cursor: pointer;

    margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
text-align: center;
margin-top: 30px;
color: #3c3c3c;
font-weight: 400;
margin-bottom: 20px !important;
line-height: 16px;
font-size: 12px;
text-decoration: underline;

}

#owl-carousel2 .item{
    display: flex;
    justify-content: center;
}
#owl-carousel2 .secondary-btn{
    border: unset;
    padding: 0;
    width: 100%;
}
#owl-carousel2 .secondary-btn:hover{
    border: unset;
}
#owl-carousel2 .owl-nav.disabled{
    display: flex!important;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    border: 1px solid #ccc;
    border-radius: 50%;
}
.owl-theme .owl-nav{
    top: -14rem;
}
 .owl-theme .owl-nav button span {
    color: #232323;
    display: inline-block;
    font-size: 30px;
    width: 35px;
    height: 35px;
}
.owl-carousel .owl-item img{
height: 450px;
}
.first-section .content-body .desc{
    height: 132px;
    overflow: hidden;
}
.owl-carousel#owl-carousel3 .owl-item img {
    height: 400px;
}
@media(max-width:991.5px){
    .first-section .row {
    /* padding: 0 0rem; */
    }
    .first-section .container{
        width: 100%;
        max-width: 98%;
    }
    .trend .container {
        padding: 0;
    }
    .trend .container{
        width: 100%;
        max-width: 96%;
    }      
    .last-section img {
        padding: 5rem 0rem;
    }      

    .last-section .container{
        width: 100%;
        max-width: 97%;
    }
    .owl-theme .owl-nav{
        display: none;
    }
    .owl-carousel .owl-item img {
        height: 500px;
    }
      .first-section .content-body {
        padding: 25px 10px;
    }
    .first-section .content-body a{
        margin-top: 15px;
    }
    .trend h2.title span{
        width: 290px;
    }
    .trend h2.title{
        width: 86%;
text-align: center;
margin: auto;
    }
    .see-all p{
        font-size: 14px;
        margin-bottom: 10px!important;
    }
}
.owl-theme .owl-dots{
    display: none;
}
@media(max-width:767.5px){
    .owl-carousel .owl-item img {
        height: 100%;
    }
    .owl-theme .owl-dots{
        display: block;
        margin-top: 4rem;
    }     
    .owl-theme .owl-dots .owl-dot span{
        border: 1px solid #232323;
background-color: unset;
width: 13px;
height: 13px;
    }
    .owl-theme .owl-dots .owl-dot:hover span{
background-color: unset;
    }
    .owl-theme .owl-dots .owl-dot.active span{
        background-color: #232323;
    }
    .trend {
        margin-top: 2rem;
    }
    .last-section img.desktop{
        display: none;
    }
    .last-section img.mobile{
        display: block;

    }
}
@media(max-width:500px){
    .trend h2.title span {
        width: 270px;
      }
}


:root {
    --duration-long: 500ms;
    --duration-default: 350ms;
    --duration-short: 100ms;
    --text-cart: #3c3c3c;
    --font-body-weight: 500;
    --body-line-height: 22px;
    --body-letter-spacing: .02em;
    --anchor-transition: all ease .3s;
    --font-family: "Century Gothic",sans-serif;
}

body {
    font-family: var(--font-family);
}

label.form-check-label:hover {
    transition: all ease .3s;
    transform : translateX(10px);
}

.separate svg{
    width: 9px;
    height: 10px;
    position: relative;
    top: -1px;
    margin-left: 6px;
}

.bread-crumb{
    font-size: 12px;
    font-family: "Century Gothic",sans-serif;
    background: transparent;
    margin-top: 5rem;
    padding-bottom: 22px;
}

.pink{
    margin-left: 3px;
}

.home-link:hover{
    color: black !important;
}

.section {
    padding: 0rem 0;
    padding: 0rem 18rem 0 15rem;
}

ul.product-review {
    display: none;
}

.product-info.text-center {
    padding: 15px 0 0;
}

.single-grid-product .product-info .product-name .product-link {
    color: #3c3c3c;
    font-size: 12px;
    transition: all ease .3s;
    font-weight: 400;
    font-family: "Century Gothic",sans-serif;

}

.single-grid-product .product-info .product-name .product-link:hover {
    /* text-decoration: underline; */
}
.single-grid-product .product-info .product-name .product-link:hover{

}
h3.product-name {
    margin: 0 !important;
}

.product-price {
    margin-bottom: 0 !important;
}

.single-grid-product .product-info .product-price .price{
    font-size: 14px;
    color: #3c3c3c;
    /* font-weight: 400;     / */
    font-family: "Century Gothic",sans-serif;
}

a.product-link {
    font-family: "Century Gothic",sans-serif;
}

.single-grid-product .product-info .product-name .product-link:hover {
    color: #3c3c3c;
    transition: all ease .3s;
    font-weight: 400;
    font-family: "Century Gothic",sans-serif;
}

label.form-check-label {
    cursor: pointer;
    transition: all ease .3s;
}

.single-grid-product {
    margin-bottom: 2rem !important;
}
.static-images{
    margin-bottom: 2rem;
}
.static-images img{
    padding: 0 6rem;
}
.static-items .container{
    padding: 0 6.2rem;

}
.single-grid-product {
    /* padding-left: 15px;
    padding-right: 15px; */
    margin-bottom: 0;
    padding: 0 5px;

}

.product-top {
    margin-bottom: 0 !important;
}

.single-widget.categories-widget {
    background: transparent;
}

.single-widget.size-widget {
    background: transparent;
}

.accordion-item {
    background-color: transparent;
    border: none;
    padding-bottom: 5rem;
}

.accordion-button:not(.collapsed) {
    color: #232323;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Century Gothic",sans-serif;
}

button.accordion-button {
    border-bottom: 1px solid #787878;
    padding-bottom: 9px;
    margin-bottom: 5px;
    padding-top: 0;
}

.accordion-button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Century Gothic",sans-serif;
    color: #232323;
}

.accordion-button:focus {
    border-color: #787878;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='960px' height='560px' viewBox='0 0 960 560' enable-background='new 0 0 960 560' xml:space='preserve'%3E%3Cg id='Rounded_Rectangle_33_copy_4_1_'%3E%3Cpath d='M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z'/%3E%3C/g%3E%3C/svg%3E");

}

.accordion-body {
    padding: 0rem 1.5rem;
    color: #232323;
    font-size: 14px;
    font-weight: 300;
    font-weight: "Century Gothic",sans-serif;
}

.single-grid-product .product-top .prdouct-btn-wrapper {
    position: absolute;
    left: unset;
    right: -10px;
    top: 10px;
    text-align: center;
    transform: translateZ(0);
    transition: transform var(--duration-long) ease,opacity var(--duration-default) ease;
    display: flex;
    flex-direction: column;
}



.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn .product-btn {
    margin-bottom: 10px;
    background-color: transparent;
    transform: translate3d(10px,0,0);
    transition: transform var(--duration-long) ease,opacity var(--duration-default) ease !important;
}

svg.icon.icon-wishlist {
    width: 18px;
    height: 35px;
    position: relative;
    right: 1px;
}

span.span {
    position: relative;
    right: 1px;
}

svg.icon.icon-eyes {
    width: 20px;
    height: 35px;
    position: relative;
    right: 1px;
}

.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn .product-btn:hover {
    background-color:transparent;
    cursor: pointer;
}

svg.icon.icon-wishlist:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* transform: translateZ(0); */
}


.single-product-btn .btn {
    font-size:12px;
    color:#fff;
    border-radius:50px;
    padding: 0rem 0.75rem!important;
}

.single-product-btn .btn span {
    color:#000000;
    font-size:0;
    visibility: hidden;
}

.single-product-btn .btn:hover span {
    font-size:1.0em;
    visibility: visible;
}

.single-product-btn .btn:hover .ico {
    margin-left: 0px;
}

.single-product-btn .btn:hover .span {
    visibility:visible;
}

.single-product-btn .btn:focus {
    background-color: transparent;
}

/* .btn:active {
    background-color: #000000;
    color: #fff;
} */

.single-product-btn .btn{
    background-color: white!important;
}

.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn .product-btn{
    width: unset;
    height: unset;
}

#icon {
    justify-content: end;
}

.btn-close {
    background-color: #000000;
    opacity: 1 !important;
    background-image: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z'/%3E%3C/svg%3E") !important;
}

.btn-close:focus {
    box-shadow: unset;
}


.col-md-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

button.btn-close {
    position: absolute;
    right: 20rem;
    z-index: 999;
    top: 5rem;
    width: 1.5em;
    height: 1.5em;
}


/* .modal-dialog.modal-dialog-scrollable {
    overflow-y: scroll;
    height: auto;
} */
.modal.test-modal.fade .modal-dialog{
    margin-top: 6rem;
    max-width: 71% !important;
}

.test-modal .modal-body {
    padding: 28px 20px 28px 28px !important;
}

.test-modal .modal-content {
    overflow-y: scroll;
    height: auto;
}

.test-modal .modal-header {
    border-bottom: unset;
}

.test-modal .modal-footer {
    border-top: unset;
}

::-webkit-scrollbar {
    width: 5px;
    height: 100px;
}

::-webkit-scrollbar-track {
    background-color: #A4A4A4;
}

h1 {
    text-align: center;
}

button {
    padding: 0;
    margin: 0;
    border-style: none;
    touch-action: manipulation;
    display: inline-block;
    border: none;
    background: none;
    cursor: pointer;
}

.qty {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center;
    text-align: center; */
}

.qty label {
    flex: 1 0 100%;
}

.qty input {
    width: 4rem;
    height: 4.3rem;
    font-size: 1.3rem;
    text-align: center;
    border-top: 1px solid #c7c7c7;;
    border-left: 1px solid white;
    border-bottom: 1px solid #c7c7c7;;
    border-right: 1px solid white;
}

.qty button {
    width: 2rem;
    height: 4.3rem !important;
    font-size: 2rem;
    background: white;
}

.qty button.qtyminus {
    color: black;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.qty button.qtyplus {
    color: black;
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.qty button {
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 2rem;
    background: white;
}


/* .slide-container {
    position: absolute;
    left: 0;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  } */

.slide-toggle svg {
    width: 22px;
}

.slide {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide > * {
    position: relative;
    font-size: 3em;
    margin: 0;
}

.slide-toggle-container {
    /* position: absolute;
    width: 25%;
    height: 100%;
    right:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.slide-toggle {
    /* font-size: 1.5em; */
    margin: 0;
    cursor: pointer;
    /* user-select: none; */
}

#prev {
    top: 20%;
    left: 46.5%;
    transform: translate(-50%) rotate(-90deg);
    position: absolute;
}

#next {
    position: absolute;
    left: 46.5%;
    top: 40rem;
    transform: translate(-50%) rotate(90deg);
}

.img {
    cursor: pointer;
}

img#pic {
    max-width: 95%;
    padding-top: 20px;
padding-bottom: 20px;
}

.add.btn.btn-outline-secondary {
    border: 1px solid #000000;
}

.text {
    padding-left: 30px;
}

.text h2 {
    color: #232323;
    font-size: 20px;
    letter-spacing: 0px;
    font-family:  "Century Gothic",sans-serif;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.icons {
    margin-bottom: 12px;
    cursor: pointer;
    letter-spacing: 0;
}

.icons svg {
    width: 18px;
    height: 18px;
}

.icons span {
    font-family: "Century Gothic",sans-serif;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 0 10px;
    text-transform: capitalize;

}

div.span {
    margin-bottom: 17px;
}

span h5 {
    margin: 0;
}

div.span h5 span {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

div.span h5 a {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 7px;
}

.price {
    margin-bottom: 30px;
}

.static-items .price {
    margin-bottom: 0;
}
.price span {
    font-family: "Century Gothic",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #232323;
}

.form1 {
    margin-bottom: 8px;
}

p.qty.qty2 {
    margin: 0;
}

p.qty.qty2 label {
    font-weight: 500;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 22px;
    color: #232323;
    text-align: left;
}

.span1 {
    margin-bottom: 14px;
    margin-top: 10px;
}

.span1 h5 {
    font-family: "Century Gothic",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #232323;
}

.add {
    display: flex;
    margin-bottom: 13px;
}

.add button {
    background: #232323;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    width: 350px;
    border-radius: unset;
}

.add button:hover {
    background-color: #fff;
    color: #232323;
    border:1px solid #232323;
}

.add button a {
    color: #fff !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.add button:hover a {
    color: #232323 !important;
    /* background-color: #fff; */

}

.icon1 {
    margin: 0 0 0 15px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 12px;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #c7c7c7;
}

.icon1 svg {
    height: 24px !important;
    width: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon1:hover {
    background-color: #000000;
    border-color: #000000;
}


.icon1:hover svg{
    fill: #fff;
}

label.global-checkbox--label.form-label--checkbox {
    font-size: 12px;
    vertical-align: top;
    width: auto;
    padding-left: 5px;
    line-height: 20px;
    color: #3c3c3c;
    text-transform: revert;
    font-weight: 400;
    cursor: pointer;
}

input#product_conditions_2041395445848 {
    width: 16px;
    height: 16px;
    border: 1px solid #dbdbdb !important;
    cursor: pointer;
}

.product-1 a {
    font-size: 12px;
    vertical-align: top;
    width: auto;
    line-height: 20px;
    color: #3c3c3c;
    text-transform: revert;
    font-weight: 400;
    text-decoration: underline;
}

.product-2 {
    margin-top: 11px;
    margin-bottom: 15px;
}

.product-2 button {
    width: 100%;
    border-radius: unset;
    opacity: .6;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #232323;
    border: 1px solid #acacac;
    padding: 13px 15px !important;
}

.product-2 button:hover {
    background-color: #fff;
    color: #232323;
    opacity: .6;
    border: 1px solid #acacac;
}
.product-1{
    display: flex;
    align-self: center;
}
.modal-backdrop {
    opacity: .7 !important;
}

#modal-dialog {
    width: 50% !important;
    top: 23rem;
    position: relative;
    max-width: unset;
}

#modal-content {
    overflow-y: hidden;
}

#modal-body {
    padding: 30px 10px 20px;
}

#modal-body h2 {
    font-family: "Century Gothic",sans-serif;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin: 0 0 25px;
    color: #232323;

}

#modal-body p {
    font-family: "Century Gothic",sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #232323;

}

#btn-close {
    position: absolute;
    z-index: 99999;
    top: 23rem;
    right: 34rem;
}

#staticBackdrop {
    background: #0000009e;
}

/* section {
    background-color: #f8f8f8;
} */

.hero-section h2 {
    font-family: "Century Gothic",sans-serif;
    text-align: center;
    padding: 0 20px;
    color: #232323;
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 33px;
    z-index: 2;
    position: relative;
    line-height: 24px;
    font-weight: 400;
}

.hero-section .owl-nav.disabled {
    display: block !important;
}

.hero-section .owl-theme .owl-nav button span {
    color: transparent;
    font-size: 50px;
}
.hero-section .owl-nav.disabled button {
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.owl-theme .owl-nav [class=owl-]:hover {
    color: #000000;
    opacity: 1;
}



button.owl-prev {
    position: absolute;
    bottom: 15rem;
    display: flex;
    justify-content: center;
    left: -12px;

}

button.owl-next {
    right: -12px;
    position: absolute;
    bottom: 15rem;
}


.categorie-left {
    padding: 6px 0;
}

input.form-check-input.CheckCategory {
    border-radius: unset;
    background: unset;
    margin-top: 6px;
    cursor: pointer;
}

.sold {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #c1c1c1;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px 0 8px;
    line-height: 20px;
}


#lable {
    padding-left: 10px;
}

#section {
    padding-bottom: 60px;
}

/* #col-lg-8 {
    width: 80% !important;
}

#col-xl-3 {
    width: 20%;
} */

.fa.fa-chevron-right,
i.fa.fa-chevron-left {
    /* font-size: 18px;
    width: 30px;
height: 30px; */
text-align: center;
    color: #000000;
}
.static-images .col-lg-12{
    padding: 0;
}

.form-check-input:checked[type=checkbox] {
    background-color: black;
}

input#product_conditions_2041395445848 [type=checkbox] {
    background-color: #000000 !important;
    margin-right: 5px;
}
#owl-carousel-static.owl-carousel .owl-item img {
    height: 400px;
  }

@media (max-width:1400px) {
    button.owl-next,
    button.owl-prev {
        bottom: 12rem;
    }
}

@media (max-width:1200px) {
    .section {
        padding: 0;
    }
    button.owl-next,
    button.owl-prev {
        bottom: 8rem;
    }
}

@media (max-width:1024px) {
    .col-xl-3.col-lg-4 {
        display: none;
    }
    #col-lg-8 {
        width: 100% !important;
    }
    #col-lg-4 {
        width: 50% !important;
    }
    .single-grid-product:hover .prdouct-btn-wrapper {
        display: none !important;
    }
    .container {
        max-width: 100% !important;
    }
    .bread-crumb {
        padding-left: 16px;
        margin-top: 5px;
    }
}

@media (max-width:426px) {
    button.owl-next, button.owl-prev {
        bottom: 6rem;
    }
    button.owl-prev {
        left: 2px;
    }

    button.owl-next {
        right: 2px;
    }
}


#owl-carousel1 .owl-nav {
display: none!important;
}
.section-form p{
    margin: 0!important;
}
.section-form .container{
    padding: 0 14rem;
}
.section-form .top-title{
    font-size: 26px;
    line-height: 32px;
    color: #000;
    /* font-family: 'GOTHICB0'; */
    font-weight: bold;
        font-family: "Poppins", sans-serif;
    margin-bottom: 8px !important;
    letter-spacing: .02em;
}

.section-form  .sub-title{
    color: #404040;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px!important;
    font-family: "Poppins", sans-serif;
}

.section-form  .form-group{
    margin-bottom: 16px!important;
}

.section-form  .form-group label{
    font-size: 14px;
line-height: 20px;
color: #000;
font-weight: 600;
display:block;
margin-bottom: 4px;
}
.section-form  .form-group label span{
    color: red;
    margin-left: 5px;
}
.section-form  .form-group input.file{
    color: #595959;
width: 100%;
background-color: transparent;
border: 1px solid #c9cdd4;
font-size: 16px;
line-height: 24px;
font-weight: normal;
display: block;
padding: 12px 16px;
font-family: "Poppins", sans-serif;
border-radius: 8px;
font-weight: 600;
}
.section-form  .form-group.last{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-form  .form-group.last p{
    line-height: unset;
margin-left: 10px !important;
font-family: "Poppins", sans-serif;
font-size: 12px;
color: #000;
}
.section-form  .form-group.last input{
    accent-color: #737C76;
}

.section-form  .form-group button{
    width: 100%;
    text-align: center;
    background-color: #858e88;
    border: 2px solid #4d5650;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 12px;
    font-family: "Poppins", sans-serif;
  
}


.section-form .note{
    color: #595959;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
margin-top: 8px;
/* padding: 0 32rem; */
width: 45%;
margin: auto;
font-family: "Poppins", sans-serif;
margin-bottom: 3rem;
margin-top: 0;
}
.section-form .note a{
    text-decoration: underline;
    
}
.section-form .note a:hover{
    text-decoration: underline;
    cursor: pointer

}


.first-section .row, .trend > .container, .static-images img,.static-items .container{
    padding: initial;
    padding-left: 6rem;
    padding-right: 6rem;
}
.last-section img{
    padding-left: 0rem;
    padding-right: 0rem;  
}
@media(max-width:1200px){

    .first-section .row, .trend > .container, .static-images img,.static-items .container{
        padding: initial;
        padding-left: unset;
        padding-right: unset;
    }
    .last-section img{
        padding-left: unset;
        padding-right: unset;  
    }
    .static-images .container, .trend .container, .first-section .container, .static-items .container, .last-section .container{
        max-width: 99%!important;
    }
}

@media(max-width:1024px){
    .home-f-banner{
        margin-bottom: 1rem;
    }
    .first-section .content-body{
        padding: 30px 10px 40px;
    }
    .trend h2.title span{
        width: 330px;
    }
    .trend .owl-carousel .owl-item img{
        height: 325px;
    }
    .owl-theme .owl-nav {
        top: -20rem;
    }
    .section-form .container {
        padding: 0 6rem;
    }
    .first-section .owl-carousel .owl-item img {
        height: 560px;
    }
    .first-section .content-body .desc{
        padding: 0;
    }

    .first-section .content-body a{
        padding: 5px;
        font-weight: 600;
    }
}
@media(max-width:991px){
    .trend .owl-carousel .owl-item img {
        height: 415px;
      }
}

#owl-carousel-fade{
    padding-bottom: 0rem;
}
#owl-carousel-fade img{
    transform: unset!important;
    height: 100%;
}
#owl-carousel-fade .owl-dots{
    display: block!important;
    position: relative!important;
    top: -4rem!important;
    margin-bottom: -2rem!important;
}
#owl-carousel-fade .owl-dots .owl-dot span {
    width: 12px!important;
    height: 12px!important;
    background: #707979!important;
    border:1px solid  #707979!important;
}
#owl-carousel-fade .owl-dots .owl-dot.active span,#owl-carousel-fade .owl-dots .owl-dot:hover span{
background-color: white!important;
}
#owl-carousel-fade .owl-nav button.owl-next, #owl-carousel-fade .owl-nav button.owl-prev{
    border: unset!important;
    /* display: flex; */
    justify-content: center;
    width: 50px;
    height: 50px;
    align-items: center;
}
#owl-carousel-fade .owl-nav {
    top: 0rem;
    width: 90%;
margin: auto;
  }

  #owl-carousel-static .owl-nav{
    display: none!important;
  }

  #owl-carousel-fade .owl-nav{
    display: none;

}
#owl-carousel-fade:hover .owl-nav {
    display: flex;
    z-index: 10000;
  
}
@media(max-width:575px){
   
  
    .first-section img:hover{
      transform:unset
    }
  }

  @media(max-width:1200px){
    #owl-carousel-fade .owl-nav {
        top: -6rem;
    }
    #owl-carousel3 .owl-nav {
        top: -22rem;
    }
    .section-form .container {
        padding: 0 8rem;
    }
    .section-form .note{
        width: 70%;
    }
  }
  #owl-carousel-static .owl-dots{
    display: none;
    margin-top: 0rem;
}
  @media(max-width:767px){
    .last-section img{
        padding: 1rem 0rem;
    }
    #owl-carousel-static .owl-dots{
        display: block;
    margin-top: 0rem;

    }
  }
  .first-section a.desktop, .static-images .desktop{
    display: block;
  }
  .first-section a.moblie, .static-images img.mobile{
    display: none;
  }
  @media(max-width:575px)
  {
    .first-section a.desktop, .static-images .desktop{
        display: none;
      }
      .first-section a.moblie, .static-images img.mobile{
        display: block;
      }
      #owl-carousel-fade .owl-dots{
        top: -8rem !important;
margin-bottom: -6rem !important;
      }
      .trend .owl-carousel .owl-item img {
        height: 100%;
        object-fit: cover;
      }      
      .section-form .note {
        width: 100%;
      }
      .section-form .container {
        padding: 0 4rem;
      }
      
      .first-section .owl-carousel .owl-item img {
        height: 94%;
        object-fit: cover;
      }
      .trend h2.title span {
width: 233px;
        font-size: 17px;
      top: -1.2rem;
      }
      .trend h2.title {
        width: 96%;
    
      }      
      .owl-carousel#owl-carousel3 .owl-item img, #owl-carousel-static.owl-carousel .owl-item img{
        height: 225px;
      }
      #owl-carousel-fade .owl-stage-outer:hover + .owl-nav{
        display: none;
      } 
  }

  @media(max-width:400px){
    .section-form .top-title{
        font-size: 22px;
    }
    .section-form .sub-title{
        font-size: 14px;
    }
    .section-form .form-group input.file{
        padding: 6px 16px;
        font-size: 12px;
    }
    .section-form .form-group button{
        padding: 6px 12px;
        font-size: 14px;
    }
  }



  #onload .modal-dialog{
    max-width: 940px;
    height: 470px;
    max-height: 81vh;
  }
  #onload .modal-body{
padding: 0;
  }
  #onload .col-lg-6{
    padding: 0;
  }
  #onload .col-lg-6:last-child{
    padding: 75px 30px;
    text-align: center;
    background-color: white
  }
  #onload .title-onload{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "Century Gothic",sans-serif;
    letter-spacing: .05em;
    line-height: 24px;
    color: #232323;
    font-weight: 500;
    width: 28rem;
margin: auto;
  }
  #onload .desc-onload{
    font-size: 12px;
    /* text-transform: uppercase; */
    padding: 12px 0 20px;
    font-family: "Century Gothic",sans-serif;
    letter-spacing: .02em;
    line-height: 25px;
    font-weight: 500;

    color: #232323;
    width: 29rem;
margin: auto;
  }
  #onload input.email-onload{
    font-family: "Century Gothic",sans-serif;
    letter-spacing: .02em;
    line-height: 22px;
    color: #232323;
    font-size: 12px;
border: 1px solid #c7c7c7;
padding: 10px 15px;
appearance: none; 
border-radius: 0; 
width: 28rem;
text-align: center;

}
#onload button.submit{
margin: auto;
font-family: 'Century\ Gothic';
font-weight: 600;
    margin-top: 10px;
    min-height: 45px;
    color: #f8f8f8;
    background-color: #304836;
border: 1px solid #232323;
display: block;
text-transform: uppercase;
/* min-width: 130px;
    max-width: 100%; */
padding: 10px 15px;
    outline: none!important;
    cursor: pointer;
    position: relative;
    width: 28rem;
    text-align: center;
    letter-spacing: .02em;
  
}
#onload .social-onload{
    display: flex;
    justify-content: center;
    margin-bottom: 2.2rem;
        margin-top: 5rem;
}
#onload .social-onload a{
    margin: 0 ;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 50%;
        cursor: pointer;
    display: flex;
height: 45px;
width: 45px;
justify-content: center;
align-items: center;
transition: unset;
}


#onload .social-onload a div{
    padding: 8px;
background-color:transparent;
width: 100%!important;
height: 100%!important;
display: flex;
justify-content: center;
align-items: center;
}

#onload .social-onload svg path{
    /* fill: #232323; */
}

/* 
#onload .social-onload a div:hover{
    background-color: #304836;
} */
#onload .social-onload a:hover  {
    border-color: #304836;
} 
#onload .social-onload a:hover div{
    background-color: #304836;
    border-radius: 50%;

}
#onload .social-onload a:hover svg path{
    fill: #fff;
  
}

#onload label{
    pointer-events: auto;
    cursor: pointer;
    line-height: 22px;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: #232323;
    font-size: 12px ;
}

#onload #end-check{
    /* border: 1px solid #dbdbdb; */
    accent-color: #dbdbdb;

}
#onload button.close-onload{
    position: absolute;
right: -1rem;
top: -1rem;
    width: 2em;
height:2em;
    background-color: #000000;
    color: white;
    opacity: 1 !important;
    display: flex;
justify-content: center;
align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 24 24' width='15px' height='15px'%3E%3Cpath d='M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z'/%3E%3C/svg%3E") !important;
  padding: 5px;
  background-repeat: no-repeat;
background-position: center;
}
#onload img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:991px){
    #onload .modal-dialog {
        max-width: 80%;
        max-height: unset;
        height: 500px;

    }
    .modal-dialog-centered {
        min-height: unset;
        margin: auto;
        margin-top: 6rem;
      }
}
@media(max-width:830px){
    #onload .title-onload{
        font-size: 17px;
        width: 22rem;
    }
    #onload .desc-onload{
        width: 23rem;
        line-height: 20px;
    }
    #onload input.email-onload, #onload button.submit{
        width: 22rem;
    }
}
@media(max-width:767px){
    #onload .image-onload{
        display: none;
    }
}

@media(max-width:500px){
    #onload .title-onload, #onload input.email-onload, #onload button.submit{
        width: 100%;
    }
    #onload .desc-onload {
        width: 26rem;
    }
    #onload .social-onload {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
    #onload .col-lg-6:last-child {
        padding: 40px 30px;
    }
    
}
@media(max-width:370px){
    #onload .desc-onload {
        width: 100%;
    }
}
#onload .fixed-item{

}


@media(max-width:575px){
   
  
    .first-section img:hover{
      transform:unset
    }
  }

@media(max-width:1399px) and (min-width:1201px){
    .first-section .row, .trend > .container, .static-images img, .static-items .container, .last-section img{
        padding-left: 0;
        padding-right: 0
        ;
      }
      .section-form .container
      {
        padding: 0 7rem;
      }
}

@media (min-width:1400px){
    .first-section .row, .trend > .container, .static-images img, .static-items .container{
        padding-left: 0em;
        padding-right: 0rem
    }
}
@media (min-width: 1025px){
    .container {
    
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    
    }
    .last-section .container{
        padding-left: 5px;
        padding-right: 5px;   
    }
}





