/* global */

html, body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button:focus, button:active, input:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 !important;
}

button {
    border: 0 !important;
}

#scroll-top {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #17224B;
    position: fixed;
    bottom: -60px;
    right: 60px;
    z-index: 999;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.4s ease;
}

#scroll-top.show {
    bottom: 30px;
}

@font-face {
    font-family: "somar-bold";
    src: url(../fonts/Somar-Bold.otf);
}

@font-face {
    font-family: "somar-semibold";
    src: url(../fonts/Somar-SemiBold.otf);
}

@font-face {
    font-family: "somar-meduim";
    src: url(../fonts/Somar-Medium.otf);
}

@font-face {
    font-family: "somar-regular";
    src: url(../fonts/Somar-Regular.otf);
}

@font-face {
    font-family: "cairo-bold";
    src: url(../fonts/Cairo-Bold.ttf);
}

@font-face {
    font-family: "cairo-semibold";
    src: url(../fonts/Cairo-SemiBold.ttf);
}

.nav-link, h1, h2, h3, h4, h5, h6 {
    font-family: "somar-bold";
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
}

p {
    font-family: "somar-meduim";
    margin-bottom: 0 !important;
    letter-spacing: 0 !important;
}

.blue-text {
    color: #17224B;
}

.red-text {
    color: #E41F4A;
}

.vector-header,
.vector-analy,
.vector-srv,
.vector-why,
.repo-page-vector,
.section-title-content img {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.section-title-content,
.section-desc {
    margin-right: 48px;
}

.section-title-content {
    position: relative;
    margin-bottom: 60px;
}

.section-title-content .bg-vector {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 10px;
}

.section-title {
    font-size: 163px;
    line-height: 115px;
    position: relative;
    color: #E41F4A;
    z-index: 20;
}

.section-title-content img {
    position: absolute;
    z-index: 10;
    /* right: -45px; */
    top: -40px;
}

#services .section-title-content img {
    top: -95%;
}

#our-partners .section-title-content img {
    top: -115%;
}

.section-desc {
    font-size: 36px;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: justify;
    width: 83%;
    position: relative;
    z-index: 99;
}

header {
    position: relative;
}

header .header-top {
    padding-top: 200px;
}

/* navbar */
.top-navbar {
    padding: 50px 55px 100px;
    z-index: 800;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.4s ease;
}

.top-navbar.is-sticky {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 6px 15px 0 #908e8e26;
}

.top-navbar .navbar-nav .nav-item:not(:last-child) {
    margin-left: 38px;
}

.top-navbar .navbar-nav .nav-item .nav-link {
    color: hsl(227, 53%, 19%, 100%);
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
}

.top-navbar .navbar-nav .nav-item .nav-link:hover,
.top-navbar .navbar-nav .nav-item .nav-link:active, 
.top-navbar .navbar-nav .nav-item .nav-link:focus {
    color: #17224B;
}

.top-navbar .contact-btn {
    background-color: #E41F4A;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 8px 25px;
}

.top-navbar .contact-btn h5 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

/* header */
header .container-fluid {
    padding: 0 !important;
}

.header-info {
    margin: 153px 45px 0 0;
}

.header-info .header-title {
    font-size: 73px;
    line-height: 66.8px;
    margin-bottom: 20px !important;
}

.header-info .header-desc {
    color: #949495;
    font-size: 36px;
    line-height: 35px;
    text-align: justify;
    max-width: 90.5%
}

.video-content {
    position: relative;
}

.video-content .vector-header {
	position: absolute;
	z-index: 50;
	left: 20px;
    top: -30%;
    width: 70%;
}

.video-content .img-content img {
    width: 100%
}

.video-content .img-content {
    position: relative;
}

.video-content .img-content .overlay {
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hsl(227, 53%, 19%, 85%);
}

/* .video-content .img-content .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.5%;
    height: 10.5%;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.video-content .img-content .play-icon img {
    width: 31%;
    transform: translate(15%, 5%);
} */

