@font-face {
    font-family: NeueHaas;
    src: url("../neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayLight.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: color 300ms ease-in;
    transition: background-color 300ms ease-in;
    font-family: NeueHaas;
}

ul {
    list-style: none;
}


.dark {
    background-color: black;
    color: white;
}

.dark .page-container {
    background-color: black;
}

.dark header {
    background-color: black;
}

.dark .touch-btn,
.dark .online-touch-btn {
    border-color: white;
    color: white;
}

.dark .slider:before {
    background-color: white;
}

.dark .slider {
    border-color: white;
}

.dark #disc-heading {
    color: black;
}

.light #disc-heading {
    color: black;
}

.dark footer {
    background-color: white;
}

.dark .black-bar {
    background-color: white;
}

.dark .black-bar-right {
    background-color: #000000;
}

.dark .black-bar-left {
    background-color: #2D2D2D;
}


.dark .black-bar-bottom {
    background-color: white;
}

.dark .kers {
    color: #000000;
}

.dark .fa-facebook,
.dark .insta {
    color: black;
}

.dark .logo-icon {
    display: none;
}

.light .logo-icon-dark {
    display: none;
}

.footer-logo {
    display: flex;
    align-items: center;

}

.dark #footer-logo-light {
    display: none;
}

.light #logo-footer-dark {
    display: none;
}

html {
    scroll-snap-type: y mandatory;
}

.black-bar,
.black-bar-bottom,
.black-bar-content
.fb-ads,
.disc-chat,
.online-business,
header,
footer {
    /*scroll-snap-align: start;*/
}

.dark .touch-btn:hover {
    background-color: white;
    color: black;
    transition: 1s;
}

.light .touch-btn:hover {
    background-color: black;
    color: white;
    transition: 1s;
}

.dark .online-touch-btn:hover {
    background-color: white;
    color: black;
    transition: 1s;
}

.light .online-touch-btn:hover {
    background-color: black;
    color: white;
    transition: 1s;
}


/*cursor*/

body {
    cursor: none;
}

body .cursor {
    pointer-events: none;
}

body .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 1000;
}

body .cursor__ball circle {
    fill: #f7f8fa;
}

