/* global */

body {
    margin: 0 !important;
    padding: 0 !important;
    background: #FBFBFD !important;
    position: relative !important;
    font-family: "Noto Kufi Arabic", sans-serif;
    transition: 0.5s;
}

:root {
    --main-color:  #24427D;
    --second-color: #818181;
    --white: #fff;
    --gray: #e2e3e3;
    --black1: #222;
    --black2: #999;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

.mouse-pointer {
    cursor: pointer;
}

/* navbar */
.main-container {
    height: 100vh;
}

p,
h4 {
    margin-bottom: 0;
}

.mouse-pointer {
    cursor: pointer;
}

.main-container input {
    border-radius: 2px !important;
    background-color: #FAFAFA;
    border: 1px solid #E7E9EB;
}

.side-login-register {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
    background-image: url("../images/login-new.png");
    background-size: 100% 100%;
}

.side-login-register .login-img {
    width: 80%;
}

.side-login-register .login-logo {
    width: 200px;
    height: 55px;
}

.side-login-register p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #fff;
}

.main-container .login-form {
    text-align: center;
    padding: 2.5rem;
    background: #fff;
    border-radius: 2px;
    width: 400px;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select{
    height: 40px;
    border-radius: 2px !important;
}

.main-container .login-form h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: var(--main-color);
}

.main-container .login-form a {
    color: var(--main-color) ;
}

.main-container .login-form p {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}

.main-container .login-form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #1A1A1A;
    width: 100%;
    text-align: right;
}

.main-container .login-form .btn {
    border-radius: 2px !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    align-items: center;
    font-size: 16px;
    height: 50px;
}

.main-container .login-form .btn:hover {
    background-color: #1853c6 !important;
}

.form-password-toggle span,
.form-password-toggle .show-password {
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 6;
}

.form-password-toggle span i {
    color: #A5AAB1;
}


.form-password-toggle .show-password {
    left: 15px;
    right: unset;
    cursor: pointer;
    color: #A5AAB1;
}

@media (max-width: 768px) {

    .side-login-register {
        background-image: unset;
        background-color: #fff;
    }
    
    .side-login-register .login-img {
        width: 90%;
    }

    .main-container .login-form {
        padding: 1.5rem;
        width: 100%;
    }

}

@media (min-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #264076;
    }
}


.navbar-brand img {
    height: 100%;
    width: 160px;
}

.navbar-nav {
    justify-content: center;
    gap: 1rem;
    width: 70%;
    margin-left: auto;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #FFFFFF;
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover  {
    color: #FFFFFF !important;
    border-bottom: 1px solid #fff;
}

.nav-login-btn {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: #FFFFFF;
    width: max-content;
}

.banner-section {
    background-image: url("../images/home-banner.png");
    background-position: center center;
    background-size: cover;
    margin-top: -72px
}

.banner-logo {
    height: 64px
}

.banner-section h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 57.6px;
    text-align: center;
    color: #FFFFFF;
    margin: 1rem 0;
}

.banner-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.banner-pc-container {
    overflow: hidden;
}

.banner-btn {
    width: 140px;
    padding: 8px 16px ;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.banner-outline-btn {
    width: 150px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.banner-btn:hover {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #fff;
}

.banner-outline-btn:hover,
.nav-login-btn:hover {
    background-color: #FFFFFF;
    color:var(--main-color);
}

.primary-btn-outline {
    width: 138px;
    height: 48px;
    padding: 0px 24px 0px 24px;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: var(--main-color);
}

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

.primary-btn-outline-opposite {
    width: 138px;
    height: 48px;
    padding: 0px 24px 0px 24px;
    gap: 8px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    background-color: var(--main-color);
    color: #fff;
    border: unset;
}

.primary-btn-outline-opposite:hover {
    border: 1px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
}

.sec-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 43.2px;
    color: #1A1A1A;
}

.sec-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #666666;
}

.contact-sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #4D4D4D;
}

.site-features {
    background-color: #F4F6F9;
}

.features-top,
.packages-top {
    width: 75%;
    margin: auto;
    margin-bottom: 1rem;
}

.pages-tabs p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #B3B3B3;
    padding: 8px 16px;
    cursor: pointer;
}

.pages-tabs p:nth-of-type(2) {
    border-right: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
}

.pages-tabs p.active {
    color: var(--main-color);
    font-weight: 600;
}

.caes-features h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
    color: #1A1A1A;
    margin-bottom: 0;
}

.caes-features p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #4D4D4D;

}

.caes-features img {
    width: 80%;
}

.advantages-cards {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.advantage-card {
    width: 300px;
    /* height: 200px; */
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #E9ECF2;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.advantage-card p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    color: var(--main-color);
    margin-bottom: .8rem !important;
}

.advantage-card span {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #1A1A1A;
}

.advantage-card.active,
.advantage-card:hover {
    background-color: var(--main-color);
}

.advantage-card.active p,
.advantage-card:hover p {
    color: #fff;
}

.advantage-card.active span ,
.advantage-card:hover span{
    color: #fff;
}

.app-sec {
    background-color: var(--main-color);
    margin-top: 8rem;
}

.app-sec .phone-images img {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .app-sec .phone-images img {
        position: unset;
    }
}

.app-sec .phone-images img:nth-of-type(2) {
    right: 50%;
}

.app-sec .phone-content {
    margin: 5rem 0;
}

.app-sec h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    color: #FFFFFF;
}

.app-sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #FFFFFF;
    margin: 1.5rem 0 !important;
}

