@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #121212;
    overflow-x: hidden;
}
.btn{
    border-radius: 25px;
}
.btn-sinay{
    border-radius: 25px;
    color: #fff;
    border: 1px solid #006064;
    background-color: #006064;
    padding: 5px 25px;
    text-decoration: none;
}
.btn-outline-sinay{
    border-radius: 25px;
    color: #006064!important;
    border: 1px solid #006064!important;
    padding: 5px 15px;
    transition: 0.3s;
}
.btn-outline-sinay:hover{
    color: #fff!important;
    background-color: #006064;
}
.text-sinay{
    color: #006064;
}
.btn-primary{
    border: 1px solid #006064!important;
    background-color: #006064!important;
}



/*
** Header
*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.navigation{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #121212;
    z-index: 999;
    background-color: #fff;
}
.navigation-scroll{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.navigation-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation-item{
    display: flex;
    align-items: center;
}
.navigation-item a{
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}
.navigation-item a:hover{
    color: #006064;
    border-bottom: 1px solid #006064;
}
.navigation-item-active{
    color: #006064!important;
    border-bottom: 1px solid #006064!important;
}
.navigation-item-left{
    display: flex;
    justify-content: start;
    width: 40%;
}
.navigation-item-left a{
    margin-right: 40px;
}
.navigation-item-right{
    display: flex;
    justify-content: end;
    width: 40%;
}
.navigation-item-right a{
    margin-left: 40px;
}
.navigation-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 20%;
}
.navigation-logo img{
    height: 90px;
    transition: 0.3s;
}
.navigation-logo a{
    border: none!important;
}
.navigation-scroll .navigation-logo img {
    animation: scaleOut 0.5s forwards;
}
.logo-mobile{
    display: none;
    width: unset!important;
    height: unset!important;
    max-width: 200px;
    max-height: 90px;
}
@keyframes scaleOut {
    from {
        height: 90px;
    }
    to {
        height: 60px;
    }
}
#logo-black{
    display: inline;
}
#logo-yellow{
    display: none;
}
.page-header{
    background-color: #006064;
    padding-top: 135px;
    min-height: 250px;
    color: #fff;
    text-align: center;
}
.page-header .col-md-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-header .col-md-12 a{
    color: #fff;
    text-decoration: none;
}
.page-header .col-md-12 a:hover{
    color: #ebebeb;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.page-header .col-md-12 li{
    color: #ebebeb;
}
.navigation-mobile-menu{
    display: none;
    height: 50px;
}

/*
** Main
*/
.banner{
    padding-top: 105px;
    position: relative;
    width: 100%;
}
.banner .circle{
    border: 1px dashed #ebebeb;
    border-radius: 50%;
    position: absolute;
}
.banner .big-circle{
    z-index: -1;
    top: 10px;
    left: auto;
    right: auto;
    width: 150vh;
    height: 150vh;
}
.banner-title{
    color: #006064;
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 21px;
    text-decoration: none;
}
.banner-welcome-title{
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 42px;
}
.banner-welcome-subtitle{
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
}
.banner-buttons{
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    text-align: center;
}
.banner-buttons .btn-outline-sinay{
    text-decoration: none;
    font-size: 15px;
}
.banner-images{
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    transition: 0.3s;
}
.banner-images:hover{
    transform: scale(1.01);
}
.banner-images img{
    border-radius: 25px;
    height: 100%;
}
.bi-fade {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}
.bi-fade h6{
    font-size: 14px;
}


