/*==================== General Settings ====================*/
@font-face {
  src: url(./fonts/graphik/Graphik-Semibold.ttf);
  font-family: graphik-semibold;
}
@font-face {
  src: url(./fonts/graphik/Graphik-Regular.ttf);
  font-family: graphik-regular;
}
@font-face {
  src: url(./fonts/baloo/balooregular.ttf);
  font-family: logo;
}/*======================================================================*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
}/*======================================================================*/

/* -- Overlay -- */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: white;
  overflow-y: hidden;
  transition: 0.4s;
}
.overlay-content {
  font-family: graphik-semibold;
  font-size: 6vh;
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: grey;
}
.overlay .closebtn {
  position: absolute;
  color: black;
  font-size: 4vw;
  top: 1%;
  left: 93.5%;
}
#burger_menu{
  position: absolute;
  cursor: pointer;
  font-size: 5vh;
  top: 0.5%;
  left: 90%;
  color: white;
  display: none;
}/*======================================================================*/
/*======================================================================*/
/*========================== Header ==========================*/
.header{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header li{
  float: right;
  font-family: graphik-semibold;
  font-size: 18px;
}
.header li a{
  display: block;
  color: white;
  text-align: center;
  padding: 25px 25px;
  text-decoration: none;
}
.header li a:hover{
  color: #D9D9D9;
}
#logo{
  float: left;
  font-family: logo;
  font-size: 40px;
  padding-left: 40px;
}
#logo a{
  text-decoration: none;
}
#logo a:link{
  color: white
}
#logo a:visited{
  color: white
}
#logo a:hover{
  color: white
}
#logo a:active{
  color: white
}
#burger-logo{
  color: black;
  position: absolute;
  float: left;
  font-family: logo;
  font-size: 40px;
  padding-left: 32px;
}/*======================================================================*/

.hero {
  width: 100vw;
  height: 70vh;
  background-color: rgb(0, 0, 0);
}
#nav-section{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5) */
  z-index: 2;
}
#hero-text{
  width: 100%;
  max-width: 60%;
  height: inherit;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 2;
  font-family: graphik-semibold;
  color: white;
  font-size: 5.6vw;
}

@media (max-width: 1000px) {
  #hero-text{
    font-size: 6vw;
    top: 20%;
  }
}/*======================================================================*/
@media (orientation: portrait){
  .hero {
    width: 100vw;
    height: 50vh;
  }
  #hero-text{
    font-size: 6vh;
    max-width: 95%;
  }
  #logo{
    padding-left: 20px;
  }
}/*======================================================================*/
@media (max-width: 780px){
  .header{
    display: none;
  }
  #burger_menu{
    display: block;
  }
  .overlay .closebtn {
  font-size: 5vh;
  top: 0.4%;
  left: 90%;
  }
}/*======================================================================*/
@media (max-width: 500px){
  .hero {
    width: 100vw;
    height: 40vh;
  }
  #hero-text{
    font-size: 5vh;
  }
  #burger_menu{
    font-size: 5vh;
    top: 0.4%;
    left: 86%;
  }
  .overlay .closebtn {
  font-size: 5vh;
  top: 0.4%;
  left: 86%;
  }
  #hero-text{
    top: 20%;
  }
}
/*======================================================================*/
/*======================================================================*/
/*=============================== Section 1 ===============================*/
.section1 {
  width: 100vw;
  height: 60vh;
  background-color: black;
}

.section1-left {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}

.section1-right {
  display: table;
  width: 50%;
  height: 100%;
  float: right;
}

.left-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border-radius: 1.5%;
}

.right-text {
  font-family: graphik-regular;
  font-size: 26px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 8%;
}

.intextlink:link {
  color: white;
}

.intextlink:visited {
  color: white;
}

.intextlink:hover { 
  color: rgb(204, 204, 204);
}

.intextlink:active {
  color: white;
}

