/* custom fonts */
@font-face {
    font-family: 'MaazFont';
    src: url(../assets/maaz/TTF/Maaz\ Light.ttf);
}

@font-face {
    font-family: 'exo2';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Regular.otf);
}

@font-face {
    font-family: 'exolight';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Light.otf);
}

@font-face {
    font-family: 'exoreguler';
    src: url(../assets/just-sans/OTFs/JUST-Sans-Medium.otf);
}
p{
    font-size: 17px;
}

body,
button,
input,
select,
textarea,
p,
a {
    font-family: 'exo2';
}

a {
    font-family: 'MaazFont' !important;
    letter-spacing: 1px;
}

a:visited {
    color: rgb(138, 138, 138);
  }
  
button {
    font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MaazFont' !important;
}

h2 {
    font-size: 64px;
    font-weight: lighter;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.about-container {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000d3), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/about/about-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 652px;
    padding: 40px 30px 0px 30px;
    position: relative;

}

/* media query max-width 1536px */

/* navbar css */
.container {
    margin: auto;
}

/* side bar */


.text-white i {
    font-size: 20px;
    color: white;
}

.flex-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flex-btn button {
    background-color: #c1a359;
    padding: 13px 35px;
    border-radius: 7px;
    transition: all .35s;
    margin-top: 20px;
    border: none;
    outline: none;
    border: 1px solid #c1a359;
}

.sidebar div ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.flex-btn button:hover {
    background: #000;
}

.flex-btn button:hover a {
    color: #c1a359;
}

.flex-btn button a {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    transition: all .35s;
}

.sidebar div ul li a.active {
    color: #c1a359;
}

.sidebar div ul li a {
    color: #fff;
}

.sidebar div ul li a:hover {
    color: #c1a359;
}

.sidebar-content .left-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.sidebar-content .left-icons i {
    color: rgb(0, 0, 0);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #c1a359;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all.35s ease;
}

.sidebar-content .left-icons i:hover {
    background-color: transparent;
    border: 1px solid #c1a359;
    color: white;
}

.sidebar {
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    z-index: 1000;
    transition: all .5s ease;
}

.nav-toggler {
    background-color: transparent;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border: none;
    outline: none;
    display: none;
}

.nav-toggler i {
    color: #c1a359;
    font-size: 30px;
}

.side-close-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-content {
    padding: 20px;
}

.sidebar .sidebar-content ul {
    list-style-type: none;
    margin-top: 30px;
}

.sidebar .sidebar-content ul li a {

    font-size: 28px;
    font-weight: 600;
}

.sidebar .close-btn i {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 40px;
}

.side-close-btn img {
    height: 40px;
    width: auto;
}

.logo{
    width: 20%;
}

