@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar-nav .nav-item:hover {
    /* background-color: rgba(74, 152, 255, 0.4); */
    color: rgba(0, 0, 0, 0.609);
}

.navbar {
    background-color: #ffffff;

}



.navbar a {

    text-transform: uppercase;
    text-decoration: none;
    color: #270255;
    display: block;
    position: relative;
    padding: 4px 0;
    font-weight: bold;
}

.navbar a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.navbar a:hover::before {
    transform: scale3d(1, 1, 1);
}

.navbar a::before {
    background: #1352a1;
    transform-origin: 100% 50%;
}

.navbar a:hover::before {
    transform-origin: 0 50%;
}

.section-text {
    color: #f0ad4e;
    /* font-size: 24px; */
    font-weight: 700;
    text-align: center;
}

.line-up {
    position: relative;
    text-align: center;
}

.line-two {
    display: inline-block;
    width: 8%;
    height: 3px;
    background-color: #856add7d;
    border-radius: 10px;
    position: relative;
    transition: all .4s linear;
    margin-bottom: 0.5rem;
}

/* .container {

    height: 500px;
} */

.Table_head {
    color: #856add;
}

table {
    width: 100%;
}

td {
    padding-top: 2%;
    background-color: #ffffff;
}

.im {
    height: 400px;
    width: 555px;

}

.btnn {
    border: 1px #856add7d solid;
    background-color: #f2f2f2;
    ;
    border-radius: 5px;
    width: 30%;
    margin: 35px;
    padding: 4px;
    margin-left: 200px;


}


.section-text_2 span {
    color: #f0ad4e;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    font-family: 'Tangerine', serif;
}

.Table_sec {
    font-size: 18px;
    color: #f0ad4e;
    font-weight: 500;
}

.Days {
    color: #856add;

}



ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #a2deff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 40px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.instagram-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.whatsapp-bg {
    background: #16be00;
}

.footer-widget-heading h3 {
    color: #DD4B39;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #000000bf;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}



@keyframes slideInFromTop {
    0% {
        transform: translatey(100%);

    }

    100% {
        transform: translatey(0);
    }
}

.Slider {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 2s ease-in-out 0s slideInFromTop;
    /* background: #333;
    padding: 30px; */
}


@keyframes NavTop {
    0% {
        transform: translatey(-100%);

    }

    100% {
        transform: translatey(0);
    }
}

.NavTop {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: 2s ease-in-out 0s NavTop;
    /* background: #333;
    padding: 30px; */
}