
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Orbitron:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
*{
    padding: 0;
    margin: 0;
    
    box-sizing: border-box;
}

@font-face {
  font-family: myfont;
  src: url(../Calibri/calibril.ttf);
}
:root {
    --orange: #EDCFA9;
    --white: #ffffff;
    --black: #000
}
a{
    color: #000;
}
body { background-color: var(--white); 
overflow-x: hidden;
}
.logo{
  display: flex;
}
.logo p{
  font-family: 'Audiowide', cursive;
  font-weight: bolder;
  font-size: 20px;
  padding-left: 2%;
}
  .logo span{
    width: 2px;
    height: 47px;
    background-color: #c56900;
    margin-left: 3px;
    margin-right: 3px;
  }

  .ddiq p{
    background-color: #ffffff;
    font-family: sans-serif;
    line-height: 12px;
    font-size: 10px;
  }
  .nav {
    height: 50px;
    width: 100%;
    position: relative;
  }
  
.active{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
}
.active::before,
.active::after{
	content: '';
	position: absolute;
	left: 0%;
	width: 100%;
	height: 2px;
	background-color: rgb(0, 0, 0);
	transform: scaleX(0);
	transition: transform .25s;
}
a{
  text-decoration: none;
}
.active::before{
	top: -1px;
	transform-origin: left;
}

.active::after{
	bottom: 10px;
	transform-origin: right;
}

.active:hover::before,
.active:hover::after{
	transform: scaleX(1);
}
 
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: flex;
    font-size: 18px;
    justify-content: right;

  }
  
  .nav > .nav-links > a {  
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'Audiowide', cursive;
    text-transform: capitalize;
    text-align: center;
    margin-right: 5%;
    margin-top: -2.5%;
    font-weight: bold;
}
  
.nav > .nav-links > .dropdown {  
  display: inline-block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: 'Audiowide', cursive;
  text-transform: capitalize;
  text-align: center;
  margin-right: 5%;
  margin-top: -2.5%;
  font-weight: bold;
}
  .nav > #nav-check {
    display: none;
  }
  #slider{
    overflow: hidden;
  }

  #slider figure{
    display: block;
    position: absolute;
    width:500%;
    height: 600px;
    margin: 0%;
    left: 0%;
    animation: 20s slider infinite;
  }
  #slider figure img{
    width: 20%;
    float: left;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
  @keyframes slider{
    0%{
      left: 0;
    }
    20%{left: 0%;}
    25%{
      left: -100%;
    }
    45%{
      left: -100%;
    }
    50%{
      left: -200%;
    }
    70%{
      left:-200%;
    }
    75%{
      left: -300%;
    }
    95%{
      left: -300%;
    }
    100%{
      left:-100%;
    }
  }
  .header p{
    font-family: 'Gloock', serif;
    text-align: left;
    display: table-row-group;
    font-size: 38px;
    line-height: 65px;
  }


  .header p .house-text{
    font-size: 65px;
    text-transform: capitalize;
  }
  .header p .home-text{
    font-size: 65px;
    text-transform: capitalize;
  }
  .header{
    margin: 8.5%;
    background-color: #ff9933;
    width: 380px;
    height: auto;
    padding: 2%;
    border-radius: 40px 40px 590px 40px;
  }


.house{
  display: flex;
}

.house span:nth-child(2){
  padding-left: 2%;
  font-size: 60px;
}
.home .background{
  margin-top: -40%;
  margin-left: 40%;
  margin-bottom: 2%;
}
.background img{
  width: 120%;
  
}


.recents{
  margin-top: 2%;

}

