* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0 auto;

}

.header-logo {
    border-radius: 50%;
    outline: 3px;
    background-color: #fff;
}

.header {
    width: 100%;
    background-position: top;
    background-size: cover;
    z-index: 1000;
    overflow: hidden;
}

.img-header {
    overflow: hidden;
}

.img-header img {
    width: 100%;
    height: 100vh;
    animation: imaging 6s infinite;
}

@keyframes imaging {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.header-about {
    height: 80vh;
    width: 100%;
    overflow: hidden;
}

.logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    outline: 5px solid #fff;
    margin: 0 auto;
}

.logo img {
    width: 100%;
}

.navbar {
    width: 100%;
}

.stick-nav {
    max-width: 50%;
    margin: 0 auto;
}

.nav-box {
    position: absolute;
    top: 2rem;
    z-index: 1000;
    width: 100%;
}

.nav-box1 {
    position: absolute;
    top: 0rem;
    z-index: 1000;
    width: 100%;
    display: none;
}

.small-logo {
    display: none;
}

.navbar-toggler {
    color: #fff;
}

.sticky {
    margin-top: -10rem;
    display: block;
    position: fixed;
    width: 100%;
    background-color: #121212;
    z-index: 1000;
}

.nav-link {
    font-size: 1.6rem;
    font-family: cursive;
}

.title {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-family: 'Cinzel Decorative', cursive;
    margin-top: 4rem;
}

.small-logo-title {
    display: none;
}

.small-logo-title-other {
    display: none;
}

@media screen and (max-width:400px) {
    .slider {
        display: none;
    }

    .navbar-toggler {}

    .sdr {
        margin: -3rem;
    }

    .stick-nav {
        max-width: 100%;
        margin: 0;
    }

    .nav-box {
        display: none;
    }

    .nav-box1 {
        display: block;
        position: fixed;
    }

    .small-nav {
        width: 100%;
        background-color: #1100fa;
    }

    .small-logo {
        padding-top: 0rem;
        display: block;
        background-color: #fff;
        max-width: 300px;
        overflow: hidden;
        outline: 2px;
        border-radius: 50%;
        position: absolute;
        top: 9rem;
        left: 35%;
        z-index: 10;


    }

    .small-logo-title {
        display: block;
        width: 300px;
        position: absolute;
        top: 17rem;
        left: 10%;
        z-index: 10;
    }

    .small-logo-title-other {
        font-size: 1.5rem;
        display: block;
        color: #fff;
        width: 300px;
        z-index: 10;
        position: absolute;
        top: 17rem;
        left: 2rem;
    }

    .small-logo img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }
}

.slidebtn-box {
    margin-top: 5rem;
    background-color: none;
    height: 5rem;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 0px 4px #2a2c7a;
}

.slidebtn-box:hover {
    background-color: #02a1d9;
    color: #fff;
}

.slidebtn-box:hover>a {
    color: #fff;
}

.slidebtn-box a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #2a2c7a;
    position: absolute;
    top: 0.9rem;
    right: 6rem;
}

.slider {}

.slides {
    display: flex;
    position: relative;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
}

.buttons {
    cursor: pointer;
    position: absolute;
    top: 33rem;
    left: 46%;
    z-index: 12;
}

/* ============================== */
.slide-describe1 {
    font-size: 4rem;
    animation: typing1 18s infinite;
    font-family: 'Cinzel Decorative', cursive;
}

@keyframes typing1 {
    0% {
        letter-spacing: 10px;
        opacity: 0.9;
    }

    100% {
        letter-spacing: 0;
        opacity: 1;
    }
}

.active-slide {
    display: block;
}

@media screen and (max-width:750px) {
    .title {
        font-size: 1rem;
    }

    .slide-describe1 {
        font-size: 1.4rem;
    }

    .slide {
        height: 40vh;
    }

    .slides {
        height: 40vh;
    }
}

/* =============================================== */
.form {
    max-width: 70%;
    margin: 10rem auto;
    background-color: #2401ec;
}