/* about us */
#about-us {
    background-image: url(../img/header_img2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 78px;
    margin-bottom: 170px;
    position: relative;
    padding: 64px 0;
}

#about-us .overlay {
    background-color: hsl(0, 0%, 10%, 87%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-us .section-title {
    color: #FFFFFF;
}

#about-us .section-desc {
    color: #FFFFFF;
    max-width: 893px;
    margin-top: 100px;
}

/* why */
#why {
    margin-bottom: 364px;
    position: relative;
    z-index: 55;
}

#why .vector-why {
    position: absolute;
    left: 0;
    bottom: -75%;
    width: 43%;
}

#why .section-desc {
    color: #17224B;
    margin-top: 76px;
}

#why .card-why {
    max-width: 810px;
    height: 297px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

#why .card-why .card-overlay-title {
    height: 500px;
    top: -50px;
    position: absolute;
    z-index: 10;
}

#why .card-why .card-title {
    color: #fff;
    list-style: none;
    line-height: 65px;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    padding: 0;
    bottom: 45px;
    z-index: 20;
}

#why .card-why .card-title h4 {
    font-size: 36px;
}

/* card 1 */
#why .card-img {
    background-image: url(../img/why_img1.webp);
    margin: 0 auto 45px;
}
#why .card-img .card-title {
    right: 35px;
}
#why .card-img .card-overlay-title {
    width: 55%;
    height: 0;
    border-bottom: 300px solid hsl(347, 78%, 51%, 90%);
    border-left: 170px solid transparent;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
}
#why .card-img:hover .card-overlay-title {
	width: 100%;
	border-left: 260px solid transparent;
}



/* card 2 */
#why .card-img2 {
    background-image: url(../img/why_img2.webp);
    margin: 0 auto;
}
#why .card-img2 .card-overlay-title {
    width: 50%;
    height: 0;
    border-bottom: 300px solid hsl(227, 53%, 19%, 90%);
    border-right: 170px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
#why .card-img2:hover .card-overlay-title {
    width: 100%;
    border-right: 260px solid transparent;
}
#why .card-img2 .card-title {
    left: 25px;
}

/* services */
#services {
    margin-bottom: 322px;
    position: relative;
    z-index: 60;
}

#services .vector-srv {
	position: absolute;
	left: 0%;
	bottom: -57%;
    width: 82%;
}

.services-info-content {
    position: relative;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    margin-right: 30px;
    margin-left: 10px;
}

.services-info-content .services-title {
    color: #17224B;
    font-size: 64px;
    line-height: 102px;
}

.services-info-content .services-desc {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: justify;
    color: #757575;
    max-width: 625px;
    margin-top: 7px;
}

.services-img-content {
    margin: 0 30px;
    width: 630px;
    height: 583px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px 15px;
    position: relative;
    z-index: 100;
}

.services-img-content .long-content {
    grid-row: span 2;
}