.recent1{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.recent-img1{
  width: 40%;
  display: inline-block;
  position: relative;
}

.recent-img1 img{
  width: 120%;
  height: 100%;
  display: inline;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #000;
  margin-left: 20%;
  cursor: pointer;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}
.recent-img1 img:hover{
  content: 'Hi';
}
.recent-location p{
  text-align: center;
    font-family: myfont;
  display: inline-block;  margin-left: 1%;
  margin-top: 23%;
  font-size: 17px;
  font-weight: bolder;
}

.recents h1{
  text-align: center;
    font-family: myfont;
  font-size: 38px;
  margin-bottom: 3%;
}

.text {
  text-align: left;
  font-size: 16px;
    font-family: myfont;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.text1 {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 16px;
    font-family: myfont;
  font-size: 20px;
  font-weight: bold;
  margin-left: 60%;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.recent-img1:hover .image {
  opacity: 0.5;
}

.recent-img1:hover .middle {
  opacity: 1;
}
.recent2{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.recent-img2{
  width: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5%;
}

.recent-img2 img{
  width: 100%;
  height: 100%;
  display: inline;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #000;
  cursor: pointer;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}
.recent-img2 img:hover{
  content: 'Hi';
}
.recent-location2 p{
  text-align: center;
  font-family:  'Major Mono Display',monospace;
  display: inline-block;
  margin-right: 2%;
  margin-top: 20%;
  margin-left: 15%;
  font-size: 17px;
  font-weight: bolder;
}



.text2 {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 16px;
    font-family: myfont;
  font-size: 20px;
  font-weight: bold;
}
.middle2 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.recent-img2:hover .image2 {
  opacity: 0.5;
}

.recent-img2:hover .middle2 {
  opacity: 1;
}

.recent3{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
}
.recent-img3{
  width: 40%;
  display: inline-block;
  position: relative;
  margin-left: 5%;
}

.recent-img3 img{
  width: 100%;
  height: 100%;
  display: inline;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #000;
  cursor: pointer;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}
.recent-img3 img:hover{
  content: 'Hi';
}
.recent-location3 p{
  text-align: center;
  font-family: 'Major Mono Display',monospace;
  display: inline-block;
  margin-right: 2%;
  margin-top: 20%;
  margin-left: 0%;
  font-size: 17px;
  font-weight: bolder;
}



.text3 {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 16px;
    font-family: myfont;
  font-size: 20px;
  font-weight: bold;
}
.middle3 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.recent-img3:hover .image3 {
  opacity: 0.5;
}

.recent-img3:hover .middle3 {
  opacity: 1;
}

.contact{
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.contact a{
  background-color: #ffffff;
  width: auto;
  height: auto;
  text-decoration: none;
    font-family: myfont;
  font-size: 17px;
  font-weight: bold;
  color: var(--black);
  padding: 0.5%;
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 5px;
}
.contact a:hover{
  color: var(--white);
  background-color: var(--black);
}
.container{
  display: none;
}


.h1 h2{
  width:70%;
  text-align: center;
    font-family: myfont;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
  margin-left: 15%;
  margin-top: 30px;

}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  width: 40px;
  height: 40px;
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 3px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.side-button a:nth-child(1){
  position: fixed;
  bottom: 140px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.7%;
  font-size: 25px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(1):hover{
  color: var(--white);
  background-color: #4FCE5D
  ;
}
.side-button a:nth-child(2){

  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.9%;
  font-size: 17px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(2):hover{
  color: var(--white);
  background-color: #1180FF
  ;
}

.side-button a:nth-child(3){

  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  border: 2px solid var(--black);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slide {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*          @media 600px                       */
@media (max-width:600px) {
  .logo{
    display: flex;
  }
  .logo p{
    font-family: 'Audiowide', cursive;
    font-weight: bolder;
    font-size: 17px;
    padding-left: 2%;
  }
    .logo span{
      width: 2px;
      height: 40px;
      background-color: #c56900;
      margin-left: 3px;
      margin-right: 3px;
    }
  
    .ddiq p{
      background-color: #ffffff;
      font-family: sans-serif;
      line-height: 10px;
      font-size: 10px;
    }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
 
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 8px;
    border-top: 2px solid #000000;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #000000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 40px;
    left: 0px;
    text-align: center;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    color: #fff7f7;
    margin-top: 10%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .active{
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #000000;
  }
  .active::before,
  .active::after{
      content: '';
      position: absolute;
      top: 15%;
      width: 2px;
      height: 80%;
      background-color: rgb(255, 255, 255);
      transform: scaleY(0);
      transition: transform .50s;
      margin-left: 25%;
  }
  
  .active::before{
      left: 49%;
      transform-origin: bottom;
  }
  
  .active::after{
      right: 10%;
      transform-origin: top;
  }
  
  .active:hover::before,
  .active:hover::after{
      transform: scaleY(1);
  }
  
  #slider{
    overflow: hidden;
  }

  #slider figure{
    display: block;
    position: absolute;
    width:500%;
    height: 100px;
    margin: 0%;
    left: 0%;
    animation: 10s slider infinite;
  }
  #slider figure img{
    width: 20%;
    float: left;
  }
.h1 h2{
  font-size: 13px;
}

 
  
  @keyframes slider{
    0%{
      left: 0;
    }
    20%{left: 0%;}
    25%{
      left: -100%;
    }
    45%{
      left: -100%;
    }
    50%{
      left: -200%;
    }
    70%{
      left:-200%;
    }
    75%{
      left: -300%;
    }
    95%{
      left: -300%;
    }
    100%{
      left:-100%;
    }
  }
  .header p{
    font-family: 'Gloock', serif;
    text-align: left;
    display: table-row-group;
    font-size: 21px;
    line-height: 42px;
  }

.we-shape{
  padding-left: 35%;
  text-align: center;
}
.into-a{
  padding-left: 35%;
  text-align: center;
}
  .header p .house-text{
    font-size: 55px;
    text-transform: capitalize;
  }
  .header p .home-text{
    font-size: 65px;
    text-transform: capitalize;
  }
  .header{
    margin: 8.5%;
    background-color: #ff9933;
    width: 280px;
    height: auto;
    padding: 2%;
    border-radius: 40px 40px 590px 40px;
  }

.home-text{
  padding-left: 17%;
}
  .home .background{
    
  margin-top: -10%;
  margin-bottom: 10%;
  margin-left: 0%;
    padding-left: 10%;

  }
  .background img{
    width: 150%;
  }

  .recents{
    margin-top: 10%;

  }

  .recent1{
    display: inline-block;
  }
  .recent-img1{
    width: 40%;
    display: inline-block;
    position: relative;
  }

  .recent-img1 img{
    width: 200%;
    height: 100%;
    display: inline;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #000;
    display: flex;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  .recent-img1 img:hover{
    content: 'Hi';
  }
  .recent-location p{
    text-align: center;
      font-family: myfont;
    display: inline-block;
    margin-top: 7%;
    font-size: 11px;
    font-weight: bolder;
    margin-bottom: 5%;
  }

  .recents h1{
    text-align: center;
      font-family: myfont;
    font-size: 20px;
    margin-bottom: 10%;
  }

  .text {
    text-align: left;
    color: white;
    font-size: 16px;
      font-family: myfont;
    font-size: 17px;
    font-weight: bold;
  }
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 125%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .recent-img1:hover .image {
    opacity: 0.5;
  }

  .recent-img1:hover .middle {
    opacity: 1;
  }
  .recent2{
  display: inline-block;
  margin-top: -90%;

  }
  .recent-img2{
    width: 40%;
    display: inline-block;
    position: relative;
  }

  .recent-img2 img{
    width: 200%;
    height: 100%;
    display: inline;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #000;
    display: flex;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    margin-top: -200%;
    margin-left: 20%;
  }

  .recent-location2 p{
    text-align: center;
      font-family: myfont;
    display: block;
    padding-top: 130%;
    font-size: 11px;
    font-weight: bolder;
    margin-left: 0%;
  }
  .text1 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
      font-family: myfont;
    font-size: 15px;
    font-weight: bold;
    margin-left: 0%;
  }
  .text2 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
      font-family: myfont;
    font-size: 17px;
    font-weight: bold;
  }
  .middle2 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    display: inline-block;
    left: 125%;
    margin-top: -140%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .recent-img2:hover .image2 {
    opacity: 0.5;
  }

  .recent-img2:hover .middle2 {
    opacity: 1;
  }

  .recent3{
  display: inline-block;
  margin-top: 10%;
  }
  .recent-img3{
    width: 40%;
    display: inline-block;
    position: relative;
  }

  .recent-img3 img{
    width: 200%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #000;
    cursor: pointer;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    margin-left: 7%;
  }
  .recent-img3 img:hover{
    content: 'Hi';
  }
  .recent-location3 p{
    text-align: center;
    font-family: 'Major Mono Display',monospace;
    display: inline-block;
    margin-right: 2%;
    margin-top: 5%;
    margin-left: 0%;
    font-size: 11px;
    font-weight: bolder;
  }



  .text3 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
      font-family: myfont;
    font-size: 17px;
    font-weight: bold;
  }
  .middle3 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .recent-img3:hover .image3 {
    opacity: 0.5;
  }

  .recent-img3:hover .middle3 {
    opacity: 1;
  }

  .contact{
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
  }
  .contact a{
    background-color: #ffffff;
    width: auto;
    height: auto;
    text-decoration: none;
      font-family: myfont;
    font-size: 14px;
    font-weight: bold;
    color: var(--black);
    padding: 2%;
    border: 1px solid var(--black);
    text-align: center;
    border-radius: 5px;
  }

  .contact a:hover{
    color: var(--white);
    background-color: var(--black);
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    width: 30px;
    height: 30px;
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 3px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }

  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  
  .side-button a:nth-child(1){
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 1.5%;
    font-size: 25px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(1):hover{
    color: var(--white);
    background-color: #4FCE5D
    ;
  }
  .side-button a:nth-child(2){
  
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 2.3%;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(2):hover{
    color: var(--white);
    background-color: #1180FF
    ;
  }

.side-button a:nth-child(3){

  position: fixed;
  bottom: 170px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: .8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}

}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  width: 40px;
  height: 40px;
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 3px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.side-button a:nth-child(1){
  position: fixed;
  bottom: 140px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.7%;
  font-size: 25px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(1):hover{
  color: var(--white);
  background-color: #4FCE5D
  ;
}
.side-button a:nth-child(2){

  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.9%;
  font-size: 17px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(2):hover{
  color: var(--white);
  background-color: #1180FF
  ;
}

.side-button a:nth-child(3){

  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}
@media (max-width:600px){
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    width: 30px;
    height: 30px;
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 3px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }

  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  
  .side-button a:nth-child(1){
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 1.5%;
    font-size: 25px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(1):hover{
    color: var(--white);
    background-color: #4FCE5D
    ;
  }
  .side-button a:nth-child(2){
  
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 2.3%;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(2):hover{
    color: var(--white);
    background-color: #1180FF
    ;
  }

.side-button a:nth-child(3){

  position: fixed;
  bottom: 170px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 1.8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}


}






  
/*          @media 600px                       */
@media (max-width:600px) {

    footer{
      font-size: 10px;
    }
}  