body,
html {
    padding: 0;
    margin: 0;
}

body {
    overflow-y: overlay;
    overflow-x: hidden;
    color: #000;
    scroll-behavior: smooth !important;
}

.logo img {
    cursor: pointer;
}

/* preloader */
.spinner-container>div {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spinnerWrap {
    display: block;
    width: 140px;
    height: 140px;
}


#preloader {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    display: block;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    display: block;
}

.spinnerWrap img {
    width: 150px;
    animation-name: colorChange;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    fill: #fff;
}

#preloader-message {
    margin-top: 30px;
    font-size: 24px;
}

/* Marker styling */
@keyframes colorChange {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #30303085;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #30303085;
}

p {
    margin-bottom: 0;
}

nav {
    height: 10vh;
}

.navbar {
    position: relative;
    z-index: 1000;
    background: #000;
}


.inner-wrap {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yellow-btn {
    padding: 15px 40px;
    background: #FFD600;
    border-radius: 5px;
    color: #000;
    transition: all .3s;
    border: none;
    outline: none;
}

.yellow-btn:hover {
    background: #000;
    color: #FFD600;
}

.marquee {
    padding: 30px 0;
    background-color: #000;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    position: relative;
    overflow: hidden;
    animation: marquee 8s linear infinite;
}

.marquee span {
    color: #fff;
    font-weight: 400;
    float: left;
    width: 50%;
    margin-bottom: 0;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

#hero-main {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#hero-main .main-heading {
    font-weight: 500;
    font-size: 130px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 50px;
}

#hero-main .sub-heading {
    font-weight: 300;
    font-size: 70px;
    line-height: 80px;
    color: #fff;
}

#hero {
    background-color: #000;
    background-image: url(./img/waves-hero-left.svg), url(./img/waves-hero-right.svg);
    background-position: left 140px, right 70vh;
    background-repeat: no-repeat, no-repeat;
}

.navbar-brand img {
    height: 38px;
    width: 175px;
}

.nav-link {
    color: #fff !important;
    transition: all .5s;
    padding: 0 0 15px !important;
    border-bottom: 3px solid transparent;
}

.nav-link:hover {
    color: #fff;
    border-bottom: 3px solid #FFD600;
}

nav .nav-item {
    padding: 0 25px;
}

.active-link {
    color: #fff;
    border-bottom: 3px solid #FFD600;
}

.section-heading {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

#projects {
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#projects,
#services {
    text-align: center;
}

#projects img {
    object-fit: cover;
    width: 100%;
}

#services {
    margin-top: 200px;
}

#services .services-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

#services .service-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 137px;
    padding: 30px 70px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    background: #fff;
    transition: all .3s;
    cursor: default !important;
}

#services .service-item:hover {
    background: #FFD600;
}

#services .service-item .img-wrap {
    flex-basis: 83px;
    height: 100%;
    margin-right: 70px;
}

#services .service-item .description {
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
}

#services img {
    width: 90px;
}

#about {
    margin-top: 150px;
    margin-bottom: 180px;
}

#about .heading-wrap {
    margin-bottom: 230px;
}

#about .text-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
}

#about .outer-wrap {
    background: url('./img/about-bg.png') no-repeat;
    background-position-x: right;
    background-position-y: center;
}

#about .inner-wrap {
    max-width: 1290px;
}

#about .highlight {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFD600;
}

#about .quote {
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
}

#about .text-wrap .description {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    width: 495px;
    margin-bottom: 25px;
}

#about .right {
    text-align: right;
}

#about .right img {
    border-radius: 8px;
    border: 15px solid #FFD600;
    width: 572px;
    height: 630px;
    object-fit: cover;
}

#about .left {
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonial .heading-wrap {
    margin-bottom: 0;
}

#testimonial .card-item {
    height: 483px;
    mix-blend-mode: normal;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    background: #fff;
    padding: 48px 58px;
    margin: 0 15px;
}

#testimonial .slick-list {
    padding: 40px 0;
}

#testimonial img {
    width: 80px;
    object-fit: contain;
}

#testimonial .img-wrap {
    margin-bottom: 20px;
}

#testimonial .heading-wrap {
    margin-bottom: 0;
}

#testimonial .card-item .heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