.services-img-content .img-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.services-img-content .img-content .the-card {
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: pre;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.services-img-content .img-content:hover .the-card {
    transform: rotateY(180deg);
}

.services-img-content .img-content .front-card {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(0deg);
}

.services-img-content .img-content .back-card {
    color: #FFFFFF;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-img-content .img-content .back-card .back-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsl(227, 53%, 19%, 92%);
    z-index: 10;
}

.services-img-content .img-content .back-card img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.services-img-content .img-content .back-card h6 {
    font-size: 27px;
    position: relative;
    z-index: 20;
    text-align: center;
}

.services-img-content .img-content .overlay {
    background: linear-gradient(180deg, rgba(6, 0, 0, 0) 0%, #060000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    transition: all 0.5s ease;
}

.services-img-content .img-content .img-title {
    position: absolute;
    z-index: 20;
    bottom: 15px;
    right: 0;
    width: 100%;
}

.services-img-content .img-content .img-title h6,
.services-img-content .img-content .back-title h6 {
    color: #FFFFFF;
    font-size: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.services-img-content .img-content img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

/* our work */
#our-work {
    margin-bottom: 145px;
    position: relative;
    z-index: 90;
}

#our-work .work-content {
    margin-top: 70px;
}

.card-work {
	background-color: #FFFFFF;
	box-shadow: 0px 29px 60px 0px #17161A0D;
	max-width: 350px;
	height: 491px;
	margin: 0 auto;
	position: relative;
}

/* card show more */

.work-content .card-work.show-more .img-content,
.work-content .card-work.show-more .img-content img {
    height: 100% !important;
}

.work-content .card-work.show-more .card-body {
    background-color: transparent;
    top: 0;
}

.work-content .card-work.show-more .card-body .work-date,
.work-content .card-work.show-more .card-body .work-desc,
.work-content .card-work.show-more .card-body .work-title {
    color: white !important;
}

/* show less */
.card-work .img-content {
    position: relative;
}

.card-work .img-content img {
    width: 100%;
}

.card-work .img-content .overlay {
    background: #17224BC7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-work .card-content {
    position: absolute;
    transition: all 0.5s ease;
}

.card-work .card-body {
	padding: 25px 15px;
	position: absolute;
	top: 58.5%;
    height: 155px;
	background-color: white;
	width: 100%;
    transition: all 0.5s ease;
}

.card-work .card-body.show-more {
	top: 0;
    height: 442px;
}

.card-body .work-date,
.card-body .work-desc {
    color: #4F4F4F;
    font-size: 12px;
    line-height: 23px;
    font-family: "cairo-bold";
}

.card-body .work-title {
    font-size: 19px;
    line-height: 35px;
    color: #4F4F4F;
    font-family: "cairo-bold";
}

.card-body .work-desc {
    font-family: "cairo-semibold";
    width: 250px;
}

.card-work .card-btn-content {
	display: flex;
	justify-content: flex-end;
	padding: 0 15px 15px;
	position: absolute;
	width: 100%;
	top: 90%;
    background-color: white;
}

.card-work .card-btn-content .card-btn {
    height: 34px;
    width: 117px;
    border-radius: 13px;
    background-color: #E41F4A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-work .card-btn-content .card-btn h6 {
    color: #FFFFFF;
    font-family: "cairo-bold";
    font-size: 15px;
    line-height: 28px;
}

/* our partners */
#our-partners {
    margin-bottom: 210px;
    position: relative;
    z-index: 80;
}

#our-partners .partners-content {
    margin-top: 50px;
}

.partners-content .img-content {
    position: relative;
    z-index: 90;
    max-width: 390px;
    height: 187px;
    margin: 14px auto;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* analysis section */
#analysis {
    margin-bottom: 60px;
    position: relative;
    z-index: 70;
}

#analysis .vector-analy {
    position: absolute;
    left: 0;
    top: -98%;
}

#analysis .analysis-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.analysis-content .card-holder {
    width: 250px;
    height: 350px;
    margin-bottom: 50px;
}

.analysis-content .analy-card {
    background-color: #FFFFFF;
    box-shadow: 0px 29px 60px 0px #17161A0D;
    width: 250px;
    height: 350px;
}

.analy-card .img-content {
    position: relative;
}

.analy-card .img-content .card-id {
    color: #FFFFFF;
    font-size: 240px;
    position: absolute;
    top: -100px;
    right: -17px;
}

.analy-card .card-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.analy-card .card-body .analy-title {
    font-size: 19px;
    line-height: 34px;
    color: #17224B;
}

.analy-card .card-body .analy-desc {
    font-size: 19px;
    line-height: 25px;
    color: #757575;
    font-family: "somar-regular";
}

/* know more section */
#know-more {
    margin-bottom: 75px;
}

#know-more .know-more-content {
    margin-top: 110px;
}

.know-more-content .know-more-title {
    font-size: 88px;
    line-height: 75px;
    color: #152347E5;
    margin-bottom: 23px !important;
}

