body{
    overflow-x: hidden;
}

section>h2{
    font-size: 35px;
}

.heroSection {
    height: 55vh;
    background: url(../img/image\ 110.png);
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heroSection div {
    width: 400px;
}

.heroSection div>* {
    margin: 24px 0;
}

.heroSection h1 {
    font-size: 40px;
}

.heroSection a {
    color: black;
}

a.ctaBtn {
    color: white;
}

a.ctaBtn:hover {
    color: #ad343e;
    text-decoration: none;
}

.heroSection+section>div {
    justify-content: center;
    margin: 32px auto;
    gap: 12px;
}

.heroSection+section>div>div {
    flex-basis: 15%;
    padding: 12px 24px;
    border: 1px solid #dbdfd0;
    box-shadow: 1px 1px 1px 1px #0000001f;
    color: #474747;
}

.heroSection+section>div>div>* {
    margin: 12px 0;
}

.heroSection+section a {
    color: #ad343e;
    font-family: 'DM Sans Bold';
}

.heroSection+section h3 {
    color: black;
    font-family: 'DM Sans Bold';
}

.contact {
    background: #474747;
    color: white;
    width: fit-content;
    padding: 32px 24px;
}

.contact i+p {
    color: #dbdfd0;
    width: 90%;
    text-align: left;
}

.contact a {
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
}

.contact>h3 {
    color: white;
    font-family: 'DM Sans Bold';
    text-align: left;
    margin-bottom: 18px;
}

.contact>* {
    margin: 10px 0;
}

.sect3 {
    justify-content: center;
    align-items: center;
    gap: 96px;
    background: #F9F9F7;
    overflow-x: hidden;
}

.sect3 h2~* {
    margin: 12px 0;
}

.sect3>* {
    flex-basis: 45%;
}

.sect3>div+div {
    padding-right: 64px;
    flex-basis: 30%;
    text-align: left;
}

.sect3 .image {
    border-radius: 18px;
    width: 80%;
    height: 50vh;
    margin: 0 auto;
    background: url(../img/image\ 111.png);
}

.sect3 .image+div {
    z-index: 1;
    width: 50%;
    margin-left: 250px;
    margin-top: -100px;
    border-radius: 8px;
    background: #474747;
}

.sect3+section {
    text-align: left;
}

.sect3+section>h2{
    margin-left: 130px;
    width: 350px;
}

.events {
    padding: 12px 24px;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.events>div {
    flex-basis: 20%;
}

.events>div>* {
    margin: 8px 0;
}

.events img {
    width: 100%;
    border-radius: 8px;
}

.section-with-grid {
    align-items: center;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 32px;
    padding-left: 40px;
    width: 60%;
}
.section-with-grid>.fastest>h2,
.moreSaba>h2{
    font-size: 35px;
}

.div1 {
    grid-area: 1 / 1 / 3 / 2;

}

.parent img {
    width: 100%;
}

.div3 {
    align-self: center;
}

.div2 {
    align-items: end;
}

.div2 img,
.div3 img {
    width: 60%;
}

.icon-list {
    margin: 20px 0;
    gap: 20px;
    align-items: center;
}

.icon-list .fa-solid,
.icon-list .fa-regular {
    display: flex;
    background: #ad343e;
    color: #F9F9F7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.parent+div {
    width: 35%;
}

.reviews h3 {
    font-size: 20px;
    color: #ad343e;
    font-weight: bold;
}

.review-cards {
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.review-cards>div {
    flex-basis: 25%;
    padding: 16px 32px;
    border-radius: 16px;
}

.review-cards>div>* {
    margin: 16px 0;
}

.review-cards .divider {
    width: 100%;
    height: 2px;
    background: #dbdfd0;
}

.author {
    justify-content: space-between;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.video {
    background: url("https://dynamic-media-cdn.tripadvisor.com/media/photo-o/23/21/22/48/the-decoration-is-the.jpg?w=900&h=500&s=1");
    box-shadow: inset 0 0 0 2000px #47474791;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #F9F9F7;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.video h2 {
    font-size: 28px;
}

.video .fa-solid {
    background: #F9F9F7;
    color: #ad343e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features {
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: left;
}

.features>* {
    flex-basis: 25%;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.features p {
    width: 200px;
}

.features h4 {
    font-weight: bold;
}

.features .name>* {
    margin: 7px 0;
}

.features+section {
    align-items: center;
}

.flex>section {
    flex-basis: 40%;
    text-align: left;
}

.stats {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0;
    gap: 24px;
}

.stats>div {
    background: white;
    flex-basis: 35%;
    padding: 32px 24px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px #0000001f;
}

.stats h3 {
    margin-bottom: 18px;
    font-size: 32px;
}

.flex>section+img {
    border-radius: 16px;
}
.moreAbout{
    display: flex;
    flex-direction: column;
}
.moreAbout>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.navFlex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.browseSection{
    display: flex;
    flex-direction: column;
}
#come{
    font-size:18px;
}
#sabaText{
    width: inherit;
}
#market{
    width: 400px;
}
@media screen  and (max-width: 400px){
    .navFlex{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .navFlex>a>img{
        width: 17.5px;
        height: 17.5px;
    }
    .navFlex>a>h2{
        font-size: 15px;
    }
    .heroSection{
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    .heroSection>div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .heroSection>div>h1{
        font-size: 20px;
        text-align: center;
        width: 265px;
    }
    .heroSection>div>p{
        font-size: 12px;
        text-align: center;
        width: 240px;
    }
    header>nav>.logo{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    #come{
        font-size:18px;
        width: 150px;
    }
    .contact i{
        display: none;
    }
    .contact p {
        color: #dbdfd0;
        text-align: left;
        margin-right: 40px;
    }
    .sect3>div>h2{
        font-size: 20px;
        width: 300px;
        margin-left: 50px;
        text-align: start;
    }
    .sect3+section>h2{
        width: 270px;
    }
    .sect3>div>p{
        margin-left: 50px;
    }
    #sabaText, #lightText{
        width: 250px;
    }
    #market{
        width: 275px;
    }
}
@media screen and (max-width:600px) {
    .section-with-grid .parent .div1,
    .section-with-grid .parent .div2,
    .section-with-grid .parent .div3 {
        display: none;
    }
    section {
        padding: 32px 24px;
    }

    body {
        overflow-x: none;
    } 
    .events>.div1,
    .events>.div2{
        display: none;
    }
    .heroSection+section>div>div,
    .sect3+section>.events>* {
        flex-basis: 40%;
    }

    .heroSection>div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .heroSection>div>h1{
        font-size: 25px;
    }

    .sect3+section>h2 {
        margin-left: 0;
    }

    .moreAbout>h2{
        font-size: 30px;
    }

    .sect3>*,
    .sect3>div+div,
    .features>div,
    .review-cards>div {
        flex-basis: 100%;
    }

    .sect3 .image {
        width: 100%;
    }

    .sect3 .image+div {
        margin-left: 190px;
    }

    .sect3>div+div {
        padding: 0;
    }

    .sect3 .basicBtn {
        display: block;
        width: fit-content;
        margin: 24px auto 0;
    }

    .parent {
        width: 100%;
    }

    .parent+div {
        width: 100%;
    }

    .features>div {
        margin: 8px 0;
        gap: 24px;
    }

    .features+section,
    .features+section>section {
        padding: 32px 16px;
        flex-basis: 100%;
    }

    .features+section>img {
        width: 100%;
    }
}
@media screen and (max-width:800px) {
    .section-with-grid .parent .div1,
    .section-with-grid .parent .div2,
    .section-with-grid .parent .div3 {
        display: none;
    }
    section {
        padding: 32px 24px;
    }

    body {
        overflow-x: hidden;
    }
  
    .heroSection+section>div>div,
    .sect3+section>.events>* {
        flex-basis: 40%;
    }

    .sect3+section>h2 {
        margin-left: 0;
    }

    .sect3>*,
    .sect3>div+div,
    .features>div,
    .review-cards>div {
        flex-basis: 100%;
    }

    .sect3 .image {
        width: 100%;
    }

    .sect3 .image+div {
        margin-left: 190px;
    }

    .sect3>div+div {
        padding: 0;
    }

    .sect3 .basicBtn {
        display: block;
        width: fit-content;
        margin: 24px auto 0;
    }
    .sect3>.moreSaba>h2{
        font-size: 30px;
    }
    .sect3>.moreSaba>p{
        width: 400px;
        font-size: 17.5px;
        text-align: start;
    }
    .section-with-grid>.fastest>h2{
        font-size: 30px;
        text-align: start;
    }
    .section-with-grid>.fastest>p{
        width: 400px;
        font-size: 17.5px;
        text-align: start;
    }
    .parent {
        width: 100%;
    }

    .parent+div {
        width: 100%;
    }

    .features>div {
        margin: 8px 0;
        gap: 24px;
    }

    .features+section,
    .features+section>section {
        padding: 32px 16px;
        flex-basis: 100%;
    }

    .features+section>img {
        width: 100%;
    }
}