#section-1 {
    position: relative;
}
#section-1-1 .content-container {
    position: relative;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 6rem;
}
#section-1-1 .content-container h1 {
    font-size: 36px;
}
#section-1-1 .content-container p {
    line-height: 150%;
    letter-spacing: 0.1em;
}
#section-1-1 .model-img {
    position: absolute;
    left: 0;
    max-width: 100%;
    /* transform: translate(-4%, -2%); */
    background-size: 100%;
    -webkit-transition: all 0.1s ease-in-out;
}
#section-1-1 .model-img:hover {
    position: absolute;
    left: 0;
    /* width: 140%; */
    max-width: 100%;
    /* transform: translate(-4%, -2%); */
    background-size: 100%;
    transform: scale(1.05);
    transition: all 0.1s ease-in;
}
#section-1-1 .footer-container-right,
#section-1-1 .footer-container-left {
    z-index: 999;
}
.link-next,
.link-prev,
.link-next:hover,
.link-prev:hover {
    color: black;
    font-family: "Gill-Sans-Bold";
    cursor: pointer;
}
.link-next:hover img.icon-next {
    animation-name: icon-next;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transform: translate(15px, 0);
}

@keyframes icon-next {
    0% {
        opacity: 0.5;
        transform: translate(5px, 0);
    }
    50% {
        opacity: 0.2;
        transform: translate(15px, 0);
    }
    100% {
        opacity: 1;
        transform: translate(15px, 0);
    }
}

.link-prev:hover img.icon-prev {
    animation-name: icon-prev;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transform: translate(-15px, 0);
}

@keyframes icon-prev {
    0% {
        opacity: 0.5;
        transform: translate(-5px, 0);
    }
    50% {
        opacity: 0.2;
        transform: translate(-15px, 0);
    }
    100% {
        opacity: 1;
        transform: translate(-15px, 0);
    }
}

.footer-container-left {
    position: absolute;
    bottom: 5%;
    left: 0;
}
.footer-container-right {
    position: absolute;
    bottom: 5%;
    right: 0;
}
@media only screen and (max-width: 430px) {
    .footer-container-left {
        position: absolute;
        bottom: 1%;
        left: 0;
    }
    .footer-container-right {
        position: absolute;
        bottom: 1%;
        right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .footer-container-right {
        right: 0%;
        bottom: 5%;
    }
    .footer-container-left {
        bottom: 5%;
        left: 0;
    }
}

#section-2 {
    position: relative;
    background: #212028;
    border-top-left-radius: 300px;

    padding-left: 4rem;
    padding-right: 4rem;
}

#section-2 .content-container {
    padding-top: 3rem;
}

#section-2 .content-container h2 {
    color: white;
    line-height: 130%;
    letter-spacing: 0.1em;
}
#section-2 .content-container h3 {
    color: white;
}

#section-2 .content-container h4 {
    font-size: 1.75rem;
}

#section-2 .content-container p {
    font-family: "Gill-Sans";
    line-height: 150%;
    letter-spacing: 0.1em;
    color: white;
}

#section-2 .img-container img {
    width: 100%;
}

.bg-top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(80%, -18%);
}
.bg-top-right img {
    width: 40%;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%);
}

#section-2 .img-container .play-btn img {
    width: 80px;
}

.intersection-bg {
    position: absolute;
    background-image: url(../images/about-us/about-us-pic-2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 50vw;
    top: -60%;
}

.w-90 {
    width: 90%!important;
}
.why-title {
    font-size: 20px;
    font-weight: bold;
}
@media(max-width:767px){
    .why-title {
        height: unset!important;
    }
}

#contact-section #prevBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    width:25vw;
    border:1px solid white;
    background-color:inherit;
}
#contact-section #nextBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    width:25vw;
    border:1px solid white;
    background-color:inherit;
}

@media (max-width: 1025px) {
    #section-2 {
        padding-top: 11vh;
        border-top-left-radius: 280px;
    }
    #section-1-1 .content-container {
        height: auto;
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    #section-2 .content-container {
        padding-top: 0;
    }
    .bg-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        transform: translate(50%,-101%) rotate(
            -197deg)!important;
    }
}