.know-more-content .know-more-desc {
    font-size: 33px;
    line-height: 36px;
    text-align: justify;
    color: #757575;
    width: 88%;
    margin-bottom: 75px !important;
}

.know-more-content .know-more-btn {
    height: 50px;
    width: 156px;
    border-radius: 6px;
    background-color: #E41F4A;
    color: #FFFFFF;
}

.know-more-content .know-more-btn h6 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}

#know-more .img-content img {
    width: 100%;
}

/* footer section */
footer {
    background-color: #17224B;
    padding-bottom: 20px;
}

footer .footer-top {
    color: #FFFFFF;
    padding: 50px 0 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #FFFFFF;
}

.footer-top .contact-title {
    font-size: 48px;
    line-height: 64px;
    margin-left: 20px;
    /* width: 160px; */
}

.footer-top .contact-content {
    width: 370px;
}

.footer-top .contact-content input {
    max-width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
    padding: 9px 8px;
}

.footer-top .contact-content input::placeholder {
    color: #E6E7E8;
}

.footer-top .contact-btn {
    height: 50px;
    width: 156px;
    border-radius: 6px;
    background-color: #E41F4A;
    color: #FFFFFF;
}

.footer-top .contact-btn h6 {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

footer .footer-bottom {
    padding: 50px 0 0;
    display: flex;
    justify-content: space-between;
}

.footer-bottom .footer-list {
    width: 600px;
}

.footer-bottom .footer-list ul {
    padding: 0;
    list-style: none;
}

.footer-bottom .footer-list .footer-list-item {
    margin-bottom: 30px !important;
}

.footer-bottom .footer-list .footer-list-item a {
    text-decoration: none;
    font-family: "somar-regular";
    font-size: 28px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
}

.footer-bottom .social-media {
    display: flex;
    list-style: none;
    padding: 0;
}

.footer-bottom .social-media li {
    margin-left: 25px;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright p:first-of-type{
    margin-inline-end: 10px;
}
footer .copyright p {
    font-family: "somar-regular";
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

/* media */

@media (max-width: 1474px) {
    .top-navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 27px;
    }
}

@media (max-width: 1399px) and (min-width: 1300px) {
    .video-content .vector-header {
        left: -50px;
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .video-content .vector-header {
        left: -100px;
    }
}

@media (max-width: 1400px) and (min-width: 1199px) {
    .services-img-content {
        width: 550px;
        height: 510px;
    }
}

@media (max-width: 1400px) {
    .section-title {
        font-size: 150px;
        line-height: 110px;
    }
    .top-navbar {
        padding: 50px 35px 100px;
    }
    .top-navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 25px;
    }
    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 26px;
    }
    .services-img-content .img-content .img-title h6,
    .services-img-content .img-content .back-title h6 {
        font-size: 24px;
    }
    .analysis-content .analy-card:not(:last-child) {
        margin-left: 13px;
    }
    #know-more .know-more-content {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}
@media (max-width: 1299px) and (min-width: 1200px) {
    .top-navbar {
        padding: 50px 30px;
    }
    .top-navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 22px;
    }
    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 24px;
    }
    .top-navbar .contact-btn {
        padding: 8px 20px;
    }
    .header-info {
        margin: 90px 45px 0 0;
    }
    .header-info .header-title {
        font-size: 67px;
    }
    .section-title {
        font-size: 135px;
        line-height: 100px;
    }
}

@media (max-width: 1200px) {
    #about-us {
        z-index: 200;
    }
    .section-desc {
        margin-top: 0 !important;
    }
    #analysis .analysis-content {
        justify-content: space-evenly;
    }
    footer .footer-bottom .footer-logo {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #why .card-img .card-overlay-title,
    #why .card-img2 .card-overlay-title {
        width: 63%;
    }
    .work-content .card-work {
        height: 444px;
    }
    .card-work .card-body {
        top: 53.5%;
    }
    .card-work .card-btn-content {
        top: 88%;
    }
    .services-img-content {
        width: 455px;
        height: 421px;
    }
}

