* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.fonth {
    font-family: "Oswald", sans-serif !important;
}

body {
    overflow-x: hidden !important;
    font-size: 14px;
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: "Poppins", sans-serif !important;
}

/********** Template CSS **********/
:root {
    --primary: #CD3839;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 3px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #CD3839;
}

.active {
    color: #CD3839 !important;

}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

/* .team-item div  {
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
} */

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: var(--primary);
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    /* background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat; */
    background-size: cover;
}

.btn.btn-social {
    margin-right: 5px;
    width: auto;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #CD3839;
    border-radius: 35px;
    transition: .3s;
}

.btn.btn-social {
    color: #CD3839;
    border: 1px solid #CD3839;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}









/* ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg */


/***************************
CUSTOM SCROLL BAR
****************************/


:root {
    --white: #FFF;
    --black: #232323;
    --lite: rgba(255, 255, 255, 0.6);
    --gray: rgba(1, 1, 1, 0.6);
    --dark: #3c3d3c;
    --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
    --primary_dark: #970104;
    --primary_lite: #c24a4e;
    --secondary: #000a17;
    --default_font: 'Ysabeau Infant', sans-serif;
    --title_font: 'Outfit', sans-serif;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: var(--dark);
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
    background: var(--dark);
}



/***************************
    DEFAULT
****************************/

a {
    text-decoration: none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

a,
button {
    transition: 0.5s;
}

em {
    font-style: normal;
    color: var(--primary_lite);
}

a,
p,
.btn {
    font-size: 15px;
}

p {
    line-height: 1.9em;
    /* color: var(--lite); */
}

a,
button,
input,
textarea,
select {
    outline: none !important;
}

fieldset {
    border: 0;
}



.title,
.sub_title {
    font-family: var(--title_font);
    font-weight: 400;
    margin: 0;
}

.flex,
.fixed_flex {
    display: flex;
}

.flex_content {
    width: 100%;
    position: relative;
}

.padding_1x {
    padding: 1rem;
}

.padding_2x {
    padding: 2rem;
}

.padding_3x {
    padding: 3rem;
}

.padding_4x {
    padding: 4rem;
}

.big {
    font-size: 3.5em;
}

.medium {
    font-size: 2em;
}

.small {
    font-size: 1.3em;
}

.btn {
    padding: 0.7rem;
    border-radius: 5px;
    color: var(--white);
    position: relative;
    border: 0;
    text-align: center;

}

.btn_3 {
    display: block;
    background-color: 0;
    color: var(--white);
    position: relative;
    font-family: var(--default_font);
    font-weight: 400;
    text-transform: uppercase;
}

.btn_3:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    transition: 0.5s;
    transform: translate(0%, -50%);
}

.btn_3:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.btn_3:hover:before {
    border-radius: 40px;
    width: 100%;
}

@media (max-width:920px) {
    .flex {
        flex-wrap: wrap;
    }

    .padding_1x,
    .padding_2x,
    .padding_3x,
    .padding_4x {
        padding: 1rem;
    }

    .big {
        font-size: 1.8em;
    }

    .medium {
        font-size: 1.3em;
    }

    .small {
        font-size: 1.1em;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    a,
    p,
    .btn {
        font-size: 12px;
    }
}



/* ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff */




.box-content {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-bottom: 15px;
}

/* .box-content:nth-child(2n) {
    justify-content: end;
} */

.box-content label,
.gender-title {
    width: 95%;
    color: #000000;
    margin: 5px 0;
    font-weight: bold;
}

.gender-title {
    font-size: 18px;

}

.box-content input {
    height: 40px;
    width: 95%;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
    padding: 0 10px;
}

.form-select {
    height: 40px;
    width: 95%;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
    padding: 0 10px;
    /* background-color: #CD3839; */
    color: rgb(48, 48, 48);
}

.form-select1 {
    height: 40px;
    width: 95%;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
    padding: 0 10px;
    background-color: #fff;
    color: rgb(48, 48, 48);
}

.form-select::after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    pointer-events: none;
}

.form-select1::after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    pointer-events: none;
}

.gender label {
    padding: 0 20px 0 5px;
    font-size: 15px;
    /* color: #fff; */
}

.gender label,
input:hover {
    cursor: pointer;
}

.alert p {
    font-size: 18px;
    /* color: #fff; */
}

.alert a {
    text-decoration: none;
    color: red;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
}

.alert a:hover {
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
}

