@font-face {
    font-family: "PingAr";
    src: url(../../fonts/PingARLTLight.otf);
}

body{
    font-family: "Cairo"  !important;
}

.m-t-40{
    margin-top: 40px !important;
}

.f-w-400{
    font-weight: 400 !important;
}

.f-w-700{
    font-weight: 700 !important;
}

.big-text{
    font-size: 50px;
    /* margin-top: 50px!important; */
    /* margin-bottom: 50px!important; */
}

.btn-primary{
    background-color: #00538E;
    border-color: #00538E;
    color: #fff !important;
}

.btn-info{
    background-color: #CDCDCD;
    border-color: #CDCDCD;
    color: #000000 !important;
}
.main-header{
    background-image: url("../images/header_image.png");
    /* height: 80%; */
    border-radius: 0px 0px 60px 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-nav {
    padding-right: 0px;
}

.nav-item{
    padding: 20px;
}

.nav-link{
    color: #CCCBCB !important;
    font-size: 22px !important;
    font-weight: 400;
    padding: 10px;
}

.nav-item .active{
    color: white !important;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.header-logo{
    width: 15%;
}

.mobile-logo{
    display: none;
}

.font-white{
    color: white;
}

.slider-container {
    position: relative;
    margin: 30px;
}

.screen-slider{
    width: 100%;
    height: 100%;
    
    
}

.main-slider{
    background-color: white;
    border-radius: 10px;
}

.MultiCarousel { 
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%; 
    position:relative;
    /* background-color: #EEEFF1;
    border-radius: 60px;
    z-index: 3; */
}
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { 
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
    text-align: center; 
    padding:10px; 
    margin:10px;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
    position:absolute; 
    border-radius:50%;
    top:calc(50% - 20px); 
    height: 60px;
    width: 60px;
    z-index: 3; 
}
.MultiCarousel .leftLst { 
    left: 0px; 
}
.MultiCarousel .rightLst { 
    right: 0px; 
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
    pointer-events: none; 
    /* background:#ccc;  */
}

.download-text{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.footer{
    background-image: url("../images/footer_image.png");
    background-color: #00538E;
    /* height: 60%; */
    padding: 60px 120px 60px 120px;
    border-radius: 60px 60px 0px 0px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}

.footer_logo{
    width: 60%;
    margin-inline-start: -7px;
}

.social_media_images{
    width: 30px !important;
}

hr.new1 {
    margin-top: 30px;
    border-top: 2px solid #FFFFFF;
}

::placeholder {
    color: #A4ADCC !important;
    opacity: 1; /* Firefox */
}
  
::-ms-input-placeholder { /* Edge 12-18 */
    color: #A4ADCC !important;
}

.last-div{
    border-top: .75px solid #ffff;
    padding-top: 20px;
}
.last-div p{
    font-size: 20px;
    font-weight: 400 !important;
}
.text-left{
    text-align: left !important;
}
.edit-input{
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 1px solid #DCDFEA !important;
    border-radius: 16px !important;
    /* color: #A4ADCC !important; */
}

.download-button {
    display: flex;
    align-items: center;
    background-color: #ACE8E6;
    /* Green background */
    color: #00508B;
    /* White text */
    border-radius: 10px;
    /* Rounded corners */
    padding: 20px 12px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    /* Smooth transition for hover effect */
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    max-width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.download-button:hover {
    background-color: #9AD9D4;
    color: #003A68;
    text-decoration: none;
}

.download-button .icon-wrapper {
    font-size: 32px;
    /* Larger icon */
    text-align: right;
    margin-right: 15px;
    margin-up: 50px;
}

.download-button .text-wrapper {
    flex-grow: 1;
    font-size: 18px;
} 

.download-text{
    font-size: 28px !important;
    font-weight: 700 !important;
    color: white !important; 
} 

.follow-text{
    font-size: 22px !important;
    font-weight: 500 !important;
    color: white !important; 
}

.footer-links{
    display: none;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .download-button {
        font-size: 16px;
        font-weight: 700 !important;
        padding: 18px 12px;
    }

    .download-button .icon-wrapper {
        font-size: 28px;
    }

    .download-button .text-wrapper {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .download-button {
        font-size: 18px;
        font-weight: 700 !important;
        padding: 18px 12px;
    }

    .download-button .icon-wrapper {
        font-size: 24px;
    }

    .download-button .text-wrapper {
        font-size: 18px;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 600px) {
    
    .font-white{
        text-align: center !important;
    }

    .header-logo{
        width: 35%;
    }
    .footer{
        padding: 30px 30px 0px 30px;
        margin-top: -80px !important;
    }
    .social_media_images{
        width: 60%;
    }
}

/* .android-button{
    background-image: url("../images/android.png");
} */

/* .apple-button{
    background-image: url("../images/apple.png");
} */