@media (max-width: 1200px) and (min-width: 1100px) {
    .top-navbar {
        padding: 40px 25px 100px;
    }
    .top-navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 18px;
    }
    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 22px;
    }
    .header-info {
        margin: 80px 45px 0 0;
    }
    .header-info .header-title {
        font-size: 62px;
        line-height: 60.8px;
    }
    .section-title {
        font-size: 120px;
        line-height: 100px;
    }
    #why .vector-why {
        bottom: -65%;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .top-navbar {
        padding: 40px 15px 60px;
    }
    .top-navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 13px;
    }
    .top-navbar .navbar-nav .nav-item .nav-link {
        font-size: 21px;
    }
    .header-info {
        margin: 30px 45px 0 0;
    }
    .header-info .header-title {
        font-size: 55px;
        line-height: 60px;
    }
    .section-title {
        font-size: 108px;
        line-height: 93px;
    }
    .section-title-content {
        margin-bottom: 30px;
    }
    .section-title-content,
    .section-desc {
        margin-right: 24px;
    }
    .section-desc {
        width: 90%;
    }
    .services-img-content .img-content .img-title h6,
    .services-img-content .img-content .back-title h6 {
        font-size: 22px !important;
    }
}

@media (max-width: 1299px) {
    .section-title-content img {
        width: 400px;
    }
    #about-us .section-title-content img {
        width: auto;
    }
    #why .section-title-content img {
        right: -30px;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .top-navbar .contact-btn {
        padding: 8px 17px;
    }
    #about-us .section-title-content img {
        top: -24px;
        width: 23%;
    }
}

@media (max-width: 991px) {
    .top-navbar.is-sticky {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-info {
        margin-top: 30px;
        padding-bottom: 50px;
        position: relative;
        background-color: #FFF;
        z-index: 60;
    }
    #about-us {
        margin-top: 30px;
    }
    .section-title-content img {
        width: 500px;
    }
    #why .section-title-content img {
        right: -55px;
        width: auto;
    }
    .section-title-content {
        margin-bottom: 40px;
    }
    #why .vector-why {
        bottom: -30%;
    }
    #why .card-why .card-overlay-title {
        width: 150% !important;
    }
    #why .card-why:hover .card-overlay-title {
        width: 190% !important;
    }
    #why .card-why .card-title {
        left: 0 !important;
        right: 50% !important;
        bottom: 50% !important;
        transform: translate(50%, 50%) !important;
    }
    #services .vector-srv {
        bottom: -78%;
        width: auto;
    }
    #analysis .vector-analy {
        top: -70%;
    }
    .services-img-content .img-content .img-title h6,
    .services-img-content .img-content .back-title h6 {
        font-size: 31px;
    }
    footer .footer-bottom {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .video-content .vector-header {
        display: none;
    }
    .header-info .header-title {
        font-size: 64px;
        line-height: 67px;
    }
    .section-title {
        font-size: 130px;
        line-height: 100px;
    }
    .services-img-content .img-content .img-title h6,
    .services-img-content .img-content .back-title h6 {
        font-size: 28px;
    }
    .services-img-content .last-img {
        margin-top: 13px;
    }
    #why .vector-why {
        bottom: -25%;
        width: 50%;
    }
    #about-us .section-title-content img {
        width: 40%;
    }
    #why .section-title-content img,
    .section-title-content img {
        width: 450px;
    }
    footer .footer-top {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-top .contact-title {
        font-size: 53px;
        line-height: 42px;
        margin: 0 0 30px !important;
        /* width: auto; */
    }
    .footer-top .contact-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .footer-top .contact-content input {
        margin-left: 4px;
        margin-bottom: 10px;
    }
    #scroll-top {
        display: none !important;
    }
}

@media (max-width: 670px) and (min-width: 577px) {
    .services-img-content {
        width: 520px;
        height: 481px;
    }
}

