h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GilroyBold';
}

p {
    font-family: 'GilroyMedium';
    font-size: 16px;
    margin-bottom: 0;
}

li {
    list-style-type: none;
    font-family: 'GilroyBold';
}

.flex-class {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-banner {
    width: 100%;
    position: relative;
}


/*** header***/

.tab-nav ul li a {
    color: #050F1C ;
}
.nav-btn {
    color: white ;
}
/***About-us-sec***/

section.about-us {
    width: 100%;
    padding: 20px 0;
}

.about-title {
    width: 100%;
    padding: 25px 0;
    align-items: center;
}

.about-right {
    width: 450px;
}

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

.about-left {
    width: 50%;
}



/*** about-sec ***/

.about-sec {
    width: 100%;
    height: 650px;
    background-image: url(../images/about-us/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-banner {
    width: 100%;
    align-items: center;
    position: relative;
    top: 132px;
}

.left-side-part,
.right-side-part {
    width: 48%;
}

.right-side-part {
    width: 48%;
}

.right-title {
    width: 80%;
}

.right-title h1 {
    width: 100%;
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #050F1C;
    margin-bottom: 0;
    position: relative;
    font-family: 'GilroyExtraBold';
}

.right-side-part h1 span {
    font-size: 34px;
    display: block;
    color: #FA8627;
}

.right-title h1:after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 29px;
    background: url(../images/why-gobuzzer-head.svg) no-repeat;
    background-size: contain;
    transform: rotate(41deg);
    bottom: 45px;
    right: 205px;
}

.right-side-part h1 p {
    font-size: 34px;
    font-family: 'GilroyBold';
    display: flex;
}

.right-side-part h1 p:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 29px;
    background: url(../images/about-us/swarm.svg) no-repeat;
    background-size: contain;
    top: 0px;
    left: 156px;
}


.about-img {
    width: 500px;
}

.about-img img {
    width: 100%;
}


/* who we are */

section.who-we {
    width: 100%;
    padding: 15px 0;
}

.who-head {
    width: 100%;
    justify-content: center;
}


.who-head p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.founder {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    height: 300px;
    justify-content: center;
    align-items: center;
}

.fonder-part {
    width: 30%;
    justify-content: center;
}

.founder-img {
    width: 200px;
}

.founder-img img {
    width: 100%;
}

.founder-text {
    width: 100%;
    padding-top: 20px;
}

.founder-text h3 {
    font-size: 20px;
    word-wrap: break-word;
    text-align: center;
    color: #f76f00;
}

.founder-text h3 span {
    display: block;
    /* text-transform: uppercase; */
    line-height: 30px;
    font-size: 20px;
    color: black;
}


/* vision */

.vision {
    width: 100%;
    /* height: 540px; */
    padding: 15px 0;
    /* background: url(../images/about-us/our-vision-bg.png); */
    background-size: cover;
}

.vision-content,
.mission-content {
    width: 100%;
    padding: 15px 0;
    align-items: center;
}

.vision-right {
    width: 48%;
    text-align: center;
}

.vision-left {
    width: 48%;
    padding: 20px;
    position: relative;
}

.mission-right {
    width: 48%;
    text-align: center;
}

.mission-left {
    width: 48%;
    padding: 20px;
    position: relative;
}

.vision-left p,
.mission-left p {
    font-size: 16px;
}


/* mission */

section.mission {
    width: 100%;
    padding: 20px 0;
}

.heading-text{
    display: inline-block;
    font-size: 50px;
    position: relative;
    font-family: 'GilroyExtraBold';
}
.heading-text span {
    color: #fa8627;
}
.heading-text::before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 29px;
    background: url(../images/why-gobuzzer-head.svg) no-repeat;
    background-size: contain;
    top: -10px;
    left: 40px;
}
.about-left .heading-text::before {
    left: 65px;
}
.who-head .heading-text::before {
    left: 78px;
}

/* menu-responsive */

@media only screen and (max-width: 991px) {
    .resp-menu i {
        color: black !important;
    }
    .tab-nav ul li a {
        color: #fff !important;
    }
}


