
@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');



html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: yellow;
}

.navbar-light .navbar-nav .nav-link {
    color: yellow;
}


.text-justify {
    text-align: justify;
}

.firt_div {
    background-image: url(../img/kolkata_escorts.jpg);
    padding: 50px 0px;
}

.firt_div h1 {
    font-family: 'Nosifer', cursive;
    color: yellow;

}

.firt_div p {
    color: white;
    font-family: 'Salsa',cursive;
}


.third_div {
    background-image: url(../img/kolkata_escorts.jpg);
    padding: 50px 0px;
}

.third_div h2 {
    font-family: 'Nosifer', cursive;
    color: yellow;
}

.third_div p {
    color: white;
    font-family: 'Salsa',cursive;
}

.fourth_div {
    background-image: url(../img/g34kal.webp);
    padding: 50px 0px;
}


.fourth_div h2 {
    color: yellow;
    font-family: 'Nosifer', cursive;
}

.fourth_div p {
    color: white;
    font-family: 'Salsa',cursive;
}

.six_div {
    background-image: url(../img/g34kal.webp);
    padding: 50px 0px;
}


.six_div  h2 {
    color: yellow;
    font-family: 'Nosifer', cursive;
    font-size: 20px;
    
} 



.six_div p {
    color: white;
    text-align: justify;
    font-family: 'Salsa',cursive;
}

.second_div {
    background-image: url(../img/thumbbig-1323467.webp);
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fifth_div {
    /* background-color: black; */
    padding: 50px 0px;
}


.fifth_div .col-lg-3 {
    margin: 20px 0px;
    position: relative;
    /* background: url(../img/back_gallery.jpg) no-repeat top left; */
}

.fifth_div .col-lg-3 img {
    width: 100%;
}

.fifth_div h2 {
    color: black;
    margin: 25px 0px;
    font-family: 'Nosifer', cursive;
}

.navbar-brand {
    /* font-family: 'Faster One', cursive; */
    font-family: 'Nosifer', cursive;
    color: yellow! important;
}

.header_background {
   background-color: black;
}


.text-inner p {
    color: yellow;
    font-family: 'Salsa', cursive;
}

.text-inner h3 {
    font-family: 'Nosifer', cursive;
    color: white;
}



.premiumlabel {
    position: absolute;
    right: -7px;
    top: -8px;
    z-index: 1;
    text-align: right;
}

.premiumlabel span {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
    width: 90px;
    display: block;
    background: yellow;
    /* background: linear-gradient(#F7C214 0%, #FC5E1F 100%); */
    box-shadow: 0 3px 10px -5px rgb(251, 255, 0);
    position: absolute;
    top: 28px;
    right: 10px;
}


@keyframes ribbon-container {
    0% {
        left: 0
    }

    20% {
        left: 100%
    }

    to {
        left: 105%
    }
}

/* .premiumlabel span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #FC5E1F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FC5E1F;
} */

.premiumlabel span::after {
    content: "";
    /* position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1; */
    /* height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px; */
    /* border-left: 3px solid transparent;
    border-right: 3px solid #FC5E1F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FC5E1F; */
    /* background-color: hsla(0,0%,100%,.8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff; */
    content: "";
    height: calc(100% + -2px);
    width: 2px;
    position: absolute;
    left: 0%;
    z-index: 0;
    top: 0px;
    background-color: hsla(0,0%,100%,.8);
    transform: rotate(4deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 2px 2px 3px 2px #fff;
}

.seven_div {
    background-image: url(../img/kolkata_escorts.jpg);
    padding: 50px 0px;
}


.seven_div h4 {
    font-family: 'Nosifer', cursive;
    color: yellow;
}


.seven_div p {
    color: white;
    font-family: 'Salsa', cursive;
}

.eight_div img {
    width: 160px;
}

.eight_div h3 {
    font-family: 'Nosifer', cursive;
    color: red;
    padding: 25px 0px;
}

a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
      background-color: yellow;
    color: #101010;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
    color: #5900ff;
    font-size: 13px;
    font-weight: 800;
}



.loc_btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 4px;
  
}