@media(max-width: 991px) {
    .custom-margin-3 {
        margin-left: -45px;
    }
}

@media (max-width: 767px) {
    .w-90 {
        width: 80%!important;
    }

    .text-center-mobile {
        text-align: center!important;
        justify-content: center;
    }

    .justify-content-center-mobile {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    #section-2 {
        border-top-left-radius: 0;
        padding-top: 11vh;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    #section-1-1 .content-container {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    #section-1-1 .model-img {
        position: relative;
        width: 150%;
        transform: unset;
    }

    .contact-no-container {
        padding-bottom: 2rem;
    }
    #contact-section #prevBtn{
        width:35vw;
    }
    #contact-section #nextBtn{
        width:35vw;
    }
    .custom-margin-3 {
        margin-left: -24px;
    }
    #contact-section h4 {
        font-size: 1.2rem;
    }

    .bg-bottom-right {
        transform: translate(50%,-91%) rotate(
            -197deg)!important;
    }
}


/*bottom left*/
.bg-bottom-left {
    position: absolute;
    bottom: 22%;
    left: 0;
    transform: translate(-63%, -47%) rotate(241deg);
    z-index: 0;
}
.bg-bottom-left img {
    width: 50%;
}
.bg-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform: translate(50%,-60%) rotate(
        -197deg);
}
.bg-bottom-right img {
    width: 70%;
}

.absolute-btn {
    position: absolute;
    right: 1%;
    top: 1%;
}

#target-img {
    perspective: 60px;
}

#target-img-child {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}

#target-img-1 {
    perspective: 60px;
}

#target-img-child-1 {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}
@media screen and (max-width:375px){
    .font-service-arrow{
        font-size:12px;
    }

    .bg-bottom-right {
        transform: translate(50%,-269%) rotate(
        -197deg)!important;
    }
}

@media screen and (max-width: 500px) {
    #contact-form input, #contact-form .input-group {
        width: 100%;
    }
}


.faq-container .animate-arrow.active {
    transform: rotate(90deg);
    /* transition: all 0.5s linear; */

}

.tags-description {
    font-size: 16px;
}

.dev-title {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    h4.faq-title {
        font-size: 1.2rem;
    }
    .tags-description {
        font-size: 8px;
    }
}
@media (max-width: 1024px) {
    .first-section-service {
        padding-top: 0!important;
    }
}

#section-3 {
    color: white;
}
#section-3 .title-container {
    padding-bottom: 2rem;
}
#section-3 .top-white-border {
    border-top: 1px solid white;
}
#section-3 .bottom-white-border {
    border-bottom: 1px solid white;
}
.main-box {
    position: relative;
}
.bar {
    position: absolute;
    width: 50px;
    height: 1.5px;
    background: #fff;
    transition: all 2s linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bar.delay-0 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.bar.delay-1 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.bar.delay-2 {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.bar.delay-3 {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.top {
    top: -0.5px;
    left: -0.5px;
}
.right {
    top: 18px;
    right: -28px;
    transform: rotate(90deg);
}
.bottom {
    bottom: -0.5px;
    left: -0.5px;
}
.left {
    top: 18px;
    left: -28px;
    transform: rotate(90deg);
}
@-webkit-keyframes h-move {
    0% {
        left: 5%;
        width: 100px;
    }
    50% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 40px;
    }
    90% {
        width: 5px;
    }
    94% {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        width: 1px;
    }
    95% {
        width: 0px;
    }
    100% {
        left: 100%;
        width: 0px;
    }
}
@keyframes h-move {
    0% {
        left: 5%;
        width: 20px;
    }
    20% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 70px;
    }
    50% {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        width: 40px;
    }
    90% {
        width: 5px;
    }
    94% {
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        width: 1px;
    }
    95% {
        width: 0px;
    }
    100% {
        left: 100%;
        width: 0px;
    }
}
.top,
.bottom {
    -webkit-animation-name: h-move;
    animation-name: h-move;
}
@-webkit-keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top: 228px;
    }
}
@keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top: 228px;
    }
}
.right,
.left {
    -webkit-animation-name: v-move;
    animation-name: v-move;
}
