@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1b1b1b;
}
a{
    color: #87c7f5;
}
a:hover{
    color: #ededed;
}
/*AUTO SET*/
.sec-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-padding-lg{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-40{
    padding-right: 40px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-60{
    padding-top: 60px !important;
}
.ml-auto{
    margin-left: auto !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.ml-60{
    margin-left: 60px !important;
}
.ml-70{
    margin-left: 70px !important;
}
.mr-auto{
    margin-right: auto !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-60{
    margin-top: 60px !important;
}
/*SITE LAYOUTS*/

h1{
    font-size: 32px;
}
h2{
    font-size: 27px;
}
h3{
    font-size: 24px;
}

.hr{
    margin-top: 30px;
    margin-bottom: 30px;
    background: #d1d1d4;
}

.mybtn{
    background: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 2px;
    display: block;
    transition: .2s;
}
.mybtn:hover{
    background: #ffffff;
    color: #000;
    text-decoration: none;
}
.mybtn-inline{
    background: #000;
    padding: 10px 25px;
    font-size: 14px;
    color: #F0DB9F;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 2px;
    display: inline-block;
    transition: .2s;
}
.mybtn-inline:hover{
    background: #F0DB9F;
    color: #000;
    text-decoration: none;
}

.mylink{
    text-decoration: none;
    color: #000;
    display: block;
    transition: .2s;
}
.mylink:hover{
    text-decoration: none;
    color: red;
}
.mylink-inline{
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: .2s;
}
.mylink-inline:hover{
    text-decoration: none;
    color: red;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.navIcon i.fas.fa-phone {
    font-size: 21px;
}
a.navIcon {
    /* width: 30px; */
    /* height: 30px; */
    /* background: #F0DB9F; */
    display: flex;
    align-items: center;
    font-size: 26px;
    justify-content: center;
    color: #ffffff;
    /* border-radius: 50%; */
    text-decoration: none;
}
/*HEADER*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){
    .nav-links{
        gap: 20px;
    }
    .nav-links .mybtn{
        padding: 5px 15px 7px;
        font-size: 14px;
        display: none;
    }
    a.navIcon{
        font-size: 20px;
        width: 40px;
        height: 40px;
        background: #F0DB9F;
        color: #3e6763;
        border-radius: 5px;
    }
    a.navIcon i.fas.fa-phone{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){

}

/*LANDING PAGE*/
.section-wrapper {
    background: #3E6763;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.section-header {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    background: rgb(62 103 99);
    background: linear-gradient(0deg, rgba(9,119,93,0) 0%, rgb(62 103 99) 39%);
}
.header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    gap: 30px;
}
.header-inner .logo{
    display: flex;
    align-items: center;
}
.sec-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.sec-body-inner {
    display: grid;
    grid-template-columns: 2fr  1fr;
    gap: 30px 90px;
    align-items: center;
}
.sec-body .title {
    font-size: 42px;
    color: #F0DB9F;
    font-weight: 600;
    line-height: 1.4;
}
.sec-body .title span {
    color: #F0DB9F;
}
.sec-body .sub-title {
    font-size: 20px;
    color: #eee8d6;
    margin-top: 30px;
    font-weight: 500;
}
.sec-body img{
    width: 100%;
}
.btn-holder {
    margin-top: 60px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.mybtn-solid {
    background: #ffffff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #3E6763;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    transition: .2s;
}
.mybtn-solid:hover{
    background: #3E6763;
    color: #F0DB9F;
}
.mybtn-solid.dark {
    background: #3E6763;
    color: #ffffff;
}
.mybtn-solid.dark:hover{
    background: #3E6763;
    color: #ffffff;
}
.mybtn-solid.light {
    background: #eeeeee;
}
.mybtn-solid.light:hover{
    color: #3E6763;
}
.mybtn-solid.w-full {
    width: 100%;
}
.myLinkBtn{
    background: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #F0DB9F;
    text-decoration: none;
    outline: none;
    text-align: center;
    border: none;
    border-radius: 0px;
    display: block;
    transition: .2s;
}
.sec-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(62 103 99);
    background: linear-gradient(0deg, rgb(62 103 99) 61%, rgba(9,119,93,0) 100%);
    padding-bottom: 40px;
    padding-top: 60px;
}
.footer-text{
    color: #eee8d6;
    font-size: 12px;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
.text-logo {
    font-size: 32px;
    font-weight: 600;
    color: #F0DB9F;
}
.login-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    grid-template-columns: auto 315px;
}
.login-form.show{
    display: grid;
}
.login-form .left-overley {
    background: #00000099;
}
.login-form-content {
    width: 315px;
    background: #ffffff;
    height: 100%;
}
.mytoast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
     display: none; 
    border-radius: 5px;
    background: rgb(255 255 255 / 84%);
}
.mytoast.show{
    display: block;
}
.toast-body{
    color: #3E6763;
    font-size: 14px;
}
.login-form-content .form-inner {
    padding: 30px;
    margin-top: 30px;
}

.login-form-content .form-inner .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-form-content .form-inner  label {
    margin-bottom: 10px;
    font-size: 14px;
}

.login-form-content .form-inner input {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 0;
}
.item.mobile-slider{
    display: none;
}

.myCategory-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.myCategory-inner .categoryItem {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
}
.myCategory-inner .categoryItem img {
  width: 100% !important;
}
.myCategory-inner .categoryItem .categoryContent {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 50%);
}
.myCategory-inner .categoryItem .categoryContent .title {
  font-size: 20px;
  color: #F0DB9F;
}
.myCategory-inner .categoryItem .categoryContent .dis {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #F0DB9F;
}
.myCategory-inner .categoryItem .categoryContent button {
  background: none;
  color: #F0DB9F;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
}
.myCategory-inner .categoryItem .categoryContent button i{
    margin-left: 5px;
}
@media screen and (max-width: 1200px){
    .sec-body .title{
        font-size: 32px;
    }
    .sec-body .sub-title{
        font-size: 16px;
        margin-top: 20px;
    }
    .sec-body-inner{
        grid-template-columns: 3fr 2fr;
        gap: 0;
    }
}
@media screen and (max-width: 992px){
    .sec-body-inner {
      grid-template-columns: 1fr;
      gap: 20px;
      display: flex;
      flex-direction: column-reverse;
      margin-top: 60px;
    }
    .item.web-slider{
        display: none;
    }
    .sec-body img {
      max-width: 100%;
    }
    .sec-body .title {
      font-size: 24px;
      text-align: center;
      margin-top: 30px;
    }
    .sec-body .sub-title {
      text-align: center;
    }
    .btn-holder{
        display: grid;
        grid-template-columns: 1fr;
    }
    .sec-body{
        position: unset;
        transform: none;
    }
    .sec-footer{
        position: unset;
        margin-top: 30px;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .section-wrapper{
        height: 100%;
    }
    .section-header{
        padding: 0 10px;
    }
    .footer-text{
        text-align: center;
    }
}
@media screen and (max-width: 762px){
    .myCategory-inner{
        grid-template-columns: 1fr;
    }
    .logo img {
      width: 100%;
      max-width: 130px;
    }
}
@media screen and (max-width: 480px){

}

/*CUSTOM SECTION*/

@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){
    div#singleProductAddToCart .product-button-wrapper {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    div#singleProductAddToCart button.single_add_to_cart_button {
        width: 100% !important;
    }

}
@media screen and (max-width: 480px){

}




















.grid {
  display: flex;
  justify-content: center;
  gap: 3vmin;
  transition: 0.3s;
}

.slider {
  height: 100vh;
  overflow: hidden;
}
.slider-items {
  display: flex;
  flex-direction: column;
  gap: 3vmin;
  padding-top: 3vmin;
  animation-name: scroll;
  animation-duration: 30s;
  animation-duration: calc(30s + var(--slow));
  animation-delay: var(--delay);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.slider-items .item {
  position:relative;
  background:#020202;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.slider-items .item a{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 2;
}
.slider-items .item .slideContent {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F0DB9Ffffd4;
    opacity: 0;
    transition: .2s;

}
.slider-items .item:hover .slideContent{
    opacity: 1;
}
.slider-items .item .slideContent .title {
    font-size: 20px;
    color: #3E6763;
}

.slider-items .item .slideContent .dis {
    font-size: 14px;
    padding-bottom: 40px;
    margin-top: 10px;
}
@keyframes scroll {
  100% {
    transform: translateY(-100%);
  }
}
@media (hover: hover) {
  .slider:hover .slider-items {
    animation-play-state: paused;
  }
}


@media (max-width: 600px) {
  .hidden-m {
    display: none;
  }
}



.static-img-grp .main-item {
    display: grid;
    gap: 25px;
}
.static-img-grp .main-item.two{
    margin-top: 100px;
}
.static-img-grp .item {
  position:relative;
  background:#020202;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.static-img-grp .item a{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 2;
}
.static-img-grp .item .slideContent {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F0DB9F;
    opacity: 0;
    transition: .2s;

}
.static-img-grp .item:hover .slideContent{
    opacity: 1;
}
.static-img-grp .item .slideContent .title {
    font-size: 16px;
    color: #3E6763;
}

.static-img-grp .item .slideContent .dis {
    font-size: 14px;
    padding-bottom: 40px;
    margin-top: 10px;
}

.our-brands{
    display: none;
}


@media screen and (max-width: 992px){

}
@media screen and (max-width: 762px){
    .static-img-grp .main-item.two {
      margin-top: 25px;
    }
    .our-brands{
        display: block;
    }
    .our-brands .title{
        margin-bottom: 30px;
    }
    .our-brands .static-img-grp {
      gap: 30px;
      display: grid;
    }
    .mybtn-solid{
        background: #F0DB9F;
        border-color: #F0DB9F;
        color: ;
    }

}
@media screen and (max-width: 480px){

}