@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');


*{

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

    font-family: "Poppins", sans-serif;



}

ul{

    padding: 0px;

    margin: 0px;

    list-style: none;

}

a,a:hover{

    text-decoration: none;

}



:root{

    --blue: rgba(41, 38, 112, 1);

    --red:rgba(224, 30, 38, 1)

}

@font-face {
    font-family:thrivewoods ;
    src: url(../fonts/Demothrivewoods.ttf);
}
.ct_ff_thrivewoods{
        font-family:thrivewoods ;

}
.ct_fw_300{

    font-weight: 300;

}

.ct_fw_400{

    font-weight: 400;

}

.ct_fw_500{

    font-weight: 500;

}

.ct_fw_600{

    font-weight: 600;

}

.ct_fw_700{

    font-weight: 700;

}

.ct_blue_text{

    color: var(--blue);

}



.ct_red_text{

    color: var(--red);

}

.ct_ff_ibm{

        font-family: "IBM Plex Sans", sans-serif;





}

header{

    /*border-top: 4px solid rgba(223, 29, 38, 1);*/

    position: absolute;
width: 100%;
top: 0px;
    z-index: 999;
background-color: #00000026;
    /*background-color: var(--blue);*/



}

header.sticky{
    position: fixed;
    top: 0px;
    background-color: var(--blue);
    left: 0px;
}


/* ===== NAVBAR LAYOUT ===== */

.ct_navbar {

    padding-block: 9px;

    display: grid;

    grid-template-columns: auto 1fr auto;

    align-items: center;

}



/* Left social */

.ct_left_nav_social {

    display: flex;

    align-items: center;

    gap: 26px;

    justify-self: start;

}



/* Center menu + logo */

.ct_middle_navbar {

    display: flex;

    justify-content: center;

    justify-self: center;

}



/* Right button */

.ct_right_ln_btn {

    justify-self: end;

}



/* Menu */

.ct_middle_navbar ul {

    display: flex;

    align-items: center;

    gap: 70px;

}



/* Social icons */

.ct_left_nav_social a {

    width: 40px;

    height: 40px;

    border-radius: 100px;

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}



.ct_left_nav_social a i {

    font-size: 20px;

    color: #fff;

}



/* Logo */

.ct_center_logo img {

    width: 70px;

    height: 70px;

    object-fit: contain;

}



/* Menu links */

.ct_middle_navbar ul li a {

    font-size: 18px;

    color: #fff;

    font-weight: 400;

      font-family: "IBM Plex Sans", sans-serif;



    transition: 0.4s ease all;

}

.ct_middle_navbar ul li a i{
    display: none;
}

.ct_outline_btn{

    padding: 9px 24px;

    border-radius: 50px;

    color: #fff;

    background-color: transparent;

    outline: none;

    position: relative;

    border: 1px solid #fff;

    transition: 0.4s ease all;

    overflow: hidden;

    height: 40px;

    font-weight: 600;

    text-align: center;

    z-index: 1;

}

.ct_outline_btn:before{

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    background-color: #fff;

    width: 100%;

    height: 100%;

    transition: 0.4s ease all;

    transform: scale(0);

    transform-origin: center;

    z-index: -1;

}

.ct_outline_btn:hover:before{

    transform: scale(1);

}

.ct_outline_btn:hover{

    color: #000;

}

.ct_white_btn{

    padding: 9px 24px;

    border-radius: 50px;

    color: #000;

    background-color: #fff;

    outline: none;

    position: relative;

    border: 1px solid #fff;

    transition: 0.4s ease all;

    overflow: hidden;

    height: 40px;

    font-weight: 600;

    z-index: 1;

    text-align: center;

}

.ct_white_btn:before{

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    background-color: var(--red);

    width: 100%;

    height: 100%;

    transition: 0.4s ease all;

    transform: scale(0);

    transform-origin: center;

    z-index: -1;

}

.ct_white_btn:hover:before{

    transform: scale(1);

}

.ct_white_btn:hover{

    color: #fff;

}

