@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

body,html{
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #777;
    scroll-behavior: smooth;
}
.bgimg-1,.bgimg-2,.bgimg-3{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-1{
    background-image:url(https://q-xx.bstatic.com/xdata/images/hotel/840x460/226200670.jpg?k=352f4cf6ad929fbdab236ac068c505efce0dd00c670f6c692395d08d523a80d3&o=);
    min-height: 100%;
}

.bgimg-2{
    background-image: url(https://mostuniquehotels.com/uploads/xunique-momeries-aicha-jordan7.jpg.pagespeed.ic.eaRxfDwTsZ.jpg);
    height: 1200px;
}

.caption{
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.caption span.border{
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}

p{
    letter-spacing: 1px;
    color: #111;
    width:100vh;
    display: flex;
    /*text-align: justify;*/
}

.border{
    background-color: transparent;
    font-size: 25px;
    color: #f7f7f7;
    opacity: 0.8;
}
.content{
    color: #777;
    background-color: white;
    text-align: center;
    padding: 50px 80px; 
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.container1{
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-bottom: 20px;
  }
  
.container2{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.box1{
    width: 410px;
    height: 500px; 
    background-color: #3498db; 
    margin-right: 14px;
   
}
.box2{
    width: 200px;
    height: 200px; 
    background-color: #3498db; 
    margin-right: 14px;
}

.capt{
    position: absolute;
    left: 0;
    height: 100%;
    top: 20%;
    width: 100%;
    text-align: center;
    color: #000;
}

#no1{
    background-color:white;
    opacity: 0.5;
    color: black;
    font-size: 20px;
}

h4{
    padding-left:20px;
    padding-right: 20px;
    padding-top: 30px;
    font-size: 35px;
    font-weight:300;
}

#no1 p{
    padding-left:20px;
    padding-right: 20px;
    width: fit-content;
    font-size: 18px;
    color:black;
}

.trans{
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s ease-in-out;
}

.headerVisible{
    opacity:1;
    transform: translateY(10px);
}

button {
    margin-top: 70px;
    margin-left: 610px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  

.btn-11 {
    border: none;
    background: rgb(220, 173, 84);
      background: linear-gradient(0deg, rgba(220, 173, 84, 0.789) 0%, rgba(220, 173, 84, 0.789) 100%);
      color: #fff;
      overflow: hidden;
  }
  /*.btn-11:hover {
      text-decoration: none; 
      color: #fff;
  }*/
  .btn-11:before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shiny-btn1 3s ease-in-out infinite;
  }
  .btn-11:hover{
    opacity: .7;
  }
  /*.btn-11:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.2),
      inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
  }*/
  
  
  @keyframes shiny-btn1 {
      0% { transform: scale(0) rotate(45deg); opacity: 0; }
      80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
      81% { transform: scale(4) rotate(45deg); opacity: 1; }
      100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
#msg{
    font-family: "Acta display light", Sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 500px;
}
