*{
  box-sizing: border-box;
  margin:0;
  padding:0;
}

html, body{
  width:100%;
}

/* Section */
.first_section{
  padding:20px 20px;
}



/* Layout */
.first{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
  max-width:1200px;
  margin:auto;
}

.first video{
  width:100%;
  max-width:400px;
  flex:1 1 400px;
  border-radius:10px;
}

.f2{
  flex:1 1 400px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.7;
}

.f2 h1{
  font-size:40px;
  margin-bottom:20px;
}

.f3{
  display: flex;
  align-items: center; /* vertically center the button with the image */
  gap: 20px;           /* space between image and button */
  padding:20px 180px;
}

.store{
  color: #f3f2f2;
  background-color: #171818; /* nice blue button */
  padding: 15px 45px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  
}

.store a{
text-decoration: none;

}


.store:hover{
  background-color: #1FA9E2; /* hover effect */
}


@media (max-width:768px){

.first{
  flex-direction:column;
}

.f2{
  padding:0;
}
.f2 img{
width:100%;
padding: 10px 10px;
}

.f2 h1{
  font-size:32px;
}

.f3{
display: flex;
flex-direction: column;
gap: 20px;
padding:0px;
}

.f3 img{
width:350px;

}

}

.second-section{
    margin-top:60px;
}

.s1{
    font-size:28px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.s1::before,
.s1::after{
    content:"";
    width:80px;
    height:2px;
    background:black;
}

.s2{
width:260px;
background:white;
border-radius:10px;
overflow:hidden;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
transition:0.3s;
font-family: "Segoe UI", sans-serif;
}

.s2:hover{
transform:translateY(-10px);
}

/* IMAGE */

.s2 img{
width:100%;
height:220px;
object-fit:cover;
}

/* ICON */

.icon{
margin-top:-25px;
}

.s2 i{
font-size:30px;
background:white;
padding:12px;
border-radius:50%;
box-shadow:0 4px 15px rgba(0,0,0,0.15);
color:black;
}

/* TITLE */

.s2 h3{
margin-top:15px;
font-size:20px;
}

/* TEXT */

.s2 p{
padding:15px 20px 25px 20px;
font-size:14px;
color:#555;
line-height:1.6;
}

.s3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    gap:30px;
    flex-wrap: wrap;
    max-width: 1200px;

}

.ft1{
    width:100%;
    margin-top: 40px;
    border-left: 10px solid #161616; 
    border-radius: 15px;

}

.ft1 p{
  font-size: 40px;
  text-align: center;
  text-shadow:0 4px 15px rgba(61, 247, 132, 0.15);
  
}

.fff{
  margin:20px auto;
  text-align: center;

}


.contacti a{
text-decoration: none;
color:black;
line-height: 1.5;
}

.contacti a :hover{
  color:white;
  transform:translateY(-10px);
}


.contact_hold{
      background-color: rgba(0,0,0,0.6);
      padding: 25px 30px;
      width: fit-content;
      border-radius: 10px;
      height: fit-content;

}


.contact_form{
    width: 100%;
    max-width: 500px;
    padding: 25px;
    border-radius: 12px;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.contact_form label{
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #1d1c18; /* gold vibe */
}

.contact_form form{
    width: 100%;
}

.contact_form input{
    width: 100%;
    padding: 12px;
    border: 1px solid #333;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.contact_form textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #333;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
    resize:none;
}

.contact_form input::placeholder{
    color: #aaa;
}

.contact_form input:focus{
    border-color: #333333;
    box-shadow: 0 0 5px rgba(66, 66, 64, 0.5);
}

.contact_form input[type="file"]{
    padding: 10px;
    cursor: pointer;
}

.contact_form button{
    width: 100%;
    padding: 12px;
    background: #161616;
    border: none;
    border-radius: 8px;
    color: #f3f2f2;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.contact_form button:hover{
    background: #2b2a2a;
    transform: scale(1.02);
}

.contacts{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 50px auto;
  gap:90px;
  flex-wrap: wrap;
}

@media (max-width:768px) {
  .contacts{
   display: flex;
   flex-direction: column;
  }

}


.last{
width:100%;
height:300px;
background-color: #181717;

}


.ffyz{
display: flex;
justify-content: space-around;
padding:50px 0px;
color:white;
flex-wrap: wrap;
}

.ff1 h2{
margin-bottom:30px;
font-size: 20px;
text-align: center;
}

.ff1 button{
padding:10px 40px;
text-align: center;
border-color:white;
background-color: #161616;
color:#f3f2f2;
align-items: center;
margin-left: 150px;
margin-top:10px;

}



.ff2 h2{
font-size: 20px;
text-align: center;
}

.ff2 p{
text-align: center;
line-height: 1.5;
}

.ff3 h2{
margin-bottom:30px;
font-size: 20px;
text-align: center;
}

.email{
  display: flex;
  margin-top: 5px;
}

.ff3 button{
padding:10px 40px;
text-align: center;
border-color:white;
background-color: #161616;
color:#f3f2f2;
align-items: center;
margin-left: 5px;

}


.email button :hover{
    background: #2b2a2a;
    transform: scale(1.02);
}


@media (max-width:768px){

.ffyz{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap:60px;
}

.ff p{
 text-align: center;

}

.last{
width:100%;
height:100%;

}

.ff1 p{
  text-align: center;
}

.email{
display: flex;
justify-content: center;
margin-top: 20px;
}

.ff3 p{
  text-align: center;
}

}


.footer-copy{
 margin-top: 30px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 15px;
}