@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

.container {
    max-width: 1140px;
    margin: 0 auto;

}


/*🔹 Primary: #2C3E50 (Deep Navy Blue)*/
/*🔹 Secondary: #D4AF37 (Royal Gold)*/
/*🔹 Accent: #F5F5F5 (Soft White)*/
/*🔹 Highlight: #8B5E3B (Warm Brown)*/


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.secondry_logo_sec .subLogo {
    max-width: 90px;
}

.secondry_logo_sec {
    margin-left: 25px;
}
.header .container {
    max-width: 100%;
    margin: 0 40px;
}
.navigationsec ul li:last-child a {
    border: 1px solid #d4af37;
    background: #d4af37;
    color: #fff !important;
    padding: 8px 18px;
    transition:all .3s ease;
}
.navigationsec ul li:last-child a:hover{
    background-color:#2C3E50;
    border: 1px solid #2C3E50;
    color:#fff !important;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    /*padding: 8px 0px;*/
    align-items: center;
}

.navigationsec ul {
    display: flex;
    list-style: none;
    gap: 40px;
    padding-left: 0;
    margin-left: 0;
}

.header {
    background: #F5F5F5;
    position: sticky;
    top: 0;
    z-index: 9;
}

.logosec img {
    max-width: 248px;
    margin: 0;
    padding: 0;
    padding-top: 18px;
}
.secondry_logo_sec img {
    max-width: 180px;
}
.navigationsec ul li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #8B5E3B;
    position: relative;
    transition: color 0.3s ease;
}

.navigationsec ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #D4AF37;
    transition: width 0.3s ease;
}

.navigationsec ul li a:hover {
    color: #D4AF37 !important; 
}

.navigationsec ul li a:hover::after {
    width: 100%;
}


.second_sec {
    height: 330px;
    background-image: url(./images/background1.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-attachment: fixed;
    position: relative;
}


.second_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: transform 0.5s ease-in-out;
}

.second_sec_inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 100%;
}

.second_sec_inner h2 {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.second_sec_inner p {
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 300;
}

/* Button Styling */
.second_sec_inner button {
    background: #D4AF37;
    border: none;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    font-family: 'lato', sans-serif !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.second_sec_inner button:hover {
    background: #2C3E50;
    color: #fff;
    border: 1px solid #2C3E50;
}

.third_sec {
       display: flex;
    align-items: center;
    margin: 0 50px;
}
.award_section img {
    max-width: 280px;
}

.third_sec .third_left {
    /* width: 100%; */
    /* padding-left: 28px; */
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 25px;
}


.award_section p {
    text-align: center;
    margin-bottom: 8px;
}
@keyframes twinkle {
    0% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 0.8; transform: scale(1); }
}

.award_section p span {
    font-size: 24px;
    display: inline-block;
    animation: twinkle 1.5s infinite ease-in-out;
}

.third_right {
      position: relative;
    width: 100%;
background: #f5f5f5;
    padding-top: 35px;
    padding-bottom: 35px;
    /* gap: 25px; */
    align-items: end;
    /*margin-bottom: 60px;*/
    /*background-image: url(./images/background1.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-attachment: fixed;*/
}

/* .third_right::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    z-index: 1;*/
/*}*/

.third_right .container {
    position: relative;
    z-index: 2; /* Keeps content above the overlay */
} 
.third_right img {
    max-width: 45%;
}

.third_right button {
    padding: 8px 25px;
    text-transform: uppercase;
    background: #D4AF37;
    color: #fff;
    border: 1px solid #D4AF37;
    font-size: 25px;
    font-weight: 400;
    font-family: 'poppins', sans-serif !important;
    transition: all .3sease;
    cursor: pointer;
    /*border-radius: 5px;*/
    display:flex;
    margin:0 auto;
}
.third_right a {
    text-decoration:none;
    color:#2C3E50;
}

.third_right button:hover {
    background-color: #2C3E50;
    color: #fff;
    border-color:#2C3E50;
}

.third_right h3 {
    color: #2C3E50;
    font-weight: 500;
    font-size: 20px;
}

.third_right p,
a {
    color: #2C3E50;
    /*text-align: right;*/
    font-size: 17px;
}
.third_right_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.third_left h2 {
    font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    position: relative;
    margin: 0px 0 30px 0;
        text-align: left;
}
.third_left h2 span {
    color: #d4af37;
}
.highl_text {
    color: #d4af37 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.third_left h2::after {
    content: "";
    width: 100px;
    border-bottom: 1px solid #d4af37;
    display: block;
    margin: 10px 0 0 0;
}
.third_left h2 span {
    display: inline-block;
    animation: float 2s infinite ease-in-out;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.third_left h4 {
    font-size: 16px;
    color: #2C3E50;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer {
    background: #2C3E50;
    padding: 50px 0;
}

.footer .container {
    display: flex;
    color: #fff;
}

.footer .container div {
    width: 33%;
    padding-left: 90px;
}

.third_left p,
a {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 16px 0;
    color: #6c7279;
}

.third_left a {
    color: #2C3E50;
    font-weight: 600;
}

.swiper-container {
    width: 100%;
    height: 650px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-pagination {
    display: none;
}

.first_footer h4,
.second_footer h4,
.third_footer h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.second_footer ul {
    padding-left: 0;
}

.second_footer ul li {
    font-size: 14px;
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
}

.third_footer ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 15px;
    font-size: 26px;
}

.first_footer p {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.first_footer p i {
    padding-right: 10px;
    font-size: 16px;
}

.service_content {
    width: 100%;
    /* float: left; */
    margin: 0px;
    padding: 0px 0;
    display: flex;
}

.service_content_left {
    width: 50%;
    /* float: left; */
    margin: 0px;
    padding: 0px 0px 0 0px;
    text-align: left;
}

.image_item {
    position: relative;
    width: 100%;
}

.image_item img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #d4af377a;
}

.text1 {
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    position: absolute;
    top: 40%;
    padding: 0 20%;
    text-align: center;
    transition: .5s ease;
        text-shadow: 1px 1px 2px #00000059;
}

.text {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 45px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .5s ease;
        text-shadow: 1px 1px 2px #00000059;
}

.btn {
    color: #2C3E50;
    text-transform: uppercase;
    font-weight: 300;
    background: #f5f5f5;
    padding: 15px 30px;
    font-size: 22px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: .5s ease;
    opacity: 0;
}
.btn:hover{
    background: #D4AF37; 
    color:#fff;
}

.image_item:hover .overlay {
    opacity: 1;
        background-color: #d4af377a;
}

.image_item:hover .btn {
    opacity: 1;
    transition: .5s ease;
}

.image_item:hover .text {
    top: 27%;
    transition: .5s ease;
    color: #fff;
}

.fourth_sectin {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.fourth_sectin h2 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.fac_first_Sec {
    margin: 80px 0;
}

.fac_second_Sec h2 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 30px;
    text-align: center;
}

.fac_first_Sec h2 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 30px;
    text-align: center;
}

.roomsec_right h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 15px;

}

