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%);
    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*/
.slide1{
    background: url("jumbo-jet-flying-sky.jpg");
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    display: flex;
    height: 100vh;
}
.slide2{
    background: linear-gradient(
            to right,
            #133042, #2e5867, #585e67)
}
.dont{
    border: solid 2px #ffffff;
    padding: 20px;
    border-radius: 60px 15px;
}
.dont2{
    border: solid 2px #363636;
    padding: 20px;
    border-radius: 15px 60px;
    background: white;
}
.slide3{
    background: url("silhouette-air-vehicle-back-lit-by-orange-sunset-sky-generated-by-ai.jpg");
    background-attachment: fixed;
    background-size: cover;
}
tr,th{
    color: white;
}
.title-ndb h2{
    padding:10px 20px ;
    margin: 5px 0;
    background: linear-gradient(
            to right,
            rgba(14, 117, 117, 0.53), rgba(141, 128, 162, 0.65), rgba(148, 77, 77, 0.63));
    backdrop-filter: blur(5px);
    border-radius: 50px 25px;
    color: white;

}
.main-slide1{
    padding:10px ;
    margin: 5px 0;
    background: linear-gradient(
            to right,
            rgba(162, 23, 48, 0.53), rgba(121, 36, 117, 0.65), rgba(102, 9, 215, 0.63));
    backdrop-filter: blur(15px);
    border-radius: 50px 25px;

}
.title-ndb2 h2{
    padding:10px 20px;
}