html {
    font-size: 46px;
    scroll-behavior: smooth;

}

body {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    color: white;
    background-color: rgb(15, 15, 15);
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

a {
    color: white;
}




.global-margin {
    margin-top: 100px;
}

.global-padding {
    padding: 0 3% !important;
}

.global-section-padding {
    padding-top: 100px !important;
}


@font-face {
    font-family: 'Freestyle163S2';
    src: url('/fonts/Freestyle163Style2-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Freestyle163';
    src: url('/fonts/Freestyle163.otf') format('opentype');
}

:root {
    --Red: #FF1D25;
    --Blue: #0071BC;
    --Yellow: #F7931E;
    --carouseltextWidth: 100px;
    --carouseltextHeight: 50px;
    --GrayBg: rgb(33, 33, 33);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif; 
    font-size: 3rem;
}

h1 {
    color: var(--GrayBg) !important;
    font-size: 4rem !important;
    font-weight: 600;
}

.contactus-page__homestart-video video {
    height: 20vh;
    object-fit: cover;
    width: 100%;
}

.contactus-page__contact-us-section {
    background: rgb(169,168,156);
    background: radial-gradient(circle at 10% 100%, rgb(169, 165, 156) 0%, rgba(245,245,245,1) 80%);

}

.contactus-page__contact-us-section-content__wrapper {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    user-select: none;

}

.contactus-page__contact-us-section-content-item-1-content p {
    font-family: 'Freestyle163';
    color: rgb(80, 80, 80);
    font-size: 1.5rem;
    text-align: right;
}



.contactus-page__contact-us-section-content-item-1 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.contactus-page__contact-us-section-content-item-1-content {
    display: flex;
    flex-direction: column;
}

.contactus-page__contact-us-section-content-item-2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.contactus-page__contact-us-section-content-item-2 img {
    width: 50%;
}

.contactus-contacts {
    background: rgb(20, 20, 20);
    background: radial-gradient(circle at 100% 100%, rgb(47, 46, 38) 0%, rgba(20,20,20,1) 70%);
}

.contactus-contacts__wrapper {
    display: flex;
    flex-direction: column;
}

.contactus-contacts-main-title-section {
    background-color: rgb(25, 25, 25);
    padding-bottom: 100px !important;
}
.contactus-contacts-main-title p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.8rem;

}

.contactus-contacts-item-number-text p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
}

.contactus-contacts-item {
    margin-top: 50px;
}



.contactus-contacts-item-number-text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 500px;
}

.contactus-contacts-item-number-text img {
    height: 80%;
    
}




.contactus-contacts-social-section {
    background: rgb(20, 20, 20);
    background: radial-gradient(circle at 0% 100%, rgb(47, 46, 38) 0%, rgba(20,20,20,1) 70%);
}


.contactus-contacts-social-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding-bottom: 100px !important;
}

.contactus-contacts-item-social-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 500px;
    
}

.contactus-contacts-item-social-text-description p {
    font-size: 1.5rem;
}

.contactus-contacts-item-social-text-description {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contactus-contacts-item-social-image-description {
    width: 50%;
    display: flex;
    justify-content: center;
    height: 100%;
}


.contactus-contacts-item-social-image-description img {
    width: 100%;    
    object-fit: contain;
}

.contactus-contacts-item-social {
    cursor: pointer;
}


.Instagram-contact, .Tiktok-contact, .Facebook-contact, .Behance-contact {
    color: white;
    transition: all 0.5s;
    text-decoration: underline;
}



.contactus-contacts-item-social:nth-child(1):hover .Instagram-contact {
    color: var(--Blue);
}

.contactus-contacts-item-social:nth-child(2):hover .Tiktok-contact {
    color: var(--Blue);

}

.contactus-contacts-item-social:nth-child(3):hover .Facebook-contact {
    color: var(--Blue);

}

.contactus-contacts-item-social:nth-child(4):hover .Behance-contact {
    color: var(--Blue);

}


h3 {
    color: rgb(25, 25, 25);
    font-size: 5rem;

}

.gotohome-section {
    background-color: whitesmoke;
    padding-bottom: 100px !important;
}

.gotohome-section-item-text a {
    font-size: 0.8rem;
    color: gray;
}

.gotohome-section__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: first baseline;

}

.gotohome-section-item-image {
    width: 60%;
}

.gotohome-section-item-image img{
    width: 100%;
}

.gotohome-section-item-text a {
    text-decoration: underline;
}



.rtl-container.ar-language {
    direction: rtl;
    text-align: right;
}







@media (max-width: 1100px) {
    html {
        font-size: 40px;
    }

    .contactus-contacts-item-number-text img {
        height: 70%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 36px;
    }

    .contactus-contacts-item-number-text img {
        height: 60%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 70%;
    }
}

@media (max-width: 800px) {
    html {
        font-size: 28px;
    }

    .contactus-contacts-item-number-text img {
        height: 40%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 60%;
    }


}

@media (max-width: 700px) {
    html {
        font-size: 24px;
    }

    .contactus-contacts-item-number-text img {
        height: 40%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 60%;
    }

    .contactus-contacts-item-number-text {
        flex-direction: column;
    }

    
}


@media (max-width: 600px) {

    html {
        font-size: 24px;
    }

    .contactus-contacts-item-number-text img {
        height: 40%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 60%;
    }

    .contactus-contacts-main-title {
        text-align: center;
    }

    .contactus-page__contact-us-section-content-item-2 {
        height: 300px;
    }



    
}

@media (max-width: 540px) {
    html {
        font-size: 20px;
    }

    .contactus-contacts-item-number-text img {
        height: 40%;
    }

    .contactus-contacts-item-social-image-description img {
        width: 60%;
    }

    .contactus-contacts-main-title {
        text-align: center;
    }

    .contactus-page__contact-us-section-content-item-2 {
        height: 300px;
    }

    .contactus-contacts-main-title-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }



    
}


@media (max-width: 400px) {

    .gotohome-section-item-image {
        display: none;
    }

    .contactus-contacts-item-number-text {
        height: 350px;
    }

    .contactus-contacts__wrapper {
        padding-bottom: 50px !important;
    }

    .contactus-contacts-social-section {
        padding-top: 0px !important;
    }

    .contactus-contacts-social-section__wrapper {
        gap: 10px;
    }
    html {
        font-size: 16px;
    }


    .contactus-page__contact-us-section-content-item-2 {
        height: 300px;
    }

    .contactus-contacts-main-title-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .gotohome-section__wrapper {
        flex-direction: column;
        gap: 50px;
    }

    h3 {
        text-align: center;
    }

    .gotohome-section-item-text {
        text-align: center;
        width: 100%;
    }

    .gotohome-section-item-image {
        width: 100%;
    }


    
}


@media (max-width: 340px) {
    html {
        font-size: 14px;
    }
    
}