/* global */
html, body {
    overflow-x: hidden;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
}

/* fonts */
@font-face {
    font-family: "tajawal regular";
    src: url(../fonts/Tajawal-Regular.ttf);
}

@font-face {
    font-family: "tajawal bold";
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: "nunito regular";
    src: url(../fonts/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: "nunito bold";
    src: url(../fonts/NunitoSans-Bold.ttf);
}

@font-face {
    font-family: "nunito semibold";
    src: url(../fonts/NunitoSans-SemiBold.ttf);
}

@font-face {
    font-family: "rubik medium";
    src: url(../fonts/Rubik-Medium.ttf);
}

body {
    font-family: "tajawal regular";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "tajawal bold";
}

.tajawal-r {
    font-family: "tajawal regular";
}

.nunito-r {
    font-family: "nunito regular";
}

.gradiant-text {
    background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.push-right {
    margin-right: 4%;
}

/* button */
.contact-btn {
    font-size: 16px;
    line-height: 20px;
    border: none;
    border-radius: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 62px;
    font-family: "tajawal bold";
    box-shadow: 0px 16px 45px 0px #757E891A;
}

.gradiant-btn {
    box-shadow: 0px 16px 45px 0px #757E891A;
    background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
    box-shadow: 0px 16px 45px 0px #757E891A;
    color: #FFFFFF;
}

.gradiant-btn:hover {
    color: #FFFFFF;
}

.section-title {
    color: #000000;
}

.section-desc {
    color: #9FA0A1;
}

/* header section */
.top-header {
    margin-bottom: 62px;
}

.top-header .navbar {
    padding: 37px 70px 0 100px;
}

.top-header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-left: 50px;
}

.top-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #9FA0A1;
}

.top-header .navbar .contact-btn {
    color: #6D839D;
    background-color: #FFFFFF;
    box-shadow: 0px 16px 45px 0px #757E891A;
}

/* banner section */
#banner .push-right {
    margin-right: 70px;
}

#banner .section-img img {
    width: 100%;
}

.section-with-img {
    display: flex;
    align-items: center;
    position: relative;
}

.section-with-img .section-details {
    position: relative;
    z-index: 15;
}

.section-with-img .section-details .hint {
    font-size: 24px;
    line-height: 35px;
    color: #9FA0A1;
    margin-bottom: 10px;
    font-family: "tajawal regular";
}

.section-with-img .section-details .section-title {
    font-size: 68px;
    line-height: 85px;
    color: #000000;
    margin-bottom: 10px;
}

.section-with-img .section-details .section-desc {
    font-size: 24px;
    line-height: 35px;
    color: #9FA0A1;
    width: 90%;
    margin-bottom: 18px;
}

.arrow-down {
    position: relative;
    z-index: 20;
}

/* about us section */
#about-us {
    height: 600px;
    margin-bottom: 100px;
}

#about-us .section-title,
#mission .card-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}

#about-us .section-desc,
#mission .card-desc {
    font-size: 24px;
    line-height: 49px;
    width: 93%;
    color: #9FA0A1;
}

/* mssion section */
#mission {
    margin-top: 135px;
    margin-bottom: 135px;
}

#mission .card-mission {
    max-width: 596px;
    padding: 30px 15px 55px;
    position: relative;
    transition: all 0.3s;
}

#mission .card-mission .card-title {
    margin-bottom: 25px;
    position: relative;
}

#mission .card-mission .ornament-content {
    position: absolute;
    top: -50px;
    left: -30px;
    opacity: 0;
    transition: all 0.3s;
}

#mission .card-mission:hover {
    box-shadow: 0px 16px 45px 0px #757E891A;
}

#mission .card-mission .card-title::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 0;
    width: 254px;
    border: 1.5px solid;
    border-image-source: linear-gradient(276.09deg, #278C7E 17.25%, #7CEBCA 83.78%);
    border-image-slice: 1;
    opacity: 0;
    transition: all 0.3s;
}

#mission .card-mission:hover .ornament-content {
    opacity: 1;
}

#mission .card-mission:hover .card-title::after {
    opacity: 1;
}

/* our values section */
#our-values {
    margin-bottom: 110px;
}

#our-values .section-title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
}


#our-values .img-content {
    text-align: left;
}

#our-values .img-content img {
    width: 90%;
}

#our-values .card-content {
    position: relative;
    height: 496px;
    width: 694px;
}

#our-values .card-content .box-card {
    box-shadow: 10px 0px 40px 0px #0000000D;
    width: 333px;
    height: 234px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    position: absolute;
    z-index: 10;
    background-color: #FFFFFF;
}

