body {
    font-family: "Montserrat Alternates", sans-serif;
    color: #ffffff;
    background: #14192D;
    overflow-x: hidden;
}


.title {
    font-size: 38px;
    font-weight: 700;
}

.line {
    width: 100%;
    height: 2px;
    background: #00A4CA;
    margin: 40px 0;
}

.btn {
    text-transform: uppercase;
    background-color: #00A4CA;
    border: none;
    font-size: 18px;
    color: white;
    border-radius: 20px;
    padding: 15px 50px;
    border-radius: 50px;
}

.btn:hover {
    background-color: #0084a1;
    color: white;
}

.btn__desk {
    margin-right: 75px;
    font-size: 20px;
}

.btn__hero {
    margin-top: 24px;
}

.btn__block {
    margin-top: 50px;
    padding: 15px 120px;
}

.btn-close {
    background: url(../img/close.svg) center center/cover no-repeat;
    width: 60px;
    height: 60px;
}

.btn-primary {
    font-weight: 900;
}

.btn__logo {
    display: none;
}

.navbar-nav {
    padding: 16px 8px;
}

 

.burger-button {
    position: relative;
    z-index: 1001;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
 
.custom-offcanvas {
    position: absolute;
    top: 75px; 
    right: 10px;
    background-color: #14192D;
    color: white;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.custom-offcanvas.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-link {
    text-align: right;
}

.navbar-dark {
    background-color: #14192D;
}


header {
    background: url(../img/hero.svg) center center/cover no-repeat;
    padding: 250px 0;
    position: relative;
}

.hero-content {
    max-width: 670px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-text {
    font-size: 16px;
    margin-top: 24px;
}

.hero-count {
    position: relative;

}

.header-items {
    margin-top: -105px;
}

.header-items .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.header-item {
    width: 320px;
    background: #1A2237;
    text-align: center;
    padding: 60px 0;
}

.header-item h3 {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    font-size: 50px;
    font-weight: 900;
}

.header-item p {
    font-size: 16px;
    margin-top: 10px;
}

.header-item:hover h3 {
    color: #ffffff;
    transition: all .3s;
}


.about {
    padding: 160px 0;
}

.about-block {
    align-items: center;
}

.about-text ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 25px;
}

.about-list {
    margin-top: 25px;
}

.about-list-item {
    background: #1A2237;
    padding: 26px;
    border-radius: 25px;
    margin: 10px 0;
}

.about-list-item h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-left: 35px;
}

.about-list-item h3::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: 0;
    left: -35px;
    background: url(../img/check.svg) center center/cover no-repeat;
}

.about-list-item p {
    margin-top: 15px;
    font-size: 16px;
}

.about-block__two {
    margin-top: 160px;
}

.services {
    padding: 0 0 160px 0;
}

.services-item {
    background: #1A2237;
    border-radius: 30px;
    padding: 30px;
    min-height: 195px;
}

.services-items {
    justify-content: space-between;
    text-align: center;
}

.services-item p {
    font-size: 16px;
    margin-top: 15px;
}

.block {
    background: url(../img/block.svg) center center/cover no-repeat;
    padding: 105px 0;
}


.whatcases {
    padding: 160px 0;
}

.whatcases-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    height: 440px;
    border-radius: 25px;
    text-align: center;
    margin: 5px 0;
}

.whatcases-item h4 {
    font-size: 20px;
    font-weight: 700;
}

.whatcases-item p {
    font-size: 16px;
    margin-top: 14px;
}

.whatcases .col-md-4:nth-child(1) .whatcases-item {
    background: url(../img/case1.svg) center center/cover no-repeat;
}

.whatcases .col-md-4:nth-child(2) .whatcases-item {
    background: url(../img/case2.svg) center center/cover no-repeat;
}

.whatcases .col-md-4:nth-child(3) .whatcases-item {
    background: url(../img/case3.svg) center center/cover no-repeat;
}

.whatcases .col-md-4:nth-child(4) .whatcases-item {
    background: url(../img/case4.svg) center center/cover no-repeat;
}

.whatcases .col-md-4:nth-child(5) .whatcases-item {
    background: url(../img/case5.svg) center center/cover no-repeat;
}

.block .subtitle {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.block-list-item span {
    font-size: 30px;
}

.block-list-item {
    max-width: 325px;
    font-size: 20px;
    font-weight: 700;
}

.team {
    padding: 160px 0;
}

.team-item {
    border-radius: 25px;
    padding: 30px;
    background: #1A2237;
    min-height: 370px;
}

.team-name {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.team-item-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.team-item-text p {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}

.reports {
    margin-bottom: 160px;
}

.reports-img img {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.reports-img img:hover {
    transform: scale(1.03);
}

.reviews-block {
    border-radius: 25px;
    margin: 10px 0;
    padding: 30px;
    background: #1A2237;
}

.reviews-item-img {
    cursor: pointer;
    position: relative;
}

.reviews-item-img .play-icon {
    content: '';
    background: url(../img/play.svg) center center/cover no-repeat;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.reviews-item-img img {
    width: 100%;

}


.reviews-item-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.swiper {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 20px 0;
    overflow: visible;

}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    gap: 10px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: auto;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .swiper {
        text-align: left;
    }

    .swiper-slide {
        width: 100% !important;
    }
}




.technologies {
    padding: 80px 0;
}

.technologies-text h4 {
    font-size: 20px;
    font-weight: 700;
}

.technologies-text ul {
    margin-top: 20px;
}

.technologies-text li {
    margin: 15px 0;
}

.technologies-img img {
    width: 100%;
}

.faq-img img {
    width: 100%;
}

.faq-list-item h4 {
    font-size: 20px;
    font-weight: 700;
}

.faq-list-item p {
    font-size: 16px;
    margin-top: 16px;
    font-weight: 400;
}


footer {
    padding: 20px 0;
}

.footer-block {
    background: #1A2237;
    padding: 30px;
    border-radius: 25px;
}

.footer-block h4 {
    font-size: 20px;
    font-weight: 700;
}

.footer-block p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
}

.footer-block li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 325px;
    margin-top: 15%;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.copy {
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
}

.modal-content {
    background: #1A2237;
    border-radius: 25px;
}

.modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.form-control {
    background: #1A2237 !important;
    color: white !important;
    padding: 14px 30px;
    border-radius: 50px;
    border: 2px solid white;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.form-control:focus {
    background: #1A2237 !important;
    color: white !important;
    border-color: #00AEEF;
    outline: none;
}

.form-control:-webkit-autofill {
    background-color: #1A2237 !important;
    color: white !important;
}

.modal-footer a {
    text-decoration: underline;
}

.main {
    padding-top: 180px;
}

.main h2 {
    margin-bottom: 30px;
}

.main h3 {
    margin-top: 50px;
}

.main h2,
.main h3 {
    font-size: 40px;
    font-weight: 700;
}

.main p {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 15px;
}