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



/* BANNER */

.banner {
    background-color: #132B40;
    padding-top: 183px !important;
    padding-bottom: 89px !important;
}

.banner .flex-container {
	justify-content: space-between;
	display: flex;
	gap: 20px;
}

.banner .flex-container .left {
    max-width: 564px;
    width: 100%;
}

.banner h1 {
	margin-bottom: 48px !important;
}

.banner .flex-container .left .categories {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
}

.banner .flex-container .left .categories .category {
    background-color: #fff;
    border-radius: 4px;
    padding: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000E32;
}

.banner .flex-container .left .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.banner .flex-container .left .white-button {
    max-width: 155px;
    height: 50px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
}

.banner .flex-container .left .google-block .image {
    max-width: 236px;
    margin-bottom: 16px;
}

.banner .flex-container .left .google-block .text {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.banner .flex-container .right {
	max-width: 588px;
}

/* SERVICES */

/* .services h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    color: #27282C;
    margin-bottom: 48px !important;
} */

.services .services-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 32px;
}

.services .services-list .service {
    box-shadow: 12px 12px 12px 0px #0000000A;
    border-radius: 24px;
    padding: 12px 19px;
    display: flex;
    gap: 24px;
}

.services .services-list .service .left {
    max-width: 156px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.services .services-list .service .right {
    width: 100%;
}

.services .services-list .service .right h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
	text-align: left;
}

.services .services-list .service .right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    color: #27282C;
    font-family: "Inter", sans-serif !important;
	margin-bottom: 8px;
}

.services .services-list .service .list {
	display: flex;
	gap:8px;
	flex-wrap: wrap;
}

.services .services-list .service .list .item {
	border: 1px solid #C7C7C7;
	border-radius: 6px;
	padding: 6px;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}

/* WHY CHOOSE */

.why-choose h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    color: #27282C;
    margin-bottom: 48px !important;
}

.why-choose .subtitle {
    color: #000E32;
    font-size: 18px;
    font-weight: 400;
    max-width: 1213px;
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.why-choose .benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 32px;
}

.why-choose .benefits .benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    box-shadow: 4px 4px 8px 0px #0000000A;
    border-radius: 8px;
}

.why-choose .benefits .benefit .left img {
    width: 42px;
}

.why-choose .benefits .benefit .right {
    color: #000E32;
    font-size: 18px;
    line-height: 28px;
}

/* SIMPLE BANNER */

.simple-banner {
    background-color: #132B40;
    padding: 48px 0;
	margin-bottom: 75px;
}

.simple-banner .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.simple-banner .flex-container .left {
    max-width: 612px;
    width: 100%;
}

.simple-banner .flex-container .left .mobile-img {
    display: none;
}

.simple-banner .flex-container .left h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    color: #fff;
}

.simple-banner .flex-container .left .text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px;
}

.simple-banner .flex-container .left .flex-wrapper {
    gap: 32px;
}

.simple-banner .flex-container .left .flex-wrapper .btn.transparent {
    max-width: 279px;
    width: 100%;
}

.simple-banner .flex-container .left .flex-wrapper .btn.yellow {
    max-width: 279px;
    width: 100%;
}

.simple-banner .flex-container .right {
    max-width: 572px;
    width: 100%;
}

/* REVIEWS */

.review-slider {
	background-color:#EEF9FF;
	padding-top:120px;
	padding-bottom:110px;
	overflow:hidden;
}

.review-slider .title {
	font-size:42px;
	font-weight:700;
	color:#132B40;
	margin-bottom:50px !important;
}

.diverse .list .item .text {
	font-size:18px;
	line-height:28px;
}

/* FOOTER */

footer {
    margin-top: 0px !important;
}

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

    /* BANNER */

    h1 {
        text-align: left;
    }
	
	.banner .flex-container {
		flex-direction: column-reverse;
	}

    /* SERVICES */

    .services .services-list {
        grid-template-columns: 1fr;
    }

    /* WHY CHOOSE */

    .why-choose .benefits {
        grid-template-columns: 1fr 1fr;
    }

    /* SIMPLE BANNER */

    .simple-banner .flex-container .right {
        display: none;
    }

    .simple-banner .flex-container .left {
        max-width: 100%;
    }

    .simple-banner .flex-container .left .mobile-img {
        display: block;
        margin-bottom: 24px;
    }

    .simple-banner .flex-container .left .flex-wrapper {
        flex-direction: column;
    }

    .simple-banner .flex-container .left .flex-wrapper .btn.transparent,
    .simple-banner .flex-container .left .flex-wrapper .btn.yellow {
        max-width: 100%;
    }
}

@media screen and (max-width: 530px) {
    /* BANNER */

    .banner {
        padding-top: 88px !important;
        padding-bottom: 32px !important;
    }

    .banner .flex-container .left .categories {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .banner .flex-container .left h1 {
        margin-bottom: 12px !important;
    }

    .banner .flex-container .left .subtitle {
        font-size: 16px;
        line-height: 28px;
        font-family: "Inter", sans-serif;
        margin-bottom: 24px;
    }

    /* SERICES */

    /* .services h2 {
        font-size: 32px !important;
        line-height: 48px !important;
        font-weight: 700;
        margin-bottom: 12px !important;
    } */

    .services .services-list .service {
        flex-direction: column;
        gap: 24px;
        padding: 0;
        box-shadow: none;
    }

    .services .services-list .service .left {
        width: 100% !important;
        height: 198px !important;
        overflow: hidden !important;
        border-radius: 12px;
        max-width: 100%;
        overflow: hidden;
    }
    
    .services .services-list .service .left img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        object-position: top;
    }

    .services .services-list .service .right h2 {
        margin-bottom: 12px;
    }
    

    /* WHY CHOOSE */

    .why-choose .benefits {
        grid-template-columns: 1fr;
    }

    .why-choose h2 {
        font-size: 32px !important;
        line-height: 48px !important;
        font-weight: 700;
        margin-bottom: 12px !important;
    }

    .why-choose .subtitle {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 24px;
    }

    /* SIMPLE BANNER */

    .simple-banner .flex-container .left h3 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 24px;
    }

    .simple-banner .flex-container .left .text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .simple-banner .flex-container .left .flex-wrapper {
        gap: 24px;
    }
}