.page-container {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header {
    width: 85%;
    height: max-content;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.logo-icon {
    width: 20%;
    height: auto;
}

.logo-icon-dark {
    width: 20%;
    height: auto;
}

.toggle-dark-btn {
    display: flex;
    align-items: center;
    width: max-content;
}

.touch-btn {
    width: 100%;
    border-radius: 30px;
    padding: 15px 40px;
    border: solid 2px black;
    background-color: transparent;
    font-weight: lighter;
    font-size: 18px;
    font-family: NeueHaas;
    text-transform: uppercase;
    cursor: pointer;
}

.online-touch-btn {
    width: ;
    border-radius: 30px;
    padding: 15px 30px;
    border: solid 2px black;
    background-color: transparent;
    font-size: 18px;
    font-family: NeueHaas;
    text-transform: uppercase;
    cursor: pointer;
}

.fa-moon {
    margin-right: 5px;
    margin-top: 4px;
}

.online-business {
    width: 85%;
    height: auto;
    /* background-color: brown; */
    display: flex;
}

.black-bar {
    width: 100%;
    height: 13rem;
    margin: 5rem 0rem;
    background-color: #003A23;
    display: flex;
    justify-content: center;
}

.black-bar-mobile {
    display: none;

}

.black-bar-bottom {
    width: 80%;
    height: 9rem;
    margin: 2.5rem 0rem -2rem 0rem;
    border-radius: 25px;
    z-index: 1;
    background-color: #003A23;
    display: flex;
    justify-content: center;
}

.thank-you {
    width: 85%;
    height: auto;
    /* background-color: brown; */
    display: flex;
}

.online-business-ads {
    width: 70%;
    height: auto;
    /* background-color: brown; */
    display: flex;
}

.online-left {
    width: 50%;
    height: auto;
    /* background-color: burlywood; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.online-centre {
    width: 100%;
    height: auto;
    /* background-color: burlywood; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.area-txt {
    width: 80%;
    padding-bottom: 2rem;
}

.area-txt-ph {
    padding-left: 10rem;
}

.area-txt-full {
    width: 100%;
    padding-bottom: 2rem;
}

.area-txt-black {
    width: 100%;
    padding: 4rem 2rem;
}

#left-heading {
    font-size: 64px;
    text-transform: uppercase;
    font-family: NeueHaas;
}

#centre-heading {
    font-size: 56px;
    text-transform: uppercase;
    font-family: NeueHaas;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 55px 40px 30px 30px;
}

#left-desc {
    font-size: 24px;
    padding: 10px 0px;
    font-family: NeueHaas;
}

#bullet-desc {
    font-size: 24px;
    padding-top: 5px 0px;
    font-family: NeueHaas;
}

#desc {
    width: 100%;
    font-size: 24px;
    padding: 10px 0px;
    font-family: NeueHaas;
}

#centre-desc {
    font-size: 24px;
    font-family: NeueHaas;
    align-self: center;
    padding: 40px 30px;
}

.txt-centre {
    text-align: center;
}

#centre-black-desc {
    font-size: 26px;
    font-family: NeueHaas;
    align-self: center;
    text-align: center;
    padding: 40px 30px;
}

#centre-black-desc-btm {
    font-size: 46px;
    font-family: NeueHaas;
    align-self: center;
    text-align: center;
    padding: 40px 30px;
}

.online-right {
    width: 50%;
    height: auto;
    /* background-color: magenta; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 0px;
}

.right-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color: violet; */
    position: relative;
}

.online-bg {
    width: 63%;
    height: 100%;
    border-radius: 50%;
    transform: rotate(330deg);
    position: absolute;
    filter: blur(15px);
    background: rgb(255, 134, 134);
    background: linear-gradient(0deg, rgba(255, 134, 134, 1) 0%, rgba(134, 188, 255, 1) 100%);
}

.right-img {
    width: 65%;
    border-radius: 210px;
    z-index: 1;
}

.down-arrow {
    margin: 20px 0px;
    color: white !important;
}

.fb-ads {
    width: 85%;
    /* background-color: blueviolet; */
    height: auto;
    display: flex;
    margin: 80px 0px;
    /* color: white; */
}

.black-bar-content {
    width: 80%;
    /* background-color: blueviolet; */
    height: auto;
    display: flex;
    z-index: 0;
    margin: 0px 0px 0px 0px;
    /* color: white; */
}

.black-bar-content-spacer {
    display: flex;
    width: 100%;
    height: 2rem;
}

.black-bar-left {
    width: 50%;
    height: 100%;
    display: flex;
    border-radius: 25px;
    background-color: #F5f5f5;
    justify-content: center;
    align-items: center;
}

.black-bar-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-color {
    color: white;
}

.light .a-color {
    color: black !important;
}

.fb-left {
    /* background-color: burlywood; */
    width: 55%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.fb-left-photo {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb-bg {
    width: 73%;
    height: 85%;
    border-radius: 50%;
    transform: rotate(410deg);
    position: absolute;
    filter: blur(15px);
    background: rgb(255, 219, 134);
    background: linear-gradient(0deg, rgba(255, 219, 134, 1) 0%, rgba(169, 134, 255, 1) 100%);
}

.fb-photo {
    max-width: 70%;
    border-radius: 50%;
    z-index: 1;
}

.fb-right {
    /* background-color: red; */
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
}

.fb-left-text {
    justify-self: flex-end;
}

.fb-right-photo {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.philosophy-bg {
    width: 73%;
    height: 85.5%;
    border-radius: 50%;
    transform: rotate(330deg);
    position: absolute;
    filter: blur(15px);
    background: rgb(202, 255, 134);
    background: linear-gradient(0deg, rgba(202, 255, 134, 1) 0%, rgba(134, 255, 208, 1) 100%);
}

#fb-heading {
    font-size: 64px;
    font-family: NeueHaas;
    padding-bottom: 1.5rem;
}

#blk-heading {
    font-size: 32px;
    font-weight: 800;
    font-family: NeueHaas;
    padding-bottom: 2rem;
}

.fb-heading-We {
    width: 50%;
    margin-bottom: 0.5rem;
}

.fa-angle-double-down {
    font-size: 30px;
    cursor: pointer;
}

.align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.align-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disc-chat {
    width: 85%;
    /* background-color: royalblue; */
    height: auto;
    display: flex;
}

.stra-calender {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
}

.disc-left {
    width: 50%;
    background-color: #d8d8d8;
    margin-right: 50px;
}

.disc-center {
    display: block;
    width: 70%;
    background-color: #d8d8d8;
}

#disc-heading {
    padding: 50px;
    font-size: 56px;
    font-family: NeueHaas;
}

.disc-right {
    width: 50%;
    height: 100%;
    /* background-color: rgb(45, 19, 139); */
}

.disc-photo {
    max-width: 35%;
    border-radius: 50%;
}

.bullet-txt-head {
    font-weight: bolder;
    font-size: 34px;
    font-family: NeueHaas;
    padding-bottom: 2rem;
}

.bullet-points {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    font-size: 24px;
    font-family: NeueHaas;
}

.bullet-div-icon {
    display: flex;
    width: 7%;
    height: auto;
}

.bullet-div-text {
    display: flex;
    width: 93%;
    height: auto;
}


.bullet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.points {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fa-check-circle {
    font-size: 22px;
}

footer {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

#footer-logo-light {
    width: 10%;
    padding: 15px 15px;
}

#logo-footer-dark {
    width: 10%;
    padding: 15px 15px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fa-facebook,
.insta {
    color: white;
    padding: 5px;
    font-size: 18px;
    text-decoration: none;
}

.kers {
    color: white;
}

p.thick {
    font-weight: bold;
}


/**/

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-right: 25px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: solid 1px black;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: transparent;
}

input:focus + .slider {
    box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/**/

[data-aos="rc"] {
    transform: rotate(300deg);
    transition-property: transform;
}

[data-aos="rc"].aos-animate {
    transform: rotate(360deg);
}


/*Animations*/


/*.rotate-center {
    -webkit-animation: rotate-center 6s linear infinite alternate-reverse both;
            animation: rotate-center 6s linear infinite alternate-reverse both;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*/
@media only screen and (max-width: 1025px) {
    #left-heading {
        font-size: 46px;
    }

    .fb-heading-We {
        width: 100%;
    }

    .area-txt-ph {
        width: 80%;
        padding-left: 0rem;
    }

    .bullet-div-icon {
        width: 10%;
        padding-right: 1rem;
    }

    .bullet-div-text {
        width: 90%;
    }
}


@media only screen and (max-width: 769px) {
    #left-heading {
        font-size: 30px;
        text-align: center;
    }

    .mobile-centre {
        text-align: center;
    }

    .thank-you {
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
    }

    .cursor {
        visibility: hidden;
    }

    .touch-btn {
        font-size: 12px;
        padding: 15px 25px;
        width: max-content;
    }

    #centre-heading {
        font-size: 30px;
        text-align: center;
    }

    #left-desc {
        font-size: 16px;
        text-align: center;
    }

    #bullet-desc {
        font-size: 16px;
        padding-top: 0;
    }

    #desc {
        font-size: 12px;
    }

    #centre-desc {
        font-size: 16px;
        padding-top: 10px;
        align-self: center;
        text-align: center;
    }

    #centre-black-desc {
        font-size: 17px;
        align-self: center;
        text-align: center;
    }

    #centre-black-desc-btm {
        font-size: 36px;
        align-self: center;
        text-align: center;
    }

    .right-img {
        width: 85%;
    }

    .online-touch-btn {
        align-content: center;
        width: max-content;
        border-radius: 30px;
        padding: 10px 24px;
        border: solid 2px black;
        background-color: transparent;
        font-size: 16px;
        font-family: NeueHaas;
        text-transform: uppercase;
        cursor: pointer;
    }

    .mobile-btn {
        font-size: 10px;
        border-radius: 20px;
    }

    #fb-heading {
        font-size: 40px;
        text-align: center;
        margin-top: 3rem;
    }

    #blk-heading {
        font-size: 22px;
        padding-bottom: 1rem;
    }

    .fb-photo {
        max-width: 80%;
    }

    .fb-bg {
        width: 81%;
    }

    .philosophy-bg {
        width: 81%;
    }

    /* .pd{
    padding: 0;
} */
    .bullet-txt-head {
        font-size: 14px;
        padding-bottom: 1rem;
    }

    .fa-check-circle {
        font-size: 10px;
    }

    .bullet-points {
        font-size: 12px;
        font-family: NeueHaas;
        padding-bottom: 1rem;
    }

    .dark .kers {
        color: black;
        width: max-content;
        font-size: 14px;
    }

    .fb-ads {
        margin: 20px 0;
    }

    .kers {
        color: white;
        width: max-content;
    }
}

