@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #1E1E1E;
  border-radius: 0;
}

:root{
    --green: #3BD77E;
    --text-color: #797C86;
    --primary-color: #ECC474;
    --bs-heading-color: #20498A;
    --bs-body-color: #20498A;
    --bs-heading-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Iceland", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  background-color: #00010B;
}

section,.divider,footer{
    overflow: hidden;
}

p{
    opacity: 0.7;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

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

h4{font-size: 20px}

h6{font-size: 14px}

.rounded {
    border-radius: 15px !important;
}

.border {
    border: 1px solid var(--border-color) !important;
}

.gap-20{
    gap:20px;
}

.gap-15{
    gap:15px;
}

.btn {
    background-color: #1C1C21;
    color: #fff;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    max-width: 100%;
    min-width: 180px;
    width: fit-content;
}

.btn:hover, .btn:focus {
    background-color: var(--primary-color);
    color: #fff;
}

.btn2{
  background-color: var(--primary-color);
  color: #ffffff ;
    border-radius: 0;
}

.btn2:hover, .btn2:focus{
    background-color: #1C1C21;
    color: #fff;
}

[dir="rtl"] .btn i{
    transform: rotateY(180deg);
    margin-left: 0 !important;
    margin-right: 10px;
}

.navbar-toggler{order: 1}

.lang_btn,.navbar-toggler{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px;
    background: rgba(236, 196, 116, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 6px 3px rgba(255, 255, 255, 0.25);
    color: #fff;
    backdrop-filter: blur(7px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: 1px solid #ffffff38;
    outline-offset: 4px;
}

.offcanvas{
    width: 280px !important;
    background-color: #00010B;
}

.btn-close{filter: invert(1);}

.navbar {
  padding-top: 30px;
}

.navbar-brand {
  margin: 0;
}

.navbar-nav{
  padding: 10px 5px;
  background: #00010B;
    border: 4px solid #1F1F1F;
    border-radius: 12px;
}

.nav-link {
    margin: 0 5px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px 17px !important;
    font-weight: 400;
}

.nav-link:hover,.nav-link.active {
  background-color: #1A1A1A;
  color: #ffffff !important;
}

.login_page{
    background-color: #20498A;
}

.hero {
    padding: 20px 0;
    overflow: hidden;
    background-image: url(../images/hero_bg.png);
    background-size: cover;
    margin-top: -140px;
    padding-top: 150px;
}
[dir="rtl"] .hero {
    background-image: url(../images/hero_bg_ar.png);
}
.hero h1 {
    font-size: 100px;
    line-height: 64px;
    margin-bottom: 0;
    color: #FFFFFF;
    text-shadow: 0px 4px 30px rgba(255, 255, 255, 0.25);
    width: 580px;
    margin-top: 40px;
}

.hero p {
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0;
    color: #ffffff;
    width: 580px;
    max-width: 100%;
}

.hero .row .col-lg-6:last-child{
    display: flex;
    align-items: flex-end;
}

.logos {
    background-image: url(../images/logos_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}
[dir="rtl"] .logos {
     background-image: url(../images/logos_bg_ar.png);
}
[dir="ltr"] .logos .logos_slider {
    transform: rotate(-2deg);
}

[dir="rtl"] .logos .logos_slider {
    transform: rotate(2deg);
}

.logos_slider .owl-stage{
    display: flex;
    align-items: center;
}

.logos_slider .owl-stage .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos_slider .owl-stage img{
    width: auto !important;
}

.about {
    background-image: url(../images/about_bg.png);
    background-size: 100% 70%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.title h2{
    font-size: 60px;
}

.title p{
    font-size: 20px;
    line-height: 30px;
}

.about h3{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.about_content{
    border: 1px solid rgb(255 255 255 / 29%);
    margin: 30px 0;
}

[dir="ltr"] .about_content{
    padding: 30px 0 0 30px;
}

[dir="rtl"] .about_content{
    padding: 30px 30px 0 0;
}

.about_content .col-lg-7{
    padding: 0;
    display: flex;
}

.about_content img.about_img{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
[dir="ltr"] .about_content img.about_img{
    border-radius: 20px 0 0 0 ;
}

[dir="rtl"] .about_content img.about_img{
    border-radius: 0 20px 0 0 ;
}

.about_content .icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.about_content .col-lg-5 {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

[dir="ltr"] .about_content .col-lg-5 {
    padding-left: 10px;
}

[dir="rtl"] .about_content .col-lg-5 {
    padding-right: 10px;
}

.about_content .col-lg-5 .btn{
    margin-top: auto;
}

.about .block_1,
.about .block_2,
.about .block_3,
.about .block_4{
    border-radius: 24px;
    padding: 1px;
    margin-bottom: 20px;
}

[dir="ltr"] .about .block_1,
[dir="ltr"] .about .block_2,
[dir="ltr"] .about .block_3,
[dir="ltr"] .about .block_4{
    background: linear-gradient(95deg, #ffffff -40%, rgb(255 255 255 / 10%) 100%);
}

[dir="rtl"] .about .block_1,
[dir="rtl"] .about .block_2,
[dir="rtl"] .about .block_3,
[dir="rtl"] .about .block_4{
    background: linear-gradient(-95deg, #ffffff -40%, rgb(255 255 255 / 10%) 100%);
}

.about .block_1 .content,
.about .block_2 .content,
.about .block_3 .content,
.about .block_4 .content{
    background-color: #000000;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.about .block_1 .content img{
    width: 100%;
    margin-top: -11.5%;
    margin-bottom: 20px;
}

.about .content .text{
    padding: 15px 35px;
}

.about .block_2 .content img{
    width: 90%;
    margin: 0 5%;
    border-radius: 0 0 16px 16px;
    border: 1px solid #ffffff42;
}

.about .block_3 .content img,
.about .block_4 .content img{
    width: 100%;
    border-radius: 24px;
}

.about .block_3 .content .text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    border-radius: 24px;
}

[dir="ltr"] .about .block_3 .content .text{
    background: linear-gradient(178.28deg, rgba(0, 0, 0, 0) 11.44%, rgba(0, 0, 0, 0.55213) 43.48%, rgba(0, 0, 0, 0.751282) 46.15%, #000000 67.96%);
    left: 0;
}

[dir="rtl"] .about .block_3 .content .text{
    background: linear-gradient(-178.28deg, rgba(0, 0, 0, 0) 11.44%, rgba(0, 0, 0, 0.55213) 43.48%, rgba(0, 0, 0, 0.751282) 46.15%, #000000 67.96%);
    right: 0;
}
.divider{
}

.divider img{
    width: 100%;
}
.features{}

.features .feature_block{
    border-radius: 24px;
    padding: 1px;
    margin-top: 20px;
}

[dir="ltr"] .features .feature_block{
    background: linear-gradient(95deg, #ffffff -40%, rgb(255 255 255 / 10%) 100%);
}

[dir="rtl"] .features .feature_block{
    background: linear-gradient(-95deg, #ffffff -40%, rgb(255 255 255 / 10%) 100%);
}

.features .feature_block .content{
    background-color: #000000;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.features .feature_block .content img{
    width: 100%;
    border-radius: 24px;
}

.features .feature_block .content .text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    border-radius: 24px;
    padding: 15px 35px;
}

[dir="ltr"] .features .feature_block .content .text{
    background:linear-gradient(178.28deg, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 0.851282) 58.54%, #000000 99.11%);
    left: 0;
}

[dir="rtl"] .features .feature_block .content .text{
    background:linear-gradient(-178.28deg, rgba(0, 0, 0, 0) ,rgba(0, 0, 0, 0.851282) 58.54%, #000000 99.11%);
    right: 0;
}

.features .feature_block .content .text p{
    font-size: 20px;
    line-height: 30px;
}

.features .feature_block .content .text h3{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.tour{
    padding: 30px 0;
}

.tour .title{
    margin-bottom: 50px;
    text-align: center;
}

.tour .title p{text-align: center;}

.faq{
    padding: 50px 0;
}

.faq h6{
    font-size: 20px;
    color: #797C86;
}

.faq h2{
    font-size: 58px;
    margin-bottom: 30px;
}

.faq .row{
    border-top: 1px solid #1C1C21;
    padding: 30px 0;
    position: relative;
}

.faq .row:after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1C1C21;
}

[dir="ltr"] .faq .row:after{
    left: 50%;
    transform: translateX(-50%);
}

[dir="rtl"] .faq .row:after{
    right: 50%;
    transform: translateX(50%);
}

.accordion-header {
    margin-bottom: 0 !important;
    font-size: 24px !important;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
    margin-bottom: 10px;
    position: relative;
}

.accordion-button {
    background-color: transparent;
    color: #AFB0B6;
    font-weight: bold;
    padding: 20px;
    box-shadow: none !important;
}

[dir="ltr"] .accordion-button {
    text-align: left;
}

[dir="rtl"] .accordion-button {
    text-align: right;
}

.accordion-button:not(.collapsed) {
    color: #AFB0B6;
    background-color: transparent; /* Slightly different background when open */
    box-shadow: none !important;
}

.accordion-button::after {
    filter: invert(1);
    width: 40px;
    height: 40px;
    border: 2px solid #eaeaea;
    border-radius: 50px;
    background-position: center;
    color: #000 !important;
}
[dir="rtl"] .accordion-button::after{
    margin-left: 0 !important;
    margin-right: auto;
}
.accordion-body {
    color: #797C86; /* Lighter text for the answers */
    padding: 15px 20px;
    background-color: transparent !important;
}

.accordion-item:after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

[dir="ltr"] .accordion-item:after{
    background: linear-gradient(to right, 
    transparent 0%, 
    #ECC474 30%, 
    #ECC474 50%, 
    #ECC474 70%, 
    transparent 100%);
    left: 0;
}

[dir="rtl"] .accordion-item:after{
    background: linear-gradient(to left, 
    transparent 0%, 
    #ECC474 30%, 
    #ECC474 50%, 
    #ECC474 70%, 
    transparent 100%);
    right: 0;
}

.testimonials {
    position: relative;
}

.testimonials h6{
    font-size: 20px;
    color: #797C86;
}

.testimonials h2{
    font-size: 58px;
    margin-bottom: 30px;
}

.testimonials hr{
    border-top: 1px solid #1C1C21 !important;
}

.testimonial-card {
    background-color: #0E0E10; /* Darker background for cards */
    border-radius: 12px; /* Rounded corners */
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribute space */
    height: 100%; /* Ensure cards are same height */
    background-image: url(../images/testimonial_bg.png);
    background-size: cover;
    border: 1px solid #1C1C21;
}
[dir="ltr"] .testimonial-card {
    direction: ltr;
}

[dir="rtl"] .testimonial-card {
    direction: rtl;
}
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-info h5 {
    margin-bottom: 5px;
    color: #E4E4E6;
    font-size: 16px;
}

.testimonial-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #62646C;
}

.social-icons {
    width: fit-content;
    display: flex;
    gap: 7px;
    background: #070708;
    border: 1px solid #1C1C21;
    border-radius: 100px;
    padding: 8px;
}

.social-icons a {
    color: #ffffff;
    background-color: #1C1C21;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--primary-color);
}

.star-rating {
    color: #FFCE22;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.testimonial-text {
    font-size:20px;
    flex-grow: 1;
    margin-bottom: 50px;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: -155px;
    bottom: auto;
    background: #070708;
    border: 1px solid #1C1C21;
    border-radius: 100px;
    padding: 2px;
}

[dir="ltr"] .owl-theme .owl-nav {
    right: 230px;
}

[dir="rtl"] .owl-theme .owl-nav {
    left: 230px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    color: #ffffff;
    background-color: #1C1C21;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    font-size: 40px;
}

.partners {
    padding: 50px 0;
}

.partners h2{
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.site-footer {
    background-image: url(../images/footer_bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer .footer_content{
    position: relative;
    background-color: #00010B;
    border-right: 1px solid #1C1C21;
    border-left: 1px solid #1C1C21;
    padding: 60px 20px;
}

.site-footer .footer_content:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
}

[dir="ltr"] .site-footer .footer_content:after {
    background: linear-gradient(to right, transparent 0%, #ffffff 30%, #ffffff 50%, #ffffff 70%, transparent 100%);
    left: 0;
}

[dir="rtl"] .site-footer .footer_content:after {
    background: linear-gradient(to left, transparent 0%, #ffffff 30%, #ffffff 50%, #ffffff 70%, transparent 100%);
    right: 0;
}

.site-footer .footer_content:before {
    content: "";
    width:1px;
    height: 100%;
    background-color: #1C1C21;
    position: absolute;
    top: 0;
}

[dir="ltr"] .site-footer .footer_content:before {
    left: 50%;
    transform: translateX(-50%);
}

[dir="rtl"] .site-footer .footer_content:before {
    right: 50%;
    transform: translateX(50%);
}

.footer-cta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

[dir="ltr"] .footer-cta{
    text-align: left;
}

[dir="rtl"] .footer-cta{
    text-align: right;
}

.footer-cta h2 {
    font-size: 58px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-cta p {
    font-size: 1.1em;
    color: #b0b0b0;
    margin-bottom: 25px;
}

.footer-cta .btn-custom {
    width: 130px;
    height: 60px;
    line-height: 70px;
    background-color: #ECC474;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    position: absolute;
    top: 85px;
    transition: background-color 0.3s ease;
}

[dir="ltr"] .footer-cta .btn-custom {
    left: 170px;
}

[dir="rtl"] .footer-cta .btn-custom {
    right: 170px;
}

.footer-cta .btn-custom i{
    font-size: 26px;
}

[dir="ltr"] .footer-cta .btn-custom i{
    transform: rotate(-45deg);
}

[dir="rtl"] .footer-cta .btn-custom i{
    transform: rotate(225deg);
}

.footer-cta .btn-custom:hover {
    background-color: #e0a800;
}

.site-footer .footer_content .col-lg-6 .row {
    gap: 12%;
    justify-content: flex-end;
}

.footer-links {
    width: auto;
}

.footer-links h5 {
    font-size: 18px;
    font-weight: bold;
    color: #797C86;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #F2F2F3;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

.footer-links ul li a:after{
    content: "";
    background-color: #2F2F37;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -8px;
}

[dir="ltr"] .footer-links ul li a:after{
    left: 0;
}

[dir="rtl"] .footer-links ul li a:after{
    right: 0;
}

.footer-bottom {
    border-top: 1px solid #1C1C21;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #b0b0b0;
    font-size: 0.9em;
}

.footer-bottom .footer-social-bottom{
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer-bottom .footer-social-bottom .social-icons a {
    background-color: #0E0E10; /* Slightly different background for bottom social icons */
}

.footer-bottom .footer-social-bottom .social-icons a:hover {
    background-color: var(--primary-color);
}

.footer-bottom a{
    color: #fff;
}

@media (max-width: 1200px){
    .features .feature_block .content .text h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .site-footer .footer_content .col-lg-6 .row {
        gap: 6%;
        justify-content: flex-end;
    }

    .testimonial-card{padding: 30px 20px}
}

@media (max-width: 991px){
    .navbar{padding-top: 0}

    .navbar-brand{width: 90px}

    .hero h1{width: 100%}

    .logos{margin-top: -60px}

    .title h2,.faq h2,.testimonials h2{font-size: 45px;line-height: 40px}

    .about .content .text{padding: 15px}

    .about h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about p{line-height: 24px;margin-bottom: 0}

    .about .title p{margin-bottom: 20px}

    .about_content .col-lg-5 .btn{margin-top: 20px}

    .features .feature_block .content .text{padding: 15px}

    .features .feature_block .content .text p {
        font-size: 18px;
        line-height: 22px;
    }

    .footer-cta .btn-custom{top: 62px}

    .site-footer .footer_content .col-lg-6 .row {
        gap: 30px;
        justify-content: flex-start;
    }

    .footer-links{width: 28%;margin-top: 20px}

    .site-footer .footer_content:before{display: none;}
}

@media (max-width: 768px){
    .hero h1{
        font-size: 60px;
        line-height: 50px;
    }

    .hero .hero_img{margin-top: 15px}

    [dir="ltr"] .about_content{padding: 15px 0 0 15px;}

    [dir="rtl"] .about_content{padding: 15px 15px 0 0;}

    .btn {
        padding: 0 10px;
        font-size: 18px;
        min-width: 140px;
    }

    .faq .row:after{display: none;}

    [dir="ltr"] .owl-theme .owl-nav{right: auto;left: 200px}

    [dir="rtl"] .owl-theme .owl-nav{left: auto;right: 200px}

    .footer-bottom .footer-social-bottom{margin-top: 10px}

    .testimonial-header{flex-wrap: wrap;}

    .testimonial-text{font-size: 18px;margin-bottom: 0}
}

@media (max-width: 640px){
    .hero h1{
        font-size: 50px;
        line-height: 40px;
    }

    .hero p{margin: 20px 0}

    .title h2,.faq h2,.testimonials h2{font-size: 40px}

    .footer-cta h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .footer-cta .btn-custom {
        width: 100px;
        height: 50px;
        line-height: 60px;
    }

    [dir="ltr"] .footer-cta .btn-custom {
        left: 130px;
    }

    [dir="rtl"] .footer-cta .btn-custom {
        right: 130px;
    }

    .footer-links {
        width: 100%;
        margin-top: 0;
    }

    .footer-cta h2{margin-bottom: 20px}

    .site-footer .footer_content{padding: 40px 20px}
}

