* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Lora', serif, sans-serif;
}
 
html {
    scroll-behavior: smooth;
}
 
body {
    font-family: 'Lora', serif;
    background-color: #eed1b0;
}
 
h1,
h2,
h3,
.middleText h1,
.middleText h2 {
    font-family: 'Montserrat', sans-serif;
 
}
 
.header {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 70px;
    /* background: #e8e3f8; */
    background: #edaf66;
    flex-direction: column;
}
 
.header a,
.copyright {
    /* color: #151F63; */
    color: black;
    text-decoration: none;
}
 
.menuLeft,
.menuRight {
    display: flex;
    align-items: center;
}
 
.menuLeft ul,
.menuRight ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
 
.menuLeft li {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
 
.menuLeft img {
    width: 20rem;
    height: 18rem;
}
 
.menuRight li {
    margin-right: 10px;
}
 
#galleryModal .modal-content {
    background-color: #edaf66;
}
 
#galleryModal .modal-body {
    background-color: #edaf66;
}
 
#galleryModal .modal-header {
    background-color: #edaf66;
}
 
 
.middleText {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 50px;
}
 
.middleText h1,
h2,
h3 {
    /* color: #151F63; */
    color: black;
}
 
.middleText h2 {
    max-width: 80%;
    word-wrap: break-word;
    line-height: 1.4;
}
 
.middleText button {
    width: 200px;
    height: 50px;
    background: #edaf66;
    color: black;
    border-radius: 20px;
    margin: 35px;
    font-size: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.middleText button:hover {
    background: #eed1b0;
    color: black;
    /* color: #151F63; */
    /* border: solid #151F63; */
 
    transform: scale(1.1);
}
 
.carousel2 {
    margin-top: 55px;
}
 
/*.carousel-inner img {*/
/*    padding: 50px;*/
/*    height: 700px;*/
/*    object-fit: cover;*/
/*    background: #edaf66;*/
 
/*}*/
.carousel-inner img,
.carousel-inner iframe {
    padding: 50px;      /* optional, if you want spacing */
    height: 700px;      /* same as images */
    object-fit: cover;  /* fills the container nicely */
    background: #edaf66;
    width: 100%;
}
.carousel-inner .ratio {
    height: 700px;       /* same as images */
    padding: 50px;       /* same as images */
    box-sizing: border-box;
}
 
 
.infoPages {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
 
.infoPages button {
    width: 210px;
    height: 85px;
    background: #edaf66;
    color: black;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.infoPages button:hover {
    background: #eed1b0;
    color: black;
    transform: scale(1.1);
}
 
.about {
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    background: #edaf66;
 
}
 
.aboutText {
    width: 600px;
    height: auto;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
 
}
 
.aboutText p {
    font-size: 18px;
    line-height: 40px;
}
 
.aboutText button {
    width: 210px;
    height: 85px;
    background: #eed1b0;
    color: black;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.aboutText button:hover {
    background: #edaf66;
    color: black;
    transform: scale(1.1);
}
 
 
 
.aboutUs {
    display: flex;
    width: 100%;
    height: 50rem;
    padding: 70px;
    align-items: center;
}
 
.aboutUs h2 {
    width: 350px;
    height: 55px;
    border-radius: 15px;
    background: #eed1b0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
 
}
 
.aboutusText1,
.aboutusText2 {
    display: flex;
    width: 50%;
    height: 40rem;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    margin: 20px;
    line-height: 35px;
    background: #edaf66;
    border-radius: 15px;
}
 
.aboutCity {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
}
 
.aboutcityText {
    width: 70rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    padding: 35px;
    background: #edaf66;
    border-radius: 15px;
}
 
.aboutCity button {
    width: 210px;
    height: 85px;
    background: #eed1b0;
    color: black;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
 
.aboutCity button:hover {
    background: #edaf66;
    color: black;
    transform: scale(1.1);
}
 
 
 
.aboutImg {
    background-image: url(../img/collage2.jpg);
    width: 600px;
    height: 900px;
    background-attachment: fixed;
    /* background-position: center center; */
    background-repeat: no-repeat;
    /* background-size: cover; */
    -moz-background-size: auto 50%;
    /* -webkit-background-size: auto 50%; */
    -o-background-size: auto 50%;
    background-size: 50%;
    /* background-size: 25%; */
    /* background-attachment: fixed; */
    background-position: right -7rem;
    background-repeat: no-repeat;
}
 
.team {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    background: #edaf66;
    /* color: #151F63; */
    color: black;
    margin-top: 60px;
}
 
 
 
 
.teamImg {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px;
}
 
.teamImg a {
    display: block;
    width: 33.33%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
 
.teamImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}
 
.teamImg a:hover img {
    transform: scale(1.1);
}
 
.teamImg a .text {
 
    width: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 12px;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #edaf66;
    color: black;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3sease-in-out;
}
 
.teamImg a:hover .text {
    opacity: 1;
}
 
.gevorg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    /* background: #edaf66; */
    /* color: #151F63; */
    color: black;
    padding: 40px 0;
    box-sizing: border-box;
}
 
.gevorg img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}
 
.gevorg p {
    font-size: 1.1em;
    line-height: 2.5;
    max-width: 600px;
    text-align: left;
    margin: 0;
}
 
.gevorg h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}



.diana {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    /* background: #edaf66; */
    /* color: #151F63; */
    color: black;
    padding: 40px 0;
    box-sizing: border-box;
}
 
.diana img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}
 
.diana p {
    font-size: 1.1em;
    line-height: 2.5;
    max-width: 600px;
    text-align: left;
    margin: 0;
}
 
.diana h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
 
.zoia {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    /* background: #edaf66; */
    /* color: #151F63; */
    color: black;
    padding: 40px 0;
    box-sizing: border-box;
}
 
.zoia img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}
 