.ct_red_btn{

    padding: 9px 24px;

    border-radius: 50px;

    color: #fff;

    background-color: var(--red);

    outline: none;

    position: relative;

    border: 1px solid var(--red);

    transition: 0.4s ease all;

    overflow: hidden;

    height: 40px;

    font-weight: 600;

    z-index: 1;

    text-align: center;

}

.ct_red_btn:before{

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    background-color: #fff;

    width: 100%;

    height: 100%;

    transition: 0.4s ease all;

    transform: scale(0);

    transform-origin: center;

    z-index: -1;

}

.ct_red_btn:hover:before{

    transform: scale(1);

}

.ct_red_btn:hover{

    color: #000;

}

.ct_py_17_px_28{

    padding: 17px 28px;

}

.ct_py_17_px_55{

    padding: 17px 55px;

}

.ct_banner_title h2 {

    font-size: 50px;

    line-height: 64px;

      font-family: "IBM Plex Sans", sans-serif;



    margin-bottom: 44px;

    color: #fff;

    font-weight: 700;

    text-align: center;

}



.swiper-slide {

    /*background-image: url(../img/home_banner.png);*/

    background-size: cover;

    height: 100vh;

    display: flex;

    align-items: end;

    justify-content: center;


    background-position: center;

    position: relative;

    z-index: 1;

}
.ct_hero_overlay_content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding-bottom: 125px;
    width: 100%
}

.swiper-slide:before{

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: rgba(0, 0, 0, 0.2);

}



.ct_pt_56{

    padding-top: 56px;

}

.ct_about_img{

    position: relative;



}

/*.ct_about_img_child{

    display: grid;

    grid-template-columns: repeat(2,1fr);

    align-items: center;

    gap: 30px;

}*/



.ct_about_img_child > img{

    width: 100%;

    height: 280px;

    object-fit: cover;



}

.ct_abt_overlay_logo img {

    width: 100%;

    max-width: 118px;

    height: auto;

}

.ct_abt_overlay_logo{

    position: absolute;

    left: 50%;

    transform: translate(-50%, -50%);

    top: 50%;

}

/* .ct_abt_overlay_logo img{

    width: 176px;

    height: 176px;

    object-fit: contain;

} */

.ct_fs_40{

    font-size: 40px;

}



.ct_pb_64{

    padding-bottom: 64px;

}

.ct_fs_20{

    font-size: 20px;

}

.ct_fs_15{

    font-size: 15px;

}



.ct_about_right_content{

    position: relative;

    z-index: 1;

}






.ct_pb_80{

    padding-bottom: 80px;

}

.ct_pb_45{

    padding-bottom: 45px;

}

.ct_custom_tab{

    display: flex;

    align-items: center;

    gap: 12px;

    justify-content: center;

    flex-wrap: wrap;

}

.ct_custom_tab button{

    padding: 10px 15px !important;

    border-radius: 50px;

    background-color: transparent;

    border: 1px solid rgba(0, 0, 0, 1);

    font-size: 14px;

    font-weight: 500;

    transition: 0.4s ease all;

    text-align: center;

    white-space: nowrap;

    color: rgba(98, 98, 98, 1);

}

.ct_custom_tab button:hover,.ct_custom_tab button.active ,.ct_custom_tab button:focus{

    background-color: var(--blue);

    border-color: var(--blue);

    color: #fff;

}



.ct_product_img{

    border: 2px solid rgba(85, 85, 85, 1);

    border-radius: 20px;

    padding: 19px 16px;

    background-color: rgba(255, 255, 255, 1);

}

.ct_product_img img{

    object-fit: contain;

    height: auto;

    width: 100%;

}



.ct_product_card figcaption{

    margin-top: 20px;

}



.ct_product_card figcaption h4 {

    font-size: 16px;

    font-weight: 600;

}



.ct_mt_10{

    margin-top: 10px;

}

.ct_product_card figcaption h5{

    font-size: 20px;

}



.ct_app_download_icon img{

    height: 46px;

    width: 100%;

    object-fit: contain;

}

.ct_qr_img img{

    width: 100%;

    object-fit: contain;

    max-width: 140px;

}



.ct_fs_28{

    font-size: 28px;

}