.loc_btn_inside {
    background: linear-gradient(#ff0000 0%,#2e0b0b 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin: 1%; 
}

.nine_div {
    background-image: url(../img/g34kal.webp);
    padding: 50px 0px;
}

.nine_div h2 {
    font-family: 'Nosifer', cursive;
    color: yellow;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}



/* .seven_div:before {
    content: "";
    position: absolute;
    background: url(../img/contact-us.png) no-repeat;
    width: 140px;
    height: 556px;
    bottom: 10px;
    right: 1px;
    z-index: -1;
} */


.gf_div {
    background-color: black;
    padding: 50px 0px;
}

.gf_div h4 {
    color: yellow;
    font-family: 'Nosifer', cursive;
    font-size: 20px;
}

.gf_div p {
    color: white;
    text-align: justify;
    font-family: 'Salsa',cursive;
}

.gf_div ul {
    color: white;
    text-align: justify;
    font-family: 'Salsa',cursive;
}

.gf_div h3 {
    color: yellow;
    font-family: 'Nosifer', cursive;
    font-size: 20px;
}

.inner_page {
    background-image: url(../img/kolkata_escorts.jpg);
    padding: 50px 0px;
}

.inner_page h1 {
    font-family: 'Nosifer', cursive;
    color: yellow;
    text-align: center;
    font-size: 30px;
}

.inner_page h2 {
    font-family: 'Nosifer', cursive;
    color: yellow;
    text-align: center;
    font-size: 25px;
}

.inner_page p {
    color: white;
    font-family: 'Salsa',cursive
}


.hotel .inner_page h1 {
    font-family: 'Nosifer', cursive;
    color: yellow;
    text-align: left;
    font-size: 25px;
}


.hotel .inner_page h2 {
    font-family: 'Nosifer', cursive;
    color: #e5c567;
    text-align: left;
    font-size: 20px;
}

.hotel .inner_page p {
    color: white;
    font-family: 'Salsa',cursive;
    text-align: justify;
}


.navbar-brand {
    font-size: 19px;
}


.navbar-toggler {
    background-color: #cfff00! important;
    border: 1px solid #9dff00! important;
   
}


.hotel .inner_page  img {
    width: 850px;
    margin: 0px 0px 40px 0px;
}

.loc_btn a:hover {
    color: #cfff00;
}


.hotel_list ul li {
    text-align: center;
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    color: #090909;
    padding: 8px;
    background: yellow;
    margin: 0px 0px 5px 2px;
}

.hotel_list ul {
    padding: 0px;
}

.gf_div img {
    width: 100%;
}
















































.banner img {
    width: 100%!important;
}









/**************************************************responsive **************************************/



@media (max-width: 448px) {
    
    .inner_page .col-lg-3 {
        margin: 20px 0px;
    }
    
    .hotel .inner_page img {
        width: 100%;
    }
    
    .navbar-brand {
    margin: 0px;
}
    
    
    .text-inner h3 {
        text-align: center;
        font-size: 20px;
        margin: 20px 0px 10px 0px;
    }
    
    .nine_div h2 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }
    
    
    .gf_div h4 {
        font-size: 22px;
        text-align: center;
    }
    
    .gf_div img {
        margin: 0px 0px 30px 0px;
    }
    
    .seven_div h4 {
        text-align: center;
    }
    
    .eight_div h3 {
        text-align: center;
    }
    
    .six_div h2 {
        text-align: center;
    }
    
    .firt_div {
        padding: 50px 10px;
    }
    
    .third_div h2 {
       text-align: center;
    }
    
    .fourth_div h2 {
       text-align: center;
     }
}





/********************************************              420px                *********************************************/

@media (max-width: 420px){
    
    .visiblie {
        display: none;
    }
    
    
    .firt_div h1 {
        font-size: 21px;
    }
    
    
    .firt_div {
        padding: 25px 0px;
    }
    
     .navbar-toggler {
    font-size: 16px;
    }
    
    .firt_div p {
    padding: 0px 10px;
}
    
    
    .fifth_div img {
        width: 380px!important;
    }
    
    .fifth_div {
    /* background-color: black; */
        padding: 0px 0px 30px;
    }
    
    .gf_div img {
        margin: 0px 0px 25px 0px;
    }

    .hotel .inner_page  img {
        margin: 0px 0px 25px 0px;
    }

    .hotel .inner_page h1 {
        text-align: center;
        font-size: 22px;
    }

    .hotel .inner_page h2 {
        text-align: center;
    }

    .nine_div h2 {
        font-size: 20px;
        text-align: center;
    }

    iframe {
        width: 395px;
    }
}



/**********************************                        414px                               **********************************************/


@media(max-width: 414px) {
    
    .visiblie {
        display: none;
    }
    
    .seven_div h4 {
        font-size: 19px;
    }
    
    .six_div h2 {
        font-weight: 400;
    }
    
    .navbar-toggler {
    font-size: 14px;
    }
}



/******************************************             410px                             *******************************************/




@media(max-width: 410px) {
    
    .visiblie {
        display: none;
    }
    
    .navbar-toggler {
        font-size: 11px;
    }
}




@media(max-width: 400px) {
    
    .navbar-brand {
        margin: 0px;
    }
    
    .navbar-toggler {
    font-size: 12px;
    }
}




@media(max-width: 390px) {
    
    .navbar-brand {
        font-size: 18px;
        margin: 0px;
        padding: 0px;
    }
}


@media(max-width: 375px) {
    
    .navbar-toggler {
    font-size: 10px;
}
}






