.zoia p {
    font-size: 1.1em;
    line-height: 2.5;
    max-width: 600px;
    text-align: left;
    margin: 0;
}
 
.zoia h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
 
.haskin {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    /* background: #edaf66; */
    /* color: #151F63; */
    color: black;
    padding: 40px 0;
    box-sizing: border-box;
}
 
.haskin img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}
 
.haskin p {
    font-size: 1.1em;
    line-height: 2.5;
    max-width: 600px;
    text-align: left;
    margin: 0;
}
 
.haskin h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
 
.yujian {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #e8e3f8; */
    /* background: #edaf66; */
    /* color: #151F63; */
    color: black;
    padding: 40px 0;
    box-sizing: border-box;
}
 
.yujian img {
    width: 500px;
    height: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 30px;
}
 
.yujian p {
    font-size: 1.1em;
    line-height: 2.5;
    max-width: 600px;
    text-align: left;
    margin: 0;
}
 
.yujian h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
}
 
.registration {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 750px;
    justify-content: center;
    align-items: center;
    /* background-color: #f0f0f0; */
 
}
 
.regForm {
    display: flex;
    flex-direction: column;
    width: 500px;
    background-color: #edaf66;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
 
.form-group {
    margin-bottom: 15px;
}
 
 
.regForm label {
    /* color: #151F63; */
    color: black;
    margin-bottom: 5px;
    font-size: 14px;
}
 
.regForm input[type="text"],
.regForm input[type="date"],
.regForm input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background: #eed1b0;
}
 
.regForm input:focus {
    /* border-color: #151F63; */
    color: black;
    outline: none;
}
 
.radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
 
.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
 
}
 
 
.radio-group input[type="radio"] {
    width: auto;
    margin: 0;
}
 
.regForm button {
    width: 100%;
    height: 50px;
    /* background: #151F63; */
    background: #edaf66;
    color: black;
 
    border-radius: 20px;
    margin-top: 20px;
    /* color: white; */
    border: 1px solid black;
 
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
 
}
 
.regForm button:hover {
    /* background: white; */
    /* color: #151F63; */
    background: #eed1b0;
    color: black;
    border: 1px solid black;
    transform: scale(1.05);
}
 
.iti {
    display: block !important;
    width: 100% !important;
}
 
.iti input.iti__input {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 45px !important;
    text-indent: 0 !important;
}
 
.message {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
 
.message .success,
.message .danger {
    font-size: 20px;
    position: absolute;
    animation: fadeIn 0.3s ease-in-out;
    display: none;
}
 
.message .success {
    color: green;
}
 
.message .danger {
    color: red;
}
 
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
 
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
 
.footer {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 70px;
    /* background: #e8e3f8; */
    background: #edaf66;
 
}
 
.footer a,
.copyright {
    /* color: #151F63; */
    color: black;
    text-decoration: none;
}
 
.scroll-up-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background-color: #151F63; */
    background: #edaf66;
    color: black;
 
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s;
}
 
.scroll-up-btn:hover {
    background: #eed1b0;
}
 