@media (orientation: portrait){
  .section1 {
    height: 60vh;
  }
  .right-text {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .section1-left {
    display: none;
  }
  .left-image {
    display: none;
  }
  .section1-right {
    width: 95%;
    height: 80%;
  }
}

@media (max-width: 500px) {
  .section1 {
    height: 60vh;
  }
  .right-text {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .section1-right {
    width: 95%;
    height: 100%;
  }
}

@media (max-width: 380px) {
  .section1 {
    height: 70vh;
  }
}

/*======================================================================*/
/*======================================================================*/
/*=============================== Section 2 ===============================*/
.section2 {
  width: 100vw;
  height: 50vh;
  background-color: rgb(255, 255, 255);
}

.section2-left {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
  display: table;
}
.section2-text {
  font-family: graphik-semibold;
  font-size: 76px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.section2-right {
  width: 50%;
  height: 100%;
  float: right;
  text-align: left;
  position: relative;
  display: table;
}

.section2-list {
  font-family: graphik-regular;
  line-height: 1.3;
  font-size: 32px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  list-style-type: none;
}

@media (orientation: portrait) {
  .section2 {
    height: 70vh;
  }
  .section2-left {
    width: 100%;
    height: 40%;
    float: none;
    vertical-align: top;
    text-align: center;
  }
  .section2-right {
    width: 100%;
    height: 60%;
    float: none;
    vertical-align: bottom;
    text-align: center;
  }
  .section2-text{
    font-size: 65px;
    padding-top: 10%;
  }
  .section2-list {
    padding-left: 30%;
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .section2-list {
    padding-left: 20%;
  }
}
@media (max-width: 500px) {
  .section2-list {
    padding-left: 15%;
    font-size: 26px;
  }
  .section2-left {
    height: 30%;
  }
  .section2-right {
    height: 60%;
  }
}
@media (max-width: 450px) {
  .section2-list {
    padding-left: 10%;
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .section2-text{
    font-size: 50px;
    padding-top: 0%;
  }
  .section2-left {

    height: 30%;
  }
  .section2-right {
    height: 70%;
  }
  .section2-list {
    font-size: 23px;
    padding-left: 7%;
  }
}

/*======================================================================*/
/*======================================================================*/
/*=============================== Section 3 ===============================*/
.section3 {
  width: 100vw;
  height: 70vh;
  background-image: url(../assets/img2.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3-container {
  width: 70%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.section3-text {
  font-family: graphik-semibold;
  color: white;
  line-height: 1.5;
  font-size: 28px;
  margin: 5%;
}

#enquire {
  font-family: graphik-semibold;
  color: white;
  line-height: 1.5;
  font-size: 32px;
}

@media (max-width: 610px) {
  .section3{
    height: 90vh;
  }
  .section3-container {
    width: 80%;
    height: 80%;
  }
  .section3-text {
    line-height: 1.5;
    font-size: 24px;
  }
  #enquire {
    line-height: 1.5;
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section3{
    height: 65vh;
  }
  .section3-container {
    width: 90%;
    height: 90%;
  }
  .section3-text {
    line-height: 1.5;
    font-size: 24px;
  }
  #enquire {
    line-height: 1.5;
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .section3{
    height: 90vh;
  }
  .section3-container {
    width: 90%;
    height: 90%;
  }
  .section3-text {
    line-height: 1.5;
    font-size: 24px;
  }
  #enquire {
    line-height: 1.5;
    font-size: 26px;
  }
}

/*======================================================================*/
/*======================================================================*/
/*=============================== Footer ===============================*/

.footer{
  width: 100vw;
  height: 40vh;
  float: left;
  background-color: black;
  overflow: hidden;
  position: relative;
}

.footer-logo{
  font-family: logo;
  float: left;
  position: relative;
  width: 20%;
  height: 70%;
}

#footer-logo{
  color: white;
  font-size: 4vw;
  margin: 0;
  position: relative;
  left: 15%;
}

.footer-links{
  font-family: logo;
  float: right;
  position: relative;
  width: 80%;
  height: 70%;
}
.footer-links a{
  text-decoration: none;
}
.footer-links a:link{
  color: white;
}
.footer-links a:visited{
  color: white;
}
.footer-links a:hover{
  text-decoration: underline;
}
.footer-links a:active{
  color: black;
}
#footer-links{
  color: white;
  text-align: right;
  font-family: graphik-regular;
  position: relative;
  line-height: 35px;
  top: 10%;
  right: 6%;
}
.footer-copy{
  float: left;
  position: relative;
  width: 100%;
  height: 30%;
}
#footer-copy{
  color: grey;
  font-size: 1vw;
  margin-left: 5%;
  text-align: right;
  font-family: graphik-regular;
  position: relative;
  right: 5%;
}
@media (orientation: portrait){
  #footer-logo{
    font-size: 5vh;
    position: relative;
    left: 25%;
  }
  #footer-copy{
    font-size: 1.7vh;
  }
}