/* home-hero-section */
.home-hero-section{
    position: relative;
    text-align: center;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background-image: url(../images/hero-home-image.jpg);
    background-position: center;
    background-size: cover; */
}
.home-hero-section:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
  z-index: 1;
}
.home-hero-section:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 3;
}
.home-hero-section .container{
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9
}
.home-hero-section h1{
    font-size: 90px;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
}
.home-hero-section p{
    max-width: 742px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.home-hero-section .partners{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 8px;
    justify-content: space-between;
    padding: 14px 40px;
    border-radius: 100px;
    background: #fff;
    width: 100%;
}
.home-hero-section .partners:after{
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    right: 3px;
    bottom: 3px;
    z-index: 0;
    border-radius: 100px;
    background: #000;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 1);
}
.home-hero-section .partners:before{
    content: '';
    position: absolute;
    background: #000;
    border-radius: 100px;
    left: 0;
    top: 50%;
    bottom: 0;
    box-shadow: 1px 1px 10px 15px rgba(0, 0, 0, 1);
    width: 50%;
    opacity: 0.5;
}
.home-hero-section .partners img{
    height: 36px;
    width: auto;
    position: relative;
    z-index: 9;
}
.home-hero-section .partners img:nth-child(2){
    height: 25px;
}
.home-hero-section video{
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 1199px) {
    .home-hero-section .container{
        gap: 70px;
    }
    .home-hero-section h1{
        font-size: 60px;
    }
    .home-hero-section p{
        font-size: 18px;
    }
    .home-hero-section .partners img{
        height: 22px;
    }
    .home-hero-section .partners img:nth-child(2) {
        height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .home-hero-section h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 767px) {
    .home-hero-section{
        min-height: auto;
    }
    .home-hero-section .partners{
        justify-content: center;
        gap: 16px 24px;
    }
    .home-hero-section .partners img{
        height: 32px;
    }
    .home-hero-section .partners img:nth-child(4) {
        height: 24px;
    }
    .home-hero-section .partners img:nth-child(5) {
        height: 24px;
    }
}
@media screen and (max-width: 479px) {
    .home-hero-section .partners img {
        height: 28px;
    }
}
/* -- home-hero-section */

/* section-services */
.section-services .container{
    max-width: 996px;
}
.section-services h2{
    max-width: 830px;
}
.section-services h2 + p{
    max-width: 560px;
}
.items-services{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.items-services .item{
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 8px;
    background: #111;
    border: 1px solid #111;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.items-services .item:after{
    content: '';
    position: absolute;
    width: 100%;
    top: -50%;
    left: 0%;
    background: radial-gradient(ellipse at center, rgba(41, 42, 53, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}
.items-services .item:hover{
    border-color: rgba(255,255,255,.09);
}
.items-services .item:hover:after{
    opacity: 1;
}
.items-services .item .image{
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    width: 144px;
    height: 174px;
    z-index: 9;
}
.items-services .item .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
.items-services .item .image img{
    max-width: 67px;
    height: auto;
    position: relative;
    z-index: 9;
}
.items-services .item .content{
    width: calc(100% - 184px);
    position: relative;
    z-index: 9;
}
.items-services .item .content .number{
    border: 1px solid #535353;
    background: #121212;
    display: inline-flex;
    align-items: center;
    width: 55px;
    border-radius: 5px;
    transition: all .3s;
}
.items-services .item .content .number span{
    color: #535353;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Geist Mono", monospace;
    width: 50%;
    height: 22px;
    transition: all .3s;
}
.items-services .item .content .number span:last-child{
    background-image: url(../images/arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #535353;
    transition: all .3s;
}
.items-services .item:hover .content .number{
    border: 1px solid #fff;
}
.items-services .item:hover .content .number span{
    color: #fff;
}
.items-services .item:hover .content .number span:last-child{
    border-left: 1px solid #fff;
    background-image: url(../images/arrow-light.svg);
}
.items-services .item .content h3{
    font-size: 28px;
    color: #F4F5F7;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.3;
}
.items-services .item .content p{
    font-size: 16px;
    color: #8B8F97;
    line-height: 1.4;
}
.items-services .item a{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.items-services .item a:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .5s;
}
.items-services .item:hover a:after{
    background-size: auto 1px;
    background-position: 50% 0;
}
.items-services .item a:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .5s;
    transition-delay: .2s;
}
.items-services .item:hover a:before{
    background-size: auto 1px;
    background-position: 50% 0;
}
@media screen and (max-width: 1199px) {
    .section-services h2 {
        max-width: 520px;
    }
    .section-services h2 + p {
        max-width: 500px;
    }
    .items-services .item .content h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .items-services .item{
        gap: 20px;
        flex-wrap: wrap;
    }
    .items-services .item .image,
    .items-services .item .content{
        width: 100%;
    }
    .items-services .item .content p{
        font-size: 14px;
    }
    .items-services .item .content p br{
        display: none;
    }

}
@media screen and (max-width: 479px) {
    .items-services .item .content h3{
        font-size: 18px;
    }
}
/* -- section-services */

/* section-solutions */
.section-solutions h2.title-section{
    text-align: center;
    max-width: 714px;
    margin-left: auto;
    margin-right: auto;
}
.section-solutions p.subtitle-section{
    text-align: center;
}
.items-solutions{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}
.items-solutions .item{
    position: relative;
    width: calc((100% - 20px) / 2);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    overflow: hidden;
}
.items-solutions .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.items-solutions .item .for-whom{
    line-height: 48px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    padding: 0 40px;
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    color: #fff;
    letter-spacing: .1em;
    position: relative;
}
.items-solutions .item .for-whom:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #F398CC;
    top: 19px;
    left: 19px;
}
.items-solutions .item:nth-child(2) .for-whom:before{
    background: #BE39F7;
}
.items-solutions .item .for-whom:after{
    content: '';
    position: absolute;
    width: 39px;
    height: 104px;
    border-radius: 20px;
    transform: rotate(70deg);
    -webkit-box-shadow: 0px 15px 80px 20px rgba(243,152,204,0.59);
    box-shadow: 0px 15px 80px 20px rgba(243,152,204,0.59);
    top: -7px;
    left: -71px;
}
.items-solutions .item:nth-child(2) .for-whom:after{
    -webkit-box-shadow: 0px 15px 80px 20px rgba(190,57,247,0.59);
    box-shadow: 0px 15px 80px 20px rgba(190,57,247,0.59);
}
.items-solutions .item .content{
    padding: 40px;
}
.items-solutions .item .content .title-solution{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.items-solutions .item .content .title-solution .icon{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #232325;
}
.items-solutions .item .content .title-solution p{
    width: calc(100% - 68px);
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.items-solutions .item .content ul{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.items-solutions .item .content ul li{
    width: 100%;
    padding-left: 40px;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    color: #8B8F97;
}
.items-solutions .item .content ul li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #232325 url(../images/icon-check.svg);
    background-position: center;
    background-size: 9px auto;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
    .items-solutions .item .content{
        padding: 30px;
    }
    .items-solutions .item .content .title-solution{
        margin-bottom: 30px;
    }
    .items-solutions .item .content ul{
        gap: 20px;
    }
    .items-solutions .item .content .title-solution p{
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .items-solutions .item{
        width: 100%;
    }

}
@media screen and (max-width: 479px) {
    .items-solutions{
        margin-top: 40px;
    }
    .items-solutions .item .content .title-solution p{
        font-size: 18px;
    }
    .items-solutions .item .content {
        padding: 24px;
    }
    .items-solutions .item .content ul li{
        font-size: 14px;
    }
}
/* -- section-solutions */

/* section-sonic-lite */
.section-sonic-lite{
    position: relative;
}
.section-sonic-lite:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/section-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 5px;
}
.section-sonic-lite:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/section-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 5px;
}
.section-sonic-lite h2.title-section{
    text-align: center;
    background-color: #fff;
    background-image: linear-gradient(180deg, #3197C8, #0FEBFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-sonic-lite p.subtitle-section{
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}
.description-sonic-lite{
    max-width: 634px;
    margin: auto;
    text-align: center;
}
.description-sonic-lite p{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #8B8F97;
}
.description-sonic-lite a{
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .section-sonic-lite p.subtitle-section{
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .section-sonic-lite h2.title-section{
        font-size: 50px;
    }
    .description-sonic-lite p{
        font-size: 16px;
    }
    .section-sonic-lite p.subtitle-section{
        max-width: 350px;
        margin: auto;
    }
}
@media screen and (max-width: 479px) {
    .description-sonic-lite a{
        width: 100%;
    }
}
/* -- section-sonic-lite */

/* items-what-we-offer */
.section-what-we-offer .title-section{
    text-align: center;
    margin-bottom: 60px;
}
.items-what-we-offer{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.items-what-we-offer .item{
    width: calc((100% - 20px) / 2);
    border: 1px solid #232325;
    border-radius: 8px;
    background: #08090A;
    overflow: hidden;
    position: relative;
}
.items-what-we-offer .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.items-what-we-offer .item .image{
    text-align: center;
    max-height: 258px;
}
.items-what-we-offer .item .image img{
    max-height: 100%;
    width: auto;
    aspect-ratio: 592 / 255;
    object-fit: cover;
}
.items-what-we-offer .item .content{
    padding: 40px 50px;
}
.items-what-we-offer .item:first-child{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.items-what-we-offer .item:first-child .image{
    display: none;
}
.items-what-we-offer .item:first-child p{
    max-width: 390px;
}
.items-what-we-offer .item p{
    font-size: 16px;
    color: #8B8F97;
}
.items-what-we-offer .item p.title{
    font-size: 24px;
    color: #F4F5F7;
    font-weight: 600;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .items-what-we-offer .item .content{
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 660px) {
    .items-what-we-offer .item{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .items-what-we-offer .item .image{
        order: 2;
    }
    .items-what-we-offer .item p.title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .items-what-we-offer .item:first-child{
        background-image: none!important;
    }
    .items-what-we-offer .item:first-child .image{
        display: block;
    }
}
@media screen and (max-width: 479px) {

}
/* -- items-what-we-offer */

/* section-what-you-get */
.section-what-you-get h2.title-section{
    text-align: center;
}
.section-what-you-get p.subtitle-section{
    text-align: center;
}
.items-what-you-get{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}
.items-what-you-get .item{
    width: calc((100% - 40px) / 3);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
    padding: 30px;
    overflow: hidden;
}
.items-what-you-get .item .icon{
    height: 180px;
    margin-bottom: 60px;
    position: relative;
}
.items-what-you-get .item .icon:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
    height: 131px;
    background: #33D0E6;
    filter: blur(75px);
    opacity: 0.6;
}
.items-what-you-get .item:nth-child(2) .icon:after{
    background: #F398CC;
}
.items-what-you-get .item:nth-child(3) .icon:after{
    background: #BE39F7;
}
.items-what-you-get .item p{
    font-size: 16px;
    color: #B7B7B7;
}
.items-what-you-get .item p.title{
    font-size: 20px;
    font-weight: 600;
    color: #F4F5F7;
    margin-bottom: 30px;
    min-height: 56px;
}
@media screen and (max-width: 1199px) {
    .items-what-you-get .item .icon{
        height: 120px;
        margin-bottom: 40px;
    }
    .items-what-you-get .item .icon img{
        max-height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .items-what-you-get{
        flex-wrap: wrap;
        justify-content: center;
    }
    .items-what-you-get .item{
        width: calc((100% - 20px) / 2);
    }
    .items-what-you-get .item p.title{
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 660px) {
    .items-what-you-get .item{
        width: 100%;
    }
    .items-what-you-get .item p.title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 479px) {

}
/* -- section-what-you-get */

/* section-reviews */
.section-reviews h2.title-section{
    text-align: center;
}
.section-reviews p.subtitle-section{
    text-align: center;
}
.section-reviews .js-reviews{
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 8px;
}
.section-reviews .js-reviews .swiper-slide{
    text-align: center;
    padding: 70px 15px;
    position: relative;
    overflow: hidden;
}
.section-reviews .js-reviews:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 1px;
}
.section-reviews .js-reviews:before{
    content: '';
    position: absolute;
    width: 100%;
    top: -10%;
    left: 0%;
    background: radial-gradient(ellipse at center, rgba(41,42,53,0.45) 10%,rgba(0,0,0,0) 100%);
    height: 40%;
    z-index: 0;
}
.section-reviews .js-reviews .swiper-slide .text-review{
    position: relative;
    z-index: 10;
    max-width: 810px;
    margin: 0 auto 57px;
}
.section-reviews .js-reviews .swiper-slide .text-review p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77;
}
.section-reviews .js-reviews .swiper-slide img{
    width: 54px;
    height: 54px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 50%;
}
.section-reviews .js-reviews .swiper-slide .name-review{
    font-size: 14px;
    font-family: "Geist Mono", monospace;
    letter-spacing: .02em;
    color: #fff;
}
.section-reviews .js-reviews .swiper-slide .position-review{
    font-size: 14px;
    font-family: "Geist Mono", monospace;
    letter-spacing: .02em;
    color: #727272;
}
.js-partners .swiper-slide{
    text-align: center;
}
.js-partners img{
    opacity: .2;
    transition: all .3s;
    max-height: 57px;
}
.js-partners img:hover{
    opacity: 1;
}
.section-reviews .swiper-pagination{
    display: none;
}
@media screen and (max-width: 1199px) {
    .section-reviews .js-reviews .swiper-slide .text-review{
        margin-bottom: 40px;
    }
    .section-reviews .js-reviews .swiper-slide .text-review p{
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .section-reviews .js-reviews{
        margin-bottom: 30px;
    }
    .section-reviews .swiper-pagination{
        top: 0;
        bottom: 0;
        display: block;
    }
    .section-reviews .js-partners{
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .section-reviews .js-reviews .swiper-slide .text-review p{
        font-size: 14px;
    }
}
@media screen and (max-width: 479px) {

}
/* -- section-reviews */

/* section-case-studies */
.section-case-studies .container{
    max-width: 996px;
}
.items-case-studies{
    margin-top: 60px;
    margin-bottom: 80px;
}
.items-case-studies .item{
    position: relative;
    background: #111111;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.items-case-studies .item:after{
    content: '';
    position: absolute;
    width: 100%;
    top: -50%;
    left: 0%;
    background: radial-gradient(ellipse at center, rgba(41, 42, 53, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}
.items-case-studies .item:hover:after {
    opacity: 1;
}
.items-case-studies .item:last-child{
    margin-bottom: 0;
}
.items-case-studies .item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.items-case-studies .item a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/line-what-we-offer-item.svg);
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .5s;
}
.items-case-studies .item:hover a:after {
    background-size: auto 1px;
    background-position: 50% 0;
}
.items-case-studies .item .image{
    position: relative;
    z-index: 9;
    border-radius: 8px;
    min-height: 240px;
    width: 280px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.items-case-studies .item .image:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(51,208,230,0) 0%,rgba(51,208,230,.4) 100%);
}
.items-case-studies .item .content{
    width: calc(100% - 310px);
    padding: 24px 15px;
    position: relative;
    z-index: 9;
}
.items-case-studies .item .content h3{
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.items-case-studies .item .content p{
    font-size: 16px;
    color: #8B8F97;
}
.items-case-studies .item .content .read-more{
    display: flex;
    width: 105px;
    font-size: 10px;
    color: #535353;
    border: 1px solid #535353;
    background: #121212;
    font-family: "Geist Mono", monospace;
    border-radius: 5px;
    margin-top: 30px;
    transition: all .3s;
}
.items-case-studies .item .content .read-more span{
    height: 22px;
    width: 81px;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
}
.items-case-studies .item .content .read-more span:last-child{
    background-image: url(../images/arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #535353;
    width: 24px;
    transition: all .3s;
}
.items-case-studies .item:hover .content .read-more{
    color: #fff;
    border: 1px solid #fff;
}
.items-case-studies .item .content .read-more span{

}
.items-case-studies .item:hover .content .read-more span:last-child{
    background-image: url(../images/arrow-light.svg);
    border-left: 1px solid #fff;
}
@media screen and (max-width: 1199px) {

    .items-case-studies .item .content h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .items-case-studies {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .items-case-studies .item{
        flex-wrap: wrap;
        gap: 0;
    }
    .items-case-studies .item .image,
    .items-case-studies .item .content{
        width: 100%;
    }
    .items-case-studies .item .content h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 479px) {
    .items-case-studies .item .content h3 {
        font-size: 18px;
    }
    .section-case-studies a.btn-light{
        width: 100%;
    }
}
/* -- section-case-studies */

/* section-contact-us */
.section-contact-us .container{
    max-width: 996px;
}
.section-contact-us form{
    margin-top: 60px;
}
@media screen and (max-width: 767px){
    .section-contact-us form{
        margin-top: 40px;
    }
}
/* -- section-contact-us */