.scroll-up-btn i {
    font-size: 20px;
}
 
 
 
 
@media (max-width: 768px) {
 
    .aboutcityText {
        width: 32rem;
    }
 
    .aboutUs {
        height: 95rem;
        flex-direction: column;
    }
 
    .aboutusText1,
    .aboutusText2 {
        width: auto;
    }
 
    .header {
        height: auto;
        flex-direction: column;
        padding: 10px;
        gap: 20px;
    }
 
    .menuLeft,
    .menuRight {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
 
    .menuLeft img {
        width: 15rem;
        height: 15rem;
    }
 
    /*.carousel-inner img {*/
    /*    padding: 20px;*/
    /*    height: auto;*/
    /*    object-fit: contain;*/
    /*}*/
    .carousel-inner img,
    .carousel-inner iframe {
        padding: 20px;
        height: auto;
        object-fit: contain; /* makes both images and videos scale inside container */
        width: 100%;
    }
.carousel-inner .ratio {
        height: auto;
        padding: 20px;
    }
}
 
 
    .middleText {
        height: auto;
        padding-top: 20px;
        text-align: center;
    }
 
    .middleText h1 {
        font-size: 2em;
    }
 
    .middleText h2 {
        font-size: 1.5em;
    }
 
    .middleText button {
        width: 180px;
        font-size: 20px;
    }
 
    .about {
        flex-direction: column;
        height: 50rem;
    }
 
    .gyumribtn {
        display: none;
    }
 
    .carousel2 {
        margin-top: 0px;
    }
 
    .carouselExample2 {
        display: block;
    }
 
    .aboutText {
        width: 100%;
        height: auto;
        padding: 20px;
    }
 
    .aboutImg {
        display: none;
    }
 
    .team h1 {
        font-size: 25px;
    }
 
    .teamImg {
        height: auto;
        flex-direction: column;
    }
 
    .teamImg a {
        width: 100%;
        margin-bottom: 20px;
    }
 
    .teamImg a .text {
        opacity: 1;
        top: 80%;
    }
 
    .teamImg a img {
        height: auto;
    }
 
    .regForm {
        width: 100%;
        padding: 20px;
    }
 
    .regForm input {
        font-size: 16px;
    }
 
    .regForm button {
        font-size: 16px;
    }
 
    .footer {
        flex-direction: column;
        padding: 20px;
        font-size: 13px;
    }
 
    .bars {
        display: none;
        cursor: pointer;
        text-align: center;
 
    }
 
 
    .gevorg,
    .haskin,
    .zoia,
    .yujian,
    .diana {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
 
    .gevorg img,
    .haskin img,
    .zoia img,
    .yujian img,
    .diana img {
        width: 100%;
        max-width: 250px;
        height: auto;
        margin-right: 0;
 
    }
 
    .gevorg,
    .haskin,
    .zoia,
    .yujian,
    .diana div {
        text-align: center;
        padding: 0 20px;
    }
 
    .gevorg h2,
    .haskin h2,
    .zoia h2,
    .yujian h2,
    .diana h2 {
        font-size: 1.8em;
    }
 
    .gevorg p,
    .haskin p,
    .zoia p,
    .yujian p,
    .diana p {
        font-size: 1.1em;
    }
}
 
 
@media (max-width: 480px) {
 
    .aboutcityText {
        width: 20rem;
    }
 
    .infoPages {
        height: 250px;
        gap: 0;
        flex-direction: column;
    }
 
    .aboutUs {
        height: 145rem;
    }
 
    .aboutusText1,
    .aboutusText2 {
        height: 72rem;
    }
 
    .aboutUs h2 {
        width: 270px;
    }
 
    .middleText h1 {
        font-size: 1.8em;
    }
 
    .middleText h2 {
        font-size: 1.3em;
    }
 
    .middleText button {
        width: 160px;
        font-size: 18px;
    }
 
    /*.carousel-inner img {*/
    /*    height: 300px;*/
    /*}*/
       .carousel-inner img,
    .carousel-inner iframe {
        height: 300px;      /* match the images */
        width: 100%;
        object-fit: cover;   /* fills the slide without stretching */
        padding: 0;          /* optional, adjust if needed */
    }
    
    .carousel-inner .ratio {
        height: 300px;
        padding: 0;
    }
}
 
/*.carousel-inner .ratio iframe {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
    
    
    .aboutText button {
        font-size: 20px;
    }
 
    .teamImg a img {
        height: auto;
    }
 
    .responsive-menu {
        display: block;
    }
 
    .gevorg,
    .haskin,
    .zoia,
    .yujian,
    .diana {
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
    }
 
    .gevorg img,
    .haskin img,
    .zoia img,
    .yujian img,
    .diana img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
 
    .gevorg h2,
    .haskin h2,
    .zoia h2,
    .yujian h2,
    .diana h2 {
        font-size: 1.5em;
    }
 
    .gevorg p,
    .haskin p,
    .zoia p,
    .yujian p,
    .diana p {
        font-size: 1em;
    }
 
    .menuLeft ul,
    .menuRight ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        flex-direction: column;
        align-items: center;
    }
}
 
@media (max-width: 320px) {
 
    .aboutusText1,
    .aboutusText2 {
        margin-bottom: 20px;
    }
 
}