
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/public/assets/fonts/lexend-font/Lexend-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/public/assets/fonts/helvetica-font/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/public/assets/fonts/helvetica-font/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/public/assets/fonts/helvetica-font/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/public/assets/fonts/helvetica-font/HelveticaNeueBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('/public/assets/fonts/helvetica-font/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Lexend';

}
p{
    font-weight: 400;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
    /* padding-top: 120px;  */
}
/* header css start */

.nav-bar-padding{
      padding: 0px 40px;
}
.headerpadding-right-left{
      padding: 10px 40px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.header-search-form input {
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #80808059;
    border-radius: 8px 0px 0px 8px;
    padding: 8px;
}

.header-search-form button {
    border-radius: 0px 8px 8px 0px;
    padding: 0px 18px;
    background-color: #2C55A8;
}

.header-right-part{
    padding-left: 100px;
    gap: 35px;
}


.header-right-part a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.header-right-part a:hover{
    color: #2C55A8;
}

.header-right-part a i {
    color: #333;
    font-size: 20px;
}
.cart-counts{
    background-color: #2C55A8;
    background-color: #2C55A8;
    left: 30px;
    font-size: 8px;
    top: 12px;
}

.navbar {
    background-color: #2C55A8;
    padding: 0px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.navbar-nav .nav-link.active{
    border-bottom: 2px solid #fff;
}
.navbar-nav .nav-link:hover{
     border-bottom: 2px solid #fff;
}

.navbar-expand-lg .navbar-nav {
    gap: 15px;
}

.navbar-rightpart {
    font-size: 14px;
    font-weight: 400;
}
.navbar-nav  > *:first-child  .nav-link{
  padding-left: 0px !important;
}

/* Logo fix for smaller screens */
@media (max-width: 575.98px) {
    header img {
        height: 40px;
    }
}


/* header css end  */


/* footer css start  */



main {
    flex: 1;
    /* Pushes footer to the bottom */
}

.general-padding-right-left{
  padding: 0 40px;
}

.footer {
    background-color: #f1f4fb;
    color: #000;
    
}

.footer h5 {
    font-size: 22px;
    color: #2C55A8;
}

.footer-ul li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lexend';
}
.footer-ul li a:hover{

    color: #2C55A8;
}

.footer a:hover {
    text-decoration: underline;
}

.subscribe-column p {
    font-size: 16px;
    letter-spacing: .011em;
}
.footer-second-row .second-column p i{
      font-size: 20px;
      line-height: 0;
}
.footer-para-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.subscribe-form button {
    background-color: #2C55A8;

}

.subscribe-form input {
    font-weight: 400;
    border: 2px solid #80808059;
    border-radius: 5px 0px 0px 5px !important;
    padding: 10px;
    /* background-color: rgb(242 242 242 / 8%); */
    /* backdrop-filter: blur(68px); */
    color: #80808059;
}

.subscribe-form input::placeholder {
    color: #9999999e;
}

.subscribe-form button {
    padding: 0px 25px;
    border-radius: 0px 5px 5px 0px !important;
}

.footer .row {
    margin: 0px;
}

.footer-first-row {
    gap: 60px;
    margin-bottom: 30px !important;
}
.company-column{
    padding-left: 0px;
}

.footer-second-row .second-column {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.footer-second-row .second-column p{
    font-weight: 500;
}

.footer hr {
    color: #2C55A8;
    opacity: 0.7;
    margin: 8px 0;
}

.footer-second-row .first-column,
.footer-second-row .second-column {
    margin-top: 0px;
}
.footer-second-row .first-column{
    padding-left: 0px;
}
.footer-second-row .second-column{

    font-size: 14px;
    font-weight: 500;
}

.social-icon {
    font-size: 1rem;
    color: #fff;
    background-color: #ccc;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    text-decoration: none;
}

.social-icon.facebook {
    background-color: #1877f2;
}

/* Facebook Blue */
.social-icon.linkedin {
    background-color: #0a66c2;
}

/* LinkedIn Blue */
.social-icon.youtube {
    background-color: #ff0000;
}

/* YouTube Red */
.social-icon.instagram {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%, #fd5949 45%,
            #d6249f 60%, #285AEB 90%);
}

.social-icon.x {
    background-color: #000;
}

/* X (Twitter) Black */

.social-icon:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

/* header mobile cart css  */

.header-mobile-cart span{
    background-color: #2C55A8 !important;
    left: 20px;
    font-size: 8px;
    top: 3px;
}
.header-mobile-cart i {
    color: #333;
    font-size: 20px;
}


@media (max-width: 767.98px) {
    .footer .row>div {
        /* text-align: center; */
    }

    .footer form {
        flex-direction: column;
    }

    .footer form input {
        border-radius: .375rem !important;
        margin-bottom: .5rem;
    }

    .footer form button {
        border-radius: .375rem !important;
        width: 100%;
    }
    .headerpadding-right-left{
        padding: 10px 20px;
    }
}

/* footer css end */

/* mobile menu css  */

.offcanvas.offcanvas-start{
    right: 0;
    left: auto;
    width: 80%;
    transform: translateX(100%);
}

@media (min-width:768px) {
    .footer-mobile-logo-container{
        display: none;
    }
    .support-mobile-heading{
        display: none;
    }
    
}

@media (min-width:992px) {
    .header-mobile-cart{
        display: none;
    }
}

@media (max-width:768px) {
    .header img{
        height: 50px !important;
    }
    .header .header-mobile-cart img{
        height: 35px !important;
        margin-top: -6px;
        margin-right: -6px;
    }
    .mobile-toggle-btn i{
        font-size: 28px !important;
        color:#2C55A8 !important ;
    }
    .offcanvas-header .btn-close{
        margin-right: 0px !important;
    }
    .px-4{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .navbar-nav .nav-link{
        color: #000;
        font-size: 16px;
    }
    .offcanvas-body{
        font-size: 16px;
    }
    
    .footer-first-row{
        gap: 12px;
    }
    .row>*{
        margin-top: 0px;
    }
    .footer-mobile-logo-container{
        margin-bottom: 12px;
    }
    .help-and-support{
        padding: 0px;
    }
    .our-policies{
        padding: 0px;
    }
    .subscribe-column{
        padding: 0px;
    }
    .footer-second-row .first-column{
        display: none;
    }
    .footer-second-row .second-column{
        flex-direction: column;
        justify-content: flex-start;
        text-align: left !important;
        gap: 0px;
        padding: 0px;
    }
    .copy-right-container{
        text-align: left !important;
        align-items: flex-start !important;
        font-size: 14px;
    }
    .footer-ul li a{
        font-size: 14px;
        margin-bottom: 0px !important;
    }
    .footer h5{
        margin-bottom: 8px !important;
        font-size: 16px;
    }
    .subscribe-column p{
        font-size: 14px;
        margin-bottom: 30px !important;
    }
    .footer-second-row .second-column{
        font-size: 14px;
    }
    .company-column{
        width: 28%;
        display: inline-block;
        padding: 0px;
    }
    .help-and-support{
        width: 30%;
        display: inline-block;
    }
    .our-policies{
        width: 30%;
        display: inline-block;
    }
    .social-icon{
        font-size: 14px;
    }
    .footer form{
        margin-bottom: 8px !important;
    }
    .support-desktop-heading{
        display: none;
    }
    .navbar-nav .nav-link.active{
        border-bottom: unset;
    }
    .navbar-nav .nav-link:hover{
        border-bottom: unset;
    }
    #mobile-search-toggle i.fs-4{
        font-size: 18px !important;
    }
}
@media (min-width:576px) and (max-width:768px) {
    .footer-first-row{
        gap: 0px;
    }
    .company-column{
        width: 33.33%;
    }
    .help-and-support{
        width: 33.33%;
    }
    .our-policies{
        width: 33.33%;
    }
    .subscribe-column{
        width: 100%;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .header img{
        height: 50px !important;
    }
    .mobile-toggle-btn i{
        font-size: 28px !important;
        color:#2C55A8 !important ;
    }
    .offcanvas-header .btn-close{
        margin-right: 0px !important;
    }
    .navbar-nav .nav-link:hover{
     border-bottom: unset;
}
    .header-search-form{
        display: none !important;
    }
    .navbar-nav .nav-link{
        font-size: 16px;
        color: #000;
    }
    .offcanvas.offcanvas-start{
        width: 60%;
    }
    .footer-first-row{
        gap: 0px;
    }
    .footer h5{
        font-size: 20px;
    }
    .footer-ul li a{
        font-size: 16px;
    }
    .subscribe-column p{
        font-size: 12px;
    }
    .subscribe-form button{
        font-size: 12px;
        padding: 0 15px;
    }
    .social-icon{
        font-size: 16px;
    }
    .footer-second-row .second-column{
        font-size: 12px;
    }
    

}

@media (min-width:992px) and (max-width:1128px) {
    .footer-first-row{
        gap: 50px;
    }
    .header-search-form{
        max-width: 450px !important;
    }
}

.footer .container-fluid{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.header .container-fluid{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}@media (min-width:1700px) {    #desktop-search-form{        max-width: 800px !important;    }    .footer .container-fluid{        padding: 0 40px !important;    }}

.footer .container-fluid{        padding: 0 40px !important;    }
