.header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) , url('../img/PeakTowerRoom10.png');
}

.packages{
  margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) , url('../img/room1.jpg');
    border-radius: 30px;
}

.appcol{
  display:flex;
  flex-direction: column;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.aligncenter{
  display:flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mycol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:500px;
    z-index:5;
}

.landinglogo{
    /* fix logo size */
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.carousel-inner{
  height:75%;
}
/* fix landing logo and mycol for tab */
@media (max-width: 768px) {
    .mycol{
        width: 100%;
    }
    .landinglogo{
        width: 100%;
    }

    .packages{
      width:400px;
    }
}

/* fix landing logo and mycol for mobile */
@media (max-width: 480px) {
    .mycol{
        width: 100%;
    }
    .landinglogo{
        width: 100%;
    }

    .packages{
      width: 300px;
    }
}
/* fix landing logo and mycol for galaxy fold */
@media (max-width: 280px) {
    .mycol{
        width: 100%;
    }
    .landinglogo{
        width: 100%;
    }

    .packages{
      width:200px;
    }
}


.footer-clean {
    padding:50px 0;
    background-color:black;
    color:#4b4c4d;
  }
  
  .footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-clean ul a:hover {
    opacity:1;
  }
  
  .footer-clean .item.social {
    text-align:right;
  }
  
  @media (max-width:767px) {
    .footer-clean .item {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  @media (max-width: 768px) {
    .footer-clean .item.social {
      text-align:center;
    }
  }

  
  .footer-clean .item.social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-clean .item.social > a:hover {
    opacity:0.9;
  }
  
  @media (max-width:991px) {
    .footer-clean .item.social > a {
      margin-top:40px;
    }
  }
  
  @media (max-width:767px) {
    .footer-clean .item.social > a {
      margin-top:10px;
    }
  }
  
  .footer-clean .copyright {
    margin-top:14px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
  }


  .bottom-color{
    background-color: #741C47;
  }

  .footer-color{
    background-color: #000000;
  }


    
  .footer-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-items: center;
  }



  .footer-call-section {
    margin-bottom: 20px;
  }

  .footer-call-img, .footer-call-text {
    display: inline-block;
    vertical-align: middle;

  }

  .footer-call-img {
    margin-right: 20px;
  }

  .callimg {
    width: 50px;
  }

  .calltext{
    color:white;
    display: block; 
    padding-bottom: 4px;
  }



  .footer-mail-section {
    margin-bottom: 20px;
  }

  .mailimg{
    width: 50px;
    margin-right: 20px;
  }

  .mailtext{
    color:white;
  }


  .footer-socials-section {
    grid: 1fr 1fr 1fr 1fr;
  }

  .footer-socials-site {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .socials {
    max-width: 100%;
    border-radius: 15px;
    /* padding:30px; */
  }

  .footer-middle-section {
    vertical-align: top;
  }

  .footerlogo {
    width: 300px;
    height: 100%;
    /* height: 300px; */
    object-fit: cover;
    margin-bottom: 40px;
  } 


  .footer-page-list {
    display:none;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
  }

  .mycolumn{
    display: flex;
    flex-direction: column;
  }

  .myrow{
    display: flex;
    flex-direction: row;
  }


  .mapsize{
    width:300px;
    height:250px;
  }
  /* fix footer for tablet */
    @media (max-width: 768px) {
        .footer-section {
        grid-template-columns: 1fr;
        }
        .footer-call-section {
        margin-bottom: 20px;
        }
        .footer-call-img, .footer-call-text {
        display: inline-block;
        vertical-align: middle;
        }
        .footer-call-img {
        margin-right: 20px;
        }
        .callimg {
        width: 50px;
        }
        .calltext{
        color:white;
        display: block; 
        padding-bottom: 4px;
        }
        .footer-mail-section {
        margin-bottom: 20px;
        }
        .mailimg{
        width: 50px;
        margin-right: 20px;
        }
        .mailtext{
        color:white;
        }
        .footer-socials-section {
        grid: 1fr 1fr 1fr 1fr;
        }
        .footer-socials-site {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        }
        .socials {
        max-width: 100%;
        border-radius: 15px;
        /* padding:30px; */
        }
        .footer-middle-section {
        vertical-align: top;
        }
        .footerlogo {
        width: 300px;
        height: 100%;
        /* height: 200px; */
        object-fit: cover;
        } 
        .footer-page-list {
        display:none;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 8px;
        }
        .mycolumn{
        display: flex;
        flex-direction: column;
        }
        .myrow{
        display: flex;
        flex-direction: row;
        }
        .mapsize{
        width:300px;
        height:250px;
        }
    }

    /* fix footer for mobile */

    @media (max-width: 480px) {
        .header{
          background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)) , url('../img/PeakTowerRoom8.jpeg');
        }
        .footer-section {
        grid-template-columns: 1fr;
        }
        .footer-call-section {
        margin-bottom: 20px;
        }
        .footer-call-img, .footer-call-text {
        display: inline-block;
        vertical-align: middle;
        }
        .footer-call-img {
        margin-right: 20px;
        }
        .callimg {
        width: 50px;
        }
        .calltext{
        color:white;
        display: block; 
        padding-bottom: 4px;
        }
        .footer-mail-section {
        margin-bottom: 20px;
        }
        .mailimg{
        width: 50px;
        margin-right: 20px;
        }
        .mailtext{
        color:white;
        }
        .footer-socials-section {
        grid: 1fr 1fr 1fr 1fr;
        }
        .footer-socials-site {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        }
        .socials {
        max-width: 100%;
        border-radius: 15px;
        /* padding:30px; */
        }
        .footer-middle-section {
        vertical-align: top;
        }
        .footerlogo {
        width: 250px;
        height:100%;
        /* height: 250px; */
        object-fit: cover;
        } 
        .footer-page-list {
        display:none;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 8px;
        }
        .mycolumn{
        display: flex;
        flex-direction: column;
        }
        .myrow{
        display: flex;
        flex-direction: row;
        }
        .mapsize{
        width:300px;
        height:250px;
        }
    }

    /* fix footer for galaxy fold */
    @media (max-width: 280px) {
        .footer-section {
        grid-template-columns: 1fr;
        }
        .footer-call-section {
        margin-bottom: 20px;
        }
        .footer-call-img, .footer-call-text {
        display: inline-block;
        vertical-align: middle;
        }
        .footer-call-img {
        margin-right: 20px;
        }
        .callimg {
        width: 30px;
        }
        .calltext{
        color:white;
        display: block; 
        padding-bottom: 4px;
        }
        .footer-mail-section {
        margin-bottom: 20px;
        }
        .mailimg{
        width: 30px;
        margin-right: 10px;
        }
        .mailtext{
        color:white;
        }
        .footer-socials-section {
        grid: 1fr 1fr 1fr 1fr;
        }
        .footer-socials-site {
        width: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        }
        .socials {
        max-width: 100%;
        border-radius: 15px;
        /* padding:30px; */
        }
        .footer-middle-section {
        vertical-align: top;
        }
        .footerlogo {
        width: 250px;
        height: 100%;
        object-fit: cover;
        } 
        .footer-page-list {
        display:none;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 8px;
        }
        .mycolumn{
        display: flex;
        flex-direction: column;
        }
        .myrow{
        display: flex;
        flex-direction: row;
        }
        .mapsize{
        width:200px;
        height:250px;
        }
    }

    .socials:hover{
        transform: scale(1.1);
        transition: 0.5s;
    }