#testimonial .card-item .description {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

#contact {
    margin-top: 150px;
    padding-bottom: 180px;
    display: flex;
    align-items: center;
    background: url(./img/contact-bg.png) no-repeat;
}

#contact .inner-wrap {
    max-width: 1250px;
}

#contact .section-heading {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
}

#bottom-form {
    width: 100%;
}

#bottom-form .input-wrap.one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

#bottom-form .input-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 25px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    background: #EFEEEE;
    border: none;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: border .3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #000;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    color: #A4A4A4;
}

textarea {
    margin-top: 20px;
}

.black-btn {
    padding: 15px 40px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    transition: all .3s;
    border: none;
    outline: none;
}

.black-btn:hover {
    background: #FFD600;
    color: #000;
}

#cta {
    height: 290px;
    background: #FFD600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#cta div {
    font-weight: 600;
    font-size: 110px;
    line-height: 135px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    text-align: center;
    transition: all;
}

@supports (-webkit-text-stroke: 1px #000) {
    #cta div {
        -webkit-text-stroke: 1px #000;
        -webkit-text-fill-color: transparent;
    }

    #cta div:before {
        -webkit-text-fill-color: #000;
    }
}

#cta div {
    cursor: pointer;
    position: relative;
    text-shadow: 5px 5px 5px 5px #333;
}

#cta div:before {
    content: attr(data-fill);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    width: 0;
}

#cta div:hover:before {
    width: 100%;
}

#footer .logo {
    margin-bottom: 20px;
}

#footer {
    background: #000;
    background-image: url(./img/footer-bg.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    color: #fff;
    padding: 56px 0;
}

#footer .quote-wrap {
    margin-bottom: 25px;
}

#footer .quote-wrap p {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

#footer .logo img {
    height: 38px;
    width: 150px;
}

#footer .more-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .left .descripiton {
    width: 450px;
}

#footer .more-details .heading {
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
}

#footer .more-details .descripiton {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

#footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

#footer .left {
    flex-basis: 45%;
}

#footer .right {
    flex-basis: 55%;
}

#footer .socials {
    margin-top: 40px;
    flex-basis: 100%;
}

#footer .socials .heading {
    margin-bottom: 5px;
}

#footer .social-item {
    width: 38px;
    object-fit: contain;
    margin: 0 15px 0 0;
    display: inline-block;
}

#footer .social-icons {
    display: flex;
    align-items: center;
}

#copyright {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

#copyright span {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

#copyright span::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #fff;
    width: 780px;
    margin: 0 1rem;
    transform: translateY(-4px);
}

/* Marker styling */
@keyframes glow {
    from {
        text-shadow: 0px 0px 0px #fff, 0px 0px 0px #FFD600;
    }

    to {
        text-shadow: 0px 0px 3px #fff, 0px 0px 3px #FFD600;
    }
}

.marker {
    position: relative;
    margin: 0 40px;
    text-decoration: none;
    cursor: pointer;
    animation-name: glow;
    animation-duration: .5s;
    animation-iteration-count: 4;
    animation-direction: alternate;
}

.marker svg {
    position: absolute;
    left: 0;
    top: -60%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

.marker path {
    transition: stroke-dashoffset 300ms linear;
    stroke-width: 5;
    stroke: #FFD600;
    fill: none;
    stroke-linecap: round;
}

.marker:hover path {
    stroke-dashoffset: 0;
}

@media only screen and (max-width: 1440px) {
    .inner-wrap {
        width: 100%;
        max-width: 1240px;
    }

    #hero {
        background-position: left 160px, right 70vh;
    }

    #hero-main .main-heading {
        font-size: 120px;
        line-height: 60px;
    }

    #hero-main .sub-heading {
        font-size: 60px;
        line-height: 90px;
    }

    .marker svg {
        top: -50%;
        width: 130px !important;
    }

    /* 
    .section-heading {
        font-size: 80px;
        line-height: 130px;
    } */

    #services .service-item .img-wrap {
        flex-basis: 63px;
        margin-right: 60px;
    }

    #services .service-item .description {
        font-size: 35px;
    }

    #services .service-item {
        height: 127px;
    }

    #testimonial .card-item .heading {
        font-size: 28px;
        line-height: 40px;
    }

    #testimonial .card-item {
        height: 560px;
        padding: 48px 30px;
    }

    #testimonial img {
        width: 110px;
    }

    #testimonial .img-wrap {
        margin-bottom: 50px;
    }

    #contact {
        padding-bottom: 120px;
    }

    #cta div {
        font-weight: 600;
        font-size: 120px;
        line-height: 185px;
    }

    #footer .quote-wrap p {
        font-size: 50px;
        line-height: 60px;
    }

    #contact .inner-wrap {
        max-width: 1240px;
    }

}


