	*	{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  width: 1536px;
  height: 1000px;
  position: fixed;
  

    
}
h3{
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: arial;
  color: white;
  display: flex; 
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 1));

}
h2{
  text-decoration: ;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: arial;
  color: white;
  display: flex; 
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: fixed;  
}

.logo {
  width: 70%;
  height: auto;
}

.mainlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  z-index: 1;
}

.header-flex {
  justify-content: center;
  height: 90px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.header-flex2{
  justify-content: center;
  height: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;

  
  
}

.all-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  width: 80%;
  height: auto;
  opacity:70% ;
}
.all-logo2{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: 40%;
  height: auto;
  opacity:70% ;
  margin: 60px;


}

.all-logo2:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  width: 45%;
  height: auto;
  transition: 0.3s;
  opacity:100% ;
  

}
.all-logo:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  width: 90%;
  height: auto;
  transition: 0.3s;
  opacity:100% 
}

<        /* DON'T TOUCH THIS DONT KNOW WHY :) yes i am a noob   */
.CTA{
  mix-blend-mode: multiply;
  opacity: 0.9;
  overflow: hidden;

}

.responsive-img{
  max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    overflow: hidden;
}

.btn{
  display: inline-block;
  font-family: arial;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 2px ;
  color: white ;
  border: 2px solid white;  ;
  transition: 2sec;
  margin: -32px;
}

.btn:hover{
  display: inline-block;
  font-size: 20px;
  font-family: arial;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 1px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  margin: -30px;

 
}
.insta{
  
  position: fixed; /* stays in the same spot even when scrolling */
  top: 10px;
  right: 10px;
  width: 25px;  /* size of the logo */
  height: auto;
  z-index: 1000;
  opacity:40% 
}

.insta:hover{
  position: fixed; /* stays in the same spot even when scrolling */
  top: 10px;
  right: 10px;
  width: 25px;  /* size of the logo */
  height: auto;
  z-index: 1000;
  height: auto;
  transition: 0.3s;
  opacity:100% 
}


}
 @media (max-width: 1000px) {
  .responsive-img{
  max-width: 200%;
 z-index: -1;
position: fixed;
}
.all-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: none;
  width: 80%;
  height: auto;
  opacity:100% ;
}   


}
@media (max-width: 1000px) {
  
  
  .all-logo2{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  width: 35%;
  height: auto;
  opacity:70% ;
}
.all-logo2:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.4));
  width: fit-content;
  width: 45%;
  height: auto;
  opacity:70% ;
}

}