.ct_text_uppercase{

    text-transform: uppercase;

}



.ct_newsleeter_section_bg {
    padding: 0px 78px;
    background: #292670;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}


.ct_aap_screen_img img{

    width: 100%;

    height: 333px;

    object-fit: contain;

    transform: scale(1.2);

    transform-origin: bottom;

}

.ct_client_logo{

    /*padding:10px ;*/

        border: 1px solid #000;



}

.ct_client_logo img {

    height: 80px;

/*background-color: #f5f5f5;*/
}



.ct_mb_36{

    margin-bottom: 36px;

}



footer{

    padding-top: 57px;

    background-color: var(--blue);

    position: relative;

    z-index: 1;

    margin-top: 100px;

}





.ct_footer_links h4{

    font-size: 16px;

    position: relative;

    font-weight: 600;

    color: #fff;

    padding-bottom: 14px;

}



.ct_footer_links h4:before{

    content: "";

    position: absolute;

    bottom: 0px;

    height: 4px;

    width: 54px;

    background-color: var(--red);

}

.ct_footer_links ul{

    padding-top: 44px;

}

.ct_footer_links ul li + li{

    margin-top: 18px;

}

.ct_footer_links ul li a,.ct_footer_links ul li{

    color: #fff;

    font-size: 14px;

}

.ct_footer_links img{

    width: 100%;

    max-width: 205px;

    object-fit: contain;

}



.ct_sub_footer{

    background-color: var(--red);

    text-align: center;

    padding: 10px;

    color: #fff;

    font-size: 14px;

}



.ct_close_menu,.ct_menu_bar{

    display: none;

    color: #fff;

}

.ct_close_menu{

    position: absolute;

    top: 30px;

    right: 30px;

    transition: 0.4s ease all;

    color: #fff;

}

.ct_right_ln_btn{

    display: flex;

    align-items: center;

    gap: 15px;

}



.ct_inner_banner{

    background-image: url(../img/our_branches_banner.png);

    background-position: center;

    height: 560px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 1;

}



.ct_inner_banner:before{

     content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: rgba(0, 0, 0, 0.2);

}



.ct_search_bar input{

    height: 40px;

    border: 1px solid #000;

    padding: 12px 15px;

    padding-right: 40px;

}

.ct_search_bar{

    max-width: 500px;

    position: relative;

    width: 100%;

}



.ct_search_bar  i{

    position: absolute;

    top: 50%;

    right: 15px;

    transform: translateY(-50%);

}



.ct_branches_tabs button{

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: rgba(216, 216, 216, 1);

    padding: 10px;

    border-radius: 0px !important;



}



.ct_branches_tabs.nav-pills .nav-link.active, .ct_branches_tabs.nav-pills .show>.nav-link{

    background-color: var(--red);

}

.ct_branches_tabs.nav-pills .nav-link.active svg path, .ct_branches_tabs.nav-pills .show>.nav-link svg path{

    fill: #fff;

}



.ct_branches_tabs{

    display: flex;

    align-items: center;

    gap: 10px;

}



.ct_mb_40{

    margin-bottom: 40px;

}



.ct_our_branches_card{

    border: 1px solid  rgba(85, 85, 85, 1);

    padding: 20px;

    border-radius: 20px;

}

.ct_our_branches_card h4{

    font-size: 18px;

}

.ct_our_branches_card p ,.ct_our_branches_card h5,.ct_our_branches_card a{

    font-size: 14px;

}



.ct_direction_rtl{

    direction: rtl;

}
.swiper-slide {
   position: relative;
  overflow: hidden;
}
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 4s ease;
  z-index: -1;
}
.swiper-slide-active::before {
  transform: scale(1.15);
}
/* Background Images */
.slide-1:before { background-image: url("../img/home_banner.png"); }
.slide-2:before { background-image: url("https://picsum.photos/id/1015/1600/900"); }
.slide-3:before { background-image: url("https://picsum.photos/id/1016/1600/900"); }

/* Background movement */
@keyframes bgMove {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.6);
  }
}

.ct_navbar .ct_left_nav_social{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}