.logo img {
    height: 55px;
    width: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header {
    position: sticky;
    top: 0;
    background-color: rgba(0,0,0,0.67);
    padding: 15px;
    z-index: 999;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nav ul li {
    display: inline-block;
    margin-left: 50px;
    font-family: 'exolight';
}

.nav ul li.first{
    margin-left: 0px;
}

.nav ul li a {
    color: #fff;

    font-size: 21px;
    text-transform: capitalize;
    transition: .35s;
}

.nav ul li a:hover {
    color: #c1a359;
}

.contact-btn{
    width: 20%;
    display: flex;
    justify-content: end;
}

.contact-btn button {
    background-color: #c1a359;
    padding: 12px 30px;
    border-radius: 5px;
    transition: all 0.35s;
    border: 1px solid #c1a359;
}

.contact-btn button:hover {
    background: #000;
}

.contact-btn button:hover a {
    color: #c1a359;
}

.contact-btn button a {
    color: #000;
    font-size: 19px;
    transition: all 0.35s;
    font-weight: bold;
}

.home-dicrip {
    position: absolute;
    bottom: 5%;
    left: 2%;
}

.home-dicrip .home-infor {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.home-dicrip .home-info h2 {
    font-size: 64px;
    font-family: 'MaazFont';
    font-weight: lighter;
}

.home-dicrip .home-info h3 {
    font-size: 21px;
    font-weight: 100;
    font-family: 'exo2';

}

/* quelity */
.quality-container {
    justify-content: center;
    align-items: center;
    display: flex;

}

.main-quelity-section {
    justify-content: center;
    display: flex;
    column-gap: 77px;
    margin: 70px 0;
    padding: 0 36px;
}

.left-content-quelity {
    width: 50%;
    height: 765px;

}

.right-content-quelity {
    width: 50%;
    /* height: 765px; */
}

.right-content-quelity .right-images-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.one-cards-img,
.two-cards-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.one-cards-img {
    margin-top: -50px;

}

.two-cards-img {
    margin-top: 50px;
}

.img-box {
    width: 345px;
    height: 345px;
}

.img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-heading-qulity h2 {
    font-size: 64px;
    text-align: start;
}

.main-heading-qulity .head-one {
    margin-top: 60px;
    font-size: 21px;
    text-align: justify;
    font-weight: 'exolight';
    /* width: 650px; */
}

.main-heading-qulity .head-two {
    margin-top: 30px;
    font-size: 21px;
    font-weight: 'exolight';
    text-align: justify;

}

.main-heading-qulity .head-three {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 'exolight';
    text-align: justify;
}

.head-three span {
    color: #c1a359;
    font-weight: bold;
}

/* our-commitmint */
.our-commitmint {
    color: white;
    background: #000;
    padding: 70px 36px;

}

.main-title-approach {
    text-align: center;
}

.approch-card1-info p {
    font-size: 20px;
    text-align: justify;
    width: 710px;
    height: auto;
}

.item-card4 .approch-card1-info,
.item-card8 .approch-card1-info {
    text-align: end;
}


.approch-card1-title h2 {
    color: #c1a359;
    font-family: 'MaazFonts';
    font-weight: lighter;

    font-size: 64px;
}

.approach-cards {
    margin: 90px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 70px;
}

.items-box-approach {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 36px;
}

.item-card1,
.item-card5 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.item-card4,
.item-card8 {
    display: flex;
    justify-content: start;
    align-items: center;
}

/* team section css */
.meet-myteam-content {
    margin: 70px 0;
    padding: 0 36px;
}

.main-team-heading h2 {
    font-size: 64px;
    font-weight: lighter;
}

.main-team-heading h3 {
    font-size: 21px;
    font-weight: 100;
    font-family: 'exo2';

}

.p p {
    color: white;
    font-size: 21px;
    font-family: 'exo2';
    z-index: 2222;

}
.p2 p{
    font-family: 'exo2';
}

.taem-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 70px 0;
    /* height: 712px; */
}

.item-one {
    grid-column: 1/3;
    grid-row: 1/3;
    overflow: hidden;
    position: relative;

}

.taem-cards .item-one h5 {
    color: #fff;
}

.item-one-info {
    z-index: 9999;
}

.item-one::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, #00000000, #0000007f);
}

.item-two {
    grid-column: 3/4;
    grid-row: 1/2;
}

.item-three {
    grid-column: 4/5;
    grid-row: 1/2;
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: start;
}

.four {
    grid-column: 3/4;
    grid-row: 2/3;
    padding: 20px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.four .item-four-info {
    text-align: end;
}

.item-three h5,
.four h5,
.item-one h5 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'exo2' !important;
}

.item-three p,
.four p {
    font-size: 21px;
    font-family: 'exo2' !important;
    /* margin-top: 10px; */
}

.item-three p {
    text-align: start;
    font-family: 'exo2' !important;
}

.item-five {
    grid-column: 4/5;
    grid-row: 2/3;
}

.item-one img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.item-one-main-content {
    position: relative;
}

.item-one-info {
    position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 0 30px 30px 30px;
}

.item-one-info h3 {

    letter-spacing: 3px;
    color: #fff;
}


.item-two-img img {
    height: 100%;
    width: 100%;
}

.items-box img {
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.team-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-btn button {
    background-color: #c1a359;
    /* padding: 16px 50px; */
    height: 55px;
    width: 152px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.team-btn button:hover {
    background-color: #000;
    color: white;
}

.team-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
    z-index: -1;
}

.team-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #000;
}

.team-btn button {
    color: #000;
    font-size: 17px;
    font-family: 'MaazFont' !important;
    letter-spacing: 1px;
    transition: all 0.35s;
}

/* read-beyound css */
.read-section {
    width: 100%;
    display: flex;
    padding: 20% 0 50px 0;
    justify-content: center;
    align-items: end;
    background-image: linear-gradient(to bottom, #ffffff00, #141313bb), url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/house-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.reach-beyound-section {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.main-heading h2 {
    color: #fff;
}

.read-beyound-btn button {
    background-color: #c1a359;
    /* padding: 16px 50px; */
    width: 156px;
    height: 55px;
    border-radius: 7px;
    transition: all 0.35s;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    margin-top: 25%;
    color: #fff;
}

.read-beyound-btn button:hover {
    background-color: #000;
}

.read-beyound-btn button:hover a {
    color: #fff;
}

.read-beyound-btn button::before {
    position: absolute;
    content: '';
    height: 100%;
    top: -16%;
    left: -4%;
    width: 100%;
    border-radius: 7px;
    outline: 2px solid #c1a359;
    outline-offset: 1px;
    transition: all .35s linear;
    /* z-index: -1; */
}

.read-beyound-btn button:hover::before {
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    outline: 2px solid #000;
}

.read-beyound-btn button a {
    color: #000;
    font-size: 18px;
    transition: all 0.35s;
}

/* footer css query */
footer {
    background-image: linear-gradient(#282626, #000);
    padding: 40px 60px;
}

.footer-main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 36px;
    column-gap: 20px;
}

.footer {
    flex: 1 1 300px;
    padding: 20px;
}

.footer .logo-img img {
    width: 270px;
    height: auto;
}

.left-inform p {
    color: white;
    margin-top: 30px;
    font-size: 16px;
    font-family: 'exolight';
    width: 277px;
}

.left-icons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.left-icons i {
    color: #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #c1a359;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.left-icons i:hover {
    background-color: transparent;
    border: 1px solid #c1a359;
    color: white;
}

.center-content h2 {
    color: white;
    font-size: 26px;
    font-weight: normal;
}

.center-content {
    display: flex;
    column-gap: 30%;
}

.center-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.center-content ul li a {
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
}

.center-content ul li a:hover {
    color: #c1a359;
}

.main-info h2 {
    color: #ddd;
    font-size: 31px;
}


.input-bar input {
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    color: white;
}

::placeholder {
    color: white;
    font-size: 18px;
}
.right-footer-btn{
    display: flex;
    justify-content: end;
}
.right-footer-btn button {
    background-color: #c1a359;
    padding: 8px 35px;
    border-radius: 5px;
    border: 1px solid #c1a359;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.right-footer-btn button:hover {
    background-color: #000;
}

.right-footer-btn button a {
    color: #fff;
    text-decoration: none;
}

.hr {
    background-color: #fff;
    height: 2px;
    /* width: 90%; */
    margin: 30px 56px 0 56px;
}

.last-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ddd;
    padding: 10px 56px;
    flex-wrap: wrap;
    text-align: center;
}

.last-des a {
    color: white;
}

@media screen and (max-width:1200px) {
    .approch-card1-title h2 {
        font-size: 50px;
    }

}

/* max-width 1100px */
@media screen and (max-width:1100px) {

    /* navbar */
    .nav ul li {
        margin-left: 20px;
    }

    /* main home css */
    .home-dicrip .home-info h1 {
        font-size: 50px;
    }

    .home-dicrip .home-info h3 {
        font-size: 18px;

    }

    .main-quelity-section {
        flex-direction: column;
    }

    .left-content-quelity,
    .right-content-quelity {
        width: 100%;
    }

    .item-three h2,
    .four h2,
    .item-one h2 {
        font-size: 30px;
    }

    .item-three h3,
    .four h3,
    .item-one h3 {
        font-size: 22px;
    }

    .main-heading-qulity h2 {
        font-size: 76px;
    }

    .main-heading-qulity h4 {
        font-size: 30px;
        font-family: 'exo2' !important;
        font-weight: lighter;
    }


    /* conatct css */
    .contactTitle h2 {
        font-size: 50px;
    }

    .inputGroup button {
        margin-left: 73%;
    }

    /* footer */
    footer {
        padding: 40px 10px;
    }

    .right-footer-btn button {
        justify-content: end;
    }

    .approch-card1-title h2 {
        font-size: 40px;
    }
}

/* max-width 1024 */
@media screen and (max-width:1024px) {

    /* navbar */
    .nav ul li {
        margin-left: 20px;
    }

    /* main home css */
    .home-dicrip .home-info h1 {
        font-size: 50px;
    }

    .home-dicrip .home-info h3 {
        font-size: 18px;

    }

    .main-quelity-section {
        flex-direction: column;
    }

    .left-content-quelity,
    .right-content-quelity {
        width: 100%;
    }

    /* Quli */

    .main-heading-qulity h2 {
        font-size: 76px;
    }

    .main-heading-qulity h4 {
        font-size: 30px;
        font-family: 'exo2' !important;
        font-weight: lighter;
    }

    /* .right-content-quelity .right-images-section {
        grid-template-rows: repeat(17, 50px);
    } */
    .taem-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .item-one {
        grid-column: 1/6;
        grid-row: 1/3;
    }

    .item-two {
        grid-column: 1/3;
        grid-row: 3/5;
    }

    .item-three {
        grid-column: 3/6;
        grid-row: 3/5;
        padding: 0;
    }

    .four {
        grid-column: 1/3;
        grid-row: 5/7;
        display: flex;
        justify-content: end;
        align-items: end;
        padding: 0;
    }

    .item-five {
        grid-column: 3/5;
        grid-row: 5/7;
    }

    .item-three h2,
    .four h2,
    .item-one h2 {
        font-size: 50px;
        font-weight: 800;
        font-family: 'exo2' !important;
    }

    .item-three h3,
    .four h3 {
        font-size: 40px;
        font-family: 'exo2' !important;
        margin-top: 10px;
    }

    .team-btn {
        display: flex;
        padding-top: 50px;
        justify-content: center;
        align-items: center;
    }

    /* conatct css */
    .contactTitle h2 {
        font-size: 50px;
    }

    .inputGroup button {
        margin-left: 73%;
    }

    /* footer */
    footer {
        padding: 40px 10px;
    }

    .right-footer-btn {
        justify-content: center;
    }

    .approch-card1-title h2 {
        font-size: 30px;
    }

    .approch-card1-info p {
        font-size: 20px;
        width: 710px;
        height: auto;
    }
}






@media screen and (max-width:998px) {
    .approch-card1-info p {
        font-size: 20px;
        width: 100%;
    }

    .approach-cards {
        row-gap: 20px;
    }
}

/* 768px */
@media screen and (max-width:768px) {

    /* navbar */
    .nav ul li {
        margin-left: 20px;
    }

    .nav {
        display: none;
    }

    .sidebar.active {
        left: 0;
    }

    .nav-toggler {
        display: block;
        display: flex;
    }

    .contact-btn {
        display: none;
    }

    .nav-toggler {
        display: block;
    }

    .header {
        background: transparent;
        backdrop-filter: blur(0px);
        padding: 0px;
    }

    /* main home css */
    .home-dicrip .home-info h1 {
        font-size: 31px;
    }

    .home-dicrip .home-info h3 {
        font-size: 14px;

    }


    .main-quelity-section {
        margin-top: 10px;
        overflow: hidden;
    }

    .left-content-quelity,
    .right-content-quelity {
        width: 100%;
        height: auto;
    }

    .main-heading-qulity h2 {
        font-size: 31px;
    }

    .main-heading-qulity .head-info {
        font-size: 20px;
        text-align: justify;
    }

    .main-team-heading p {
        font-size: 14px;
    }

    .team-btn button {
        padding: 13px 50px;
    }

    .read-beyound-btn button {
        background-color: #c1a359;
        /* padding: 13px 50px; */
        height: 32px;
        width: 115px;
    }

    .read-beyound-btn button a {
        font-size: 10px;
    }

    /* our commitment */

    .item-card1 .approch-card1-title h2,
    .item-card3 .approch-card1-title h2,
    .item-card5 .approch-card1-title h2,
    .item-card7 .approch-card1-title h2,
    .item-card2 .approch-card1-title h2,
    .item-card4 .approch-card1-title h2,
    .item-card6 .approch-card1-title h2,
    .item-card8 .approch-card1-title h2 {
        color: #c1a359;
        font-family: 'MaazFonts';
        font-weight: lighter;
        font-size: 40px;
    }

    .approach-cards {
        max-width: 100%;
    }

    .main-title-approach h2 {
        font-size: 31px;
    }

    .our-commitmint {
        padding: 50px 20px;
        margin-top: 30px;
    }

    .item-card1 {
        grid-column: 1/3;
        text-align: start;
    }

    .item-card2 {
        grid-column: 3/6;
    }

    .item-card3 {
        grid-column: 1/4;
    }

    .item-card4 {
        grid-column: 4/6;
    }

    .item-card5 {
        grid-column: 1/3;
    }

    .item-card6 {
        grid-column: 3/6;
    }

    .item-card7 {
        grid-column: 1/4;
    }

    .item-card8 {
        grid-column: 4/6;
    }

    .item-card1,
    .item-card5 {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .item-card4,
    .item-card8 {
        display: flex;
        justify-content: end;
        align-items: start;
    }

    .item-three h5,
    .four h5,
    .item-one h5 {
        font-size: 16px;
        font-weight: 800;
    }

    .item-one h5,
    .item-one p {
        color: #fff;
    }

    .item-three p,
    .four p {
        font-size: 14px;
        /* margin-top: 10px; */
    }
    .about-container{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 64.22%, rgba(0, 0, 0, 0.80) 100%), 
    linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%),
    url(https://buildbeyond.s3.us-east-2.amazonaws.com/BB-Web/about/about-hero.jpg) lightgray -65.593px 0px / 226.03% 100% no-repeat;
    padding: 25px 10px 0px 20px;
    }


    /* footer */
    footer {
        padding: 40px 0px;
    }

    .footer-main-content {
        padding: 0 10px;
    }


    .last-des {
        flex-direction: column;
        text-align: center;
    }
}

/* 600px */
@media screen and (max-width:600px) {
    .main-heading-qulity h2 {
        font-size: 48px;
    }
    .home-dicrip .home-info h2 {
        font-size: 31px;
        font-family: 'MaazFont';
        font-weight: lighter;
    }
    
    .home-dicrip .home-info h3 {
        font-size: 14px;
        font-weight: 100;
        font-family: 'exo2';
    }
    
    

    .our-commitmint {
        margin-top: 0px;
    }

    .approch-card1-title h2 {
    
        font-size: 31px;
    }

    .main-team-heading h2 {
        font-size: 31px;
        font-weight: lighter;
    }
    .right-footer-btn {
        justify-content:center;
    }
    .main-team-heading h3{
        font-size: 14px;
    }

    section.left .contactTitle p {
        width: 100%;
    }

    .item-three h2,
    .four h2,
    .item-one h2 {
        font-size: 35px;
    }

    .meet-myteam-content {
        margin: 60px 0;
        padding: 0 20px;
    }

    .footer-main-content {
        padding: 10px 20px;
        gap: 10px;
    }

    .footer .logo-img img {
        width: 50%;
        height: auto;
    }

    .right-footer-btn {
        display: flex;
        justify-content: center;
    }

    .img-box {
        width: 190px;
        height: 190px;
    }
    .right-content-quelity .right-images-section {
        gap: 10px;
        margin-top: 20px;
    }
    .one-cards-img ,
    .two-cards-img{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .one-cards-img{
        margin-top: 0px;

    }
    .two-cards-img{
        margin-top: 0px;
    }


    .main-quelity-section {
        justify-content: center;
        display: flex;
        column-gap: 77px;
        margin: 60px 0;
        padding: 0 20px;
    }
    
    .main-heading-qulity h2 {
        font-size: 31px;
        text-align: start;
    }
    
    .main-heading-qulity .head-one {
        margin-top: 20px;
        font-size: 14px;
    }
    
    .main-heading-qulity .head-two {
        margin-top: 20px;
        font-size: 14px;
    
    }
    
    .main-heading-qulity .head-three {
        margin-top: 20px;
        font-size: 14px;
    }
    .approach-cards {
        margin: 30px auto 0 auto;
        row-gap: 30px;
    }
    .item-card1 .approch-card1-title h2,
    .item-card3 .approch-card1-title h2,
    .item-card5 .approch-card1-title h2,
    .item-card7 .approch-card1-title h2,
    .item-card2 .approch-card1-title h2,
    .item-card4 .approch-card1-title h2,
    .item-card6 .approch-card1-title h2,
    .item-card8 .approch-card1-title h2 {
        font-size: 23px;
        line-height: 120%;
    }
    .our-commitmint {
        color: white;
        background: #000;
        padding: 70px 20px;
    
    }
    .approch-card1-info p {
        font-size: 14px;
        width: 230px;
    }
    .items-box-approach {
        column-gap: 20px
    }
    .taem-cards {
        margin: 20px 0;

    }
    .taem-cards .item-one h5 {
        color: #fff;
        font-size: 20px;
    }
    .p p{
        font-size: 14px;
    }
    .team-btn button {
        height: 40px;
        width: 140px;
        font-size: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-heading h2 {
        color: #fff;
        font-size: 31px;
    }

}

/* 500px */
/* @media screen and (max-width:500px) {

    .main-heading-qulity h2 {
        font-size: 36px;
    }

    .main-heading-qulity h4 {
        font-size: 18px;
        font-family: 'exo2' !important;
        font-weight: lighter;
    }

    .item-card1 .approch-card1-title h2,
    .item-card3 .approch-card1-title h2,
    .item-card5 .approch-card1-title h2,
    .item-card7 .approch-card1-title h2,
    .item-card2 .approch-card1-title h2,
    .item-card4 .approch-card1-title h2,
    .item-card6 .approch-card1-title h2,
    .item-card8 .approch-card1-title h2 {
        font-size: 23px;
    }

    .approach-cards {
        max-width: 100%;
        gap: 0;
    }

    .item-card1,
    .item-card5 {
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .main-title-approach h2 {
        font-size: 35px;
    }

    .item-card1 {
        grid-column: 1/3;
    }

    .item-card2 {
        grid-column: 3/7;
    }

    .item-card3 {
        grid-column: 1/5;
    }

    .item-card4 {
        grid-column: 5/7;
    }

    .item-card5 {
        grid-column: 1/3;
    }

    .item-card6 {
        grid-column: 3/7;

    }

    .item-card7 {
        grid-column: 1/5;

    }

    .item-card8 {
        grid-column: 5/7;
    }

    .item-three h2,

    .four h2 {
        font-size: 27px;

    }

    .item-three {

        padding: 0px;
    }

    .four {
        padding: 0px;
    }

    .main-team-heading h1 {
        font-size: 35px;
        font-weight: lighter;
        margin-top: 15px;
    }

    .main-team-heading h3 {
        font-size: 20px;
        font-weight: 100;
        font-family: 'exo2' !important;

    }

    .four h3 {
        font-size: 20px;
    }

    .right-footer-btn button {
        margin-left: 65%;
    }

    .contactTitle h2 {
        font-size: 35px;
    }

    .inputGroup button {
        margin-left: 35%;
    }

    .contactTitle p {
        font-size: 17px !important;
    }

    .main-heading h2 {
        font-size: 30px;
    }

    .center-content h2 {
        color: white;
        font-size: 20px;
        font-weight: normal;
    }

    .center-content ul li a {
        font-size: 15px;
        color: #ffffff;
        transition: all 0.5s ease;
    }
} */

/* 450px */
/* @media screen and (max-width:450px) {
    .main-team-heading h1 {
        font-size: 30px;
    }

    .main-team-heading h3 {
        font-size: 17px;


    }

    .item-one h2 {
        font-size: 25px;
    }
} */

@media screen and (min-width:1512px) {
    /*.img-box {
        width: 445px;
        height: 445px;
    }*/

    .main-heading-qulity h2 {
        font-size: 70px;
        text-align: start;
    }

    .main-heading-qulity .head-one {
        margin-top: 64px;
        /* font-size: 30px; */
        font-weight: 'exolight';
    }

    .main-heading-qulity .head-two {
        margin-top: 50px;
        /* font-size: 30px; */
        font-weight: 'exolight';

    }

    .main-heading-qulity .head-three {
        margin-top: 50px;
        /*  font-size: 30px; */
        font-weight: 'exolight';
    }

    .approch-card1-info p {
        /* font-size: 30px; */
        width: 1000px;
        height: auto;
    }


    .approch-card1-title h2 {

        font-size: 80px;
    }

    .right-footer-btn button {
        margin-left: 78%;
    }

    .hr {
        /* width: 93%; */
        margin: 30px 56px 0 56px;
    }
}



/* back to top button */


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px; 
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer; 
    padding: 10px; 
    border-radius: 50%;
    border: 3px solid #c1a359;
    z-index: 999;
}
#myBtn i{
      font-size: 18px; 
      font-weight: bold;
    color: #c1a359;
  }
  
  #myBtn:hover {
    background-color: #555; 
  }