.from-content {
    max-width: 90%;
    margin: 0 auto;
}

.select {
    width: 100%;
}

.to-contry-s {
    display: flex;
    justify-content: space-between;
    padding: 1px 5px;
    background: #ddd;
}

.to-contry {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1px 5px;
}

.tos {
    height: 42vh;
    overflow: auto;
    background: #fff;
}

.content {
    max-width: 90%;
    margin: 0 auto;
    background-color: #fffbed;
    text-align: center;
    padding: 0 0 1rem 0;
}

.content h3 {
    text-align: center;
}

.content p {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    color: #a5a5a5;
    font-weight: 700;
}

.c-flag {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.c-flag img {
    height: 100%;
}

.about-text p {
    color: #a5a5a5;
}

.c-title {
    text-align: center;
    font-size: 4rem;
    margin-top: 2rem;
}

.footer {
    width: 100%;
    margin-top: 4rem;
    background-image: url('../img/footer.jpg');
    background-position: top;
    background-size: cover;
    overflow: hidden;
}

.curis {
    font-family: cursive;
}

.links {
    text-decoration: none;
    color: #737373;
}
.link{
    text-decoration: none;
    color: #737373;
}

.link:hover {
    color: #ba7601;
}
.links:hover {
    color: #ba7601;
    border-bottom: 3px solid #ba7601;
    ;
}

.body-title {
    font-family: 'Cinzel Decorative', cursive;
}

.curis-title {
    font-family: 'Cinzel Decorative', cursive;
}

.about {
    font-size: 4.5rem;
    font-family: cursive;
}

.about a {
    text-decoration: none;
    color: #fff;
}

.about-s a {
    text-decoration: none;
    color: #fff;
}

.section-1 {
    overflow: hidden;
}

.category, .search {
    background-color: #f6f6f6;
    height: 25vh;
    text-align: center;
}

.category a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #9b9b9b;
}

.category a:hover {
    color: #ba7601;
}

.search input {
    height: 3rem;
    border-radius: 20px;
}

.img a {
    text-decoration: none;
}

.img1 a img {
    float: left;
    padding-right: 0.5rem;
}

.b-d {
    text-decoration: none;
    font-size: 1rem;
    color: #737373;
}

.b-d:hover {
    color: #ba7601;
}

.calender {
    margin-left: 2rem;
    letter-spacing: 0.5rem;
}

.money {
    text-decoration: none;
    font-weight: bold;
    color: #98876b;
}

.money:hover {
    color: #ba7601;
}

.image:hover {
    filter: grayscale();
}

.message {
    height: 8rem;
}

.text-lg {
    font-size: 20px;
}

.active {
    color: #a1811e !important;
    border-bottom: 2px solid #a1811e;
}
.image{
    position: relative;
}
.imgbtn{
    background-color: #fff;
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
    right: 0.3rem;
    border-radius: 50%;
    color: black;
    font-weight: bold;
    border: 2px solid red;
}
.info-box{
    max-width: 70%;
    margin: 4rem auto;
    border-radius: 20px;
    box-shadow: 4px 1px 3000px 1px rgb(51, 51, 51);
}

.x-btn{
    font-size: 1.5rem;
}
/* =================================================================== */
/* =========================dashboard================================ */
.content-box{
    max-width: 80%;
    margin: 2rem auto;
    padding: 3rem;
    background-color: #e6e6e6;
}
.dashbtn{
    text-decoration: none;
    background-color: #319b00;
    color: #fff;
    padding: 2rem 3rem;
    font-size: 1.5rem;
    border-radius: 20px;
}
.dashbtn:hover{
    color: #e2ff02;
}
.dashbox{
    max-width: 87%;
    margin: 3rem auto;
    background-color: #f6f6f6;
    padding: 3rem;
}
.imgbox{
    position: relative;
}
.imgedit{
    position: absolute;
    bottom: 0rem;
    right: 4.6rem;
    background-color: #ffffff;
    padding: 0 1rem;
    border-radius: 50%;
    color: #000000;
    border: 2px solid red;
}