@media only screen and (max-width: 769px) {
    .online-business {
        flex-direction: column-reverse;
        align-items: center;
    }

    .black-bar {
        margin: 1rem;
        align-items: center;
    }

    .black-bar-content {
        display: none;
    }

    .black-bar-mobile {
        width: 80%;
        /* background-color: blueviolet; */
        height: auto;
        display: flex;
        z-index: 0;
        margin: 0px 0px 0px 0px;
        /* color: white; */
    }

    #blk-heading {
        font-size: 22px;
        padding-bottom: 1rem;
    }

    .area-txt-black {
        width: 100%;
        padding: 4rem 1rem 1rem 1rem;
    }

    .area-txt-black-two {
        width: 100%;
        padding: 0rem 1rem 1rem 1rem;
    }

    .centre-me {
        text-align: center;
    }

    .black-bar-right {
        display: none;
    }

    .online-left {
        width: 100%;
    }

    .online-right {
        width: 85%;
    }

    .fb-ads {
        flex-wrap: wrap;
    }

    .mobile-reverse {
        flex-direction: column-reverse !important;
    }

    .fb-left {
        width: 100%;
    }

    .fb-right {
        width: 100%;
        align-items: center;
        padding-bottom: 1rem;
    }

    .touch-btn {
        display: none;
    }

    .fb-photo {
        max-width: 90%;
    }

    .fb-bg {
        width: 92%;
    }

    .philosophy-bg {
        width: 92%;
    }

    .disc-chat {
        /* display: block; */
        flex-direction: column-reverse;
    }

    .disc-left {
        width: 100%;
        height: 64.5vh;
    }

    .disc-center {
        width: 100%;
        height: 32.25vh;
    }

    .disc-right {
        width: 100%;
        padding-top: 30px;
    }

    #logo-footer-dark {
        width: 17%;
        padding: 15px 0px;
    }

    #footer-logo-light {
        width: 17%;
        padding: 15px 0px;
    }

    footer {
        margin-top: 20px;
    }

    .footer-absolute {
        position: absolute;
        bottom: 0;
    }

    .calendly-inline-widget {
        height: 100% !important;
    }
}