/*
** Offers
*/
.offer-image{
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    transition: 0.3s;
}
.offer-image:hover{
    transform: scale(1.01);
}
.offer-image img{
    border-radius: 25px;
    height: 100%;
}
.job-card{
    background-color: #f5f5f5;
    border-radius: 25px;
    margin-bottom: 30px;
}
.jc-top{
    padding: 30px;
    position: relative;
    z-index: 3;
}
.jc-image{
    width: 100%;
    height: 276px;
    object-fit: cover;
    border-radius: 25px;
}
.jc-text-block h5{
    font-size: 20px;
    font-weight: 700;
}
.jc-middle{
    background-color: #006064;
    padding: 30px;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    width: 100%;
}
.jc-salary{
    width: 100%;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    text-align: center;
}
.jc-bottom{
    background-color: #000305;
    padding: 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
}
.jc-bottom-list-item{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
}
.jc-button{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jc-button a{
    width: 50%;
    max-width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/*
** CTA NEWSLETTER
*/
#cta-newsletter{
    margin-top: 70px;
    background-color: #006064;
}
#cta-newsletter .input-group {
    position: relative;
}
#cta-newsletter input {
    border-radius: 25px;
    padding-left: 20px;
}
#cta-newsletter input::placeholder {
    font-size: 14px;
}
.btn-newsletter{
    font-size: 14px;
    border-radius: 25px;
    min-width: 150px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*
** About
*/
.about{
    margin-top: 70px;
}
.about-banner-buttons{
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    font-weight: 400;
    text-align: center;
}
.about-banner-buttons .btn-outline-sinay{
    text-decoration: none;
    font-size: 15px;
}
.about-image{
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top;
    border-radius: 25px;
}


/*
** Partners
*/
.partners{
    margin-top: 70px;
}
.partners-imgs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner-img{
    max-width: 100px;
}


/*
** Footer
*/
footer{
    background-color: #000305;
}
.footer-logo{
    max-height: 100px;
    max-width: 100%;
    margin-bottom: 15px;
}
.footer-social-link{
    color: #fff;
}


/*
** Listings
*/
.listings-page{
    margin-top: 70px;
}
.listings-page a{
    text-decoration: none;
    color: inherit;
}
.listings-filter{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 25px
}
.listing-images-main{
    width: 100%;
    border-radius: 25px;
}
.listing-images-small{
    margin-top: 10px;
    width: 100px;
    height: 70px;
    border-radius: 15px;
}
.listing-info{
    padding: 0 15px 15px 15px;
}


/*
** Pages
*/
.about-page{
    margin-top: 70px;
}


/*
** Services
*/
.services-page{
    margin-top: 70px;
}
.services-page a{
    text-decoration: none!important;
}
.service-image{
    float: right;
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.img-float-right{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 25px;
}
.img-float-left{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 25px;
}


/*
** Gallery page
*/
.gallery-page{
    margin-top: 70px;
}
.gallery-card {
    display: block;
    margin-bottom: 25px;
}
.gallery-card img{
    width: 100%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}


/*
** Blog page
*/
.blog-page{
    margin-top: 70px;
    min-height: 50vh;
}
.blog-page a{
    text-decoration: none;
    color: inherit;
}
.blog-card{
    border: 1px solid #ebebeb;
    border-radius: 25px;
    margin-bottom: 25px;
}
.blog-card img{
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.blog-card-info{
    padding: 10px 15px;
}

/*
** Contact page
*/
.contacts-page{
    margin-top: 70px;
}
#map {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
    color: #121212;
}
.contacts-form{
    border: 1px solid #ebebeb;
    border-radius: 25px;
    padding: 30px;
}
.contacts-form input{
    border-radius: 25px;
}
.contacts-form .btn-sinay {
    width: 50%;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
}
.contacts-item{
    border: 1px solid #ebebeb;
    border-radius: 25px;
    padding: 30px;
}
.contacts-items{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 25px;
}



/*
** Modal
*/
#modalConsultation{
    margin-top: 70px;
}
#modalConsultation .modal-content {
    padding: 10px 0;
    border-radius: 25px;
}
#modalConsultation .form-floating input{
    border-radius: 25px;
}
#modalConsultation .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
#modalConsultation .btn-sinay {
    width: 50%;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
}





/*
** Others
*/
.breadcrumb{
    margin: 0;
}
.btn-consultation{
    width: 100% !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}




/*
** Mobile Navigation
*/
#modalMobileNavigation .modal-dialog{
    margin: 0;
    margin-left: auto;
    width: 50%;
}
#modalMobileNavigation .modal-content{
    border-radius: 0;
    height: 100vh;
    padding: 25px 15px;
}
.mobileNavModal{
    position: relative;
}
.mnav-logo {
    text-align: center;
    margin-bottom: 50px;
}
.mnav-logo img{
    max-height: 100px;
    max-width: 100%;
}
.mnav-links{
    display: flex;
    flex-direction: column;
}
.mnav-links a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    text-decoration: none;
    color: inherit;
}
.mnav-close-btn{
    width: 60px;
    height: 30px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 50px;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 24px;
    padding-left: 5px;
}
