
html{
  scroll-behavior: smooth
}
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Baloo+2:wght@400;500;600;700;800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.shadow-on-hover {
  transition: all 0.4s;
}
.shadow-on-hover:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-bottom-color: 1px solid gray !important;
}
/* nabvar */
.navbar h1 {
  font-family: "Lato", sans-serif;
 font-weight: 800;
  font-size: 36px;
  color: #1d1d1d;
}
.nav-item a {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 8px;
}
.nav-item a:hover {
  color: #024e82;
  transform: scale(1.2);
}
.nav-icon i {
  margin-right: 15px;
  font-size: 20px;
  color: #024e82;
  cursor: pointer;
}
.my-position-absolute{
  position: absolute;
  top: -10px;
  right: -0px;
  background-color: #024e82;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 13px;
}
/* main */
.main {
  overflow: hidden;
  position: relative;
}
.main img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}
.main-details {
  position: absolute;
  top: 40%;
  text-transform: uppercase;
  width: 100%;
  left: 350px;
  right: 0;
}
.main-details h6 {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 800;
  font-size: 48px;
}
.main-details button {
  border-color: white;
  border-radius: 0;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-top: 50px;
}
.main-details button:hover {
  transform: scale(1.2);
  border-color: white;
  color: white;
}
/* main-two */
.main-two h4 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.main-two h6 {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 15px;
}
.main-two p {
  color: #024e82;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.lato p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1d1d1d;
}
/* support */
.wr h6 {
  font-family:"Lato", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1d1d1d;
}
.wr p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d1d1d;
}
.mg img {
  margin-right: 10px;
}
/* box */
.box-mind{
  height: 100%;
}
.box-mind h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.box-mind p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;

  
}
.box-mind button {
  border-color: white;
  border-radius: 0;
  color: #024e82;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0px;
  background-color: white;
}
.box-mind button:hover {
  transform: scale(1.2);
  border-color: white;
  background: white;
  color: #024e82;
}
/* sellers */
.sellers h4 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.sell-link p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #555555;
}
.sell-link a {
  color: #555555;
  text-decoration: none;
}
.sellers h6 {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 16px;
  color: #1d1d1d;
}
.sellers p {
  color: #024e82;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.men-button  {
  background: #024e82 !important;
  border-radius: 0;
  color: white !important;
  margin-top: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-color: #024E82 !important;
}
.men-button :hover {
  transform: scale(1.2);
  border-color: white;
  background: #024e82 !important;
  color: white;
}
.sellers button  {
  background: #024e82 !important;
  border-radius: 0;
  color: white !important;
  margin-top: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-color: #024E82 !important;
}
.sellers button :hover {
  transform: scale(1.2);
  border-color: white;
  background: #024e82 !important;
  color: white;
}
.dis-cont{
  margin-top: 10px;
}
/* footer */
.footer h6 {
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.form-control {
  border: none;
  border-bottom: 1px solid gray !important;
  border-radius: 0;
  background-color: #fbfbfb;
}
.form-control:focus {
  box-shadow: none !important;
}
footer {
  background: #fbfbfb;
}
.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  margin-top: 25px;
}
.footer input{
  background-color: #FBFBFB !important;
}
.anchor{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.anchor i{
  font-weight: 900;
  font-size: 16 !important;
  color: #555555;
}
.footer-bottom p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.footer-bottom img {
  margin-right: 10px;
}


/* second nav */
.my-nav a{
  text-decoration: none;
}
.my-nav-two a,h1{
  text-decoration: none;
  
}
.my-nav-two h1{
font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #1d1d1d;
  margin-left: 30px;
}
.offset::before {
  height: 1rem;
  margin-top: 0rem;
  content: "";
  display: block;
}
/* about */

/* MAIN */
.main-about{
  overflow: hidden;
  position: relative;
}
.main-about img {
  width: 100%;

  overflow: hidden;
}
.main-details-about {
  position: absolute;
  top: 60%;
  text-transform: uppercase;
  width: 100%;

  right: 250px;
}
.main-details-about h6 {
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 48px;
}

.about a {
  color: #14517b;
  border-radius: 15px;
  font-family: "Lato", sans-serif;
border-color: #f1f1f1;
  font-weight: 400;
  font-size: 24px;
  top: 0px;
  left: 0px;
  background-color: white;
}

.about a:hover {
  background-color: #024e82 !important;
  color: white;
}
.abt a {
  color: #14517b;
  border-radius: 15px;
  font-family: "Lato", sans-serif;
border-color: #f1f1f1;
  font-weight: 400;
  font-size: 24px;
 top: 0;
 left: 0;
    background-color: white;
}
.abt a:hover {
  background-color: #024e82 !important;
  color: white;
}
.buy-now{
  bottom: 20px;
  
  width: 100%;
  display: flex;
  justify-content: center;
}
/* founders */
.founders h5{
 font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.founders h6{
 font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 21px;
}
/* test */
.test h5{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.fa-quote-left{
  color: #000000;
  font-size: 45px;
  margin-bottom: 10px;
}
.test-detail{
  width: 50%;
  margin-left: 50px;;
}
.test-detail h6{
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 24px;
  color: #555555;
}
.test-detail p{
   font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #1D1D1D;
  margin-top: 20px;
}

/* form */
.my-form {
  border: 1px solid #ebebeb !important;
  background-color: white;
}

.form h5 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1d;
}
.form p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.form h6 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #1d1d1d;
}
label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.form a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.form-info {
  margin-left: 70px;
}
.form-info-two {
  margin-top: 70px;
  margin-left: 70px;
}
/* cart */
.cart{
  padding-top: 80px;
}
.log{
   margin-bottom: 16px !important;
}
.log a{
 color: #1D1D1D;
}
.log a:hover{
  color: #695b5b !important;
}
.log a:focus{
  color:
#1D1D1D !important ;
}
#cart h6{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1d1d1d;

}
#menCart h6{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1d1d1d;

}
.log-icon i{
  color: #D6763C;
 
}
.log-icon2{
  color: #d9c4b7 !important;
}
.log-icon{
  margin-bottom: 24px;
}
.log-icon p{
  font-size: 10px;
}
.space{
  color:#818181 ;
  margin-right: 30px;
  text-decoration: line-through;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.spc{
  color:#024E82 ;
 
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.cotton{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-top: 26px;
  margin-bottom: 36px;
}
.choose{
  border-color: #EBEBEB;
  background-color: #FBFBFB;
  border-radius: 0;
}
.line{
  border-bottom: 1px solid #ebebeb;
}
.dropdown-item span{
  margin-right: 15px;
}
.my-category{
  color: #1D1D1D  !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.polo p{
  color: #555555 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
}



/* circle */
.circle {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin-right: 10px;
}
.circle-mode i{
  color: #818181;
}
.my-descrip{
  border: 1px solid #EBEBEB;
  width:136px ;
  height: 56px;
  margin-left: 12px;
}
.my-descrip p{
  color: #1D1D1D;
   font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.my-descrip-2{
  border: 1px solid #EBEBEB;
  width:136px ;
  height: 56px;
  background-color:#FBFBFB;
  
}
.my-descrip-2 p{
  color: #818181;
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.long-p{
  border: 1px solid #EBEBEB;
}
.long-p p{
  color: #555555;
   font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
.my-bills h6{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1D1D1D;
}
.shop-cart{
  padding-top: 100px;
}
.bill-cart{
  padding-top: 30px;
}
.my-bills label{
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.my-bills th{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #1D1D1D;
}
.my-bills td{
font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  text-transform: capitalize;
}
.my-table{
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  border-bottom:1px solid  #EBEBEB;
}

.cash{
  border: 1px solid #EBEBEB;
  
 
}
.small-cash{
  
  border: 1px solid #EBEBEB;
  margin: 30px;
  background-color: #FBFBFB;
  color: #555555;
}
/* shopping cart */

.orange{
  background-color: #D6763C;
  border-radius: 0;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.orange:hover{
   background-color: #D6763C;
  border-radius: 0;
  transform: scale(1.2);
}
.bg-orange{
  background-color: #D6763C;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
}
.o-pill{
  width: 42px;
  height: 42px;
  background-color: #D6763C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 20px;
}
.o-pill p{
  font-size:14px ;
  margin-bottom: 0 !important;
}
.my-table th{
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #1D1D1D;
}
.my-td {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.baloo{
  font-family: "Baloo 2", cursive !important;
  font-weight: 700;
  font-size: 16px;
  color: #555555 !important;
}
.x{
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  color: #818181 !important;
}
.table-2{
  margin-top: 90px !important;
}

















@media(max-width:1280px){
.main-details{
        left: 258px;
    }
    .main-details-about{
  right: 185px;
} 
}
.my-nav{
      display: block;
    }
    .my-nav-two{
  display: none;
}
  
    
@media(max-width:1024px){
.main-details{
        left: 111px;
    }
    .my-nav{
      display: block;
    }
    .my-nav-two{
  display: none;
}

}


@media(max-width:990px){
  .my-nav{
  display: none;
}
.my-nav-two{
  display: block;
}
.box-mind p {
  font-size: 14px;
}
}
@media(max-width:912px){
.my-nav{
  display: none;
}
.my-nav-two{
  display: block;
}
.form-info-two{
  margin-left: 0;
  margin-top: 25px;
}
.form-info{
  margin-left: 0;
}
}
.main-details{
        left: 18px;
    }
    .main-details-about{
      right: 135px;
      
    }
    .main-details-about h6{
      font-size: 35px;
    }

@media(max-width:976px){
  .box-mind{
    height: 100%;
  }
}


    @media(max-width:768px){
 .main-details-about{
  right: 98px;
} 
}
@media(max-width:640px){
  .main-about img{
      height: 24vh;
}}
@media(max-width:540px){
  .main-details{
        left: 0px;
    }
    .main-details-about{
  right: 153px;
}
.main-about img{
      height: 24vh;
      
    }
    .my-bills h6{
      font-size: 26px;
    }
    .main-details-about{
      right: 0;
    }
    .my-test{
      flex-direction: column;
    }
    .test-img{
      text-align: center;
    }
    .test-detail{
      width: 100%;
      margin-left: 0;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
    }
}
@media(max-width:500px){
      section{
        padding-top: 25px;
      }
      .main img{
        display: none;
      }
      .main-two h4{
        font-size: 30px;
      }
      .box-mind h6{
        font-size: 25px;
      }
      .box-mind p{
        font-size: 15px;
      }
      .main-about img{
        display: none;
      }
      .founders{
        margin-top: 25px;
      }
      .founders h5{
        font-size: 30px;
      }
      .form h5{
        font-size: 30px;
      }
      .form h6{
        font-size: 30px;
      }
      .test h5{
        font-size: 30px;
      }
      .test-detail h6{
        font-size: 20px;
      }
      .founders h6{
        font-size: 17px;
      }

.about a{
        font-size: 20px;
      }
      .abt a{
        font-size: 20px;
      }


    }
    @media(max-width:414px){
      section{
        padding-top: 20px;
      }
      .main img{
        display: none;
      }
      .main-about img{
        display: none;
      }
      .main-two-about{
        margin-top: 40px;
      }
      .founders h5{
        font-size: 27px;
      }
      .form h5{
        font-size: 27px;
      }
      .form h6{
        font-size: 27px;
      }
      .test h5{
        font-size: 27px;
      }
      .test-detail h6{
        font-size: 17px;
      }
      .founders h6{
        font-size: 15px;
        
      }
      .about a{
        font-size: 15px;
      }
      .abt a{
        font-size: 15px;
      }
    }
    @media(max-width:414px){
      .navbar-toggler{
        font-size: 1rem !important;
      }
      .my-nav-two h1{
        font-size: 26px;
        
      }
      .nav-icon {
        font-size: 17px;
      }}
      @media(max-width:375px){
  .form-info{
    margin-left: 0;
  }
  .form-info-two{
    margin-left: 0;
  }
}
       @media(max-width:366px){
      .my-position-absolute{
  position: absolute;
  top: -10px;
  right: 6px;
  background-color: #024e82;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 13px;
}
       }
       .my-nav-two h1{
        font-size: 18px;
       margin-left: 12px;
       
        
      }
      .nav-icon i {
        font-size: 17px;
        margin-right: 11px;
       
      }
    
     @media(max-width:300px){
      .my-nav-two h1{
        font-size: px;
       margin-left: 10px;
       
        
      }
      .nav-icon i {
        font-size: 15px;
        margin-right: 9px;
       
      }
      .my-table th{
        font-size: 10px;
      }
    }