/* All start */
*{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    word-wrap: break-word;
    font-family: "kufam", sans-serif;
    box-sizing: border-box;
    direction: rtl;
}
:root{
    --main-1:#d02b3b;
    --main-2:#f59a2f;
    --brown-1:#42361e;
    --brown-2:#6f684e;
    --brown-3:#fcebb6;
    --blue-1:#075985;
    --blue-2:#84c8d4;
    --green-1:#78c0a8;
}
body {
     background: #f5f5f5;
}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
    color: #075985;
    text-align: right;
    transition: .4s;
}
a:active, a:focus{
    color: black;
}
a:hover{
    color: #f59a2f;
    cursor: pointer;
}
.home-wrapper{
    position: relative;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.navbar-top{
    background-color: #111;
    height: 50px;
}
.navbar-container{
    padding: 12.5px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right, .left{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
}
.navbar-top .item,
.navbar-top .item a
{
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #888;
    gap: 5px;
    cursor: pointer;
    transition: .4s;
}
.navbar-top .item:hover,
.navbar-top .item a:hover{
    color: white;
}
.language-wrap{
    position: absolute;
    top: 115%;
    left: 59.5% ;
    width: 120px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .4s;
    z-index: 500;
}
.language-wrap.open-menu{
    max-height: 100px;
}
.language{
    background: #111;
    border: 0.1px solid #88888888;
    margin: 10px;
}
.language .info{
    color: #888;
    cursor: pointer;
}
.language .info p{
    padding: 8px;
    transition: .4s;
}
.language .info p:hover{
    color: white;
    background: #000;
}
.language .info hr{
    border: 0;
    height: 1px;
    width: 100%;
    background: #88888888;
}
#arrow{
    transition: transform .4s;
}
#arrow.rotate-arrow{
    transform: rotate(-180deg);
}
.header{
    padding: 10px 20px;
    background: #075985;
}
.header-container{
    display: flex;
    align-items:flex-end;
    justify-content:space-between;
    cursor:pointer;
    position: relative;
}
.header-container .left .item a{
    color: white;
    padding: 5px;
    font-size: 20px;
}
.header-container .left .item a:hover{
    background: white;
    border-radius: 25px;
}
.header-container .left .item .fa-facebook:hover{
    color: #1771e6;
}
.header-container .left .item .fa-youtube:hover{
    color: #fd0100;
}
.header-container .left .item .fa-twitter:hover{
    color: #1c93e4;
}
.header-container .left .item .fa-instagram{
    padding-inline: 6.5px;
}
.header-container .left .item .fa-instagram:hover{
    color: #f23b88;
}
.logo{
    filter: brightness(100);
    width: 130px;
}
.advertise{
    margin-top: 8px;
}
.advertise img{
    max-width: 700px;
    max-height: 80px;
    object-fit: cover;
}
.navbar-bottom{
    background-color: #ddd;
    align-items: center;
}
.navbar-bottom-wrapper{
    white-space: nowrap;
    display:flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}
.navbar-bottom .item{
    padding: 12px 23px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    transition: .4s;
}
.navbar-bottom .item:hover{
    background-color: var(--blue-1);
    color: white;
}
.navbar-bottom .item:active{
    background-color: black;
}
.navbar-bottom .item i{
    padding: 5px 0px;
}
/* all end */
/* homw start */
.main-content{
    display: flex;
    height: 57.2vh;
    margin: 20px;
    gap:10px
}
.col{
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow:hidden;

}
.col .title{
    text-align: right;
    border-bottom: 2px solid;
    display: flex;
    align-items: center;
    gap: 10px;
}
.col .title .rectangle{
    position: relative;
    top:0;
    right: 0;
    width: 5px;
    height: 30px;
    background-color: #f59a2f;
}
.col .title span{
    font-size: 18px;
    font-weight: 600;
}
.col .posts{
    text-align: right;
    padding: 0;
    margin: 0;
}
.col .posts li{
    padding: 10px;
    border-bottom: 1px dotted #bbb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col .posts li i{
    padding-inline: 1px 5px;
}
.main-body-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.main-body-wrapper .item{
    flex: 4;
    width: 100%;
}
.heading-title{
    border-top: 2px solid #d02b3b;
}
.heading-title .heading{
    /* display: flex; */
    align-items: center;
    text-align: center;
    padding: 15px 0px;
    justify-content: space-between;
}
.heading-title .heading .title{
    font-size: 18px;
    font-weight: 700;
    color: #d02b3b;
    text-align: center;
}
.heading-title .heading .icon{
    display: flex;
    align-items: center;
    color: #777;
    gap: 12px;
    transition: .4s;
}
.heading-title .heading .icon i{
    font-size: 18px;
}
.heading-title .heading .icon i:hover{
    color: #d02b3b;
    cursor: pointer;
}
.top{
    position: relative;
    width: 370px;
    height: 205px;
    overflow: hidden;
}
.bottom{
    position: relative;
    width: 370px;
    height: 100%;
}
img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.post-info{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    margin: 4px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(2px);
    border: 1px solid #00000000;
    background-color: #00000080;
    transition: .4s;
    cursor: pointer;
}
.post-info:hover{
    border-radius: 10px;
    border: 1px solid white;
    background-color: #000;
}
.post-info ul{
    display: flex;
    align-items: center;
    gap: 15px;
}
.post-info .nav{
    color: white;
}
.heading-title .post-info .nav li{
    font-size: 11px;
    font-weight: 600;
}
.heading-title .post-info h3{
    font-size: 12px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
    color: white;
    width: 350px;
}
.heading-title .bottom{
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}
.heading-title .bottom .item .sub .thumb img{
    width: 100%;
    height: 111px;
    cursor: pointer;
}

