body {
    position: relative;
    direction: ltr;
    overflow-x: hidden;
    background-color: white;
  }
body::-webkit-scrollbar {
    width: 0;
  }
html{
    overflow-x: hidden;
  }
.circle{
    width: 12px;
    height: 12px;
    z-index: 2;
    border-radius: 40px;
    background-color: #FFA800;
  }
.mailButton{
    background-color: #FFA800;
    padding: 17px 31px;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 14px;
    border: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: TheSansArabic-SemiBold,sans-serif;
  }
.mainTitle{
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 83px;
    font-weight: 530;
    color: black;
    direction: rtl;
    text-align: start;
    position: relative;
}
.main-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-right: 37px;
    position: relative;
}
.downloadButton{
    background-color: transparent;
    font-size: 14px;
    color: black;
    border: unset;
    box-shadow: unset;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Poppins-SemiBold,sans-serif;
}
.quotation {
    position: absolute;
    top: -49px;
    right: -32px;
}
.triangle{
    position: absolute;
    top: 89%;
    right: 4px;
}
.main-img{
    position: relative;
}
.imageWraper{
    position: relative;
    border-radius: 10%;
    overflow: hidden; 
    width: 100%; 
    height: 100%;
    min-width: 533px;
    height: 575px;
}
.imageWraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle.c1{
    position: absolute;
    top: 47%;
    left: -18px;
    width: 33px;
    height: 33px;
}
.circle.c2{
    position: absolute;
    top: 75%;
    right: -18px;
    width: 33px;
    height: 33px;
}
.circle.c3{
    position: absolute;
    top: 3%;
    right: 120px;
}
.sale{
    font-family: GochiHand-Regular,sans-serif;
    font-size: 68px;
    color: #FFA800;
}
#contact{
    background-color: white;
    padding: 58px 0 80px 0;
}
.contactWraper{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.subTitle{
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 53px;
    line-height: 88.4px;
    color: black;
    direction: rtl;
}
.subP{
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 21px;
    color: #7A7A7A;
    line-height: 36.4px;
    padding: 0 26% 0 26%;
    direction: rtl;
}
.contactDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    flex-direction: column;
    background-color: #F9F8FD;
    border-radius: 16px;
    width: 100%;
    position: relative;
    gap: 89px;
    padding-top: 73px;
    overflow: hidden;
}
.contactTitle{
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 48px;
    color: black;
    direction: rtl;
    z-index: 2;
}
.labelForm{
    color: #FFA800;
    font-size: 19px;
    white-space: nowrap;
    font-family: TheSansArabic-SemiBold,sans-serif;
    padding: 0;
}
.inputForm,
.inputForm:focus{
    background: white;
    border: 0.5px solid #FFA800;;
    /* border-bottom: 1px solid #FFA800; */
    padding: 4px 6px;
    border-radius: unset;
    box-shadow: unset;
    direction: rtl;
    text-align: right;
    width: 50%;
    border-radius: 7px;
}
.logo{
    width: 17%;
    height: 17%;
}
.group{
    position: absolute;
    top: 36px;
    left: -56px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contactForm{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 41px;
    z-index: 2;
    padding-bottom: 25px;
}
.group img{
    width: 67%;
}
.about{
    position: relative;
}
.about h2,
.servicesH2Ar{
    /* width: 100%; */
    color: #FFA800;
    font-size: 48px;
    font-family: TheSansArabic-SemiBold,sans-serif;
    text-align: right;
    z-index: 2;
    position: relative;

}
.servicesH2Ar{
    direction: rtl;
}
.about p{
    width: 100%;
    color: #7A7A7A;
    font-size: 27px;
    font-family: TheSansArabic-SemiBold,sans-serif;
    text-align: right;
    padding: 3% 8% 0 26%;
    direction: rtl;
    z-index: 2;
}
#aboutSec{
    background-color: #F9F8FD;
    padding: 120px 0 120px 0;
}
.servicesSp{
    color: #FFA800;
    font-size: 12px;
    font-family: Poppins-SemiBold,sans-serif;
    position: relative;
    z-index: 2;
}
.servicesSTrian {
    position: absolute;
    top: -58%;
    right: 70%;
    z-index: 1;
}
.servicesH2{
    color: black;
    font-size: 40px;
    font-family: Poppins-SemiBold,sans-serif;
}
.servicesWraper{
    display: flex;
    align-items: center;
    justify-content: end;
}
#services{
    background-color: white;
    padding: 64px 0 64px 0;
}
.services-card{
    background-color: white;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: 0px 15px 100px 0px #00000026;
    flex-direction: column;
    height: 100%;
}
.services-img{
    width: 100%;
    height: 361px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.services-img img{
    width: 100%;
    object-fit: cover;
}
.servicesH3{
    color:#7A7A7A;
    font-size: 16px;
    font-family: TheSansArabic-SemiBold,sans-serif;
    padding: 20px 32px 21px 32px;
    text-align: right;
    direction: rtl;
    line-height: 27px;
}
.text-danger {
    color: #dc3545!important;
    text-align: right;
    padding-right: 31px;
    font-family: TheSansArabic-SemiBold,sans-serif;
}
#next{
    background-color: #F9F8FD;
    padding: 200px 0 200px 0;
    text-align: center;
}
#next h2{
    font-family: Poppins-SemiBold,sans-serif;
    color: black;
    font-size: 70px;
    position: relative;
}
.nextTrian {
    position: absolute;
    right: 46%;
    top: -88%;
}
.aboutTrian {
    position: absolute;
    top: -111px;
    right: 8%;
    z-index: 1;
}
.joinCard{
    background-color: white;
    border-radius: 24px;
    padding: 30px;
    text-align: right;
    box-shadow: 0px 15px 100px 0px #00000026;
    height: 100%;
    position: relative;
    /* top: -96px; */
}
.joinCard h2{
    color:#FFA800;
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 30px;
    padding-bottom: 34px;
}
.joinText{
    font-family: TheSansArabic-SemiBold,sans-serif;
    color: #7A7A7A;
    font-size: 18px;
    direction: rtl;
}
#join{
    background-color: white;
    padding: 11px 0;
    padding-bottom: 92px;
}
.mt-px{
    margin-top: 100px;
}
.ellipse{
    position: absolute;
    bottom: 0;
    right: -10px;
}
.social{
    border: 1px solid white;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.footer-text,
.footer-text:hover,
.footer-text:focus{
    color:white;
    font-family: TheSansArabic-SemiBold,sans-serif;
    font-size: 18px; 
    text-decoration: unset;
}
.footer-text.bold{
    font-size: 20px; 
    font-weight: 900;
}
.footer-text.regular{
    font-weight: 400;
}
.text-bold{
    font-weight: 900;
}
footer{
     background-color: #333333;
     padding: 100px 170px 100px 170px;
     border-radius: 24px 24px 0 0;
     margin: 0 40px;
}
.line{
    width: 100%;
    border-bottom: 1px solid #393939;
    height: 2px;
}
.wT{
    color: white!important;
}
#mainS{
    background-color: #F9F8FD;
}

