@font-face {
    font-family: mainOne;
    src: url(../img/fonts/Berlin\ Sans\ FB\ Regular.ttf);
}
@font-face {
    font-family: secondOne;
    src: url(../img/fonts/BAHNSCHRIFT\ 5.TTF);
}
body{
    background-color: white !important;
}
.nav-link{
    color:#1C3855 !important;

}
.nav-item > .active, .nav-item:hover, .nav-link:hover{
    /* color:#37AEEB !important; */
}

.wm-logo-hero {
    max-width: 500px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; /* Space between logo and title, matches mb-4 */
}

@media (max-width: 767px) {
    .wm-logo-hero {
        max-width: 300px; /* Smaller size for mobile */
    }
}
.wm-btn-primary{
    border-color: #37AEEB !important;
    background:#37AEEB !important;
    color:white !important;
    border-radius: 50px !important;
    padding-left:20px !important;
    padding-right:20px !important;
}
.navbar{
    height: 75px !important;
    box-shadow: 34px 15px 7px -17px #dddd;
}

.main-title {
    margin-top:40px;
    font-size:53px;
    color:#1C3855 !important;
    text-shadow: 0px 2px 0px #404040;
}
.main-title > span {
    color:#37AEEB !important;
}
.pre-header-description{
    font-size: 16px;
    width: 65%;
    margin: 0 auto;
    color: #606164;
    margin-top: 20px;
}
.wm-btn-secondary{
    background:#EEB84A !important;
    color:#1C3855 !important;
    border-color: #EEB84A !important;
}
.hero{
    background: white url("../imgs/bg-hero.png") fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.wm-img-hero{
    width: 62%;
    margin-top: 24px;
}


.wm-features{
    margin-top:10pc !important;
    margin-bottom:3pc !important;
}
.wn-inner, .wm-card{
    margin-top:20px;
    margin-left:8px;
    margin-right:8px;
    background:#ffffff7a;
    border-radius: 15px;
}

.wn-features-container{
    background: radial-gradient(circle, rgba(126,222,236,1) 0%, rgba(157,215,245,1) 48%, rgba(204,241,255,1) 100%) !important;
    border-radius: 15px ;
    position:relative !important;
}
.wn-icon-wrapper{
    width:70px;
    height:70px;
    background-color: #C7EAFB;
    border:1px solid #DFF3FD !important;
    border-radius: 50%;
    text-align: center;
    margin:0 auto;
}
.wn-icon-wrapper > img{
    width: 40px !important;
    margin: 10px 12px;
}
.wm-info > h4 {
    font-size:19px !important;
}
.wrapper-info{
    padding: 25px !important;
}
.wrapper-info-s2{
    padding: 22px !important;
}
.wrapper-info > h3, .wrapper-info-s2 > h3, .wm-plans h1, .review-section h1 {
    font-size:35px !important;
}
.wrapper-info > span, .wrapper-info-s2 > span {
    font-size:26px !important;
}
.wn-inner-card{
    padding-left: 14px !important;
    padding-right: 18px !important;
    padding-top: 18px !important;
    padding-bottom: 10px !important;
}
.wm-card{
    right: 0px !important;
    background-color: white !important;
    width:60%;
}
.wm-card-s1{
    left: 28px;
    top:40% !important;
    width:60%;
    background-color: white !important;
    border-radius: 15px;
    margin-top:-20px !important;
}
.wm-card-s2{
    right:8% !important;
    top:70% !important;
    width:60%;
    background-color: white !important;
    border-radius: 15px;
    transform: rotate(-4deg);
    margin-top:-20px !important;

}
.wn-icon-wrapper-s1, .wn-icon-wrapper-s2, .wn-icon-wrapper-s3{
    width:70px;
    height:70px;
    background-color: #C7EAFB;
    border:1px solid #DFF3FD !important;
    border-radius: 50%;
    text-align: center;
    margin:6px auto;
}
.wn-icon-wrapper-s1 > img{
    width: 50px !important;
    margin: 10px 12px;
}

.wn-icon-wrapper-s2 > img{
    width: 44px !important;
    margin: 10px 14px !important;
}
.wn-icon-wrapper-s3 > img{
    width:20px !important;
    margin: 4px;
}
.wn-icon-wrapper-s3 {
    width:30px;
    height:30px;
}

.btn-primary-wm{
    border-color: #37AEEB !important;
    background:#37AEEB !important;
}
.btn-choix, .btn-choix .list-group-item{
    background-color:#ACDFF8 !important;
    border-color:#ACDFF8 !important;
    border-radius: 15px;
}
.btn-choix-secondary{
    background-color:#EEB84A !important;
    border-color:#EEB84A !important;
    border-radius: 15px;
}
.btn-grey-wm{
    border-color: #212529 !important;
    background: #e1e1e1 !important;
    color: #212529;
}
.inner-plan{
    border:1px solid #ddd;
    background:#FDFDFD;
    border-radius: 15px !important;
    padding:30px !important;
    min-height:550px !important;
}
.wm-plans{
    margin-bottom:60px;
}
.badge-populaire{
    top:10px;
    right:30px;
}
.review-section{
    background: #FFF8EB  !important;
    border-radius: 15px !important;
}
button.owl-dot {
    background: #F9DA9B !important;
    width: 10px;
    height: 10px;
    border-radius: 13px;
    margin-left: 8px;
}
button.owl-dot.active{
    background-color: #2b4560 !important;
}
.review{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.img-review{
    width:50px !important;
}
.review p {
    text-align: center;
    font-size: 30px;
    color:#2b4560;
}
.bar {
    height: 8px;
    width: 38px;
    background: #2b4560;
    display: block;
}
.review h4{
    font-size:18px;
    color: #2b4560;
    margin-left:12px;
}
.item p {
    font-size: 22px;
    margin-top: 5px;
}
.dropdown-menu {
    border: 1px solid #0000002d;
    border-radius: 0.375rem;
}
.footer-logo{
    width:80%;
}
.center-footer{
    background-color: #FFF8EB;
    text-align: center;
    color:#37AEEB;
    border-top-left-radius:15px ;
    border-top-right-radius:15px ;
}
.item-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0px;
    padding-top: 14px;
}
.item-footer a{
    color:#1f86b9;
    text-decoration: none;
}
.item-footer img{
    width: 28px !important;
    margin-bottom:10px;
}
.footer{
    padding-top:20px;
}
.footer-link{
    color:#2b4560 !important;
    text-decoration: none;
    padding-top:10px;
}
.inner-footer{
    background-color: #FDFAFA;
}
.inner-footer h5{
    font-size:15px;
}
.inner-footer a img{
    margin-top: -10px;
    margin-left: -7px;
}
::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #37AEEB; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1f86b9; 
  }
