
/**loding screen**/
.loader, .loader:before, .loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 40px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.loding {
    height: 100vh;
    width: 100%;
    background-color: #350a4f;
    z-index: 999999999999999;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}

body {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;

} 




  /**sec nav **/

  .my-nav{
    width: 300px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: -240px;
    height: 100vh;
}

.black-div {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.black-div ul{
    list-style: none;
}
.black-div ul li{

    padding-top: 500px;
}
.black-div ul li a{

    color: white;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;

}
.red-hover{
    transition: all 0.5s;

}

.red-hover:hover{
    color: red;
}
.black-div{
    width: 240px;
    height: 100%;
    background-color: black;

}


.black-div-part2{

    padding: 15px;
}
.social {
    margin-left: 20px;
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.social i{
    color: white;
    cursor: pointer;
}
.social-hov{
    transition: all 0.5s;
}

.social-hov:hover {
    color: red;
}

.black-div-part2 p{
    color: white;
    font-size: 11px;
    padding: 10px;
    font-weight: 400;
}


.white-div{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;

}
.my-icon2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    background-color: black;
}














.explore h2{
    font-size: 40px;
    font-weight: 800;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
  }
  .explore p{
    color: gray;
    font-weight: 400;
    font-family: 'Courgette' ;
  }











  .width-75{
    width: 75%;
}
  
  #news{
    background-color: gainsboro;
}

.sec-small-img-div img{
    width: 100%;     
}
.hotel-name{
    color: white;
    background-color: goldenrod;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 5px 15px;
    font-weight: 600;
}
.gold-type{
    font-size: 25px;
    font-weight: 600;
    color: goldenrod;
}
.sec-small-div p {
    font-size: 0.5rem;
    color: gray;
    padding: 5px 2px;
    margin: 0;
}
.sec-small-div a {
    font-weight: 600;
    font-size: 13px;
    color: black;
    padding: 2px;
    margin: 0;
    text-decoration: none;
}











      /********************end**************************************/


      .end{
        padding: 25px 0;
        background-color: #350a4f;
    }
    .end img{
        width: 130px;
        padding: 10px 0;
    }
    .end p{
        font-size: 11px;
        color: white;
        font-weight: 400;
        padding: 5px 0;

    }
    .end h4{
        color: white;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 0;
    }

    .end .social {
      padding: 10px;

    }
    .end .social i{
      padding: 8px;
      color: white;
      border: 1px solid  #fa9e2c;
      border-radius: 50%;
      cursor: pointer;
      margin: 1px;
    }
    .my-75{
        width: 75%;
    }













@media all and (max-width:991px){



    .width-75{
        width: 95%;
    }

    .my-75{
        width: 100%;
    }





}

@media all and (max-width:500px){



    .black-div ul li a{
        font-size: 14px;
    
    }

    .black-div-part2 p{
        font-size: 11px;
    }
    .my-icon2 {
        font-size: 20px;
        padding: 10px;
    }







     .small-div h4{
        font-size: 20px;
        padding: 10px 10px 10px 10px;
    }
    .small-div p{
        font-size: 12px;
        padding: 5px 10px;
    }
    .small-div button{
  
      padding: 5px 15px;
      margin: 3px 0;
      font-size: 11px;
    }

    .my-w-50{

        width: 80%;
    }


    

}