@media only screen and (min-width: 240px) and (max-width: 767px){
    .mainTitle{
        font-size: 46px;
        text-align: center;
    }
    .logo {
        width: 47%;
        height: 47%;
    }
    #aboutSec {
        padding: 78px 0 78px 0;
    }
    .text-danger {
        padding-right: 0;
    }
    .main-text {
        padding-right: unset;
    }
    .quotation {
        position: absolute;
        top: -49px;
        right: 24px;
    }
    .triangle {
        position: absolute;
        top: 244%;
        right: 4px;
    }
    .subTitle {
        font-size: 45px;
        line-height: 55.4px;
    }
    .subP {
        font-size: 17px;
        line-height: 34.4px;
        padding: 0;
    }
    .sale {
        font-size: 57px;
    }
    .contactTitle {
        font-size: 40px;
    }
    .contactDiv{
        gap: 27px;
    }
    .about h2, .servicesH2Ar {
        font-size: 40px;
    }
    .about p {
        font-size: 22px;
        padding: 3% 0 3% 0;
    }
    .servicesWraper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .servicesH2Ar{
        text-align: center;
    }
    #next {
        padding: 64px 0 64px 0;
    }
    #next h2 {
        font-size: 58px;
    }
    .joinCard{
        top: unset;
    }
    .mt-px {
        margin-top: 39px;
    }
    footer {
        padding: 40px 29px 40px 29px;
        margin: 0 6px;
    }
    .footer-text, .footer-text:hover, .footer-text:focus{
        text-align: center;
    }
    .imageWraper {
        min-width: unset;
        height: 348px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .mainTitle{
        font-size: 46px;
        text-align: center;
    }
    .logo {
        width: 47%;
        height: 47%;
    }
    #aboutSec {
        padding: 78px 0 78px 0;
    }
    .text-danger {
        padding-right: 0;
    }
    .main-text {
        padding-right: unset;
    }
    .quotation {
        position: absolute;
        top: -49px;
        right: 24px;
    }
    .triangle {
        position: absolute;
        top: 244%;
        right: 4px;
    }
    .subTitle {
        font-size: 45px;
        line-height: 55.4px;
    }
    .subP {
        font-size: 17px;
        line-height: 34.4px;
        padding: 0;
    }
    .sale {
        font-size: 57px;
    }
    .contactTitle {
        font-size: 40px;
    }
    .contactDiv{
        gap: 27px;
    }
    .about h2, .servicesH2Ar {
        font-size: 40px;
    }
    .about p {
        font-size: 22px;
        padding: 3% 0 3% 0;
    }
    .servicesWraper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .servicesH2Ar{
        text-align: center;
    }
    #next {
        padding: 64px 0 64px 0;
    }
    #next h2 {
        font-size: 58px;
    }
    .joinCard{
        top: unset;
    }
    .mt-px {
        margin-top: 39px;
    }
    footer {
        padding: 40px 29px 40px 29px;
        margin: 0 6px;
    }
    .footer-text, .footer-text:hover, .footer-text:focus{
        text-align: center;
    }
    .imageWraper {
        min-width: unset;
        height: 348px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px!important;
    }
}
@media only screen and (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1355px!important
    }
}