@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fontlibrary.org//face/bebas');

html { scroll-behavior: smooth;}

body {
    margin: 0;
    background-color: black;   
  }

  h1 {
    font-family: 'BebasNeueRegular';
  }
p {
    font-family: 'Ubuntu';
    font-size: 0.8rem;
	width: 100%;
}
  .header {
    padding: 10px 16px;
    background: rgb(0, 0, 0);
    color: #f1f1f1;
    display: flex;
    align-items: center;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 100;
    height: 5rem;

  }
  .logo {
    width: 120px;
    padding: 10px;
    margin-top: 10px;
   

  }

  .button {
   
    
    right: 4%;
    top: 35px;
    width: 180px;
    height: 40px;
    text-align: center;
    border: 1.8px solid #fff;
    border-radius: 50px;
    background: black;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
   
    
  }
  .button:hover{

    color: rgb(0, 0, 0);
    background: rgb(255, 196, 0);
    border:rgb(0, 0, 0);
   

  }

  .content {
    position: absolute;
    padding-top: 68rem;
  }
  
  .content_2 {

    padding: 16px;
    z-index: 4; 
    color: rgb(255, 255, 255);
    background-color: black;
    position: relative;



  }

 
.hiddenbox { 
    top: 55rem;
   
    position: absolute;
    height: 200px;
    width: 100%;
    background-color: rgb(1, 1, 1);
    z-index: 0;
    display: block;
    
   
}
.ig { 
  width: 2rem;
 margin: 10px;
  padding: 10px;
  background-color: rgb(255, 196, 0);
  z-index: 20;
  border-radius: 20px;
  transition: 0.5s;
  position: relative;
  display: inline;
  text-decoration: none;
  vertical-align: middle;
  

  


}
.ig:hover { 
background-color: rgba(255, 255, 255, 0.738);
}

.button_contact2 { 
  
  text-align: center;
  border: 1.8px solid #fff;
  border-radius: 50px;
  background: black;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  width: 200px;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: inline;
  vertical-align: middle;
  margin: 10px;


}
.button_contact2:hover{

  color: rgb(0, 0, 0);
  background: rgb(255, 196, 0);
  border:rgb(0, 0, 0);
}
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  
  
  }
  
  .sticky + .content {
    padding-top: 10px;
  }


.dog {
    top: 25rem;
max-width: 600px;
position: absolute;
z-index: 1;


}

div img#sun{
    top: 700px;
    width: 70%;
    max-width: 500px;
    right: 20%;
    position: absolute;
    
    
}


.webtitle {
  position: absolute;
  top: 55rem;
  color: #fff;
  padding: 1rem; 
  font-size: 2rem;
  z-index: 1;

}

div h1 {
  margin: 10px;
  
  
}

.button_contact { 
  
  text-align: center;
  border: 1.8px solid #fff;
  border-radius: 50px;
  background: black;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  width: 200px;
  height: 40px;
  cursor: pointer;


}
.button_contact:hover{

  color: rgb(0, 0, 0);
  background: rgb(255, 196, 0);
  border:rgb(0, 0, 0);
}

a { 
  text-decoration: none;
}
.over {
  top: 12rem;
  color: #fff;
  position: relative;
  z-index: 20;
  display: block;
  padding-left: 8%;
  padding-right: 8%;
}
.Slides { 
  display: none;
  border-radius: 10px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

  .dot {
    height: 11px;
    width: 11px;
    margin: 0 2px;
    background-color: rgb(255, 196, 0);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }


.grid {
  background-color: rgb(255, 196, 0);
  width: 100%;
  z-index: 100;
  display: inline-block;
  padding-top: 25px;
  text-align: center;
  vertical-align: top;
}

  .active {
  background-color: rgb(255, 255, 255);
}

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

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.fotob { 
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}


  
.head_grid { 
  color: #fff;
  display: inline;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.title2{
  font-family: 'BebasNeueRegular';
  padding-right: 50%;
  font-size: 7rem;
  padding-left: 20px;

  
}
.title_t { 
  font-family: 'BebasNeueRegular';
  font-size: 2rem;
 
 

  position: relative;
 
 
}

.thankyou { 
  padding: 20px;
  color: #fff;
  margin-top: 10rem;
}
.p1 { 
  position: relative;
  margin-left: 10px;
}

.text1{
  
  padding-right: 20px; 
  padding-left: 20px;

  




}

.block { 

  margin: 0.6rem;
  display: inline-block;
  border: 2px solid rgb(234, 179, 0);
  width: 14rem;
  color: #fff;
  text-align: left;
  vertical-align: top;
 
}
.block:hover {
  background-color: rgb(234, 179, 0);
  transition: 0.5s;
}

.title3 { 
  padding: 4px;
  margin-left: 6px;
  font-family: 'BebasNeueRegular';
  font-size: 3rem;
  margin-bottom: -10px;
  margin-top: 4px;



}
.list { 
  padding: 5px;
  margin-left: 5px;
  
  font-family: 'Ubuntu';

}

.style-resize > li::before {
  content:'';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url('check-01.svg');
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
}

li { 
  padding: 4px;
  margin-left: -30px;
  text-align: left;

}

.contact_box {
  color: #fff;
}
.contact_form{ 
padding-top: 2rem;



}
.contact_box { 
  font-family: 'Ubuntu';
  padding: 1rem;


}
label { 
  padding: 1px;
  padding-bottom: 2px;
}

textarea {
  width: 90%;
  padding-right: 10px;
  margin-top: 10px;
}
input {
  margin: 1px;
  padding: 1px;
}
input[type=submit] { 
  text-align: center;
  border: 1.8px solid #fff;
  border-radius: 50px;
  background: black;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  width: 200px;
  height: 40px;
  cursor: pointer;

}

input[type=submit]:hover {
color: rgb(0, 0, 0);
  background: rgb(255, 196, 0);
  border:rgb(0, 0, 0);
}

.back1 { 
	
  max-width: 90%;
  padding-top: 2rem;
  
}

.back2 { 
  display: none;
  max-width: 100%;
  padding-top: 2rem;
}


@media only screen and (max-width: 420px){
  
.block { width: 9.7rem; font-size: 0.75rem; margin: 0.3rem;}
.title3 { font-size: 1.6rem;}
.text1 {left: 10px;}
.fotob {width: 10px;}
	p {width: 100%;}



}

@media only screen and (min-width: 650px) {
  .dog {right: 22%; padding-left: 10px; top: 26rem;}
  div img#sun {right: 30%;padding-left: 100px;}
  .hiddenbox { top: 62rem;}
  .webtitle { font-size: 3.5rem; top: 60rem; left: 20px; }
  .content {top: 12rem; }
  .content_2 {padding-left: 40px;
  padding-right: 40px;}
  .button_contact { margin-top: 70px;}
  .title2 { font-size: 8rem;
  padding-right: 27% ;}
  .text1 { padding-right: 10%;
  padding-top: 75%;
  }
  .head_grid { display: flex;}
  .back1 {display: none;}
  .back2{display:block;}

  
}

@media only screen and (min-width: 1100px) {
  .dog {right: 25%; top:27rem; }
  div img#sun {right: 30%; max-width: 700px; }
  .hiddenbox { top: 63rem;}
  .content_2 { padding: top 10px;
  padding-right: 20%;}
  .content {top: 0rem}
  .webtitle { font-size: 4rem; top: 38rem; left: 20px; }
  .title2 { font-size: 10rem;}
  .text1 { padding-top: 45%;}
  textarea { width: 75%;}
}