.heading-title .bottom .item .sub .thumb li{
    font-size: 12px;
    color: #000;

}
.heading-title .bottom .item .sub .thumb h3{
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 177px;
    overflow: hidden;
}
/* bawaba tv start */
.swiper-slide .item{
    position: relative;
    display: flex;
}
.swiper-slide .item i{
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    padding: 15px;
    text-shadow: .9px .9px 1px black;
    font-size: 30px;
}
.swiper-slide .item span{
    color: white;
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    margin: 5px;
    padding: 5px;
    background: #00000080;
    border-radius:15px;
    border: 1px solid white;
    backdrop-filter: blur(3px);
    transition: .4s;
}
.col .swiper-slide .item span{
    font-size: 15px;
    margin: 10px;
    padding: 10px;
    border-radius:0;
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0);
}
.col .swiper-slide .item span:hover{
    border-radius: 15px;
    border: 1px solid white;
    background: #000000;
}
/* swiper start */
.swiper {
    width: 100%;
    height: 100%;
    padding-block:10px 50px;
}
.swiper .title{
    padding-bottom:30px;
    
}
.swiper .title span{
    font-size: 25px;
    font-weight: 600;
    padding-bottom:5px;
    border-bottom: 4px solid #d02b3b;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    display: block;
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.col .swiper-slide img{
    display: block;
    width: 550px;
    height: 350px;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #075985;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next,.swiper-button-prev{
    color: #d02b3b;
}
/* swiper ends */
/* home end */
/* footer start */
.footer-top{
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    background-color: #252525;
    background-image:  radial-gradient(#f2f2f250 0.5px, transparent 0.5px), radial-gradient(#f2f2f250 0.7px, #1d1d1d 0.5px);
    background-size: 18px 18px;
    background-position: 0 0,9px 9px;
    text-align: right;
}
.footer-top-wrapper{
    display: flex;
    gap: 25px;
    padding: 40px 0px;
    backdrop-filter: blur(0.4px);
}
.footer-top-wrapper .item{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.footer-top-wrapper .item:last-child{
    margin-top: 25px;
}
.footer-top-wrapper .item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-top: 2px solid white;
    padding-block: 15px;
}
.footer-top-wrapper .item .title h2{
    font-size: 16px;
    font-weight: 800;
}
.footer-top-wrapper .item .title i{
    font-size: 20px;
}
.footer-top-wrapper .item .about{
    color: #999;
}
.footer-top-wrapper .item .about .content{
    margin-top: 10px;
}
.footer-top-wrapper .item .about .content p{
    font-weight: 600;
    text-align: right;
}
.footer-top-wrapper .item .about .services ul{
    margin: 0;
    padding: 0;
    gap: 0px;
}
.footer-top-wrapper .item .about ul li a{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-top-wrapper .item .about ul li a span{
    transition: .4s;
    color: #999;
}
.footer-top-wrapper .item .about ul li a:hover{
    transform: scale(1.1);
}
.footer-top-wrapper .item .about ul li a span:hover{
    color: white;
}
.footer-top-wrapper .item .about .action{
    margin: 20px 0px;
}
.footer-top-wrapper .item .about .action a{
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.footer-top-wrapper .item .about ul{
    display: flex;
    text-align: right;
    flex-direction: column;
    gap: 10px;
}
.footer-top-wrapper .item .about ul li{
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: .4s;
}
.footer-top-wrapper .item .about ul li:hover{
    color: #f59a2f;
}
.footer-top-wrapper .item .about ul li span:last-child{
    direction: ltr;
}
.footer-top-wrapper .item .about ul li i,
.footer-top-wrapper .item .about ul li a{
    color: white;
}
.logo2{
    filter: brightness(100);
    opacity: 15%;
    transition: 0.35s;
    width: 22%;
    position: absolute;
    top: 7%;
    left: 0;
}
.logo3{
    filter: brightness(100);
    opacity: 15%;
    transition: 0.35s;
    width: 10%;
    position: absolute;
    bottom: 5%;
    left: 0;

}
.logo2:hover,.logo3:hover{
    opacity: 1;
    filter: none;
}
.logo2:active,.logo3:active{
    filter: brightness(100);
}
.footer-bottom{
    background-color: #000;
    height: 40px;
}
.footer-bottom-wrapper{
    padding: 8px 0px;
}
.footer-bottom-wrapper span{
    color: #a9a9a9;
    font-weight:lighter;
}
.footer-bottom-wrapper span a{
    color: white;
    font-weight: 600;
}
/* footer end */
/* media home start */
@media (max-width:1200px){
    .home-wrapper{
        max-width: 100%;
        overflow: hidden;
    }
    .main-content{
        display: block;
        height: 100%;
    }
    .main-body-wrapper{
        display: block;
    }
    .bottom{
        padding-bottom: 15px ;
    }
}


@media (max-width:860px){
    .home-wrapper{
        max-width: 100%;
        overflow: hidden;
    }
    .navbar-container{
        padding: 12.5px 15px;
    }
    .navbar-container{
        display: block;
        align-items: center;
        float: center;
    }
    .navbar-container .right{
        margin-block: -38px 15px;
    }
    .header{
        padding: 10px 20px;
        background: #075985;
    }
    .header-container{
        display: block;
    }
    .navbar-bottom-wrapper{
        display:flex;
        align-items: center;
        overflow: auto;
    }
    .navbar-bottom .item{
        padding: 5px 11px;
    }
    .navbar-bottom .item span{
        font-size: 0.8em;
    }
    .mySwiper2 .item{
        border-inline: 100px solid white;
    }
    .col .swiper-slide .item span{
        font-size: 12px;
    }
    .col .swiper-slide img{
        display: block;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .footer-top-wrapper .item .title h2,
    .footer-top-wrapper .item .title i,
    .footer-top span
    {
        font-size: 8px;
    }
    .footer-top-wrapper,
    .footer-top-wrapper .item .title{
        padding: 5px;
    }
    .about ul li span{
        white-space: nowrap;
    }
    .logo2,.logo3{
        display: none;
    }
}


@media (max-width:390px){
    .heading-title .bottom .item,
    .footer-top-wrapper{
        display: block;
    }
}
/* media home end */
/* article start */
.main-article{
    display: flex;
}
.main-article-wrapper{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.main-article-wrapper .right{
    align-items: start;
}
.main-article-wrapper .social a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 25px;
    color: white;
    padding: 10px;
    margin-block: 15px;
    transition: .4s;
}  
.main-article-wrapper .social a:hover{
    filter: brightness(1.4);
    cursor: pointer;
}
.main-article-wrapper .main{
    text-align: right;
    max-width: 650px;
}
.main-article-wrapper .main .cat,
.main-article-wrapper .main .date
{
    color: gray;
}
.main-article-wrapper .main .title span{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}
.main-article-wrapper .main .detail span{
    font-size: 15px;
    line-height: 35px;
    white-space: pre-line;
}
.main-article-wrapper .main .add-comment div:first-child,
.main-article-wrapper .main .view-comment .label,
.other .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid grey;
}
.main-article-wrapper .main .add-comment .title,
.main-article-wrapper .main .view-comment .title,
.other .title span{
    border-bottom: 4px solid #fd0100;
    padding-bottom: 5px;
}
.add-comment-wrapper{
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.add-comment-wrapper label,
.add-comment-wrapper input,
.add-comment-wrapper textarea
{
    padding: 5px;
    width: 100%;
    display: block;
}
.add-comment-wrapper input,
.add-comment-wrapper textarea
{
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #d02b3b;
    transition: .4s;
    outline: none;
}
.add-comment-wrapper input:focus,
.add-comment-wrapper textarea:focus
{
    border-bottom: 3px solid #075985;
}
.add-comment-wrapper textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 35px;
    max-height: 200px;
}
.add-comment-wrapper button{
    margin-block: 20px 10px;
    padding: 5px 10px;
    border: 2px solid #00000000;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #075985;
    border-radius:25px;
    transition: .4s;
    cursor: pointer;
}
.add-comment-wrapper button:hover{
    border: 2px solid black;
    color: black;
    background: white;
}
.add-comment-wrapper span:first-child{
    color: red;
    font-weight: 600;
    text-decoration: underline;
}
.view-comment-wrapper{
    padding-block: 10px;
    display: block;
}
.view-comment-wrapper .item{
    background:#eee;
    border-radius: 15px;
    display: block;
    padding: 15px 20px;
    margin-block: 15px;
    border: 2px solid black;
}
.view-comment-wrapper .item:nth-child(2n){
    background: white;
}
.view-comment-wrapper .item .head{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: none;
    padding-bottom: 10px;
}
.view-comment-wrapper .item .head .right .user span,
.view-comment-wrapper .item .head .left button
{
    font-size: 20px;
    font-weight: 600;
    transition: .4s;
    cursor: pointer;
}
.view-comment-wrapper .item .head .right .date span{
    color: #222;
}
.other{
    text-align: right;
}
.other .posts{
    padding-block: 10px 30px;
    max-width: 410px;
}
.other .posts li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-block: 10px;
    border-bottom: 1px dashed grey;
}
.other .item{
    padding-top: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.other .item:not(:first-child){
    border-top: 1px dotted grey;
}
.other .item img{
    width: 100%;
    max-width: 420px;
    max-height: 220px;
    object-fit: cover;
    cursor: pointer;
    transition: .4s;
}
.other .item img:hover{
    width: 110%;
}
.other .item .desc{
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px 0;
    padding: 10px 20px;
    font-size: 20px;
    color: #ffffff99;
    background: linear-gradient(#00000000, #00000080);
    transition: .4s;
}
.other .item .desc:hover{
    cursor: pointer;
    color: var(--brown-3);
    padding-bottom: 20px;
    color: white;
}
.other .item .desc span{
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.other .item .desc i{
    font-size: 60px;
}
/* article end */
/* media article start */

@media (max-width :860px){
    .main-article,
    .main-article-wrapper,
    .main-article-wrapper .right
    {
        display: block;
    }
    .main-article-wrapper .social{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-inline: 80px;
    }
    .main-article-wrapper .social a{
        width: 45px;
    }
    .main-article-wrapper .right .main .title span{
        font-size:21px;
        line-height:30px;
    }
    .other .item:not(:first-child){
        border-top: none;
    }
    .other .posts{
        max-width: none;
    }
}

@media (max-width :600px){
    .main-article-wrapper .social{
        margin-inline: 0;
    }
}
@media (max-width :355px){
    .main-article-wrapper .social a{
        font-size: small;
    }
}
@media (max-width :376px){
    .navbar-container{
        position: absolute;
        top: -24px;
    }
}

@media (max-width :450px){
    .other .item .desc i{
        display: none;
    }
    .other .item .desc span{
        max-width: 370px;
    }
}
/* media article end */
/* search start */
.search{
    background: #f2f2f2;
}
.search-wrapper{
    padding: 40px;
}
.search-title span{
    padding: 10px 40px;
    border-bottom: 3.5px solid black;
    font-size: 35px;
    font-weight: 600;
}
.search-input{
    margin-top: 40px;
    padding: 10px 60px;
    width: 85%;
    font-size: 20px;
    border-radius: 50px;
    outline: none;
    border: 2px solid #075985;
    transition: .4s;
}
.search-input:focus{
    border: 2px dashed black;
}
.search-wrapper .item{
    padding: 10px 0;
    margin: 30px 0;
    display: flex;
}
.search-wrapper .item img{
    width: 280px;
    height: 180px;
    object-fit: cover;
}
.search-wrapper .item .text{
    text-align: right;
    padding: 0px 40px;
}
.search-wrapper .item .text .title{
    padding: 20px 0 10px 0;
}
.search-wrapper .item .text .title span{
    font-size: 30px;
    font-weight: 600;
}
.search-wrapper .item .desc span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* search end */
/* media search start */
@media (max-width :860px){
    .search-wrapper .item{
        display: block;
    }
    .search-wrapper .item .text{
        text-align: center;
        padding: 0px 40px;
    }
}
/* media search end */
/* category start */
.category{
    background: #f2f2f2;
}
.category-wrapper{
    padding: 40px;
}
.category-title{
    padding-bottom: 20px;
}
.category-title span{
    padding: 10px 20px;
    margin-bottom: 130px;
    border-bottom: 3.5px solid black;
    font-size: 35px;
    font-weight: 600;
}
.category-wrapper .item{
    padding: 10px 0;
    margin: 30px 0;
    display: flex;
    cursor: pointer;
    transition: .4s;
}
.category-wrapper .item:hover,
.search-wrapper .item:hover
{
    background-color: #07598522;
}
.category-wrapper .item img,
.search-wrapper .item img
{
    min-width: 280px;
    min-height: 180px;
    max-width: 280px;
    max-height: 180px;
    object-fit: cover;
}
.category-wrapper .item .text,
.search-wrapper .item .text
{
    text-align: right;
    padding: 0px 40px;
}
.category-wrapper .item .text .title,
.search-wrapper .item .text .title
{
    padding: 20px 0 10px 0;
    max-width: 780px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-wrapper .item .text .title span,
.search-wrapper .item .text .title span
{
    font-size: 30px;
    font-weight: 600;
}
.category-wrapper .item .desc span,
.search-wrapper .item .desc span
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* category end */
/* media category start */
@media (max-width: 1160px) {
    .category-wrapper,
    .search-wrapper {
      padding: 30px;
    }
  
    .category-title span,
    .search-wrapper span {
      margin-bottom: 100px;
    }
  
    .category-wrapper .item,
    .search-wrapper .item {
      display: block;
      margin: 20px 0;
      text-align: center;
    }
  
    .category-wrapper .item img,
    .search-wrapper .item img {
      width: 100%;
      max-width: 280px;
      max-height: 180px;
      object-fit: cover;
    }
  
    .category-wrapper .item .text,
    .search-wrapper .item .text {
      display: block;
      padding: 0px 30px;
    }
  
    .category-wrapper .item .text .title,
    .search-wrapper .item .text .title {
      display: block;
      padding: 10px 0 5px 0;
      max-width: 100%;
      font-size: 20px;
    }
  
    .category-wrapper .item .text .title span,
    .search-wrapper .item .text .title span {
      font-size: 25px;
      padding-block: 5px;
    }
  }
  
/* media category end */

/* login start */
.form_container {
  position: fixed;
  max-width: 320px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 101;
  background: #ffffffdd;
  border: 1px solid black;
  backdrop-filter: blur(25px);
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.home.show .form_container {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.form_container.active .login_form {
  display: none;
}
.form_close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #0b0217;
  font-size: 22px;
  opacity: 0.7;
  cursor: pointer;
}
.form_container h2 {
  font-size: 22px;
  color: #0b0217;
  text-align: center;
}
.input_box {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 40px;
}
.input_box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  background: #ffffff55;
  color: #333;
  transition: all 0.2s ease;
  border-bottom: 1.5px solid #aaaaaa;
}
.input_box input:focus {
  border-color: #075985;
  
  direction: ltr;
}
.input_box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #707070;
}
.input_box i.email,
.input_box i.password {
  right: 0;
}
.input_box input:focus ~ i.email,
.input_box input:focus ~ i.password {
  color: #075985;
}
.input_box i.pw_hide {
  left: 0;
  font-size: 18px;
  cursor: pointer;
}
.option_field {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.form_container a {
  color: #075985;
  font-size: 12px;
}
.form_container a:hover {
  text-decoration: underline;
}
.checkbox {
  display: flex;
  column-gap: 8px;
  white-space: nowrap;
}
.checkbox input {
  accent-color: #075985;
}
.checkbox label {
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  color: #0b0217;
}
.form_container .button {
    display: flex; 
    justify-content: center; 
    align-items: center;
    background: #075985;
    color: white;
    border: 2px solid white;
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    transition: .4s;
}
.form_container .button:hover {
    background: white;
    border: 2px solid black;
    color: black;
    cursor: pointer;
    text-decoration: none;
}
/* login end */
/* Default size for big screens */
.image.video {
    width: 100%;
    max-width: 800px;
}

/* Adjust size for smaller screens */
    @media (max-width: 480px) {
    .image.video {
        max-width: 100%;
    }
}
/* side-advertises start */
.contain-ads{
    display: block;
}
.side-advertise{
    background-color: red;
    width: calc((100% - 1260px) / 2);
    height: 350px;
    margin: 15px;
    cursor: pointer;
    position: absolute;
}
.side-advertise img{
    min-width: calc((100% - 1260px) / 2);
    min-height: 350px;
    object-fit: cover;
}
.side-advertise.top-right{
    top: 0;
    right: 0;
}
.side-advertise.top-left{
    top: 0;
    left: 0;
}
.side-advertise.bottom-right{
    bottom: 0;
    right: 0;
}
.side-advertise.bottom-left{
    bottom: 0;
    left: 0;
}