/*Ahmed's contributions*/
.dark *{
    background-color: black !important;
}
.dark #partners p{
    color: white;
}
#partners {
    background-color: #e8e8e8;
    padding-top: 30px;
    font-size: 22px;
    color: #2D2D2D;
    font-weight: 300;
    display: block;
    text-align: center;
    font-size: 24px;
}
.partner-slider{
    max-width: 70%;
    margin: auto;
}
.partner-slider .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;

}
.m-slide img{
   margin: auto;
}
#partners .marquee {
    margin-top: 30px;
}

html{
    overflow-x: hidden;
}
#testimonials {
    overflow-x: hidden;
    padding: 30px;
    margin: 0 60px;
    width: 100%;
    max-width:100vw;
    font-size: 24px;
}

.testimonial-slider {

}

.testimonial-slider .slide{
    margin: 30px 60px;
}
.testimonial {
    padding: 30px 40px;
    border-radius: 11px;
    box-shadow: 0 0 10px #00000010;
    max-width: 70%;
    margin: auto;
    font-size: 24px;
}
.dark .testimonial{
    box-shadow: 0 0 10px rgb(140 140 140 / 38%);
}
@media only screen and (max-width: 769px) {

    .partner-slider {
        max-width: 100%;
        margin: auto;
    }
    .partner-slider .m-slide{
        margin-right: 20px;
        width: 130px !important;
    }
    .partner-slider .m-slide img{
        max-width: 100%;
    }


    .testimonial {
        padding: 10px;
        max-width: 100%;
        font-size: 16px;
    }
    .testimonials{
        padding: 10px;
    }
    .testimonial-slider .slide{
        margin: 30px;
    }
    .slick-prev{
        left: -10px !important;
    }
    .slick-next{
       right: -10px !important;
    }
}
.testimonial .person{
    margin-top: 30px;
    font-weight: bold;
}
.testimonial .text{
    line-height: 26px;
}
.testimonial .quote{
    font-size: 33px;
    margin-bottom: 20px;
    color: #003A23;
}

