/*-----------------------------------
        Google Fonts
 ------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Alfa+Slab+One&family=Bungee&family=Lato:wght@300;400;700;900&family=Oswald:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800;900&family=Righteous&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/*

font-family: 'Aldrich', sans-serif;
font-family: 'Alfa Slab One', cursive;
font-family: 'Bungee', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Spectral', serif;

*/


/*-----------------------------------
            Starter Framework
 ------------------------------------*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
  color: #282528;
  background-color: #F7F8FA;
}

html{
    scroll-behavior: smooth;
}

button:focus{
  box-shadow: none !important;
}

/*----------------------------------------
           Banner Slider Control Section
 -----------------------------------------*/
.owl-theme .owl-nav{
  display: none;
}

.owl-theme .owl-dots{
  display: flex;
  position: absolute;
  top: 250px;
  left: 387px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-right: 15px;
}
.owl-theme .owl-dots .owl-dot:focus {
 border: none !important;
 outline: none;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF5D59;
}

/*-----------------------------------
            Top Header Section
 ------------------------------------*/
 .top-header{
 width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.7s ease-in-out;
  padding: 25px 0;
  background-color: #fff;
 z-index: 99999 !important;
}




 .top-header .form-control{
  box-shadow: 0 0 #fff;
  outline: none;
  border: none;
  border: 1px solid #ddd;
}
.top-header .form-control{
  width: 550px;
}
.top-header .cart-btn .cart-icon{
  position: relative;
}

.top-header .cart-btn .cart-icon span{
  position: absolute;
    top: -8px;
    left: 83%;
    height: 20px;
    width: 20px;
    color: #fff;
    background: #FF5D59;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;

}

.top-header .input-group-text {
    color: #fff;
    background-color: #ff5d59;
    border: none;
    border-radius: 0;
    transition: 0.5s ease-in-out;
}
.top-header .input-group-text:hover {
    cursor: pointer;
    background-color: #ff5d22 !important;
    transition: 0.5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.top-header .cart-user-profile img{
  height: 40px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 60%;
}

.top-header .dropdown .cart-user-profile{
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .cart-user-profile:focus{
  border: none !important;
  background: transparent;
  outline: none !important;
  appearance: none;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .dropdown-menu{
      padding: 0;
    margin: 0;
    margin-top: 15px;
}
.top-header .dropdown .dropdown-item{
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
}

.top-header .dropdown .dropdown-item i{
  margin-right: 6px;
}

/*-----------------------------------
            Header Section
 ------------------------------------*/

 .header-section{
   width: 100%;
   background-color:#282828; 
   background-size: cover;
   background-repeat: no-repeat;
   position: fixed;
   top: 90px;
   z-index: 999;
   transition: 0.7s ease-in-out;
}

 .header-area.sticky{
 /*  background-color: #F56961; */
  transition: 0.7s ease-in-out;
}

 .header-section .navbar-expand-lg{
  padding-left: 0 !important;
}
 .header-section .head-align{
  padding-left: 0 !important;
}

/* 
 .header-section .col-md-12{
  background-color:#282828;
} */



.nav-link{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
    
}

 .header-section ul li a:hover{
  transition: 0.5s ease-in-out;
  color:#fff1e6 !important;  
}

.nav-link::after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.nav-link:hover::after{
  width: 100%;
  transition: width 0.3s;
}
 .header-section ul li a:focus{
  color: #FFF !important;
}
 .header-section ul li a:focus::after{
  width: 100%;
  transition: width 0.3s;
}

 .header-section ul li{
  margin-right: 30px;
}

 
 /*-----------------------------------
         Login Register Section
 ------------------------------------*/

 .login-register-section{
  width: 100%;
  padding: 35px 0;
  margin-top: 150px;
}
.login-register-section .col-md-6{
 padding: 3rem 0rem 3rem 0rem;
 background-color: #00BFA6;
 background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
 background: linear-gradient(to right, #FF4B2B, #FF416C);
 border-radius: 5px 0 0 5px;
 display: flex;
 align-items: center;
}
 .login-register-section .col-md-5{
   padding: 3rem 4rem 3rem 0rem;
 }
 .content{
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
/*   padding: 6rem 3rem 6rem 3rem; */
  border-radius: 5px;
}
.login-register-section .sign-in-text{
  font-family: 'Quicksand', sans-serif;
  /* font-family: 'Rajdhani', sans-serif; */
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 .login-register-section .form-control{
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
 }
 .login-register-section .checkbox-css{
  margin-left: 20px;
 }
 .login-register-section .social-container{
     display: inline-block;
 }
 .login-register-section .social-container a{
      list-style-type: none;
    float: left !important;
    margin-right: 10px;
    background: #F56961;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    display: block;
    text-align: center;
    transition: 0.5s ease-in-out;
 }
 .login-register-section .social-container a:hover {
    transition: 0.5s ease-in-out;
    transform: scale(1.2);
}
 .login-register-section .social-container i {
    color: #fff;
    font-size: 15px;
}
 .login-register-section .form-control:focus{
  color: #495057;
  outline: 0;
  box-shadow: none;
  border-color: #ddd;
}
.login-register-section label{
  font-family: 'Quicksand', sans-serif;
}
.login-register-section select:focus{

outline: none;
}
 .login-register-section .btn{
  color:#fff;
  border-color: #FF5D25;
  background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 50px;
}
 .login-register-section .btn:hover{
  background-color: #FF5D25;
  border-color:#FF5D25;
  color: #fff;
 }
 .login-register-section .login-btn{
  width: 100%;
 }

 .login-register-section .sign-up{
  font-family: 'Quicksand', sans-serif;
  margin-top: 10px;
  text-align: center;
 }
 .login-register-section .sign-up p{
  margin-bottom: 0;
  font-weight: 600;
 }
 .login-register-section .sign-up a{
  text-decoration: none;
  font-weight: 700;
  color: #FF4360;
 }


 /*-----------------------------------
            Footer Section
 ------------------------------------*/

 .footer-section{
   width: 100%;
   padding: 100px 0;
   padding-bottom: 50px !important;
   background-color: #282828;
 }
 .footer-section h4{
   font-family: 'Rajdhani', sans-serif;
   color: #fff;
   font-size: 25px;
   font-weight: 600;
   text-align: left;
   margin-bottom: 30px;
   text-transform: uppercase;
 }

.footer-section ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer-section .footer-content{
    padding-left: 0;
  }
  .footer-section .footer-content li a{
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .footer-section .footer-content li a:hover{
    color: #FF5D59;
    transition: 0.3s ease-in-out;
  }
  .footer-section .company-info .info-details{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  /* Copyright Section */
  .copyright-section{
    width: 100%;
    background-color: #282828;
    padding: 25px;
    border-top: 2px solid #3b3535;
  }


