@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

@import url("bootstrap.min.css");
@import url("swiper-bundle.min.css");
@import url("font-awesome.min.css");
@import url("mmenu.css");

section.slider .header-menu {
    position: absolute;
    z-index: 2;
    width: 100%;
}

section.slider .header-menu ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

section.slider .header-menu ul li {
    justify-content: center;
    align-items: center;
    display: flex;
}

section.slider .header-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

section.slider .swiper-container,
section.slider .swiper-container img {
    width: 100%;
}

section.slider .swiper-container img {
    object-fit: cover;
    object-position: top center;
}

section.slider .swiper-button-next,
section.slider .swiper-button-prev {
    padding: 35px;
    background-color: #AAAAAAC2;
}

section.slider .swiper-button-next::after,
section.slider .swiper-button-prev::after {
    font-size: 35px;
    color: #fff;
}

section.slider .slider-heading {
    position: absolute;
    font-size: 6.5em;
    top: 26%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0%);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    width: 66%;
}

section.slider .slider-buttons {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    width: 100%;
    text-align: center;
}

section.slider .slider-buttons button {
    background: #ffffffbf;
    padding: 17px;
    border-radius: 0;
    font-size: 1.1em;
}

section.slider .slider-buttons button:first-child {
    margin-right: 3%;
}

section.slider .slider-buttons button i {
    color: #2D2959;
}

section.slider .slider-buttons button span {
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2D2959;
}

section.about-us {
    padding: 3em 0;
}

section.about-us h1 {
    color: #2D2959;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

section.about-us h1:after {
    content: '';
    background-color: #CA916D;
    width: 100px;
    height: 6px;
    display: block;
    border-radius: 3px;
    margin: 12px 16px;
}

section.about-us h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2D2959;
    margin-left: 16px;
}

section.about-us p {
    color: #2D2959;
    margin-top: 2em;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
}

.rounded-line {
    margin: 40px auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2D2959;
    position: relative;
}

.rounded-line:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #2D2959;
    position: absolute;
    left: -100px;
    top: 15px;
}

.rounded-line:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #2D2959;
    position: absolute;
    right: -100px;
    top: 15px;
}

section.card {
    background: #2D2959;
    margin-bottom: 1em;
}

section.card .card-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.card .card-item h1 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

section.card .card-item p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0px 27%;
    font-size: 1.5em;
    text-align: center;
}

section.card img {
    width: 100%;
}

.custom-button {
    color: #2D2959;
    background: #fff;
    border-radius: 23px;
    padding: 10px 43px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-top: 1em;
}

h1.section-title {
    padding-top: 1em;
    color: #2D2959;
    text-align: center;
    font-size: 4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h1.section-title:after {
    content: '';
    background: #CA916D;
    display: block;
    margin: .2em auto .8em auto;
    width: 200px;
    height: 12px;
    border-radius: 4px;
}

section.certificates {
    background: #F7F5F1;
}

section.certificates .certificate img {
    width: 100%;
}

section.certificates .certificate .purple-box {
    background: #2D2959;
    text-align: center;
    padding: 2em;
    -webkit-box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.75);
}

section.certificates .certificate .purple-box h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #fff;
}

section.certificates .certificate .purple-box p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

section.certificates .certificate .purple-box .custom-button {
    margin-top: 1em;
    display: inline-block;
}

.absolute-col {
    position: absolute;
    bottom: 12%;
    right: 1%;
    z-index: 3;
}

.absolute-col2 {
    position: absolute;
    bottom: 12%;
    left: 1%;
    z-index: 3;
}

section.properties .rounded-icon {
    background: #D4D3DC;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px;
}

section.properties .rounded-icon img {
    height: 80px;
}

section.properties h3 {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

section.services {
    margin-top: 5em;
    padding-bottom: 5em;
    background: #F7F5F1;
}

.service-box {
    position: relative;
}

.service-box>h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

footer {
    background: rgba(45, 41, 89, 0.73);
}

footer ul.footer-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    flex-basis: 100%;
}

footer ul.footer-menu li {
    margin-bottom: 10px;
}

footer ul.footer-menu li,
footer ul.footer-menu li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
}

footer ul.footer-menu li i {
    width: 30px;
}

footer .footer-logo {
    text-align: center;
    margin: 1em 0 2em 0;
}

footer .footer-logo img {
    height: 85px;
}