#services{
    margin-top: 100px;
    display: block;
    text-align: center;
}

#services .heading p{
    font-weight: 400;
    font-size: 52px;
    font-family: NeueHaas;
    padding-bottom: 1.5rem;
}
.skills{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}
.skills p{
    font-size: 24px;
}
@media only screen and (max-width: 769px) {
    .skills{
        flex-direction: column;
    }
    .heading p{
        font-size: 40px !important;
    }
}
.skill{
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 010px #00000010;
    min-width: 300px;
    max-width: 30%;
    height: 100%;
    min-height: 220px;
}
.dark .skill{
    box-shadow: 0 0 10px rgb(140 140 140 / 38%);
}
.skill h4{
    font-size: 44px;
    font-weight: lighter;
    margin-bottom: 18px;
}



.dark .slick-prev:before,
.dark .slick-next:before{
    color: white;
}
.slick-prev,
.slick-next{
    z-index: 99;
}


.before-after{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.dark .before-after .arrow #Desktop-HD-Copy-8{
    stroke: #fff;
}
.before-after .arrow{
    margin: 0 30px;
}

@media only screen and (max-width: 769px) {
    .before-after{
        flex-direction: column;
    }
    .before-after .arrow{
        rotate: 90deg;
        margin: 60px 0;
    }
    .skills p{
        font-size: 16px;
    }
    .skills h4{
        font-size: 40px;
    }
    .skill{
        min-height: 180px;
    }

}

.footer-section{
    background-color: #e8e8e8;
    padding: 80px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
}
.footer-section h4{
    font-size: 52px;
    font-weight: lighter;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 2px;
}
.footer-section .button{
    padding: 16px 30px;
    border-radius: 30px;
    border: 1px solid black;
    margin-top: 10px;
    text-decoration: none;
    color: black;
    display: inline-block;

    border-radius: 30px;
    padding: 15px 30px;
    border: solid 2px black;
    background-color: transparent;
    font-size: 18px;
    font-family: NeueHaas;
    text-transform: uppercase;
    cursor: pointer;

}
.dark .footer-section .button{
    border-radius: 30px;
    padding: 15px 30px;
    border: solid 2px black;
    background-color: transparent;
    font-size: 18px;
    font-family: NeueHaas;
    text-transform: uppercase;
    cursor: pointer;

    padding: 16px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    display: inline-block;



}
@media only screen and (max-width: 769px) {
    .footer-section h4{
        font-size: 40px !important;
    }
    .footer-section p{
        font-size: 16px;
    }
    .footer-section .button{
        align-content: center;
        width: max-content;
        border-radius: 30px;
        padding: 10px 24px;
        border: solid 2px black;
        background-color: transparent;
        font-size: 16px;
        font-family: NeueHaas;
        text-transform: uppercase;
        cursor: pointer;
    }
}