.button-container button {
    width: 100%;
    padding: 15px 0;
    background-image: linear-gradient(to right, #CD3839, #CD3839);
    border: none;
    outline: none;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
}

.button-container button:hover {
    cursor: pointer;
    background-image: linear-gradient(to right, #CD3839, #CD3839);
}

.content1 input {
    /* background-color: #CD3839; */
    /* color: #CD3839; */
    /* border: 1px solid red;
    color: red; */
}

::placeholder {
    color: black !important;
    opacity: 1;
    /* Firefox */
}

.teglain {
    font-size: 25px;
}

@media (max-width: 768px) {
    .teglain {
        font-size: 15px;
        margin: 0;
    }


}

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


}

.submit {
    background-color: red !important;
    color: #fff !important;
    width: 150px !important;

}


.container1 {
    /* width: 850px; */
    padding: 25px;
    /* margin: 0 25px; */
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.container1 h2 {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: rgb(0, 0, 0);
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.content1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: space-between;
}


@media (max-width: 800px) {

    .content1 {
        display: block !important;

    }

    .box-content {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        padding-bottom: 15px;

    }


}

/* gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg */

.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #0b2035; */
    color: #fff;
    font-family: "Roboto", sans-serif;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}



a {
    position: relative;
    color: #CD3839;
    text-decoration: none;
}


a:hover::after {
    transform: scaleX(1);
}



.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 75px 0px; */
    position: relative;
    height: 100%;
    width: 100%;
    /* max-width: 1200px; */
    /* background-image: url("../img/s-1.jpeg"); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: cover;

}

ul li {
    font-size: 15px;
    color: black;
}

.locesn {
    height: 80px;
}

@media (max-width: 800px) {
    .locesn {
        height: 85px;
    }

    .Start {
        display: block !important;
        margin: 20px 0px !important;
        justify-content: center !important;
    }
}

.digital:hover {
    color: white !important;

}

.digital:hover {
    color: green !important;

}

.workingcommittee {
    height: 80px !important;
    width: 200px !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 255, .2);
    margin: 7px 0px;
}

.workingcommittee:hover {
    border-radius: 15px !important;
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 255, .2);
    background-color: #CD3839;
    color: white;
}

/* 
.Start {
    display: flex;
    justify-content: flex-start;

} */

.TeamStart {
    display: flex !important;
    justify-content: center !important;
}

.team_m {
    position: relative;
    top: -39px;
    background-color: #CD3839;
    color: white;
    width: 280px;
    opacity: 0.8;


}

.team_m1 {
    position: relative;
    top: 0px;
    background-color: #CD3839;
    color: white;
    width: 300px;
    opacity: 0.8;


}

.team_w {
    width: 280px;
}

.team_h {
    height: 300px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 280px;
}

.team_h1 {
    height: 50px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 300px;
}

.team_h1 {
    height: 50px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 300px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_h2 {
    height: 300px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 300px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_h5 {
    height: 300px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 300px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_h3 {
    height: 300px;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 255, .2);
    width: 300px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .team_h:hover {
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 255, .2);
} */








.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: .4rem .4rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: white;
    /* border: 7px solid #CD3839; */
    border-radius: 5px 5px 0 0;
    color: rgb(48, 48, 48);
    /* border: 1px solid #CD3839; */
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-align: center;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2), 0 0 0 5px #fff, 0 0 10px rgba(0, 0, 0, 0.9);
    /* display: flex;
    align-items: center; */
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    ;
    /* opacity: 0.9; */
    color: #CD3839;

}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tabs input[type="radio"]:checked+label {
    background: #CD3839;
    border: 1px solid white;
    /* border-radius: 2px; */
    color: white;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2), 0 0 0 5px #fff, 0 0 10px rgba(0, 0, 0, 0.9);
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
 */
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
    border: 7px solid #fff;
    color: rgb(48, 48, 48);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #fff, 0 0 0 15px #fff, 0 0 30px rgba(0, 0, 0, 0.9);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    font-size: 16px;
    margin-bottom: 20px !important;

}

@media (max-width: 45em) {

    .tabs .tab,
    .tabs label {
        -webkit-box-ordinal-group: NaN;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

/**
   * Generic Styling
  */

.menu_style {
    /* display: flex; */
    /* width: 90%; */
    /* word-wrap: break-word; */
}

#Age15to21 {
    display: none;
}

#Age21to45 {
    display: none;
}



