:root {
    --white: #ffffff;
    --black: #000;
    --black-info: #0B1131;
    --yellow: #F2B829;
    --blue: #0B325C;
    --blue-bg: #0D5F91;
    --swiper-theme-color: #F2B829;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

/* header */
/* header */

header {
    width: 100%;
    background-color:#812990 ;
    height: auto;
    background-image: url("../../assets/images/banner_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -90px 0px;
    display: flex;
    flex-direction: column;
}

header .navbar {
    width: 92%;
    margin: auto;
    margin-top: 40px;
}
/* 
header .navbar.fixed {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    background: linear-gradient(81deg, #003F75 0%, #00132C 115.16%);
} */

header .navbar.fixed .navbar-brand img{
    width: 142px;
    height: 68px;
    flex-shrink: 0;
}


header .navbar .lang svg{
    margin-left: 5px;
    margin-right: 5px;
    width: 11px;
    height:11px ;
}

header .navbar .lang .btn{
    color:white;
    font-size: 14px;
    font-weight: 500;
}

header .navbar .lang ul li{
    text-align: center;

}

header .navbar .lang ul li .active{
    background-color: #5c3da9;
}
header .navbar .navbar-brand img {
    width: 142px;
    height: 68px;
    flex-shrink: 0;
}

header .navbar .offcanvas {
    background-color: #fff;
}

header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
}

.navbar .navbar-nav .nav-item .nav-but {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    color: var(--black);
}

.navbar .navbar-nav .nav-item .nav-but.btn2 {
    color: var(--white);

}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 1px solid transparent;
    box-shadow: none;
    outline: none;
}

.navbar .navbar-nav.btns .nav-item {
    padding: 0px 10px;
}


.navbar .navbar-nav.btns .nav-item .user {
    color: white;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 11px !important;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;


}

.navbar .navbar-nav.btns .nav-item .dropdown-menu {
    border-radius: 24px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 100px;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li {
    text-align: right;
}

.navbar .navbar-nav.btns .nav-item .dropdown-menu li span {

    color: #095F90 !important;
    font-size: 14px;
    font-weight: 700;
}

.navbar .navbar-nav.btns .nav-item .user-media {
    display: none;
    font-size: 14px;
}

.navbar .navbar-nav.btns .nav-item .color-media {
    display: none;
}

.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.payment-title {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

.payment-title h1 {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    font-weight: 900;
}

.title-page{
    width: 85%;
    padding: 30px 0px;
    margin: auto;
}


/* contact */
.contact{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 50px;

}


.svg2{
    display: none;

}
.contact .right-contact{
width: 40%;

}

.contact .right-contact ul{
    list-style: none;
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    justify-content: space-between;
}

.contact .right-contact ul li{
    display: flex;
    border: 1px solid #49276e4d;

    justify-content: right;
    align-items: start;
    padding: 25px 20px;
    height: 167px;
    transition: all 0.5s ease;
}

.contact .right-contact ul li:hover{
    background: #F0F4F9;
}


.contact .right-contact ul li:hover .svg2{
    display: block;
}


.contact .right-contact ul li:hover .svg1{
    display: none;
}
.contact .right-contact ul li .left-item{
    margin-left: 20px;
}

.contact .right-contact ul li .right-item {
text-align: right;
}

.contact .right-contact ul li .right-item h6{
    color: #49276E;
text-align: right;
font-size: 20px;
font-weight: 800;

}

.contact .right-contact ul li:hover .right-item h6{
color:#F2B829;

}

.contact .right-contact ul li .right-item p{
color: #49276E;
text-align: right;
font-size: 15px;
font-weight: 700;

}
.contact-title{
width: 70%;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}
.contact-title h1{
    color: #49276E;
    text-align: right;
    font-size: 46px;
    font-weight: 800;
}

.left-contact{
    width:55% ;
}

.left-contact .card{
    border-radius: 24px;
    background: #812990;
    border: none;
    box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
}

.left-contact .card .check-num{
    display: flex;
    align-items: center;

}

.left-contact .card .form-control:focus{
    box-shadow: none;
    

}

.left-contact .card .check-num span{
    border-radius: 12px;
border: 1px solid rgba(16, 36, 71, 0.24);
background: linear-gradient(293deg, #FDFEFF 10.12%, #FFF 93.81%);
display: flex;
justify-content: center;
align-items: center;
width: 114px;
height: 56px;
color: #F2B829;

font-family: "Caesar Dressing";
}

.left-contact  .card-p{
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; 
    margin-top: 20px;
}
/* map */

.map-content{
    width: 70%;
 border-radius: 24px;
 border: 3px solid #F2B729 !important;
padding: 0px;
 margin: auto; 
 overflow: hidden; 
 margin-bottom: 100px; 
}

.map iframe{
    border-radius: 24px;
    width: 100%;
}

/*footer  */

footer {
    background-image: url("../../assets/images/footer.png");
    width: 100%;
    background-size: cover;
background-repeat: no-repeat;
    margin-top: 60px;
    background-position: center;
display: flex;
align-items: center;
justify-content: center;
/* position: relative; */
}

.footer__content{
display: flex;
width:90%;
justify-content: space-between;
margin-top: 90px;
}

  /* .wave{
    position: absolute;
    top: -181px;
border: 1px solid white;
z-index: -1;

} */
.footer__content .social{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
   margin-bottom: 20px;
}

.subscribe {
padding: 11px 14px;
background-color: white;
border-radius: 15px;
display: flex;
justify-content: space-between;
}

.subscribe  input{
    width: 60%;
    border: none;

}

.subscribe .form-control:focus {
    box-shadow: none;

}

.subscribe button{
    background-color: #49276E;
    padding: 11px 40px;
    border-radius: 20px;


}



footer h5{
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.5;

}


footer h5 small{
    font-size: 13px;
}

footer .nav-link{
text-decoration: none;
color: white;

}


footer .nav-link:hover{
    color: white;
}

footer h5 svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.map{
    width: 40px;
    height: 40px;
    margin: 0px;
}


footer .social .footer-icons-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;

}

footer .social .footer-icons-social svg{
    margin-right: 12px;
}




