section{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;!important;
    padding: 0;
    margin: 0;
    direction: rtl;
}
a{
    text-decoration: none;

    padding: 0;
    margin: 0;
}
ul,li{
    padding: 0;
    margin: 0;
}

div{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
.navbar1{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(140deg, #053a41, #010634 74%);

}
.menu{
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu .logo{
    width: 5%;
}
.menu .hamburger-menu{
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.menu .hamburger-menu .bar{
    position: relative;
    width: 30px;
    height: 3px;
    background: #eee;
    transition: .4s ease-in-out;


}
.menu .hamburger-menu .bar::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    transition: .4s ease-in-out;
}
.menu .hamburger-menu .bar::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    transition: .4s ease-in-out;

}
.bar::before{
    transform: translateY(-10px);
}
.bar::after{
    transform: translateY(10px);
}

.offcanvas{
    background: linear-gradient(140deg, #053a41, #010634 74%);
}
.offcanvas-header h5{
    background-color: #008a93;
    border-radius: 50px 0 50px 0px;
    padding: 15px;
    font-size: 15px;
    color: white;
    transition: all .3s ease-in-out;
    position: relative;
}
.offcanvas-header h5::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: scale(.9);
    color: #850303;
    border-radius: 50px 0 50px 0px;

}
.offcanvas-header h5:hover::before {
    transform: scale(1);
    box-shadow: 0 0 15px #850303;
    border-radius: 0 50px 0 50px;

}
.offcanvas-header h5:hover {
    border-radius: 0 50px 0 50px;
    box-shadow: 0 0 5px #850303;
    text-shadow: 0 0 5px #850303;
    color:#850303 ;

}
.links ul li {
    margin: 10px 0;

}
.links ul li a{
    position: relative;
    color: #666;
    padding: 20px 10px;
    transition: .3s ease-out;
    font-size: 10px;
    background: #333333;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
    display: block;

}
.links ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: .5s;
    transform: scale(.9);
    color: #ff9200;
}
.links ul li a:hover::before {
    transform: scale(1);
    box-shadow: 0 0 15px #ff9200;
}

.links ul li a:hover{
    color: #ff9200;
    box-shadow: 0 0 5px #ff9200;
    text-shadow: 0 0 5px #ff9200;}

.swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    background: #ff9200;
}

/*body*/


.main-body{
    height: 100vh;
    background: url("cinematic-film-location-decor.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.main-body:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(25, 32, 36, 0.2);
    left: 0;
    top: 0;
}


.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    background: rgba(246,97,97,.2);
    color: white;
    padding: 35px;
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
    user-select: none;

}
.bg-1{
    background: url("cosmic-space-stars-color-cosmic-abstract-background-science-fiction-wallpaper.jpg");
    background-size: cover;
    backdrop-filter: blur(30px) grayscale(80%);



}
.bg-2{
    background: url("fire-flame-with-sparkle-black-background.jpg");
    background-size: cover;



}
.bg-3{
    background: url("jumbo-jet-flying-sky.jpg") no-repeat;
    background-size: cover;
    position: relative;



}
.bg-3:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,.3);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.card_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.card_item .user-image{
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.card_list .card_item .card_desc{
    font-size: 1.1rem;
    color: #e3e3e3;
    font-weight: 500;
    margin: 5px 0;
}














/*footer*/
#footer{
    width: 100%;
    background: url("thunderstorm-city (2).jpg");
    background-size: cover;
    background-attachment: fixed;

}
#footer section{
    position: relative;
    bottom: 0;
    right: 0;
}
.overlay-1{

    background: rgba(40, 37, 37, 0.4);
    width: 100%;
    height: 100%;
}





.footer-title{
    text-align: center;
    border-radius: 10px;
    background-color: #232121;
    color: #54504b;
    transition: all .3s ease-in-out;
    padding: 5px 0;
    margin: 5px 0 ;


}



.footer-title:hover::before {
    transform: scale(1);
    box-shadow: 0 0 15px #ff9200;
}

.footer-title:hover{
    color: #ff9200;
    box-shadow: 0 0 5px #ff9200;
    text-shadow: 0 0 5px #ff9200;}

.footer-text{
    color: white;
    transition: all.3s ease-in-out;
}
.footer-text:hover{
    color: #ff9200;
    text-shadow:3px 2px 4px rgba(176, 103, 5, 0.89);
}
.cursor {
    cursor: pointer;
}