@media (min-width: 992px) {
    .navbar .nav-item1 .dropdown-menu1 {
        display: none;
        border: none;
        margin-top: 0;
        top: 150%;
        /* opacity: 0; */
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item1:hover .dropdown-menu1 {
        top: 100%;
        visibility: visible;
        transition: .5s;
        /* opacity: 1; */
        display: block;
    }
}

.navbar-light .navbar-nav .nav-link1 {
    margin-right: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link1 {
    color: var(--dark);
    font-weight: 500;
    margin: 0 0 0 15px;
}

.dropdown-menu1 {
    /* border: 1px solid black !important; */
    /* width: 150px; */
    color: #3c3d3c;

}

.collapse {
    display: flex;
    justify-content: space-between\  !important;
}

/* nev */

header {

    padding: 0 5%;
    box-shadow: 0 10px 20px rgb(0, 0, 0/5%), 0 6px 6px rgb(0, 0, 0/6%);
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
    display: flex;
    /* justify-content: center; */
    height: 50px;
}

header nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.bartoggle,
#menubrop {
    display: none;
}

.NavMenu {
    flex: 10;
    list-style: none;
    position: relative;
    display: flex;
    /* justify-content: s; */
    margin-bottom: 0px !important;
}

.NavMenu li {
    display: inline-block;
    z-index: 1;
}

.NavMenu li input {
    display: none;
}

.NavMenu li a {
    display: block;
    padding: 15px 15px;
    font-size: 17px;
    text-decoration: none;
    /* text-transform: uppercase; */
    color: rgb(48, 48, 48);
    position: relative;
}

.NavMenu li a label {
    cursor: pointer;
    appearance: none;
    display: block;
    position: relative;
}

/* .NavMenu li a label::after {
    content: "+";
    position: absolute;
    right: -19px;
    top: 0;
    font-size: 20px;
} */

.NavMenu>li>a label::after {
    right: -15px;
    top: -3px;
}

.NavMenu li ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: auto;
    /* border-bottom: 2px solid black; */
    top: 100%;
    box-shadow: 0 3px 5px rgb(0 0 0/20%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    background-color: #CD3839;
}

.NavMenu li ul li {
    position: relative;
    padding: 7px 0 0 7px;
    color: white;
    border-bottom: 1px solid white;

}

.NavMenu li ul li a {
    color: white;
    padding: 2px 6px;
    display: block;
    border-left: 2px solid transparent;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    color: white;

}

@media(min-width:992px) {
    .NavMenu li ul li a:hover {
        /* border-left: 2px solid black; */
    }

    .NavMenu li:hover>ul,
    .NavMenu li ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media(max-width:991.98px) {
    header {
        padding: 6px 5%;
    }



    .bartoggle {
        display: flex;
        justify-content: center;
        font-size: 30px;
        align-items: center;
        background-color: #fff;
        padding: 0 10px;
        cursor: pointer;
    }


    .NavMenu {
        width: 500px;
        flex: 12;
        position: fixed;
        flex-direction: column;
        background-color: white;
        left: 0;
        display: flex;
        /* top: 40px; */
        height: 100vh;
        z-index: 22;
        padding: 15px 0 50px 0;
        justify-content: start !important;
        overflow-y: scroll;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }

    .NavMenu li ul,
    .NavMenu li ul li ul {
        position: initial;
        left: 0;
        visibility: visible;
        opacity: 1;
        top: 0;
        display: none;
    }

    .NavMenu li a {
        padding: 8px 7px;
        /* border-bottom: 1px solid #fff; */
    }

    .NavMenu li ul li ul {
        background: #CD3839;
        position: inherit;
        margin-top: -10px;
    }

    .NavMenu li ul li ul li a {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: initial;
        padding: 7px 5px 7px 10px;
    }

    .NavMenu li a label::after {
        right: 10px;
    }

    .NavMenu li input:checked+ul,
    .NavMenu li ul li input:checked+ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    input:checked+.NavMenu {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .contectnev {
        display: block !important;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
    }

    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 20px;
    }
}

@media(max-width:768px) {
    .NavMenu {
        width: 100%;
    }
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.contectnev {
    display: flex;
}

/* mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm img  mmmmmmmmmmmmmmmmmmmmmmmm */





.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 10px;
}

.gallery img {
    width: 250px;
    height: auto;
    /* object-fit: cover; */
    border-radius: 10px;
    border: 1px solid black;
}

.gallery::after {
    content: "";
    width: 250px;
}

.gallery1 {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 20px 10px;
}

.gallery1 .name {
    /* width: 100%; */
    width: 300px;
    height: 115px;
    /* object-fit: cover; */
    border-radius: 10px;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table,
.table th,
.table td {
    border: 1px solid #ccc;
}

.table th,
.table td {
    padding: 0.5rem;
}

.table th {
    position: relative;
    cursor: grab;
    user-select: none;
    background-color: #CD3839;
    color: white;
}

.table th:active {
    cursor: grabbing;
}

.resizer {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
}

.resizer:hover,
.resizing {
    border-right: 2px solid blue;
}

.dragging {
    background-color: #f0f0f0;
}



.wrapper {
    width: 350px;
    height: 350px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper img {
    width: 350px;
    height: auto;
    object-fit: cover;
    /*--- selekton hover image ----*/
    background-color: #ededed;
    background: linear-gradient(100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .5) 50%,
            rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

:root {
    --bg: #121212;
    --card11-bg: #1c1c1c;
    --border: 1px solid #3c3c3a;
    --shadow: 0px 10px 15px 0.3px rgba(0, 0, 0, 0.411);
    --text: #ffffff;
    --sub-text: #909090;
}

.slider {
    z-index: -11;
    display: flex;
    justify-content: center;

    max-width: 1100px;
    height: 300px;
    display: flex;
    background: transparent;
}

.typslider {
    z-index: -11;

    max-width: 800px;
    height: 300px;
    display: flex;
    background: transparent;
}


.slider .card1 .img {
    height: 220px;
    width: 200px;
    margin: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
    overflow: hidden;
    position: relative;
    border: 1px solid lightcoral;
    padding: 10px;
    overflow-x: hidden !important;
}

.typslider .typEvent .img {
    height: 300px;
    width: auto;
    overflow: hidden;
    position: relative;

}

.slider .card1 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}


.typslider .typEvent .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}





.titlelogo {
    height: 50px;
    width: auto;
    padding: 0px 10px;
}

.line {
    width: 120px;
    height: 7px;
    color: #CEAA41;
    border: 1px solid #CEAA41;
    border-radius: 5px;
    background-color: #CEAA41;
    margin-top: 10px;
}

.heding {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13PX 0px 25px 0px;
}





@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}





.form1 {
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: -10;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form1 {
    background-color: #CD3839;
    position: relative;
}

form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: -1000;
    transition: 0.5s;
    background-color: #CD3839;
    z-index: 1000;

}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.Send {
    padding: 0.6rem 1.3rem;
    background-color: #fff !important;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #CD3839 !important;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
}

/* .btn:hover {
    background-color: transparent;
    color: #fff;
} */
.info1 {
    display: flex;
    align-items: center;
    padding: 20px;
}

.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #CD3839;
    top: 50%;
    transform: translateY(-50%);
}

.input-container .input {
    z-index: -2000;
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.info {
    font-size: 18px !important;
}

.contact-info1 {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info1 .title {
    color: #CD3839;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555 !important;
    /* margin: 0.7rem 0; */
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: #CD3839;
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    /* padding: 2rem 0 0 0; */
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    /* margin-top: 0.5rem; */
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #CD3839, #CD3839);
    color: #fff;
    text-align: center;
    /* line-height: 35px; */
    margin-right: 0.5rem;
    /* transition: 0.3s; */
    display: flex;
    justify-content: center;
}

.social-icons a:hover {
    transform: scale(1.05);
}


.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square1 {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

@media (max-width: 850px) {
    .form {
        grid-template-columns: 1fr;
    }

    .contact-info1:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95);
    }

    .contact-form1:before {
        top: -13px;
        left: initial;
        right: 70px;
    }

    .square1 {
        transform: translate(140%, 43%);
        height: 350px;
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%;
    }

    .text {
        margin: 1rem 0 1.5rem 0;
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {


    .contact-info1:before {
        display: none;
    }

    .square1,
    .big-circle {
        display: none;
    }

    form,
    .contact-info1 {
        padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
        font-size: 0.8rem;
    }

    .title {
        font-size: 1.15rem;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .icon {
        width: 23px;
    }

    .input {
        padding: 0.45rem 1.2rem;
    }

    .btn {
        padding: 0.45rem 1.2rem;
    }
}

#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    width: 300px !important;
    height: auto;
}

#myImg:hover {
    opacity: 0.7;
}

#myImgs {
    height: 300px !important;
    width: auto;
    cursor: pointer;
}

.parent {
    width: 920px !important;
    height: 304px;
    margin: 20px auto;
    overflow: hidden;
    white-space: nowrap;
}

.child {
    display: inline-block;
}

.myImages {
    width: 100%;
    height: auto;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.parent .child {
    width: 920px !important;
    animation: marquee 36s linear infinite;
    /* Adjust animation duration */
}

.parent .child:nth-child(1) {
    animation-delay: 0s;
}

.parent .child:nth-child(2) {
    animation-delay: 3s;
}

.parent .child:nth-child(3) {
    animation-delay: 6s;
}

.parent .child:nth-child(4) {
    animation-delay: 9s;
}

.parent .child:nth-child(5) {
    animation-delay: 12s;
}

.parent .child:nth-child(6) {
    animation-delay: 15s;
}

.parent .child:nth-child(7) {
    animation-delay: 18s;
}

.parent .child:nth-child(8) {
    animation-delay: 21s;
}

.parent .child:nth-child(9) {
    animation-delay: 24s;
}

.parent .child:nth-child(10) {
    animation-delay: 27s;
}

.parent .child:nth-child(11) {
    animation-delay: 30s;
}

.parent .child:nth-child(12) {
    animation-delay: 33s;
}

.parent .child:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    padding-top: 100px;
    padding: 100px 40px 0 40px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
    overflow-y: scroll;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.prev,
.next {
    font-size: 30px;
    cursor: pointer;
    color: #CD3839;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* CUSTOM1 */
* {
    box-sizing: border-box;
}

.row-pg {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: auto;
    /* padding-left: 32px;
    padding-right: 32px; */
}

.column-pg {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    /* padding: 0 4px; */
    flex-direction: column;
    column-gap: 25px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Custom */
@media screen and (max-width: 600px) {
    .enap-gallery-img {
        padding-left: 5px;
        padding: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 850px) {
    .column-pg {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        column-gap: 5px;
        flex-direction: column;
    }

    .row-pg {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column-pg {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        column-gap: 10px;
        flex-direction: column;
    }

    .row-pg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.success {
    /* position: relative;
    top: 30%;
    left: 30%; */
    width: 550px;
    height: 200px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #9e9a9a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.successmessage {
    /* color: #CD3839; */
    text-align: center;
    align-items: center;

}

.Merried {
    display: none;
}

.required {
    display: none;
}

.Married {
    display: flex;
}

@media screen and (max-width: 600px) {
    .Married {
        display: block;
    }
}

.paymentQRcode {
    height: 300px !important;
    width: auto;
}

.fonth {
    font-size: 22px;
}

@media screen and (max-width: 600px) {
    .paymentQRcode {
        height: 250px;
        width: auto;
    }

    .fonth {
        font-size: 18px;
    }
}

.contacta {
    display: flex;
    justify-content: center;
}

@media(max-width:768px) {
    .contacta {
        display: block;
        justify-content: center;
    }

    .form1 {
        width: 100%;
        max-width: 900px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
        z-index: -10;
        overflow: hidden;
        /* display: grid; */
        /* grid-template-columns: repeat(1, 1fr); */
        display: block;
    }

    .gallery1 {
        display: block;
        flex-direction: row;
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        gap: 8px;
        /* max-width: 1400px; */
        margin: 0 auto;
        padding: 20px 10px;
    }

    .slider {
        z-index: -11;

        /* max-width: 300px; */
        margin-left: 50px;
        height: 300px;
        display: flex;
        background: transparent;
        justify-content: center;
    }

    .owl-carousel {
        /* width: 60% !important; */
    }
}

.Currentt {
    height: 150px;
}

@media(max-width:850px) {
    .contacta {
        display: block;
        justify-content: center;
    }

    .form1 {
        width: 100%;
        max-width: 900px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
        z-index: -10;
        overflow: hidden;
        /* display: grid; */
        /* grid-template-columns: repeat(1, 1fr); */
        display: block;
    }

    .gallery1 {
        display: block;
        flex-direction: row;
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        gap: 8px;
        /* max-width: 1400px; */
        margin: 0 auto;
        padding: 20px 10px;
    }

    .slider {
        width: 700px !important;
        overflow-x: hidden !important;
    }

    .Currentt {
        height: 80px;
    }
}