@media only screen and (max-width: 1399.98px) {
    .inner-wrap {
        width: 100%;
        max-width: 1080px;
    }

    #hero-main .main-heading {
        font-size: 110px;
        line-height: 50px;
    }

    #hero-main .sub-heading {
        font-size: 60px;
        line-height: 70px;
    }

    .section-heading {
        font-size: 66px;
        line-height: 120px;
    }

    #about .inner-wrap {
        max-width: 1080px;
    }

    #about .right img {
        width: 482px;
    }

    #about .quote {
        font-size: 45px;
        line-height: 55px;
    }

    #footer .quote-wrap p {
        font-size: 45px;
        line-height: 58px;
    }

    #contact .inner-wrap {
        max-width: 1080px;
    }
}

@media only screen and (max-width: 1200px) {
    .inner-wrap {
        width: 100%;
        max-width: 890px;
    }

    #hero-main .main-heading {
        font-size: 80px;
        line-height: 30px;
    }

    #hero-main .sub-heading {
        font-size: 50px;
        line-height: 50px;
    }

    .marker svg {
        top: -50%;
        width: 90px !important;
    }

    #hero {
        background-size: 110px;
    }

    .section-heading {
        font-size: 56px;
        line-height: 80px;
    }

    #services .service-item {
        padding: 30px;
    }

    #services .service-item .description {
        font-size: 25px;
        line-height: 35px;
    }

    #about .inner-wrap {
        max-width: 890px;
    }

    #about .text-wrap .description {
        width: 100%;
    }

    #about .right img {
        width: 100%;
    }

    #testimonial .card-item {
        height: 550px;
    }

    #contact .inner-wrap {
        max-width: 890px;
    }

    #contact {
        background-size: 1220px;
    }

    #cta div {
        font-weight: 600;
        font-size: 100px;
        line-height: 175px;
    }

    #cta {
        height: 270px;
    }

    #footer .quote-wrap p {
        font-size: 42px;
        line-height: 54px;
    }

    #copyright span::after {
        margin: 0;
    }

    #footer .left {
        margin-bottom: 20px;
    }

    #footer .socials .heading {
        margin-bottom: 12px;
    }

    .navbar {
        padding-top: 30px;
    }

    #testimonial .card-item .description {
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        padding: 25px 35px;
    }

    #about .outer-wrap {
        background-size: 330px;
        background-position-y: top;
    }
}