@media (max-width: 660px) {
    .services-img-content .img-content .img-title h6,
    .services-img-content .img-content .back-title h6 {
    font-size: 22px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        width: 115%;
    }
    .top-navbar {
        padding: 30px 30px 50px;
    }
    .section-title {
        font-size: 100px;
        line-height: 80px;
    }
    .header-info {
        margin-right: 20px;
    }
    .header-info .header-title {
        font-size: 55px;
        line-height: 57px;
    }
    .header-info .header-desc {
        font-size: 26px;
    }
    .section-desc {
        width: 90%;
        font-size: 32px;
        line-height: 45px;
    }
    .services-info-content {
        margin-right: 10px;
    }
    .section-title-content, .section-desc {
        margin-right: 15px;
    }
    footer .footer-top {
        padding: 50px 1rem 20px 0;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-top .contact-title {
        line-height: 62px;
        margin-left: 0;
        margin-bottom: 30px !important;
    }
    footer .footer-bottom {
        align-items: flex-end;
    }
    footer .footer-bottom .footer-logo {
        margin-bottom: 40px;
        padding-left: 1rem;
    }
    .footer-bottom .footer-list {
        width: 100%;
        padding-right: 1rem;
    }
    .footer-bottom .footer-list .footer-list-item h6 {
        text-align: right;
    }
    .footer-bottom .social-media {
        align-self: flex-start;
        padding: 0 1rem;
    }
    .services-img-content .last-img {
        margin-top: 10px;
    }
    #why .vector-why {
        bottom: -11%;
    }
    .section-title-content img,
    #why .section-title-content img {
        width: 330px;
    }
}

@media (max-width: 575px) and (min-width: 488px) {
    .services-img-content {
        margin: 0 10px;
        width: 470px;
        height: 435px;
    }
}

@media (max-width: 488px) {
    #about-us, #why, #services, #our-work, #our-partners {
        margin-bottom: 130px;
    }
    #why .card-why .card-title h4 {
        font-size: 32px !important;
    }
    .know-more-content .know-more-title {
        font-size: 72px;
    }
    .know-more-content .know-more-desc {
        font-size: 26px;
        margin-bottom: 50px !important;
    }
    .header-info .header-title {
        font-size: 42px;
        line-height: 52px;
    }
    .services-img-content {
        margin: 0 7px;
        width: 350px;
        height: 324px;
        gap: 7px;
    }
    .services-info-content .services-title {
        font-size: 56px;
        line-height: 90px;
    }
    .services-info-content .services-desc {
        font-size: 26px;
    }
    footer .footer-top {
        padding: 50px 0 20px;
    }
    .footer-top .contact-btn h6 {
        font-size: 24px;
    }
    #about-us .section-title-content img {
        width: 55%;
    }
    .analysis-content .analy-card {
        margin: 0 0 30px !important;
    }
}

@media (max-width: 400px) {
    #know-more {
        margin-bottom: 30px;
    }
    .section-title-content {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 92px;
        line-height: 77px;
    }
    .section-desc {
        font-size: 26px;
        line-height: 42px;
    }
    .footer-top .contact-title {
        line-height: 52px;
    }
    .footer-top .contact-btn {
        width: 110px;
    }
    .footer-top .contact-btn h6 {
        font-size: 18px;
    }
    footer .footer-bottom {
        padding: 40px 0;
    }
    .footer-bottom .footer-logo {
        padding-left: 0%;
    }
    .footer-bottom .footer-list {
        padding-right: 1rem;
    }
    .footer-bottom .social-media {
        padding-right: 1rem;
    }
    .section-title-content img {
        width: 300px;
        right: -30px;
    }
    .services-img-content .img-content .img-title h6 {
        font-size: 15px;
    }
}

/* animation */
.fade-in-right,
.fade-in-left,
.fade-in {
  position: absolute;
  opacity: 0;
}
.fade-in-right {
  right: -200px;
}

.fade-in-left {
  left: -100px;
}