.navbar{
    padding: -0.5rem 1rem;
}
.container{
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
}
.para {
    padding: 53px 0 35px;
    text-align: center;
}
.para p{
    font-size: 26px;
    line-height: 1.36;
    color:#000;
}
.para p span{
    font-weight: 600;
    font-style: italic;
    color: #333;
}
.containerflex{
    display: flex;
}
.column{
    /*float:left;*/ 
    display: flex;
    justify-content: space-evenly;
    width: 33.3%;
    padding: 15px; 
    padding-bottom: 40px;
    margin: 10px;
    background-color: whitesmoke;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
;
}
.resort-info container{
    display:flex;
    flex-direction: row;
}
.form{
    display: flex;
    margin: 61px 75px;
    padding: 65px;
}
.form-section{
    margin-left: 70px;
}
.form-inside{
    margin-left: 230px;
}
.contactandview{
    margin-top: 70px;
    display: flex;
    flex-direction: row;
}
.tag{
    width: 250px;
    height: 40px;
    font-size: 19px;
    color: white;
    background-color: #000;
    margin-top: 50px;
    margin-left: -945px;
}
.under-tag{
  padding: 5px 9px;
}
.restaurant-image { 
    width: 1000px;
}
.btn {
    margin :20px 0;
    padding: 12px 25px;
    background-color: orangered;
    border:none;
    cursor: pointer;
    color:white;
    outline:none;
    border-radius: 100px;
    box-shadow: 0 5px 20px 0 hsla(12,88%,59%,0.582);
    transition: all .3s;
}
*{
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
  }
  .cont{
    margin-top: 30px;
    margin-left: 456px;
    width:657px;
    height:480px;
    box-shadow: 0 2px 4px rgb(8, 8, 8),
      0 4px 8px rgb(128, 127, 124);
    border-radius:20px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-size:.8em;
    color:black;
    background:white;
  }
  .cont h2{
      margin-left: 40px;
  }
  .inputs{
    margin-left:40px ;  
    width:250px;
    height:400px;
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
  }
  .input-field{
    border-color:black;
    width:450px;
    height:48px;
    border:1px solid ;
    border-radius:4px;
    padding-left:.7rem;
    outline:none;
  }
  ::placeholder{
    color:black;
  }
  .btn-border{
    position:absolute;
    top:0;
    left:0;
    width:100px;
      height:45px;
    border: 1px solid #dbdbdb;
  }
  .text{
    display:flex;
    align-items:center;
    
  }
  .btn button{
    width:200px;
    height:45px;
    border-radius:4px;
    border:none;
    outline:none;
    background:#1294FC;
    color:#fff;
  }
  .events{
    overflow: hidden;
    margin-top: 54px;
  }
  .events row col-4 img{
    border: 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .title h4{
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
    position: absolute;
    top: 50px;
    left: 52px;
  }
  .title a{
    position: absolute;
    top: 90px;
    background: #101010;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 18px 10px;
    left: 52px;
    text-decoration: none;
  }
  .footer-logo{
    width: 22.513%;
    margin-left: 11%;
    margin-top: 10px;
  }
  #footer{
    background: #282830;
    color: #b3b3b3;
    font-size: 12px;
    padding: 44px 0 35px;  
    margin-top: 60px;
    display: block;
  }
  #footer a{
    color: #b3b3b3;
    text-decoration: none;
  }
  #footer a{
    --webkit-transition: all .5s ease;
    background-color: transparent;
    text-decoration: none;
  }
  .footer-logo span{
    display: block;
    font-size: 16px;
    padding: 15px 0 10px;
  }
  h6{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding-bottom: 25px;
  }
.footer-nav{
    margin-top: 10px;
}
.footer-nav ul{
  margin-left: -40px;
}
ul{
  list-style-type: none;
  line-height: 2.333;
  overflow: hidden;
}
.site-credit{
  margin-left: auto;
  margin-top: 10px;
  margin-right: 15%;
}
.site-credit h6{
  padding-bottom: 10px;
}
.site-credit a{
  font-size: 14px;
}
.site-credit span{
  font-size: 14px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0;
}

#socials-links a {
  display: block;
  width: 26px;
  height: 26px;
  text-decoration: none;
}

ul#socials-links {
  margin-left: -30%;
}
ul#socials-links li{ float:left;
  display:inline;
  list-style-type:none;
  padding:5px;
}
.flip-card{
  width: 100%;
}

@media only screen and (max-width: 767px){
    .containerflex{
      display: flex;
      flex-direction: column;
    }
    .containerflex .column{
      width: 95%;
    }
    .para p{
      font-size: 16px;
    }
    .contactandview {
      display: flex;
      flex-direction: column;
    }
    .input-field{
      width: 101%;
    }
    .events .row{
      display: flex;
      flex-direction: column;
    }
    .events .row .col-4{
      margin-top: 15px;
      max-width: 100%;
    }
    #footer .containerflex{
      display: flex;
      flex-direction: column;
      margin-top: 10px;
    }
    .footer-logo{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-left: 0%;
    }
    .footer-logo address {
        text-align: center;
    }
    .footer-logo img{
      width: 60px;
    }
    
    .footer-nav{
      margin-top:10px;
      padding-left: 3%;
    }
    
    .tag{
      margin-top: -500px;
      margin-left: 30px;
    }
    .site-credit{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 0%;
    }
    ul#socials-links{
      margin-left: -12%;
    }
    .cont{
      width: 333px;
      margin-top: 486px;
      margin-left: 11px;
    }
    /*About Us Page*/
    .flip{
      flex-direction: column;
      margin-bottom: 0px;
      margin-top: 0px;
    }
    .flip-card{
      width: 100%;
    }
    .flip-card-front img{
      width: 100%;
      height: 100%;
    }
    
}