footer ul.social-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: 2em;
}

ul.social-menu li {
    display: inline-block;
    margin-right: 1em;
}

ul.social-menu li:last-child {
    margin-right: 0;
}

ul.social-menu li a i {
    color: #fff;
    font-size: 2em;
}

.copyright {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 2em 0;
}

.modal-header {
    background: #2D2959;
    position: relative;
}

.modal-header h5 {
    text-align: center;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: bold;
}

.modal-header button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    text-shadow: none;
    opacity: 1 !important;
}

.modal form .form-control {
    border-radius: 15px;
    height: calc(2.5em + .75rem + 2px);
    border-color: #707070;
    padding: .375rem 1.5rem;
    font-size: 14px;
}

.modal form select.form-control {
    padding: .375rem 1.2rem;
}

.modal form select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

}

.modal form select {
    color: #2D2959;
    font-family: 'Montserrat', sans-serif;
}

.modal form select option:not(:first-of-type) {
    color: black;
}

.modal form .styled-select {
    position: relative;
}

.modal form .styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal form .styled-select:after {
    position: absolute;
    top: 25%;
    right: .5em;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #2D2959;
}

.modal form ::placeholder {
    color: #2D2959;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}

.modal form :-ms-input-placeholder {
    color: #2D2959;
    font-family: 'Montserrat', sans-serif;
}

.modal form ::-ms-input-placeholder {
    color: #2D2959;
    font-family: 'Montserrat', sans-serif;
}

.modal form {
    padding: 2em;
}

.modal form .btn {
    border-radius: 10px;
    background: #2D2959;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    padding: .65rem .75rem;
}

body.modal-open #page {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.info-modal img {
    width: 200px;
    float: right;
}

.info-modal p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
}

.service-box {
    margin-bottom: 30px;
    position: relative;
}

.service-box img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    height: 405px;
    object-fit: cover;
    object-position: center center;
}

.service-box .overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(45, 41, 89, 0.73);
    width: 100%;
    height: 100%;
}

.service-box .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 55%;
}

.service-box:hover img,
.service-box:active img {
    opacity: 0.3;
}

.service-box:hover>h2,
.service-box:active>h2 {
    display: none;
}

.service-box:hover .middle,
.service-box:hover .overlay,
.service-box:active .middle,
.service-box:active .overlay {
    opacity: 1;
}

.service-box:hover .middle h2,
.service-box:active .middle h2 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.service-box:hover .middle p,
.service-box:active .middle p {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #mobile-menu,
    .mobile-header {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    section.slider .slider-heading {
        width: 53%;
        top: 39%;
    }
}

@media screen and (max-width: 768px) {
    .header-menu {
        display: none;
    }

    .mobile-header {
        position: absolute;
        z-index: 2;
    }

    .logo {
        display: block;
        text-align: center;
    }

    .open-mobile-menu {
        color: #fff;
        font-size: 25px;
        margin-top: 14px;
        display: block;
        text-align: center;
    }

    section.slider .slider-heading {
        font-size: 2.5em;
    }

    section.slider .swiper-button-next,
    section.slider .swiper-button-prev {
        padding: 22px;
    }

    section.slider .swiper-button-next::after,
    section.slider .swiper-button-prev::after {
        font-size: 20px;
    }

    section.slider .slider-buttons {
        bottom: 2%;
        padding: 0 1em;
    }

    section.slider .slider-buttons button {
        width: 100%;
        display: block;
        margin-bottom: 1em;
        margin-right: 0 !important;
        padding: 17px 10px;
    }

    section.card {
        padding: 2em 0;
    }

    section.card .card-item p {
        padding: 0;
    }

    .absolute-col,
    .absolute-col2 {
        position: relative;
        bottom: inherit;
        right: inherit;
        left: inherit;
    }

    .certificate {
        margin-bottom: 2em;
    }

    h1.section-title {
        font-size: 2em;
    }

    .footer-menu-container {
        display: block !important;
    }

    ul.footer-menu {
        margin-bottom: 2em !important;
    }

    .modal form {
        padding: 1em;
    }

    .modal form .row>.col-md-6:first-child {
        margin-bottom: 1rem;
    }
}

@media (min-width:576px) {
    #dealerModal .modal-dialog,
    #consultantModal .modal-dialog {
        max-width: 700px;
    }
}