@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;1,100&display=swap');

body {
    font-family: 'Montserrat';
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
    scroll-behavior: smooth;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
    margin-bottom: 0rem; 
}
/*PreLoader*/
.loader_bg {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.loader {
    border: 0px solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vh-75px);
}
.loader:before, .loader:after {
    content: '';
    border: 1em solid #2a55a3;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before {
    animation-delay: .5s;
}
@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*Header*/
.main-navbar {

    background-color: #fff !important;
    border-bottom: 1px solid #DDDDDD;
    height: 62px;
}
.main-navbar ul.navbar-nav li.nav-item.active .nav-link {
    opacity: 1;
    font-weight: bold;
}
.main-navbar ul.navbar-nav li.nav-item .nav-link {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 18px;
    /* letter-spacing: 1px; */
    /* font-weight: 900; */
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.5;
}
.main-navbar ul.navbar-nav li.nav-item .nav-link:hover {
    color: #000;
}
.logo-img {
    max-width: 110px;
}
.footer-logo {
    max-width: 173px;
}
.lo-btn {
    background: #000;
    color: #fff !important;
    border-radius: 5px;
    height: 32px !important;
    margin-top: 6px;
    opacity: 1 !important;
}
.lo-btn:hover {
    background-color: #FFF;
    color: #000 !important;
    border: 1px solid #000;
}
.main-navbar.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, .7) !important;
    outline: none !important;
    border-radius: 0;
    border: none;
}
/*mobile-header-menu*/
.no-overflow {
    overflow: hidden !important;
}
.mobile-menu {
    position: absolute;
    top: 0;
    left: 3000px;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    color: #FFF;
    /* padding: 20px; */
    transition: all 0.5s ease;
    overflow-y: auto;
}
.mobile-menu-show {
    left: 0 !important;
}
.mobile-menu ul.m-menu {
    margin-left: auto;
    width: 60%;
    padding-left: 0;
    list-style-type: none;
    min-height: 100%;
    background-color: rgba(255,255,255,0.98);
    border-left: 1px solid #ddd;
}
.mobile-menu ul.m-menu li.m-menu-item {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.mobile-menu ul.m-menu li.m-menu-item a.m-menu-link {
    padding: 12px 20px;
    display: block;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 18px;
}
.mobile-menu ul.m-menu li.m-menu-item a.m-menu-link.m-menu-lbl {
    color: #999 !important;
}
.close-menu {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 3px;;
    cursor: pointer;
    padding: 10px;
    transition: all 0.5s ease;
}
.close-menu :hover {
    background-color: #787878;
    transition: all 0.5s ease;
}
.mobile-menu ul.m-menu li.m-menu-item {
    position: relative;
}

a:hover {
    color: #DDDDDD;
    font-weight: 700;
    transition: 0.3s ease-in;
    text-decoration: none;
}

/*Top Banner*/
.salon-banner-item {
    position: relative;    
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.salon-banner-item img {
    width: 100%;
    height: 100%;
}

.banner-info {
    margin-top: -10rem;
}
.search-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 8px;
    padding: 8px 0;
}
.drop-down-wrapper {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    background: transparent;
}
.drop-down-option {
    position: relative;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight:500;
    padding: 13px 16px;
    text-align: left;
    z-index: 10;
    transition: all0.2s ease;
    font-family: 'Montserrat';
}
.form-control {
    padding: 15px;
    line-height: initial;
    height: 50px;
}
.s-input {
    background: transparent !important;
    border: none !important;
    font-size: 14.5px !important;
    color: #000 !important;
    font-family: 'Montserrat' !important;
}
.line {
    width: 1px;
    height: 25px;
    background: #787878;
}
.rq-btn {
    background: #1D355A;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 9px 20px !important;
}
.rq-btn:hover {
    background-color: #FFF;
    color: #000 !important;
    border: 1px solid #000;
}
/*inforamtion card 1*/
.box {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 130px;
    padding-bottom: 30px;
    background-color: #dbecf74a;
}
.box-part{
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
    margin:30px 0px;
    box-shadow: 2px 2px 15px #c3d0e563;
}
.title {
    color: #1D355A;
    margin-top: 15px;
}
.title h4 {
    font-size: 18px;
    font-weight:bold
}
.text{
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 15px 0px;
}

/*why-choose-valeto*/
.why-choose-valeto {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.why-choose-valeto-head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.why-choose-valeto-head h2 {
    font-family: 'Montserrat';
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    color: #1D355A;
}
.why-choose-valeto-head h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 5px;
    background: #76adff;
}
.sub-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    font-family: 'Montserrat';
    position: relative;
    font-weight: 400;
    font-size: 18px;
}
video {
    padding-top: 40px;
    width: 100%;
    height: auto;
    max-height: 388px;
}

/*3s Benefit for customers*/
.three-s {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.three-s-head h2{
    font-family: 'Montserrat';
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #1D355A;
}
.three-s-head h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 5px;
    background: #76adff;
}
.Threes-benefit {
    padding-left: 137px;
}
.customer-benefits {
    font-family: 'Montserrat';
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 2px;
    color: #1D355A;
}
.mb-60 {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
}
.save-money-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.save-money {
    width: 100%;
    height: 100%;
    max-height: 400px;
    display: flex;
    object-fit: cover;
    flex-shrink: 0;
}
.save-money-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.save-money-title {
    font-family: 'Montserrat';
    position: relative;
    font-size: 30px;
    font-weight: 800;
    color: #1D355A;
}

.save-money-detail {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #666;
}