@media only screen and (max-width:991px) {

    html {
        overflow-x: hidden;
    }

    .inner-wrap {
        width: 100%;
        max-width: 680px;
    }

    .marquee {
        overflow: hidden;
    }

    .section-heading {
        font-size: 42px;
        line-height: 80px;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
    }

    #services .services-wrap {
        display: grid;
        grid-template-columns: 0.7fr;
        grid-gap: 40px;
        justify-content: center;
    }

    .navbar .inner-wrap {
        max-width: 100%;
        padding: 0 60px;
        background: #000;
    }

    .navbar-collapse {
        margin-top: 50px;
    }

    .navbar-collapse ul {
        height: 100vh;
    }

    nav .nav-item {
        margin-bottom: 20px;
        padding: 0;
    }

    .navbar-brand img {
        width: 125px;
    }

    #copyright span::after {
        width: 480px;
    }

    #cta div {
        font-weight: 600;
        font-size: 80px;
        line-height: 145px;
    }

    #footer .quote-wrap p {
        font-size: 36px;
        line-height: 47px;
    }

    #footer .more-details .descripiton {
        font-size: 18px;
        line-height: 28px;
    }

    #footer a {
        font-size: 18px;
        line-height: 28px;
    }

    #footer .more-details .heading {
        font-weight: 700;
        font-size: 23px;
        line-height: 32px;
    }

    #copyright span {
        font-size: 18px;
        line-height: 22px;
    }

    #services .service-item {
        padding: 30px 60px;
    }

    #about .text-wrap {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: unset;
        grid-column-gap: unset;
    }

    #about .quote br {
        display: none;
    }

    #about .right {
        text-align: left;
        margin-bottom: 30px;
    }

    #about .right img {
        width: 50%;
        height: 440px;
        border-radius: 6px;
        border: 4px solid #FFD600;
    }

    #about .outer-wrap {
        background-position-y: top;
        background-size: 240px;
    }

    #about .quote {
        font-size: 45px;
        line-height: 63px;
        margin-bottom: 25px;
    }

    #about .inner-wrap,
    #contact .inner-wrap {
        max-width: 680px;
    }

    #testimonial .card-item .description {
        font-weight: 300;
        font-size: 16px;
        line-height: 25px;
    }

    #testimonial img {
        width: 80px;
    }

    #testimonial .card-item .heading {
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width:767px) {
    #testimonial .card-item {
        height: 490px;
    }

    .marker {
        margin: 0 10px;
    }

    #hero-main .sub-heading {
        font-size: 30px;
        line-height: 50px;
    }

    #hero-main .main-heading {
        font-size: 60px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .marker svg {
        top: -110%;
        width: 60px !important;
    }

    .navbar .inner-wrap {
        padding: 0 30px;
    }

    .section-heading {
        font-size: 42px;
        line-height: 50px;
    }

    .inner-wrap {
        max-width: 360px;
    }

    #services .services-wrap {
        grid-template-columns: 1fr;
    }

    #services img {
        width: 50px;
    }

    #services .service-item {
        padding: 30px;
    }

    .marquee .section-heading {
        font-size: 23px;
    }

    #about .right img {
        width: 100%;
    }

    #about .inner-wrap,
    #contact .inner-wrap {
        max-width: 360px;
    }

    #testimonial .heading-wrap {
        margin-bottom: 0;
    }

    #testimonial .card-item {
        height: 540px;
    }

    #contact {
        background-size: 670px;
    }

    #bottom-form .input-wrap.one {
        grid-template-columns: 100%;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    #bottom-form .input-wrap {
        grid-template-columns: 100%;
    }

    #cta div {
        font-size: 60px;
        line-height: 125px;
    }

    #footer .left .descripiton {
        width: 340px;
    }

    #footer .logo img {
        width: 145px;
    }

    #services {
        margin-top: 100px;
    }

    #services .service-item .img-wrap {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 575px) {
    #copyright span::after {
        width: 280px;
    }

    html {
        overflow-x: hidden;
    }

    #about {
        margin-top: 200px;
    }

    #about .heading-wrap {
        margin-bottom: 200px;
    }

    #about .right img {
        width: 100%;
        height: 410px;
    }

    #about .quote {
        font-size: 38px;
        line-height: 45px;
    }

    #about {
        margin-bottom: 150px;
    }

    #testimonial img {
        width: 60px;
    }

    #testimonial .img-wrap {
        margin-bottom: 30px;
    }

    #testimonial .card-item {
        height: max-content;
    }

    #contact {
        margin-top: 185px;
    }

    .section-heading,
    #contact .section-heading {
        font-weight: 400;
        font-size: 38px;
        line-height: 44px;
    }

    #footer .quote-wrap p {
        font-size: 30px;
        line-height: 44px;
    }

    #footer .more-details .heading {
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
    }

    #footer .more-details .descripiton {
        font-size: 17px;
        line-height: 28px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        padding: 20px;
        font-size: 18px;
        line-height: 27px;
        max-width: 100%;
    }

    #services .service-item .description {
        font-size: 22px;
        line-height: 31px;
    }

    #contact {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 409px) {

    .marquee .section-heading {
        font-size: 21px;
    }

    .inner-wrap {
        max-width: 320px;
    }

    #about .inner-wrap,
    #contact .inner-wrap {
        max-width: 320px;
    }

    #testimonial .section-heading {
        margin-bottom: 0;
    }

    #testimonial .card-item .heading {
        font-size: 23px;
        line-height: 30px;
    }
}