.fifth_section h2 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 30px;
}

.fourth_sectin .container {
    background: #fff;
    padding: 20px;
}

.slidder_Sec {
    overflow: hidden;
}

.colmain .col {
    width: 32%;
}
.colmain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.colmain .col p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.colmain .col p img {
    width: 10%;
}

.fourth_sectin .container {
    background: #fff;
    padding: 20px;
    padding-left: 40px;
    border-radius: 5px;
}

.type_col {
    width: 31%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    object-fit: contain;
}

.image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
}

.fifth_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-left: 30px;
}

.fifth_section {
    padding: 70px 0;
}

.image-wrapper h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 44px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
    /* Above overlay */
}

/* Button (Initially Hidden) */
.image-wrapper button {
    position: absolute;
    top: 60%;
    /* Slightly below the h3 */
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    font-size: 18px;
    background-color: #f5f5f5;
    color: #2C3E50;
    border: none;
    cursor: pointer;
    font-family: 'lato', sans-serif !important;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 3;
    /* Above everything */
}

.image-wrapper button:hover {
    background-color: #D4AF37;
    border: 1px solid #D4AF37;
    color: #fff;
}

/* On Hover */
.type_col:hover .image-wrapper::before {
    opacity: 0.3;
    /* Reduce overlay instead of fully removing */
}

.type_col:hover h3 {
    opacity: 0;
}

.type_col:hover button {
    opacity: 1;
}


.fac_second_Sec .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.fac_second_Sec .container .motel_img {
    width: 50%;
}

.fac_second_Sec .container .motel_content {

    width: 50%;
}

.fac_second_Sec img {
    width: 100%;
}

.motel_content_inner h4 {
    font-size: 20px;
    color: #2f2c2c;
    line-height: 30px;
}

.motel_content_inner h4 {
    font-size: 20px;
    color: #2f2c2c;
    line-height: 30px;
}

.motel_content_inner p {
    color: #6c7279;
    font-size: 18px !important;
    margin-bottom: 30px;
}

.contact_slider {
    overflow: hidden;
    width: 100%;
}

.room_section {
    padding: 80px 0;
}

.room_section .container {
    display: flex;
    justify-content: space-between;
    /* gap: 28px; */
}

.roomsec_right {
    padding-left: 50px;
}

.contacct_inner_slider {
    height: 365px !important;
}

