section{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;!important;
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: 'vazir';
}
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%);
    clear: both;

}
.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 0;

}
.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;}




/*body*/
html,
body {
    position: relative;
    height: 100%;
}


.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slide1{
    background:url("explosive-science-ignites-big-bang-nebula-galaxy-abstracts-generated-by-ai.jpg");
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    position: relative;
}
.slide1:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(33,33,33,.3);
    left: 0;
    bottom: 0;
}
.title-slide1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
}
.title-slide1 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 16, 44, 0.65);
    border: #b2871b 2px solid;
    border-radius: 20px 5px;
    color: white;
    cursor: text;
    z-index: 10;


}
.main-slide1{
    z-index: 10;
}
.main-slide1 p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(178, 135, 78, 0.65);
    border: #00102CA5 4px solid;
    border-radius: 20px 5px;
    color: #bdb6b6;
    cursor: text;
    z-index: 10;


}



.slide2{
    background-color: #f42b03;
    background-image: linear-gradient(316deg, #f42b03 0%, #ffbe0b 74%);
    background-size: cover;
    position: relative;


}
.slide2:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(33,33,33,.3);
    left: 0;
    bottom: 0;
}
.title-slide2{
    z-index: 10;
    margin-top: 20px;
}
.title-slide2 h2{
    width: 30%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
}

.card{
    background: transparent;
    backdrop-filter: blur(30px);
    border-right:2px solid #a40707;
    border-left:2px solid #a40707 ;
    border-top:2px dashed #a40707;
    border-bottom:2px dashed #a40707 ;
    border-radius: 5px;
    z-index: 10;
    margin-bottom: 5px;
}
.card-title{
    color: #ffffff;
    border-bottom: #7cdcd3 solid 1px;
    padding: 5px 0;
    font-weight: bold;
}
.card-text{
    color: #ffffff;
    cursor: text;
}
.slide3{
    background:url("dark-stithy-workshop-with-hammer-anvil-firs-plan-fire-stove-background.jpg");
    background-size: cover;
    width: 100%;
    background-attachment: fixed;

}
.title-slide3{
    margin-top: 20px;
}
.title-slide3 h2{
    width: 30%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
}
.main-slide3 .main-desc3{
    background: rgba(108, 7, 7,.7);
    border: #ff0202 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.card2{
    background: rgba(85,85,85,.6);
    backdrop-filter: blur(30px);
    border-right:2px solid rgba(9, 9, 9, 0.5);
    border-left:2px solid rgba(9, 9, 9, 0.5);
    border-top:2px dashed rgba(9, 9, 9, 0.5);
    border-bottom:2px dashed rgba(9, 9, 9, 0.5);
    border-radius: 5px;
    padding: 10px;
}
.card-title2{
    color: #ffffff;
    border-bottom: #0b443f solid 1px;
    padding: 5px 0;
    font-weight: bold;
}
.card-text2{
    color: #ffffff;
    cursor: text;
}

.slide4{
    background-color: #f2c17d;
    background-image: linear-gradient(315deg, #f2c17d 0%, #b82e1f 74%);
    width: 100%;
    position: relative;
}
.slide4:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(33,33,33,.3);
    left: 0;
    bottom: 0;
}
.title-slide4 h2{
    width: 40%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
}
.card-text3{
    color: white;

}
.bg-red4{
    backdrop-filter: blur(10px);
    background: rgba(138, 5, 5,.5);
}



.img-card1{
    background: rgb(255, 255, 255,1);
    backdrop-filter: blur(20px);
}
.slide5{
    background:url("fire-flame-with-sparkle-black-background.jpg");
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    position: relative;
}
.slide5:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(33, 33, 33, .3);
    left: 0;
    bottom: 0;
}
.title-slide5{
    z-index: 100}

.title-slide5 h2{
    width: 30%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
    z-index: 100;
}
.carousel-inner{
    background: rgba(156,23,68,.5);
    backdrop-filter: blur(9px);
    color: white;
    z-index: 100;
}
.ca-btn button{
    cursor: pointer;
    background: transparent;
    backdrop-filter: blur(20px);
    border: none;
    color: #cc0000;
    z-index: 100;
    transition: all .3s ease-in-out  ;
}
.ca-btn button:hover {
    background: rgba(1,1,1,.8);

}


.title-slide6 h2{
    width: 30%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
}


.slide6{
    background-image: linear-gradient(315deg, #b4aa19 0%, #9f4e22 74%);
    width: 100%;
    position: relative;
}
.slide6-desc{
    padding: 5px;
    margin: 10px 0;
    text-align: center;
    background: rgba(176, 10, 54, 0.5);
    border: #b4042c solid 2px;
    border-radius: 5px ;
    backdrop-filter: blur(5px);
    color: whitesmoke;

}
.swiper{
    height: 40vh;
}
.swiper-wrapper{
    backdrop-filter: blur(20px);
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(204, 0, 0, 0.55);
    backdrop-filter: blur(15px);!important;
    border-radius: 5px 20px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    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: #007aff;
}
.slide7{
    background:url("glass-wine-is-poured-into-black-surface.jpg");
    background-size: cover;
    width: 100%;
    background-attachment: fixed;

}
.title-slide7 h2{
    width: 30%;
    text-align: center;
    background: rgba(176, 137, 10, 0.5);
    border: #ffb000 solid 2px;
    border-radius: 20px 5px;
    backdrop-filter: blur(5px);
    color: whitesmoke;
}