.packages-tabs {
    width: 50%;
    height: 64px;
    padding: 8px;
    border-radius: 2px;
    background-color: #EDF0F5;
    margin: auto;
}

.package-tab {
    width: 200px;
    height: 48px;
    padding: 0px 16px;
    border-radius: 2px;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--main-color)80;

}

.package-tab.active {
    background: #FFFFFF;
    color: var(--main-color);
}

.packages-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: flex-start;
}

.package-card {
    border-top: 8px solid var(--main-color);
    background-color: #EDF0F5;
    text-align: center;
    padding: 2rem;
}

.package-card.active {
    border-top: unset;
    background-color: var(--main-color);
    color: #fff;
    margin-top: -3rem;
}

.package-card h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    color: var(--main-color);
}

.package-card.active h4,
.package-card.active .price-element p,
.package-card.active .price-element span {
    color: #fff;
}

.package-card .price-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-card .price-element p {
    font-size: 48px;
    font-weight: 700;
    line-height: 76.8px;
    color: var(--main-color);
}

.package-card .price-element span {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    color: var(--main-color);
}

.package-card button {
    border: 1px solid var(--main-color);
    width: 250px;
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: var(--main-color);
}

.package-card button:hover {
    border: 1px solid var(--main-color);
    width: 250px;
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    background-color: var(--main-color);
    color: #fff;
}

.package-card.active button {
    border: unset;
}

.package-card.active button:hover {
    border: unset;
    background-color: #fff;
    color: var(--main-color);
}

.site-advantages-two {
    background-color: #F4F6F9;
}

.faq-sec .card {
    padding: 10px 20px;
    background: rgba(247, 250, 255, 1);
    border-radius: 0 0 5px 5px;
    border: 1px solid #F2F3F5;
}

.faq-sec .filter-collapse {
    background: rgba(242, 247, 255, 1);
    border: 1px solid #F2F3F5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    color: black;
}

.filter-collapse p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
    color: rgba(26, 26, 26, 1);
}

.coll-icon[aria-expanded='true'] {
    display: none;
}

.coll-icon[aria-expanded='false'] {
    display: inline-block;

}

.filter-collapse[aria-expanded='true'] .coll-icon {
    display: none;
}

.filter-collapse[aria-expanded='false'] .coll-icon {
    display: inline-block;
}


.coll-icon2[aria-expanded='true'] {
    display: inline-block;

}

.coll-icon2[aria-expanded='false'] {
    display: none;
}

.filter-collapse[aria-expanded='true'] .coll-icon2 {
    display: inline-block;
}

.filter-collapse[aria-expanded='false'] .coll-icon2 {
    display: none;
}


.sys-primary-btn {
    height: Fixed (48px)px;
    padding: 8px 16px;
    border-radius: 4px ;
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.join-container {
    background-image: url(../images/join-now-sec.png);
    background-position: top;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: flex-start;
}

footer {
    border-top: 1px solid #E1EDFF;
    background-color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
}

footer .footer-logo {
    height: 40px;
}

footer a {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: #FFFFFF;
}

.join-btn {
    width: 88px;
    height: 48px;
    padding: 0px 16px;
    border-radius: 2px ;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: #FFFFFF;
    background: var(--main-color)CC;
    border: 1px solid #6f85afcc;
}

footer input {
    height: 100%;
    border-radius: 0 !important;
}

.footer-logo-sec p{
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
    color: White;
}

footer h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32.4px;
    color: #FFFFFF;
}

.social a {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 100px;
}

.contact-send-btn {
    height: 48px;
    padding: 0px 16px;
    border-radius: 2px;
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    color: #FFFFFF;
    border: unset;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.contact-card {
    padding: 40px ;
    border-radius: 4px;
    border: 1px solid #E9ECF2;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    height: auto;
    padding: 10px 5px !important;
}

.first-sec {
    background-image: unset;
    background-color: var(--main-color);
}

.first-sec .search-btns {
    display: flex;
    margin-bottom: 2rem;
    gap: 1rem;
}

.phone_input .dropdown-menu {
    max-width: 84px !important;
    min-width: 84px;
}


.support-whats {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 150px !important;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: support-whats-btn 3s infinite;
    z-index: 9000;
    align-items: center;
    justify-content: center;
    gap: .5rem;
  }

  .support-whats.sm-screen {
    width: 60px !important;
    bottom: 20px;
  }
  
  .support-whats i {
    font-size: 30px;
  }
  
  .support-whats:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
  }
  
  .support-whats a {
    color: #fff;
  }
  
  @keyframes support-whats-btn {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
  }
@media (max-width: 1040px) {
    .navbar {
        background-color: #24417b !important;
    }
    .packages-cards {
        overflow-x: auto;
    }
    .banner-pc-container img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact-cards {
        grid-template-columns: 1fr;
    }
    .navbar-nav {
        width: 50%;
        margin-right: unset;
    }
    .nav-login-btn {
        margin: auto;
    }
    .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="white" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
    }
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler:focus-visible {
        border-color: #fff;
        box-shadow: unset;
    }
    .banner-section {
        margin-top: 0;
    }
    .banner-section h1 {
        font-size: 25px;
    }
    .banner-section p {
        font-size: 18px;
    }
    .contact-sec img {
        width: 100%;
    }
    .features-top, .packages-top {
        width: auto;
    }
    .join-container {
        height: auto;
    }
    .packages-tabs {
        width: auto;
    } 
    .package-card.active {
        margin-top: 0;
    }
}