@import url(https://fonts.googleapis.com/css?family=Cairo);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
.ar {
    font-family: Cairo, sans-serif !important;
}
.en {
    font-family: Montserrat, sans-serif !important;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 57px;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #2F2E41;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ff614f;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 40px;
    margin-right: 0px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 57px;
}
.logo {
    height: 50px;
}
.text-green {
    color: #ff614f;
}
.btn-green {
    background-color: #25d366;
    color: #fff;
}
.btn-green:hover {
    background-color: #13b44f;
    color: #fff;
}
.btn-orange {
    background-color: #ff614f;
    color: #fff;
}
.btn-orange:hover {
    background-color: #c92f1b;
    color: #fff;
}
.text-head {
    color: #2f2e41;
}
.bg-head {
    background-color: #2f2e41;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.float_2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    left: 30px;
    background-color: #386BC0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}
.float:hover {
    color: #fff;
}
.my-float {
    margin-top: 10px;
    animation-duration: 1.5s;
}
.hover-text {
    visibility: visible;
    font-size: 16px;
    opacity: 1;
    width: 180px;
    background-color: #25D366;
    color: #fff;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: opacity 0.5s;
}
.float:hover .hover-text {
    visibility: visible;
    opacity: 1;
}



img {
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.imgpr:hover .previewimg{
    transform: translateY(calc(-100% + 300px));
    -webkit-transition: all 8s;
    -moz-transition: all 8s;
    -ms-transition: all 8s;
    -o-transition: all 8s;
    transition: all 8s;
}
.blog_img{
    height: 360px;
    object-fit: cover;
}

.search_input{
    width: 280px;
}
.ql-align-center{
    text-align: center;
}

.thevideo{
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 95vh;
}
.thedark{
    position:absolute;
    top:0;
    z-index:1;
    width: 100%;
    height: 95vh;
    background-color: black;
    opacity: 0.5;
}
.thetext{
    position:absolute;
    top: 0;
    width: 90%;
    z-index:2;
    inset:0;
    margin: auto
}
.thefont{
    font-size: 80px;
    line-height: 1.5;
}
@media only screen and (max-width: 600px) {
    .logo {
        height: 40px;
    }
}
@media only screen and (max-width: 500px){ /* mobile */
    .thefont{font-size: 50px;}
    .preview {height: 200px;}
    .imgpr:hover .previewimg{transform: translateY(calc(-100% + 200px));}
    .blog_img{
        height: 100%;
        object-fit: cover;
    }
    .search_input{
        width: 100%;
    }
}