/*Customer Testimonials*/
.Testbg-img {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../Images_Icons/Testimonial_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center;   
}
.testimonial-head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.testimonial-head h2 {
    font-family: 'Montserrat';
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ecf0f7;
    margin-bottom: 50px;
}
.testimonial-head h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 5px;
    background: #76adff;
}
.testimonial-part {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 20px;
    margin:50px 0px;

}
.testi-title h2 {
    font-size: 20px;
    color: #15202A;
    font-weight: 600;
} 
.testi-title h5 {
    font-family: 'Montserrat';
    color: darkgray;
    font-size: 14px;
}
.test-text {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight:600;
    margin:20px 0px;
}
/*Valet FAQ's*/
.valeto-faq {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.faq-head h2 {
    font-family: 'Montserrat';
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0px;
    color: #1D355A;
}
.faq-head h2:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 5px;
    background: #76adff;
}
.wrapper {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-input {
    position: absolute;
    opacity: 0;
    z-index: 1;
}
.accordion {
    width: 100%;
    overflow: hidden;
}
.item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.faq-title {
    font-family: 'Montserrat';
    background-color: #e5e5e5;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    color: #1D355A;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
}
.faq-title:after {
    content: "\276f";
    color: #1D355A;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: all 0.35s;
}
.content {
    font-family: 'Montserrat';
    background: #DDDDDD;
    padding: 0 1em;
    color: 787878;
    max-height: 0;
    transition: all 0.35s;
}
.faq-input:checked + .faq-title:after {
    transform: rotate(90deg);
}
.faq-input:checked ~ .content {
    max-height: 100vh;
    padding: 1em;
}
/*upcoming features*/
.mub-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mrgn-top {
    margin-top: 20px;
}
.coming-soon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming-soon {
    height: 100%;
}

/*.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}
.order-now {
    background: #007bff;
    color: white;
    border-color:1px solid #007bff;
}

/*back-top-top*/
#btpBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1D355A;
    color: #fff;
    cursor: pointer;
    border-radius: 60px;
    font-size: 10px;
    height: 35px;
    width: 35px;
    align-items: center;
    text-align: center;
}
#btpBtn:after {
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}
#btpBtn:hover {
    background-color: #ffffff;
    transition: 0.3s ease-in;
    border: 1px solid #1D355A;
    color: #242424;
}
/*footer*/
.footer{
    background-color: #0080C5;
    background-image: linear-gradient(to bottom right, #1D355A, #0080c5 );
}
.section {
    padding-block: 50px;
}
.footer-container {
    gap: 2rem;
}
.d-grid {
    display: grid;
}
.company-data {
    display: flex;
    flex-direction: column;
    order: 1;
}
.company-description {
    margin-block: 1rem;
    max-width: 75%;
    color: #ffffff;
}
.app-download{
    flex-direction: row;
    display: inline-flex;
    margin-bottom: 1rem;
    padding-left: 0px;
    gap: 1rem;
    color: #fff;
}
.copyright-notice {
    opacity: 8;
    color: #fff;
}
.footer-list {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px;
}
.ft-list {
    display: flex;
    align-items:flex-start;
    gap: 1rem;

}
.footer-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}
.list-link {
    color: #ddd;
}
.list-link :hover {
    color: #ddd;
    transition: 0.35s ease-in-out;
    text-decoration: none;
}
.footer-copyright {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-inline {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.footer-copyright a {
    color: #0672b0;
    text-decoration: none;
    background: #fff;
    margin: 0 6px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

/*mobile-view css*/
@media screen and (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
@media only screen and (max-width: 768px) and (max-width: 1101px) {
    body {
        padding-top: 62px;
    }
    .banner {
        top: 30px;
    }
    .banner-info {
        margin-top: 20px;
        background: #f5f9fd;
    }
    .search-con {
        margin: 20px;
        box-shadow: 2px 2px 15px #c3d0e563;
        padding: 16px 16px;
    }
    .line {
        width: 100%;
        height: 1px;
        background: #ddd;
        margin: 4px 0;
    }
    .box {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
    .why-choose-valeto {
        padding-left: 30px;
        padding-right: 30px;
    }

    .Testbg-img {
        padding-left: 30px;
        padding-right: 30px;
    }
    .valeto-faq {
        padding-left: 30px;
        padding-right: 30px;
    }
    .why-choose-valeto-head {
        text-align: center;
    }
    .three-s-head h2{
        text-align: center;
    }
    .testimonial-head h2 {
        text-align: center;
    }
    .faq-head h2 {
        text-align: center;
    }
    .company-data{
        grid-column: span 1;
        order: 1;
    }
}


@media screen and (min-width: 1400px) 
{
    .footer-container{
        grid-template-columns: repeat(5, 1fr);
    }   
    .company-data{
        grid-column: span 2;
        order: 0;
    }

    .company-description{
        max-width: 85%;
    }

}

@media screen and (min-width: 900px){

    .footer-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .company-data{
        grid-column: span 2;
        order: 1;
    }

    .company-description{
        max-width: 85%;
    }

}
@media screen and (min-width: 1024px){

    .footer-container{
        grid-template-columns: repeat(4, 1fr);
    }
    .company-data{
        grid-column: span 2;
        order: 0;
    }
    .company-description{
        max-width: 85%;
    }

}

@media only screen and (max-width: 768px) and (max-width: 1101px) {
    .Threes-benefit {
        padding-left: 0;
    }
    .save-money-main {
        padding-left: 0px;
    }
    .save-money-title {
        text-align: center !important;
        margin-top: 10px;
        font-size: 24px;
    }
    .save-money-detail {
        text-align: center !important;
        font-size: 16px;
        padding-right: 0px;
    }
    .coming-soon {
        width: 100%;
        height: 100%;
    }
}