/* header style 
font-family: 'Tajawal', sans-serif;*/

header{
    padding: 2rem 0rem;
}
header .logo{
    width: 180px
}
header .logo-ar{
    width:130px
}
header .row{
    align-items: center;
}
header .navbar{
    padding: 0px;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
}
header .nav-item{
    font-family: 'Roboto', sans-serif;
    padding:0px 20px;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    padding: 0px 15px
}
.nav-item-ar{
    font-family: 'Tajawal' !important;
}
.download-app-btn,.hiw-btn{
    font-family: 'Roboto', sans-serif;
    background-color: #FF9E18;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-size: 15px;
    width: 160px;
}
.nav-link{
    color: #000;
}
.nav-link.active{
    color: #FF9E18 !important
}
.hiw-btn i{
    font-size: 24px;
}
.hiw-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navbar-collapse{
    justify-content: center;
}
a.lang-switcher{
    font-family: 'Roboto', sans-serif;
    color: #414042;
    text-decoration: none;
    font-size: 15px;
}
.btns-col{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a{
    text-decoration: none;
}
/* footer style */
footer{
    background-color: #54C0E8;
    padding: 4rem 0rem 2rem;
}
footer li{
    font-family: 'Roboto';
    list-style: none;
    margin-bottom: 10px;
}
footer li a{
    font-family: 'Roboto';
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: none;
    transition: ease-in-out 0.2s;
    font-size: 15px;
    
}
footer li a:hover{
    color: #FF9E18;
}
img.footer-logo{
    width: 200px;
}
.footer-btn{
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #fff;
    padding: 10px 30px;
    border-radius: 30px;
    width: 260px;

}
footer .social-icons{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 100%;
    
}
footer .social-icons li{
    margin-bottom: 0px;
    padding: 0px 15px;
}
footer .social-icons li{
    font-size: 20px;
}
footer input[type="search"]{
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    color: #fff;
    border:none;
    padding: 0px 10px;
    transition: ease-in-out 0.2s;

}
footer input[type="search"]::placeholder{
    color: #fff;
}
footer input[type="search"].input-ar{
    font-family: 'Tajawal';
}
footer input[type="search"].input-ar::placeholder{
    font-family: 'Tajawal';
}

footer input[type="search"]:focus{
    outline: none;
    border-bottom: 1px solid #fff;
   padding: 0px;
    padding-bottom: 10px;
}
.search-icon{
    width: 20px;
    border: none;
    border-left: 1px solid #fff;
    padding: 0px 10px;
    background-color: transparent;

}

.search-icon img{
    width: 20px;
}
.search-icon-ar{
    width: 20px;
    border: none;
    border-right: 1px solid #fff;
    padding: 0px 10px;
    background-color: transparent;

}

.search-icon-ar img{
    width: 20px;
}
.rights-section{
    font-family: 'Roboto', sans-serif;
    padding: 20px 0px;
    background-color: #FF9E18;
    color: #fff;
    text-align: center;
}
.search-wrapper{
    justify-content: flex-end;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
/* modal */
video{
    width: 100%;
}
.modal-body{
    padding: 0px;
}
.modal .btn-close{
    position: absolute;
    top: -22px;
    left: -22px;
    background:transparent;
    opacity: 1;
    color: #fff;
    z-index: 999;
    width: 40px;

}
.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.modal-ku {
    width: 750px;
    margin: auto;
  }
.privacy p,.terms p{
    font-family: 'Roboto', sans-serif;

}
/* responsive */
@media (min-width:768px) and (max-width:1199px){
    header .logo {
        width: 120px;
    }
    li.nav-item{
        padding: 0px 5px !important;
        font-size: 13px;
    }
    .download-app-btn, .hiw-btn{
        font-size: 12px;
        width: 112px;
    }
    footer li a,.footer-btn,footer input[type="search"]::placeholder,.rights-section {
        font-size: 12px;

    }
    a.lang-switcher{
        font-size: 10PX;
    }
    img.footer-logo {
        width: 160px;
    }
    footer input[type="search"] {
        width: 80%;
    }
    .search-wrapper{
        justify-content: flex-end;
    }
    .hiw-btn i {
        font-size: 16px;
    }
}
@media (max-width:767px){
    header .logo {
    width: 120px;
    }
    .navbar-toggler{
        border: none;
        padding: 0px;
    }

    .navbar-toggler:focus{
        border: none;
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler-icon{
        background-image:url('../img/icons/menu.svg');
    }
    .navbar-toggler-icon-ar{
        background-image:url('../img/icons/menu.svg');
        transform: rotateY(180deg);
    }
    .offcanvas-header img{
        width: 100px;
        margin-bottom: 1rem;
    }
    
    header .nav-item{
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .navbar>.container-fluid{
        justify-content: flex-end;
    }
    img.footer-logo {
        width: 176px;
        display: block;
        margin: 0rem auto 2rem;
    }
    footer {
        padding: 3rem 0rem 2rem;
    }
    footer li a {
        font-size: 14px;
    }
    .footer-btn{
        display: block;
        font-size: 14px;
        margin: 1rem auto;
    }
    .search-wrapper{
        justify-content: center;
    }
    footer input[type="search"]{
        width: 80%;
        margin: 2rem 0rem 0rem;
    }
    .rights-section{
        font-size: 12px;
    }
    footer .social-icons{
        padding-left: 0px !important;
        padding-right: 0px !important;
        justify-content: center;
    }
    .modal .btn-close {
        position: absolute;
        top: -12px;
        left: -15px;

    }
    .modal .btn-close img{
        width: 25px;
    }
    .modal-dialog {
        margin:100px 10px
    }
    .navbar>.container-fluid {
        justify-content: space-between;
    }
    .navbar-collapse {
        padding: 2rem 0rem;
    }
    header .nav-item {
        padding: 0px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
    max-width:900px ;
    }
}
.footer-logo-ar{
    width: 120px;
}
@media (max-width: 767px){
    .footer-logo-ar{
        width: 128px;
        display: block;
        margin: 0rem auto 2rem;
    }
}