#our-values .card-content .box-card img {
    margin-bottom: 12px;
}
#our-values .card-content .box-card .card-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px;
}

#our-values .card-content .box-card .card-desc {
    font-size: 16px;
    line-height: 25px;
    color: #344E4C;
    width: 240px;
}

#our-values .card-content .card-center {
    width: 426px;
    height: 307px;
    border-radius: 20px;
    background: #EAEDF6;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 5;
}
#our-values .card-content .card-1 {
    top: 0;
    right: 0;
}
#our-values .card-content .card-2 {
    top: 0;
    left: 0;
}
#our-values .card-content .card-3 {
    bottom: 0;
    right: 0;
}
#our-values .card-content .card-4 {
    bottom: 0;
    left: 0;
}

/* Companies section */
#companies {
    margin-bottom: 60px;
}

#companies .section-title {
    text-align: center;
    font-size: 48px;
    line-height: 51px;
    margin-bottom: 15px;
}

#companies .section-desc {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #6D839D;
    max-width: 510px;
    margin: 0 auto;
}

#companies .companies-logo {
    background: rgba(248, 248, 248, 0.5);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 172px;
    margin-top: 50px;
}

/* contact us section */
#contact-us {
    margin-bottom: 75px;
}

#contact-us .map-content {
    max-width: 480px;
    height: 515px;
    margin: 0 auto;
    padding-top: 40px;
}

#contact-us .map-content iframe {
    width: 100%;
    height: 100%;
}

#contact-us .contact-content {
    width: 90%;
}

#contact-us .section-title {
    font-size: 48px;
    line-height: 51px;
    margin-bottom: 22px;
    text-align: center;
}

#contact-us .section-desc {
    font-size: 16px;
    line-height: 30px;
    color: #6D839D;
    text-align: center;
}

#contact-form .input-group:not(:last-child) {
    margin-bottom: 11px;
}

#contact-form .custom-input {
    text-align: right;
    height: 45px;
    background-color: #F3F4F6;
    border: none;
    border-radius: none;
    font-size: 12px;
    line-height: 18px;
    padding: 11px 17px;
    color: #70798B;
    font-family: "tajawal semibold";
    font-weight: 900;
}

#contact-form .custom-input::placeholder {
    font-family: "tajawal semibold";
    color: #70798B;
}

#contact-form textarea {
    height: 210px !important;
    resize: none;
}

#contact-form .custom-input:focus {
    outline: none;
    box-shadow: none;
}

#contact-form .btn-content {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

/* footer section */
footer {
    background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
    color: #FFFFFF;
    padding: 56px 0 35px;
    position: relative;
}

footer .scroll-up {
    position: absolute;
    transform: rotate(270deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    right: -13px;
}

footer .scroll-up .scroll-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

footer .item-title {
    font-size: 21px;
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 22px;
}

footer .item-desc {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.7;
}

footer .push-right {
    margin-right: 8%;
}

.social-media {
    list-style: none;
    padding: 0;
    display: flex;
}

.social-media li {
    margin-left: 15px;
}

.copyright {
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
}

/* mobile panel */
#mobile-side-panel-overlay {
    opacity: 0;
    visibility: hidden;
}

#mobile-sidebar {
    display: none;
    right: -22rem;
}

/* media */
@media (max-width: 1400px) {
    .top-header .navbar {
        padding: 37px 70px 0;
    }
    .push-right {
        margin-right: 2%;
    }
    #about-us .section-desc, #mission .card-desc {
        width: 100%;
    }
}

@media (max-width: 1400px) and (min-width: 1199px) {
    #our-values .card-content {
        width: 630px;
    }
    #our-values .card-content .box-card {
        width: 300px;
    }
}