.roomsec_right p {
    color: #6c7279;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.location_cstm img {
    width: 100%;
}

.location_cstm {
    height: 80vh;
}

.form {
    margin: auto;
    /* padding: 20px 30px; */
}

.form_row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.form_inner {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form_col {
    width: 33%;
}

.full_Width {
    width: 100%;
}

.form_contact .heading_contatc h2 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.form_inner label {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
}

.form_inner input {
    padding: 13px 5px;
    border: 1px solid #e9e9e9;
    transition: all .3s ease;
}

.form_inner input:focus {
    border: 1px solid #c9c7c7;
    outline: none;
    box-shadow: 0px 0px 2px 0px #ccccccd1;
}

.form_inner select:focus {
    border: 1px solid #c9c7c7;
    outline: none;
    box-shadow: 0px 0px 2px 0px #ccccccd1;
}

.form_inner textarea:focus {
    border: 1px solid #c9c7c7;
    outline: none;
    box-shadow: 0px 0px 2px 0px #ccccccd1;
}

.form_inner select {
    padding: 13px 5px;
    border: 1px solid #e9e9e9;
    transition: all .3s ease;
}

.form_inner textarea {
    padding: 13px 5px;
    border: 1px solid #e9e9e9;
    resize: vertical;
    transition: all .3s ease;
}

.form_contact .container {
    margin: 60px auto;
}

.form_buttons button:first-child {
    background: #2C3E50;
    color: #fff;
    font-size: 16px;
    font-family: 'lato', sans-serif !important;
    padding: 10px 70px;
    border: none;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid #2C3E50;
}

.form_buttons button:first-child:hover {
    border: 1px solid #2C3E50;
    color: #2C3E50;
    background-color: #fff;
}

.form_buttons button:last-child {
    background: #fff;
    color: #2C3E50;
    font-size: 16px;
    font-family: 'lato', sans-serif !important;
    padding: 9px 70px;
    border: none;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid #2C3E50;
    margin-left: 30px;
}

.form_buttons button:last-child:hover {
    border: 1px solid #2C3E50;
    color: #fff;
    background-color: #2C3E50;
}


.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-nav {
    position: absolute;
    top: 70px;
    right: 0;
    width: 98%;
    background: #2C3E50;
    text-align: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    margin-right: 5px;
    z-index: 99;
}

.mobile-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.mobile-nav ul li {
    padding: 16px 30px;
    border-bottom: 1px solid #c6bdbd14;
    text-align: left;
}

.mobile-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}


