@import url('./bootstrap.min.css');
@import url('./aos.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
}

:root{
    --yellow: #FFDC00;
    --black: #000;
    --gray: #757575;
    --white: #FFF;
    --lightYellow: #CCB000;
    --minLight :#FFED7F;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Roboto", sans-serif;
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    background-color: var(--yellow);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.font-roboto{
    font-family: "Roboto", sans-serif;
}

.font-bai-jamjuree{
    font-family: "Bai Jamjuree", sans-serif;
}

.font-15{
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.font-16{
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
}

.font-30{
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
}

.font-36{
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    text-transform: capitalize;
}

.font-48{
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
    text-transform: capitalize;
}

.font-60{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.font-18{
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.font-20{
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.font-26{
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.text-black{
    color: var(--black);
}
.text-gray{
    color: var(--gray);
}

.fw-500{
    font-weight: 500;
}
.custom-weight{
    line-height: 40px !important;
    font-weight: 500 !important; 
}

.lh-30{
    line-height: 30px;
}

.max-420{
    max-width: 420px;
    line-height: 25px;
}

.border-bottom{
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;;
}

.border-start{
    border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.nav-link{
    border-bottom: 4px solid transparent;
}
.nav-link:focus, .nav-link:hover{
    border-color: var(--black);
}

.custom-form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.custom-form-control:focus-visible{
    outline: none;
}

.btn-light{
    border-radius: 0;
    padding: 10px 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    border: 0;
}

.btn-light:hover{
    background-color: var(--black);
    color: var(--yellow);
}

.btn-white{
    border-radius: 5px;
    padding: 15px 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    border: 0;
    background-color: var(--white);
    margin: 0 10px;
}

.btn-white:hover{
    background-color: var(--yellow);
    color: var(--black);
}



/* header start css */
.neader-container{
    max-width: 95%;
} 
.navbar-brand img{
    width: 75%;
}

.header{
    margin: 30px 0;
}


.dropdown-toggle::after{
    border: 0;
    background-image: url('./../images/dropdown.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0;
}

.nav-item{
    padding: 0 10px;
}

.nav-link{
    padding: 24px 0;
    font-weight: 500;
    color: var(--black);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    border-color: var(--black);
    
}

.dropdown-item{
    color: var(--yellow);
}



/* slider section start css */
.slider-img{
    position: relative;
    width: 100%;
    height: 650px;
}

.slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.35);*/
}


/* welcome section stat css */
.welcome-section{
    padding: 60px 0 0;
    position: relative;
}
.welcome-section::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0);
    width: 65%;
    height: 100%;
    background-image: url('./../images/shape_one.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}
.line-left{
    position: absolute;
    top: 12%;
    left: 0;
    width: calc(100% - 83%);
    height: 2px;
    background-color:var(--lightYellow);
    z-index: -1;
}

.line-right{
    position: absolute;
    top: 12%;
    right: 0;
    width: calc(100% - 83%);
    height: 2px;
    background-color:var(--lightYellow);
    z-index: -1;
}


.max-850{
    max-width: 850px;
    margin: 20px auto 0;
}


.about-section{
    position: relative;
}

.about-section::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 43%;
    background-image: url('./../images/shape_two.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.about-section::before{
    content: '';
    position: absolute;
    left: 0;
    top: 17%;
    transform: translate(0, -17%) rotate(-180deg);
    width: 35%;
    height: 43%;
    background-image: url('./../images/shape_two.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.about-section .container{
    max-width: 95%;
}
.about-count{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.about-count .total-count{
    width: 25%;
}

.rajwadi-title,
.roman-title,
.banquet-title,
.clubhouse-title{
    padding: 48px 0;
    position: relative;
}

.rajwadi-title::after,
.banquet-title::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid var(--lightYellow);
    z-index: 0;
    width: 85%;
}

.roman-title::after,
.clubhouse-title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid var(--lightYellow);
    z-index: 0;
    width: 85%;
}

.luxuries-hotal{
    padding: 48px 0;
    position: relative;
}

.luxuries-hotal .container{
    max-width: 95%;
}

.luxuries-hotal .line-left,
.luxuries-hotal .line-right{
    top: 18%;
}

.luxuries-info{
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
}

.luxuries-img{
    width: 120px;
    height: 120px;
}

.luxuries-info .count{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 50px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.1);
}


.hotel-blog .line-left,
.hotel-blog .line-right{
    top: 12%;
    width: 40%;
}

.luxuries-hotal.hotel-blog{
    position: relative;
}

.luxuries-hotal.hotel-blog::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26%;
    height: 100%;
    background-image: url('./../images/shape_two.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.gallery{
    position: relative;
}

.gallery .container{
    max-width: 95%;
}

.gallery .line-left,
.gallery .line-right{
    top: 7%;
    width: 40%;
}

.footer{
    padding: 48px 0;
}

.footer .container{
    max-width: 95%;
}

.copyright{
    background-color: var(--lightYellow);
    text-align: center;
    color: var(--white);
    padding: 15px 0;
}

.copyright p{
    margin: 0;
    padding: 0;
}

.copyright a img{
    width: 88px;
}


.investor-wrapper .investor-gallery .card{
    border: 0;
}
.investor-wrapper .investor-gallery .card-body{
    padding: 0;
}

.investor-wrapper .investor-gallery .card-body h3{
    background-color: var(--minLight);
    padding: 15px 30px;
    margin: 0;
}

.investor-wrapper .investor-gallery .card-body .bad-room{
    padding: 40px 0px 0;
    background-color: var(--yellow);
}

.investor-wrapper .investor-gallery .card-body .bad-room:last-child{
    padding-bottom: 40px;
}

.investor-wrapper .investor-gallery .card-body .bad-room .bg-white{
    padding: 35px;
    background-color: transparent !important;
    padding-bottom: 0;
}

.info-blade ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.info-blade ul li{
    width: 16.5%;
    display: flex;
    align-items: center;
    padding: 30px 0 0;
}

.info-blade ul li p{
    margin: 0;
    padding: 0;
}

.line{
    margin: 80px 0 30px;
    border: 0;
    width: 100%;
    height: 2px;
    background-color: var(--lightYellow);
}


.investor .container{
    max-width: 95%;
}

.investor-wrapper .nav-item .nav-link{
    border-radius: 0;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.12em;
    text-transform: capitalize;
    padding: 10px 60px;
    color: var(--black);
    position: relative;
}

.investor-wrapper .nav-item .nav-link.active{
    background-color: var(--white);    
}

.investor-wrapper .nav-item .nav-link:hover{
    background-color: var(--white);  
    border-color: transparent;  
}

.investor-wrapper .nav-item .nav-link.active::after,
.investor-wrapper .nav-item .nav-link:hover::after{
    content: '';
    left: -7px;
    top: -7px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--black);
    z-index: -1;
}
.investor-wrapper .nav-item .nav-link.active::before,
.investor-wrapper .nav-item .nav-link:hover::before{
    content: '';
    right: -7px;
    bottom: -7px;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--black);
    z-index: -1;
}

.pills-line{
    background-color: var(--black);
    width: 250px;
    height: 2px;
    margin: 0 45px;
}

.investor-gallery{
    position: relative;
}

.investor-gallery::after{
    content: '';
    left: -5%;
    top: 55px;
    position: absolute;
    width: 5%;
    height: 2px;
    background-color: var(--lightYellow);
    z-index: -1;
}

.after-none::after{
    display: none;
}

.investor-gallery h2 span{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 90px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.investor-gallery h2{
    position: relative;
}

.investor-gallery h2::after{
    content: '';
    position: absolute;
    left: -4%;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}


.know-more{
    margin-top: 48px;
}

.know-more-btn{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    border: 2px solid var(--black);
    padding: 15px 20px;
    color: var(--black);
    text-decoration: none;
}


.inquiry-form{
    border: 2px solid var(--lightYellow);
    padding: 30px;
    margin-top: 48px;
    background: #fff;
}

.inquiry-form .btn.btn-light.font-roboto.enquiries_button {
	background: #ffdc00;
}

.inquiry-form .btn.btn-light.font-roboto.enquiries_button:hover {
	background: #ffdc00;
	color: #000;
}

.inquiry-form .custom-form-control {
	border-bottom: 1px solid #000;
}

.zoom-img{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}


.brochures-img{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}

.banquets-img{
    position: relative;
}


.overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.view-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.brochures-btn .btn-white{
    margin: 15px auto;
    display: block;
    width: 55%;
    padding: 10px;
}

/* Global Button Styles */

.animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}
.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    width: 20%;
    text-align: center;
}

/* Victoria Buttons */

.animated-button.victoria-two:after {
	background: var(--white);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}


.gallery-img{
    width: 100%;
    height: 350px;
    margin: 0 0 25px 0;
}

.gallery-img-6{
    width: 100%;
    height: 725px;
    margin: 0 0 25px 0;
}

.gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.float-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.float-nav > a.menu-btn.active {
  transition: background-color 250ms linear;
  background-color: transparent;
  box-shadow: none;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(1) {
  border-width: 2px;
  -moz-transform: rotate(45deg) translate(4px, 6px);
  -ms-transform: rotate(45deg) translate(4px, 6px);
  -webkit-transform: rotate(45deg) translate(4px, 6px);
  transform: rotate(45deg) translate(4px, 6px);
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(2) {
  visibility: hidden;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(3) {
  border-width: 2px;
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}
.float-nav > a.menu-btn > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.float-nav > a.menu-btn > ul > li.line {
  border: 1px solid white;
  width: 100%;
  margin-bottom: 7px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.float-nav > a.menu-btn > .menu-txt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
}

.main-nav {
  display: none;
  opacity: 0;
  font-family: sans-serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity 250ms;
}
.main-nav.active {
  display: block;
  opacity: 1;
  transition: opacity 250ms;
}
.main-nav > ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--white);
  border-radius: 3px 3px 33.5px 3px;
}
.main-nav > ul > li > a {
  text-decoration: none;
  display: block;
  font-weight: 500;
  padding: 18px 80px 18px 18px;
  color: var(--black);
  font-family: "Roboto";
  font-size: 16px;
}



.modal-header .btn-close{
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: var(--yellow);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background-image: url('./../images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    opacity: 1;
}

.btn-generate{
    background-color: var(--white);
    display: block;
    color: var(--black);
    padding: 0 15px;
    text-decoration: none;
    border-radius: 10px;
}

@media screen and (max-width: 575px) {
    .navbar-toggler{
        border: 0;
        background-image: url('./../images/menu.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    } 
    .navbar-toggler-icon{
        display: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar{
        padding: 15px 0 !important;
    }
    .nav-link{
        padding: 15px 0;
    }
    .slider-img{
        height: 400px;
    }

    .welcome-section{
        padding: 30px 0;
    }

    .welcome-info .main-title{
        font-size: 40px !important;
    }
    .welcome-section::after,
    .welcome-section::before,
    .about-section::after,
    .about-section::before{
        display: none;
    }

    .line-left, .line-right{
        display: none;
    }

    .about-img img,
    .rajwadi-img img{
        width: 100% !important;
    }

    .about-wrapper h2,
    .total-count h3{
        font-size: 30px;
    }
    .about-count{
        align-items: start;
    }
    .about-count .total-count{
        width: 50%;
    }
    .rajwadi-title, .roman-title, .banquet-title, .clubhouse-title{
        padding: 20px 0;
        text-align: center !important;
        font-size: 40px;
    }
    .rajwadi-title::after, .banquet-title::after, .roman-title::after, .clubhouse-title::after{
        display: none;
    }

    .luxuries-hotal{
        padding: 30px 0;
    }

    .luxuries-hotal .welcome-info .main-title{
        font-size: 36px !important;
    }

    .luxuries-img img{
        width: 75% !important;
    }
    .luxuries-wrapper.ms-3{
        margin-left: 0 !important;
    }

    .luxuries-info{
        height: auto;
        padding: 35px 0 0 0;
    }
    .col-lg-4.mt-5{
        margin: 0 !important;
    }

    .hotel-blog{
        padding: 0;
    }
    .hotel-blog .welcome-info{
        margin-bottom: 25px;
    }
    .luxuries-hotal.hotel-blog::before{
        display: none;
    }

    .copyright span img{
        width: 30%;
    }

    .line{
        margin: 35px 0 0;
    }
    .info-blade ul li{
        width: 100%;
    }
    .investor-wrapper .investor-gallery .card-body h3{
        font-size: 30px;
    }
    .card-img img{
        height: 200px;
    }
    .investor-gallery h2{
        font-size: 36px;
    }
    .investor-gallery::after{
        display: none;
    }
    .pills-line{
        display: none;
    }
    .investor-wrapper .nav{
        flex-wrap: unset;
    }
    .investor-wrapper .nav-item .nav-link{
        font-size: 20px;
        padding: 10px 46px;
    }

    .room-tab-one{
        flex-wrap: wrap !important;
        width: 100%;
    }

    .room-tab-one .nav-item{
        width: 100%;
        margin: 15px 0;
    }

    .room-tab-one .nav-link{
        padding: 10px 25px !important;
        width: 100%;
    }

    .investor-wrapper.mt-5{
        margin: 0 !important;
    }

    .tab-content.mt-5.pt-5{
        margin: 25px 0 0 !important;
        padding: 0 !important;
    }

    .investor-gallery h2 span{
        line-height: normal;
    }

    .investor-gallery h2::after{
        display: none;
    }

    .border-start{
        border: none !important;
    }

    .btn-white{
        padding: 15px 8px;
    }

    .gallery-img,
    .gallery-img-6{
        height: 350px;
    }
    
}

@media screen and (min-width: 575px) and (max-width: 767.98px) {
    .navbar-toggler{
        border: 0;
        background-image: url('./../images/menu.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    } 
    .navbar-toggler-icon{
        display: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar{
        padding: 15px 0 !important;
    }
    .nav-link{
        padding: 15px 0;
    }

    .slider-img{
        height: 400px;
    }

    .welcome-section{
        padding: 30px 0;
    }

    .welcome-info .main-title{
        font-size: 40px !important;
    }
    .welcome-section::after,
    .welcome-section::before,
    .about-section::after,
    .about-section::before{
        display: none;
    }

    .line-left, .line-right{
        display: none;
    }

    .about-img img,
    .rajwadi-img img{
        width: 100% !important;
    }

    .about-wrapper h2,
    .total-count h3{
        font-size: 30px;
    }
    .about-count{
        align-items: start;
    }
    .about-count .total-count{
        width: 50%;
    }
    .rajwadi-title, .roman-title, .banquet-title, .clubhouse-title{
        padding: 20px 0;
        text-align: center !important;
        font-size: 40px;
    }
    .rajwadi-title::after, .banquet-title::after, .roman-title::after, .clubhouse-title::after{
        display: none;
    }
    .luxuries-hotal{
        padding: 30px 0;
    }

    .luxuries-hotal .welcome-info .main-title{
        font-size: 36px !important;
    }

    .luxuries-info{
        height: auto;
        padding: 35px 0 0 0;
    }
    .col-lg-4.mt-5{
        margin: 0 !important;
    }
    .luxuries-img img{
        width: 75% !important;
    }
    .luxuries-wrapper.ms-3{
        margin-left: 0 !important;
    }
    .hotel-blog{
        padding: 0;
    }
    .hotel-blog .welcome-info{
        margin-bottom: 25px;
    }
    .luxuries-hotal.hotel-blog::before{
        display: none;
    }
    .copyright span img{
        width: 25%;
    }
    .line{
        margin: 35px 0 0;
    }
    .info-blade ul li{
        width: 50%;
    }
    .investor-wrapper .investor-gallery .card-body h3{
        font-size: 30px;
    }
    .card-img img{
        height: 250px;
    }
    .investor-gallery h2{
        font-size: 36px;
    }
    .investor-gallery::after{
        display: none;
    }

    .pills-line{
        width: 64px;
    }
    
    .investor-wrapper .nav{
        flex-wrap: unset;
    }
    .investor-wrapper .nav-item .nav-link{
        font-size: 20px;
        padding: 10px 60px;
    }


    .room-tab-one{
        flex-wrap: wrap !important;
        width: 100%;
    }

    .room-tab-one .nav-item{
        width: 100%;
        margin: 15px 0;
    }

    .room-tab-one .nav-link{
        padding: 10px 25px !important;
        width: 100%;
    }

    .investor-wrapper.mt-5{
        margin: 0 !important;
    }

    .tab-content.mt-5.pt-5{
        margin: 25px 0 0 !important;
        padding: 0 !important;
    }

    .investor-gallery h2::after{
        display: none;
    }

    .gallery-img,
    .gallery-img-6{
        height: 350px;
    }

    .gallery-col-12{
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .gallery-row{

    }
    
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .navbar-toggler{
        border: 0;
        background-image: url('./../images/menu.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    } 
    .navbar-toggler-icon{
        display: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar{
        padding: 15px 0 !important;
    }
    .nav-link{
        padding: 15px 0;
    }

    .slider-img{
        height: 500px;
    }

    .welcome-section{
        padding: 30px 0;
    }

    .welcome-info .main-title{
        font-size: 44px !important;
    }

    .welcome-section::after,
    .welcome-section::before{
        display: none;
    }

    .line-left, .line-right{
        display: none;
    }

    .about-img img,
    .rajwadi-img img{
        width: 100% !important;
    }

    .about-wrapper h2,
    .total-count h3{
        font-size: 30px;
    }
    .about-count{
        align-items: start;
    }
    .about-count .total-count{
        width: 50%;
    }
    .rajwadi-title, .roman-title, .banquet-title, .clubhouse-title{
        padding: 20px 0;
        font-size: 40px;
    }
    .rajwadi-title::after, .banquet-title::after, .roman-title::after, .clubhouse-title::after{
        width: 70%;
    }
    .about-section::after,
    .about-section::before{
        height: 23%;
    }

    .luxuries-hotal{
        padding: 30px 0;
    }

    .luxuries-hotal .welcome-info .main-title{
        font-size: 36px !important;
    }

    .luxuries-info{
        height: 148px;
        padding: 0;
    }
    .col-lg-4.mt-5{
        margin: 0 !important;
    }
    .luxuries-img img{
        width: 75% !important;
    }
    .luxuries-wrapper.ms-3{
        margin-left: 0 !important;
    }
    .hotel-blog{
        padding: 0;
    }
    .hotel-blog .welcome-info{
        margin-bottom: 25px;
    }

    .luxuries-hotal.hotel-blog::before{
        display: none;
    }

    .copyright span img{
        width: 18%;
    }

    .line{
        margin: 35px 0 0;
    }
    .info-blade ul li{
        width: 33.3%;
    }
    .investor-wrapper .investor-gallery .card-body h3{
        font-size: 30px;
    }
    .card-img img{
        height: 350px;
    }
    .investor-gallery h2{
        font-size: 36px;
    }
    .investor-gallery::after{
        display: none;
    }

    .pills-line{
        width: 148px;
    }
    
    .investor-wrapper .nav{
        flex-wrap: unset;
    }
    .investor-wrapper .nav-item .nav-link{
        font-size: 20px;
        padding: 10px 60px;
    }

    .room-tab-one .nav-link{
        padding: 10px 30px !important;
    }

    .investor-wrapper.mt-5{
        margin: 20px 0 0 0 !important;
    }

    .tab-content.mt-5.pt-5{
        margin: 48px 0 0 !important;
        padding: 0 !important;
    }

    .btn-white{
        padding: 15px 20px;
    }

    .gallery-img,
    .gallery-img-6{
        height: 350px;
    }

    .gallery-col-12{
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .gallery-col-md-12{
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .nav-item{
        padding: 0;
        text-align: center;
    }
    .nav-link{
        font-size: 14px;
    }
    .navbar-nav{
        align-items: center;
    }
    .slider-img{
        height: 500px;
    }
    .welcome-section{
        padding: 30px 0;
    }

    .welcome-info .main-title{
        font-size: 44px !important;
    }
    .line-left, .line-right{
        top: 9%;
    }
    .about-img img,
    .rajwadi-img img{
        width: 100% !important;
    }

    .about-wrapper h2,
    .total-count h3{
        font-size: 30px;
    }
    .about-count{
        align-items: start;
    }
    .about-count .total-count{
        width: 50%;
    }
    .rajwadi-title, .roman-title, .banquet-title, .clubhouse-title{
        padding: 20px 0;
        font-size: 40px;
    }
    .rajwadi-title::after, .banquet-title::after, .roman-title::after, .clubhouse-title::after{
        width: 73%;
    }
    .about-section::after,
    .about-section::before{
        height: 30%;
    }

    .luxuries-hotal .line-left, .luxuries-hotal .line-right{
        top: 16%;
    }

    .luxuries-hotal.hotel-blog .line-left, .luxuries-hotal.hotel-blog .line-right{
        top: 13% !important;
        width: 35% !important;
    }

    .luxuries-hotal.hotel-blog::before{
        width: 40%;
    }
    .copyright span img{
        width: 12%;
    }

    .line{
        margin: 35px 0 0;
    }
    .info-blade ul li{
        width: 33%;
    }
    .investor-wrapper .investor-gallery .card-body h3{
        font-size: 30px;
    }
    .card-img img{
        height: 350px;
    }
    .investor-gallery h2{
        font-size: 36px;
    }
    .investor-gallery::after{
        display: none;
    }

    .pills-line{
        width: 148px;
    }
    
    .investor-wrapper .nav{
        flex-wrap: unset;
    }
    .investor-wrapper .nav-item .nav-link{
        font-size: 20px;
        padding: 10px 60px;
    }

    .investor-wrapper.mt-5{
        margin: 20px 0 0 0 !important;
    }

    .tab-content.mt-5.pt-5{
        margin: 48px 0 0 !important;
        padding: 0 !important;
    }
    .btn-white{
        padding: 15px;
    }

    .gallery-img,
    .gallery-img-6{
        height: 350px;
    }
    
}

@media screen and (min-width: 1201px) and (max-width: 1440.98px) {
    .nav-item{
        padding: 0;
        text-align: center;
    }
    .nav-link{
        font-size: 14px;
    }
    .navbar-nav{
        align-items: center;
    }
    .welcome-info .main-title{
        font-size: 60px !important;
    }

    .about-img img,
    .rajwadi-img img{
        width: 85% !important;
    }

    .about-wrapper h2,
    .total-count h3{
        font-size: 36px;
    }
    .about-count{
        align-items: start;
    }
    .about-count .total-count{
        width: 50%;
    }
    .rajwadi-title, .roman-title, .banquet-title, .clubhouse-title{
        padding: 20px 0;
        font-size: 48px;
    }
    .rajwadi-title::after, .banquet-title::after, .roman-title::after, .clubhouse-title::after{
        width: 73%;
    }
    .about-section::after,
    .about-section::before{
        height: 43%;
    }

    .luxuries-hotal.hotel-blog .line-left, .luxuries-hotal.hotel-blog .line-right{
        top: 13% !important;
        width: 35% !important;
    }

    .gallery .line-left,
    .gallery .line-right{
        top: 7%;
        width: 40%;
    }

    .line{
        margin: 35px 0 0;
    }
    .info-blade ul li{
        width: 25%;
    }
    .investor-wrapper .investor-gallery .card-body h3{
        font-size: 30px;
    }
    .card-img img{
        height: 450px;
    }
    .investor-gallery h2{
        font-size: 40px;
    }
    
    .pills-line{
        width: 148px;
    }
    
    .investor-wrapper .nav{
        flex-wrap: unset;
    }
    .investor-wrapper .nav-item .nav-link{
        font-size: 20px;
        padding: 10px 60px;
    }

    .investor .investor-gallery::after{
        top: 70px;
    }
    .btn-white{
        padding: 15px;
    }


}

@media screen and (min-width: 1441px) {
    .nav-item{
        text-align: center;
    }
    .nav-link{
        font-size: 14px;
    }
    .navbar-nav{
        align-items: center;
    }

    .gallery .line-left,
    .gallery .line-right{
        top: 6%;
    }
    .investor .investor-gallery::after{
        top: 65px;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--yellow);
}

.dropdown-item{
	color: var(--black)
}

.luxuries-info .count {
	display: none;
}

.socical-links {
	display: flex;
	align-items: center;
	gap: 10px;
}


/*tejas css*/
@media(max-width: 991px){
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    	width: fit-content;
    }
    
    .footer-logo.aos-init.aos-animate {
    	margin-bottom: 30px;
    }
}

@media(max-width: 767px){
    .inquiry-form .col-6 {
    	width: 100%;
    }
}

@media(max-width: 576px){
   .row.mt-0.mt-md-2.mt-lg-5 {
      row-gap: 0 !important;
    }
    
    .investor-wrapper .investor-gallery .card-body .bad-room {
    	padding: 0;
    }
}

@media(max-width: 400px){
    .investor-wrapper .nav-item .nav-link {
        padding: 10px 25px;
    }
}