@media (max-width: 1255px) and (min-width: 1200px) {
    .top-header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .hide-in-1199 {
        display: none !important; 
    }
    .push-right {
        margin-right: 0;
    }
    .top-header .navbar {
        padding: 32px 32px 0;
    }
    .top-header .navbar .navbar-nav .nav-item:not(:last-child) {
        margin-left: 20px;
    }
    #banner {
        height: auto;
        margin-bottom: 100px;
    }
    #banner .push-right {
        margin-right: 0;
    }
    #banner .section-img img {
        width: 100%;
    }
    #our-values {
        margin-bottom: 140px;
    }
    #our-values .card-content {
        margin: 0 auto;
    }
    #companies .companies-logo .img-content {
        text-align: center;
    }

    #companies .companies-logo img {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .top-header .navbar .navbar-toggler {
        border-radius: 5px;
        background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
        border: none;
        color: #FFFFFF;
        width: 49px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-header .navbar .navbar-toggler .hamburger-inner,
    .top-header .navbar .navbar-toggler .hamburger-inner::before,
    .top-header .navbar .navbar-toggler .hamburger-inner::after {
        width: 25px;
        height: 1px;
        display: block;
        background-color: #fff;
    }
    .section-with-img .section-details .section-title {
        font-size: 47px;
        line-height: 65px;
    }
    .section-with-img .section-details .section-desc {
        width: 100%;
    }
    #banner .section-img img {
        width: 100%;
    }
    #banner {
        height: auto;
        margin: 70px 0;
    }
    #about-us .section-img img {
        width: 100%;
    }
    #mission {
        margin-top: 0;
    }
    #about-us .section-desc,
    #mission .card-desc {
        font-size: 18px;
        line-height: 32px;
    }
    #mission .card-mission {
        max-width: 100%;
        box-shadow: 0px 16px 45px 0px #757E891A;
        margin-bottom: 30px;
        padding: 30px;
    }
    #mission .section-desc, #mission .card-desc {
        width: 80%;
    }
    #mission .card-mission .ornament-content {
        display: none;
    }

    #mission .card-mission .card-title::after {
        opacity: 1;
    }
    #our-values .card-content {
        width: 630px;
    }
    #our-values .card-content .box-card {
        width: 300px;
    }
    #contact-us .contact-content {
        margin: 0 auto 50px;
    }
    #contact-us .map-content {
        max-width: 100%;
        height: 350px;
    }

    /* mobile side panel */    
    #mobile-side-panel-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        height: 100%;
        width: 100%;
        background-color: #222222;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mobile-side-panel {
        width: 350px;
        height: 100%;
        background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
        color: #FFFFFF;
        position: fixed;
        z-index: 50;
        display: block !important;
        flex-shrink: 0;
        padding: 50px 30px;
        top: 0;
        right: -22rem;
        transition: all 0.3s;
    }

    .mobile-side-panel #panel-close {
        position: absolute;
        top: 3%;
        left: 6%;
        cursor: pointer;
    }

    .mobile-side-panel .contact-btn {
        width: 100%;
        background: linear-gradient(135deg, #79F1A4 0%, #0E5CAD 100%);
        color: #FFFFFF;
        box-shadow: 0px 16px 45px 0px #757E891A;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .mobile-side-panel .navbar-nav .nav-item {
        padding: 0.5rem 0;
        border-bottom: 1px solid #FFFFFF44;
    }

    .mobile-side-panel .navbar-nav .nav-item .nav-link {
        color: #FFFFFF;
    }

    .mobile-side-panel .lobb-company {
        text-align: center;
        display: block;
        color: #FFFFFF;
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-with-img .section-img {
        display: none;
    }
    .section-with-img .section-details .section-desc {
        width: 100%;
    }
    #about-us {
        height: auto;
        margin: 100px 0 150px;
    }
    #our-values .card-content {
        width: 100%;
    }
    #our-values .card-content .box-card {
        width: 47%;
    }
    footer .footer-col {
        margin-bottom: 50px;
    }
}

@media (max-width: 611px) {
    footer .scroll-up {
        display: none !important;
    }
}

@media (max-width: 568px) {
    .top-header .navbar {
        padding: 24px 32px 0;
    }
    .section-with-img .section-details .section-title {
        font-size: 47px;
        line-height: 70px;
    }
    .mobile-side-panel {
        width: 280px;
    }
    #our-values .card-content {
        height: auto;
    }
    #our-values .card-content .card-center {
        display: none;
    }
    #our-values .card-content .box-card {
        width: 333px;
        margin: 0 auto 40px;
        position: static;
    }
}

@media (max-width: 400px) {
    .top-header .navbar {
        padding: 16px 20px 0;
    }
    .section-with-img .section-details {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .section-with-img .section-details .section-title {
        font-size: 42px;
        line-height: 60px;
    }
    #about-us .section-title,
    #mission .card-title {
        font-size: 42px;
    }
    #mission .card-mission {
        text-align: center;
    }
    #mission .card-mission .card-title::after {
        width: 100%;
    }
    #mission .card-mission:hover .card-title::after {
        width: 100%;
    }
    #mission .section-desc,
    #mission .card-desc {
        width: 100%;
    }
    .section-title {
        font-size: 42px !important;
    }
    .section-desc {
        font-size: 18px !important;
        width: 100% !important;
    }
}