.mobile-nav.active {
    max-height: 300px;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .navigationsec {
        display: none;
    }
    .third_sec {
    margin: 0 !important;
}
    .secondry_logo_sec .subLogo {
    display:none;
}
    .secondry_logo_sec img {
   display: none;
}
    .third_right h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.third_right p, a {

    font-size: 13px !important;
}
.third_right_info {
        margin-top: 15px !important;
        padding: 0 5px;
        flex-direction: column;
        align-items: start;
        padding-left: 16px;
}
    body{
        overflow-x: hidden;
    }
    .col.aos-init.aos-animate {
        box-shadow: none !important;
        /* padding: 0 !important; */
        padding-top: 0px !important;
        padding-left: 0px !important;
        width: 45% !important;
        gap:0 !important;
    }
    .trans_heading:before {
       display: none;
    }
    .menu-toggle {
        display: block;
    }

    .logosec img {
        max-width: 120px;
    }

    .header_inner {
        padding: 8px;
    }

    .swiper-container {
        width: 100%;
        height: 270px;
    }

    .swiper-button-next {
        top: 22%;
    }

    .swiper-button-prev {
        top: 22%;
    }

    .third_sec {
        flex-direction: column;
    }

    .service_content.aos-init.aos-animate {
        flex-direction: column;
        padding: 0 15px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .third_sec .third_left {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .third_sec {
        flex-direction: column;
        padding: 0 15px;
                padding-top: 20px !important;
    }

    .third_sec .third_right {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: end;
        padding-right: 10%;
        background: #E4E3DD;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 15px;
    }

    .third_right button {
              padding: 8px 16px;
        font-size: 20px;
        border-radius: 0;
        margin-top: 15px;;
    }

    .third_right h3 {
        font-size: 18px;
    }

    .third_left h2 {
        font-size: 30px;
        margin: 0px 0 20px 0;
    }

    .third_left h2::after {
        margin: 20px 0 0 0;
    }

    .service_content_left {
        width: 93%;
    }

    .text {
        top: 50% !important;
        font-size: 40px;
    }

    .image_item:hover .text {
        opacity: 0;
        transition: .5s ease;
    }

    .btn {
        padding: 10px 20px;
        font-size: 15px;
        bottom: 10%;
    }

    .colmain .col {
        width: 50%;
    }

    .colmain {
        flex-wrap: wrap;
    }

    .colmain .col p img {
        width: 20%;
    }

    .fourth_sectin .container {
        padding-left: 15px;
        border-radius: 0px;
    }

    .last_col {
        display: none;
    }

    .mb_0 p {
        margin-bottom: 0 !important;
    }

    .fourth_sectin h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .fourth_sectin {
        padding: 30px 0;
    }

    .type_col {
        width: 100%;
    }

    .fifth_section {
        padding: 30px 0;
    }

    .fifth_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        margin-left: 0px;
    }

    .fifth_section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fifth_section {
        padding: 20px 15px;
        padding-bottom: 40px;
    }

    .image-wrapper h3 {
        font-size: 34px;
    }

    .second_sec_inner h2 {
        font-size: 30px;
    }

    .second_sec_inner p {
        padding: 5px 10px;
        font-size: 16px;
    }

    .second_sec {
        height: 250px;
        padding: 10px;
    }

    .second_sec_inner button {
        padding: 10px 30px;
        font-size: 18px;
        margin-top: 8px;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .container div {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .first_footer h4,
    .second_footer h4,
    .third_footer h4 {
        margin-bottom: 10px;
    }

    .first_footer p {
        padding-bottom: 15px;
    }

    .third_footer ul {
        margin: 0;
    }

    .footer {
        padding: 30px 0;
    }

    .text1 {
        top: 10%;
    }

    .fac_first_Sec {
        margin: 40px 15px;
    }

    .fac_first_Sec h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fac_second_Sec h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fac_second_Sec .container {
        gap: 20px;
        flex-direction: column;
    }

    .fac_second_Sec .container .motel_img {
        width: 100%;
    }

    .fac_second_Sec.aos-init.aos-animate {
        margin: 0 15px;
    }

    .fac_second_Sec .container .motel_content {
        width: 100%;
    }

    .motel_content_inner p {
        margin-bottom: 15px;
    }

    .room_section {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .roomsec_right {
        padding-left: 0px;
    }

    .room_section .container {
        flex-direction: column;
        margin: 0 15px;
        gap: 20px;
    }

    .roomsec_right p {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .form_contact .heading_contatc h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .form_contact .container {
        margin: 40px 15px;
    }

    .form_row {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 15px;
    }

    .form_inner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .form_buttons button:last-child {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .form_buttons button:first-child {
        width: 100%;
    }

    .header {
        position: inherit;
    }

    .location_cstm {
        height: 20vh;
    }

    .trans_heading:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 70px;
        background: #2C3E50;
        bottom: -6px;
        left: 42%;
    }
}

.second_footer li a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease;
}

.second_footer li a:hover {
    color: #F4C806;

}

.navigationsec ul li a:hover {
    color: #F4C806;
}

.third_footer li i {
    transition: all .3s ease;
    cursor: pointer;
}

.third_footer li i:hover {
    color: #F4C806;
    transform: translateY(-5px);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        max-width: 960px;
        margin: 0 auto;

    }

    .third_sec .third_left {
        /*padding-left: 10.2%;*/
    }

    .third_sec .third_right {
        padding-right: 14%;
    }

    .image-wrapper h3 {
        font-size: 32px;
    }

    .fifth_inner {

        gap: 25px;
        margin-left: 15px;
    }

    .btn {
        bottom: 6%;
    }
}
@media (min-width: 1200px) and (max-width: 1480px){
    
    .fifth_inner {
    gap: 30px !important;
}
  .image-wrapper h3 {
    font-size: 40px;
}  
    
}
@media (min-width: 1024px) and (max-width: 1160px) {
    .container {
        max-width: 1010px;
        margin: 0 auto;

    }

    .type_col {
        width: 31%;
        position: relative;
        overflow: hidden;
    }

    .fifth_inner {
        gap: 35px;
        margin-left: 10px;
    }

    .third_sec .third_left {
        /*padding-right: 40px;*/
    }

    .image-wrapper h3 {
        font-size: 35px;
    }
}

p#all_error_msg {
    color: red;
    margin-bottom: 15px;
    margin-top: -5px;
    font-size: 16px;
}

.trans_heading {
    position: relative;
    margin-bottom: 16px;
}

.trans_heading:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: #D4AF37;
    bottom: -3px;
    left: 46%;
}
.col.aos-init.aos-animate {
    box-shadow: 0 0 0px 2px #cccccc57;
    /* display: flex; */
    /* align-items: center; */
    padding-top: 20px;
    padding-left: 20px;
    width: 30%;
        box-shadow: 0px 0px 0px 1px #D4AF37;
}
.third_right h2{
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}