@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}

body, html{
  height: 100%;
  margin: 0;
  padding: 0; 
}

.bg-img{
  background-image: url(picture1.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}

.navigation{
  margin-top: 3%;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}

.navbar-logo{
  padding-left: 5%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  position: absolute;
  text-decoration:none;
  color: #fff; 
}
.navbar-logo a:hover{
  color: #30E3DF;
}
.phrase{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 90px;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}

.button1{
  background-color: #30E3DF;
  border-radius: 20px;
  border: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  height: 40px;
  width: 20%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}
.button1:hover{
  background-color: #3F979B;
  }
.navbar-right{
  float: right;
  padding-right: 5%;
}

.navbar-right ul{
  list-style-type: none;    
}

a{
  text-decoration: none;
  color: white;
}

.navbar-right li{
  margin-right: 10px;  
  display: inline-block;  
} 

.navbar-right a{
  text-decoration:none;
  padding:10px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}

.navbar-right a:hover{
  color: #30E3DF;
}
.first-text{
  font-size: 20px;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  margin-top: 15px;
}
.second-text {
  display: flex;
  align-items: center;
  clear: both;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 55;
}
.second-text img{
  width: 350px;
  margin-right: 5%; 
}
.text2{
  text-align: center;
  font-size: 20px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  
  width: 50%;
  padding: 20px;
}

.third-text {
  display: flex;
  align-items: center;
  clear: both;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 55;
}
.third-text img{
  width: 350px;
  margin-right: 5%; 
}
.text3{
  text-align: center;
  font-size: 20px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  
  width: 50%;
  padding: 20px;
}

.fourth-text {
  display: flex;
  align-items: center;
  clear: both;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 55;
}
.fourth-text img{
  width: 350px;
  margin-right: 5%; 
}
.text4{
  text-align: center;
  font-size: 20px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  
  width: 50%;
  padding: 20px;
}

.fifth-text {
  display: flex;
  align-items: center;
  clear: both;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 55;
} 
.fifth-text img{
  width: 350px;
  margin-right: 5%; 
}
.text5{
  text-align: center;
  font-size: 20px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  
  width: 50%;
  padding: 20px;
}
.sixth-text {
  display: flex;
  align-items: center;
  clear: both;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 55;
} 
.sixth-text img{
  width: 350px;
  margin-right: 5%; 
}
.text6{
  text-align: center;
  font-size: 20px;
  float: left;
  font-family: 'Fira Sans', sans-serif;
  width: 50%;
  padding: 20px;
}
.last-text{
  text-align: center;
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  margin-top: 5%;
  line-height: 2.2;
  padding-bottom: 3%;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
}

.footer-content {
  max-width: 500px;
}

.footer-content h3 {
  margin-bottom: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.footer-social a:hover {
  color: #ccc;
}
@media (max-width: 868px) {
  .second-text,
  .third-text,
  .fourth-text,
  .fifth-text,
  .sixth-text {
    flex-direction: column;
  }

  .second-text img,
  .third-text img,
  .fourth-text img,
  .fifth-text img,
  .sixth-text img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .text2,
  .text3,
  .text4,
  .text5,
  .text6 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    float: none;
  }
}
@media screen and (max-width: 980px) {

  .navbar-right.active {
   display: block;
   position: absolute;
   top: 60px;
   right: 0;
   background-color: #333;
   width: 100%;
   padding: 10px;
   text-align: right;
   z-index: 9999;
 }

 .navbar-right ul {
   text-align: center;
 }

 .navbar-right li {
   display: block;
   margin-bottom: 10px;
   margin-right: 0;
 } 

 .button1,
 .button2 {
   width: 50%;
 }

 .phrase {
   font-size: 30px;
 }
} 


.menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.menu-toggle .hamburger {
  background-color: transparent;
}

.menu-toggle .hamburger:before,
.menu-toggle .hamburger:after {
  background-color: #fff;
}


@media screen and (max-width: 980px) {

   .navbar-right.active {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #333;
    width: 100%;
    padding: 10px;
    text-align: right;
    z-index: 9999;
  }

  .navbar-right ul {
    text-align: center;
  }

  .navbar-right li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  } 

  .button1,
  .button2 {
    width: 50%;
  }

  .phrase {
    font-size: 30px;
  }
} 


    /* Media query for smaller screens */
    @media (max-width: 968px) {
      .navbar-right {
        text-align: right;
      }
      
      .navbar-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #30E3DF;
        padding: 8px;
        align-items: center;
      }
      
      .navbar-menu li {
        display: block;
        margin-bottom: 10px;
      }
      
      .menu-toggle {
        display: block;
        background: none;
        border: none;
        padding: 2px;
        cursor: pointer;
      }
      
      .menu-toggle .hamburger {
        display: absolute;
        width: 20px;
        height: 2px;
        background-color: white;
        position: relative;
        transition: background-color 0.3s ease;
      }
      
      .menu-toggle .hamburger:before,
      .menu-toggle .hamburger:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: white;
        transition: transform 0.3s ease, background-color 0.3s ease;
      }
      
      .menu-toggle .hamburger:before {
        top: -6px;
      }
      
      .menu-toggle .hamburger:after {
        top: 6px;
      }
      
      /* Toggle active styles */
      .menu-toggle.active .hamburger {
        background-color: transparent;
      }
      
      .menu-toggle.active .hamburger:before {
        transform: rotate(45deg);
        top: 0;
      }
      
      .menu-toggle.active .hamburger:after {
        transform: rotate(-45deg);
        top: 0;
      }
      
      /* Show menu when toggle is active */
      .menu-toggle.active ~ .navbar-menu {
        display: block;
      }
    }