/* Hero section */

.hero {
    margin-top: 60px;
    background: #00273D;
    background: linear-gradient(135deg, rgba(0, 39, 61, 1) 0%, rgba(19, 99, 144, 1) 100%);
    position: relative;
    min-height: 205px;
    padding-top: 66px;
    padding-bottom: 52px;
    z-index: 1;
}

.hero h1 {
    font-size: 24px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    width: 480px;
    max-width: 100%;
    margin: auto;
}

.hero__background,
.hero__background-rotate {
    position: absolute;
    z-index: -1;
}

.hero__background {
    left: 0;
    bottom: 0;
}

.hero__background-rotate {
    right: 0;
    top: 0;
    transform: rotate(180deg);
    display: none;
}

@media only screen and (min-width: 991px) {
    .hero h1 {
        font-size: 36px;
    }

    .hero__background-rotate {
        display: inline-block;
    }
}

/* about section */
.about {
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
}

.about__background {
    position: absolute;
    top: 0;
    right: 0;
    height: initial;
    z-index: -1;
}

.about__text-boxes {
    margin-bottom: 80px;
}

.about__left-text-box {
    background: #00273D;
    background: linear-gradient(90deg, rgba(0, 104, 163, 1) 0%, rgba(0, 39, 61, 1) 100%);
    border-radius: 0 20px 20px 20px;
    padding: 35px 40px 30px 35px;
    margin-bottom: 40px;
}

.about__right-text-box {
    background: #28C1DD;
    background: linear-gradient(90deg, rgba(0, 102, 160, 1) 0%, rgba(0, 39, 61, 1) 100%);
    border-radius: 20px 0 20px 20px;
    padding: 35px 40px 30px 35px;
}

.about__left-text-box p strong {
    color: #28C1DD;
}

.about__left-text-box p,
.about__right-text-box p {
    font-size: 14px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.about__images {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.about__left-image,
.about__right-image {
    position: relative;
}

.about__left-image {
    padding-bottom: 45px;
    padding-right: 10px;
}

.about__left-image img {
    border-radius: 0 0 20px 0;
}

.about__right-image {
    padding-top: 38px;
    padding-left: 10px;
    margin-top: 60px;
}

.about__right-image img {
    border-radius: 20px 0 0 0;
}

.about__left-image-background {
    background: #28C1DD;
    border-radius: 0 0 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 179px;
    height: 186px;
    z-index: -1;
}

.about__right-image-background {
    background: #00273D;
    border-radius: 0 20px 0 0;
    position: absolute;
    top: 0;
    right: -10px;
    width: 179px;
    height: 186px;
    z-index: -1;
}

.about__content h2 {
    font-size: 24px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 800;
    line-height: 1.3;
    color: #00273D;
    margin-bottom: 18px;
}

.about__content h2 strong {
    color: #28C1DD;
    font-weight: 800;
}

.about__content p {
    font-size: 14px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    line-height: 1.5;
    color: #00273D;
}

.about__socials {
    margin-top: 30px;
    background-color: #00273D;
    border-radius: 20px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap: 30px;
}

.about__socials h3 {
    font-size: 20px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    padding-left: 20px;
}

.about__socials-holder {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.about__socials-holder img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.about__single-social a {
    text-decoration: none;
}

@media only screen and (min-width: 991px) {
    .about__holder {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .about__text-boxes {
        display: flex;
        flex-flow: row;
        align-items: flex-start;
        justify-content: center;
        gap: 66px;
    }

    .about__right-text-box {
        margin-top: 80px;
    }

    .about__images,
    .about__content {
        flex: 0 0 calc(50% - 10px);
    }

    .about__images {
        margin-bottom: 0;
    }

    .about__content h2 {
        font-size: 36px;
    }

    .about__socials {
        gap: 54px;
    }
}


/* what we do section */

.what-we-do {
    padding-top: 20px;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	margin-bottom: 60px;
}

.what-we-do__title {
    text-align: center;
    margin-bottom: 100px;
}

.what-we-do__options {
	margin-bottom: 60px;
}

.what-we-do__title h2 {
    font-size: 24px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 800;
    line-height: 1.3;
    color: #00273D;
    text-align: center;
}

.what-we-do__single-option {
    position: relative;
    margin-bottom: 120px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.what-we-do__single-option:last-of-type {
    margin-bottom: 0;
}

.what-we-do__single-option__image {
    background: #28C1DD;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    padding: 18px;
    border: 10px solid #F4F4F4;
    position: absolute;
    top: -63px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
	display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.what-we-do__single-option__image img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.what-we-do__single-option__holder {
    background: #D9D9D9;
    padding: 76px 20px 25px;
    z-index: 2;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.what-we-do__single-option__background {
    position: absolute;
    left: -30%;
    bottom: -35%;
    z-index: -1;
}

.what-we-do__single-option__title {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #00273D;
    margin-bottom: 6px;
}

.what-we-do__single-option__title h3 {
    text-align: center;
    font-size: 16px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 700;
    line-height: 1.3;
    color: #00273D;
}

.what-we-do__single-option__description {
    padding-bottom: 10px;
    border-bottom: 1px solid #00273D;
    margin-bottom: 6px;
}

.what-we-do__single-option__description p {
    text-align: center;
    font-size: 14px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 300;
    line-height: 1.3;
    color: #00273D;
}

.what-we-do__single-option__disclaimer p {
    text-align: center;
    font-size: 14px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 700;
    line-height: 1.3;
    color: #00273D;
}

@media only screen and (min-width: 991px) {
    .what-we-do__title {
        margin-bottom: 100px;
    }

    .what-we-do__title h2 {
        font-size: 36px;
    }

    .what-we-do__options {
        display: flex;
        flex-flow: row;
        align-items: stretch;
        justify-content: center;
        gap: 50px;
        margin-bottom: 60px;
    }

    .what-we-do__single-option {
        max-width: 225px;
        margin-bottom: 0;
    }
	
	.what-we-do__single-option__holder {
		height: 100%;
	}
}

/* CTA section */

.cta {
    margin-bottom: 46px;
}

.cta__holder {
    background-color: #00273D;
    padding: 18px 42px;
    border-radius: 30px;
}

.cta__content {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}

.cta__content p {
    text-align: center;
    font-size: 12px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

.cta__gallery {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media only screen and (min-width: 991px) {
    .cta__gallery {
        gap: 90px;
    }
}