body{
    margin:0;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Rethink Sans', sans-serif;
    line-height: 1.6;
    color: rgb(0, 0, 0);  
    height: 1500px;
    background-color:  rgb(255, 255, 255);
   }
  
   *,
   *:before,
   *:after{
    box-sizing: border-box;
   }
  
    h1, h2, h3, h4, h5, h6{
      margin:0;
    }



 /*------------------CONTAINER----------------------*/

 .container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    
  
   }

    /*-------------INTRO------------------*/

 .intro{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    
 }
 
.intro__img  {
   max-width: 100%; 
   height: 95vh;
   margin: 0 auto;
   filter: brightness(50%); 
   width: 100%; 
 
   align-items: flex-end;
    
    
}

.intro__text{
    position: absolute  ;
    top: 250px;
    left: 0;
    width: 90%;
    color: rgb(255, 255, 255);
    font-size: 30px;
    letter-spacing:1.4px;
    font-weight: 500;
    float: left;
    text-transform: uppercase;
   
}

.btn__scroll{
  width: 100px;
}

.arrow__down{
  position: absolute;
  top: 87vh;
  right: 14vw;
  width: 50px;
  filter: invert(100);
 
  

}

 

  @media screen and (min-width: 1024px),(min-height: 1100px) {
    .intro__text {
       top:26%;
       left: 18%;
       font-size:  50px;
       font-weight: 700;
       line-height: 110px;
       max-width: 46%;
       text-align: left;
       
    }
  }
 

  @media screen and (max-width: 1030px),(min-height: 800) {
    .intro__text {
       top:12%;
       left: 1%;
 
       font-size:  26px;
       font-weight: 700;
       line-height: 90px;
       max-width: 90%;
       text-align: left;
       
    }
  }


 

  
  @media screen and (max-width: 360px),(max-height: 490px) {
    .intro__text {
       top: 9%;
       left: 1%;
 
       font-size:  20px;
       font-weight: 700;
       line-height: 80px;
       max-width: 80%;
       text-align: left;
       
    }
  }


   /*----------------------NAV---------------------*/

 .nav{
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;

 
 }

 .nav__link{
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  position: relative;

  font-size:15px;
  font-weight: 400;
  color:black;
  text-decoration: none;

  transition: .3s linear;

 }

.nav__link:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0;

  background-color:lightskyblue;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  
  transition: 0.3s linear;
}

 .nav__link:hover{
  
 }

 .nav__link:hover:after{
opacity: 1;
 }


 /*------------------------HEADER-----------------------*/

 .header{
    border-bottom: 3px solid black;
    position: static;
    padding: 5px 5px 0px 5px;
    background-color:  rgb(255, 255, 255);
    font-size: 35px;
    
 
    
}


 .header__logo{
    text-align: center;
    font-weight: 500;
    font-size: 35px;
   
 }



/*--------------------------------MAIN---------------------------*/

 
.main__content{
    text-align: center;
    margin: 30px 0 0 0;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    display: flex;
    flex-direction: column;
   
}

.main__txt{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 30px auto;
  max-width: 900px;
  
}


@media screen and (max-width: 320px) {
  
  .main__txt{
 font-size: 18px;
  }
  }

  @media screen and (max-width: 520px) {
  
    .main__txt{
   font-size: 20px;
    }
    }

    @media screen and (max-width: 720px) {
  
      .main__txt{
     font-size: 22px;
      }
      }


.contact{
 display: flex;
 flex-direction: row;
}

.contact__map{
  margin: 10px 40px 10px 10px ;
  float:right;
  
   
}

.contact__txt{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 40px auto;
  max-width: 900px;
  text-align: center;
  
}

.contact__mail{
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
}


.contactmail__img{
  max-width: 60px;
   margin: 5px auto;
}

@media screen and (max-width: 320px) {
  .contact {
      display: flex;
      flex-direction: column;
  }
  .contact__map{
    width: 100%;
    height: 300px;
    margin: 0 0 0 0;
  }

.contact__txt{
  font-size: 18px;
}

  }

  @media screen and (max-width: 420px) {
    .contact {
        display: flex;
        flex-direction: column;
    }
    .contact__map{
      width: 100%;
      height: 300px;
      margin: 0 0 0 0;
    }
    
    }

    @media screen and (max-width: 620px) {
      .contact {
          display: flex;
          flex-direction: column;
      }
      .contact__map{
        width: 100%;
        height: 300px;
        margin: 0 0 0 0;
      }
      .contact__txt{
        font-size: 20px;
      }

      }
      @media screen and (max-width: 920) {
        .contact {
            display: flex;
            flex-direction: column;
        }
        .contact__map{
          width: 100%;
          height: 300px;
          margin: 0 0 0 0;
        }
        .contact__txt{
          font-size: 22px;
        }

        }
        @media screen and (max-width: 1000px) {
          .contact {
              display: flex;
              flex-direction: column;
          }
          .contact__map{
            width: 100%;
            height: 300px;
            margin: 0 0 0 0;
            float:right;
          }
          }
          @media screen and (max-width: 1100px) {
            .contact {
                display: flex;
                flex-direction: column;
            }
            .contact__map{
              width: 100%;
              height: 300px;
              margin: 0 0 0 0;
              float:right;
            }
            }