/* responsive */

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px !important;
    }
    .about-banner{
        top: 0;
    }
    .left-side-part,
    .right-side-part {
        width: 100%;
    }
    .about-title {
        flex-direction: column-reverse;
    }
    .about-right {
        width: 270px;
    }
    .about-left {
        width: 100%;
        padding: 15px 0;
    }

    .about-sec {
        padding-top: 25%;
        height: auto;
    }
    .about-img {
        width: 300px;
        margin: 0 auto;
    }
    .right-title {
        width: 100%;
    }
    .right-title h1 {
        font-size: 30px;
    }
    .right-side-part h1 p {
        font-size: 20px !important;
    }
    .right-side-part h1 span {
        font-size: 20px;
    }
    .right-side-part h1 p:before {
        width: 25px;
        height: 25px;
        top: -8px;
        left: 92px;
    }
    .right-title h1:after {
        width: 20px;
        height: 22px;
        top: 15px;
        bottom: unset;
        left: 140px;
    }
    .who-head h1 {
        font-size: 25px;
    }
    .who-head h1::before {
        width: 20px;
        height: 20px;
        top: -8px;
        left: -12px;
        background-size: contain;
    }
    .who-head p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .founder {
        width: 100%;
        height: auto;
    }
    .fonder-part {
        width: 48%;
        justify-content: center;
    }
    .founder-text h3,
    .founder-text h3 span {
        font-size: 15px;
    }
    .vision-right,
    .vision-left,
    .mission-right,
    .mission-left {
        width: 100%;
        padding: 0;
    }
    .vision-right img,
    .mission-right img {
        width: 250px !important;
    }
    .vision-left h1::before {
        width: 25px;
        height: 25px;
        top: -9px;
        left: 19px;
    }
    .vision-left h1,
    .mission-left h1 {
        font-size: 25px;
    }
    .mission-left h1::after {
        width: 25px;
        height: 25px;
        background-size: contain;
        bottom: 19px;
        right: 222px;
    }
    /********footer*********/
    .footer-content {
        width: 100%;
        padding: 25px 0;
        gap: 25px;
    }
    .footer-intro {
        width: 100%;
    }
    .footer-links {
        width: 100%;
    }
    .footer-contact {
        width: 100%;
    }
    .footer-apps {
        width: 100%;
        margin: auto;
        text-align: left;
    }
    .mobile-apps {
        justify-content: flex-start;
    }
    .vision-content {
        flex-direction: column-reverse;
    }
    .heading-text{
        font-size: 25px;
    }
   .heading-text:before {
        width: 27px;
        height: 16px;
        left: 18px;
        top: -7px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .about-banner {
         top: 0;
    }
    p {
        font-family: 'GilroyMedium';
        font-size: 14px;
        margin-bottom: 0;
    }
    .about-sec {
        height: 520px;
        padding-top: 15%;
    }
    .right-title h1 {
        font-size: 40px;
    }
    .right-side-part h1 span {
        font-size: 40px;
    }
    .right-side-part h1 p {
        font-size: 30px;
    }
    .right-side-part h1 p:before {
        top: -5px;
        left: 138px;
    }
    .right-side-part h1 span {
        font-size: 30px;
        display: inline-block;
    }
    .right-title h1:after {
        width: 34px;
        height: 27px;
        bottom: 30px;
        right: 90px;
    }
    .about-img {
        width: 315px;
    }
    .about-right {
        width: 300px;
    }
    .about-left {
        width: 55%;
    }
    /* founder-sec */
    .founder {
        width: 100%;
        margin: 0;
        padding: 10px;
        height: 300px;
        justify-content: space-between;
        align-items: center;
    }
    /* vision */
    .vision-right img,
    .mission-right img {
        width: 300px !important;
    }
    .mission-left,
    .vision-left {
        width: 50%;
        padding: 15px;
    }
    .vision-left p,
    .mission-left p {
        font-size: 14px;
    }
    .mission-left h1::after {
        right: 133px;
    }
    .about-left .heading-text::before {
        left: 66px;
    }
}