#hero, #plans, #features {
    scroll-margin-top: 8rem !important;
}

@media only screen and (max-width : 1800px) {
    
}

@media only screen and (max-width : 1700px) {

}

@media only screen and (max-width : 1400px) {
 
}

@media only screen and (max-width : 1200px) {
 

}

@media only screen and (max-width : 979px) {
 


}

@media only screen and (max-width : 767px) {
  
}

@media only screen and (max-width : 480px) {
   .main-title {
    font-size: 32px;
   }
   .pre-header-description {
    font-size: 16px;
    width: 98%;
    margin: 0 auto;
    color: #606164;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.5;
    }
    .wm-img-hero {
        width: 100%;
    }
    .wm-features {
        margin-top: 0pc !important;
        margin-bottom: 0pc !important;

    }
    .wn-inner, .wm-card {
        margin-top: 16px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wrapper-info{
        padding: 0px !important;
    }
    .wrapper-info h3, .wrapper-info-s2 h3{
        font-size: 22px !important;
        margin-top: 40px;
        text-align: center;
    }
    .wrapper-info span, .wrapper-info-s2 span{
        font-size: 18px !important;
        text-align: center !important;
        display: block;
    }
    .wrapper-info-s2 {
        padding: 4px !important;
    }

    .wrapper-info-s2 span {
        margin-bottom: 6pc;
    }

      
}

@media only screen and (max-width : 320px) {

   
}