: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;
}

body {
    height: 100vh;


}

/* header */

header {
    width: 100%;
    background-color: #812990;
    height: auto;
    display: flex;
    position: relative;
    flex-direction: column;
}

header .navbar {
    width: 92%;
    margin: auto;
    margin-bottom: 0px;
}

header .navbar.fixed {
    position: fixed;
    top: 0;
    margin-top: 0px;
    height: 100px;
    width: 100%;
    z-index: 10000;
    box-shadow: 6px 10px 19px -6px #858585cc;
    background: white;
}

header .navbar.fixed .navbar-brand img {
    content: url(../../assets/images/logo2.png);
    flex-shrink: 0;
}

header .navbar.fixed .lang button{
    color: #49276E;
}

header .navbar.fixed .lang button svg path{
    stroke: #49276E;
}

header .navbar.fixed .menu {
    border: 2px solid black;
    border-radius:50% ;

}
header .navbar.fixed .menu path {
     stroke: black;

}

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: 700;
}

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;
}

header .navbar.fixed .navbar-nav .nav-link {
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but {
    border: 1px solid #49276E;
    background-color: white;
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but:hover {
    background-color: #49276E;
    color: white;

}

.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);

}

header .navbar.fixed .nav-item .nav-but.btn2 {
    border: none;
    color: #49276E;
}

header .navbar.fixed .nav-item .nav-but.btn2:hover {
    color: 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;
    background-color: rgb(124, 105, 172);
}


.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;
}
/* login */

.login-background {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    height: auto;
    margin-bottom: 80px;
}


.login-background .login .card-login {
    width: 600px;
    display: flex;
    justify-content: center;
    border-radius: 80px;
    background: #FFF;
    border: 2px solid #49276ECC ;
    box-shadow: 6px 10px 19px -6px #49276ECC;
    box-shadow: 6px 10px 19px -6px #49276ECC;
}

.form-control:focus,
.nav-link:focus-visible {
    box-shadow: none;
}

.login-background .login .card-login form {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.submit-login {
    border-radius: 20px;
    color:white !important;
    background-color: #812990 !important;
    padding: 15px 80px;
    font-weight: 700;

}

.submit-login:hover {
    color:white;
    background-color: #812990;   
}

.social-message {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.modal {
    backdrop-filter: blur(4.5px);
    background: rgba(240, 239, 239, 0.004);
}

.modal-content {
    padding: 40px 0px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 80px;
    background: #FFF;
    border: 2px solid #49276ECC ;
    box-shadow: 6px 10px 19px -6px #49276ECC;
}

.modal-content .modal-body {
    width: 90%;
    margin: auto;
}


.check-mail{
    max-width: 600px;
   margin-top: 100px !important;
   margin: auto;

}
.line {
    height: 1px;
    flex: 1 1 0%;
    background-color: rgba(255, 254, 254, 0.13)
}

.social-message .message {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;

    line-height: 1.25rem;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 700;
    font-size: 14px;
}


.create-account {
    border-radius: 20px;
    background-color:white !important;
    color: #812990 !important;
    padding: 15px 80px;
    font-weight: 700;
    border: 1px solid #812990;
    
}

.create-account:hover {
    background-color:white;
    border: 1px solid #812990;
    color: #812990;

}


/*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;
}




