@import url('https://fonts.googleapis.com/css2?family=Saira:wght@700&display=swap');
body {
    padding: 0;
    margin: 0;
}

p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
}
h2 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

/****Section 1****/

.build-section {
    height: 650px;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;     
}

.build-section {
  background-image: url("Assets/bg.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 670px;
}

.s1-contrainer {
  max-width: 1200px;
  margin: 0 auto;
  padding-top:70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1300px) {
.s1-contrainer {
  max-width: 80%;
}

}

@media (max-width: 1000px) {
    .build-section {
        height: 500px;
    }
}

/* Mobile / Tablet */
@media (max-width: 700px) {
    
  .s1-contrainer {
    flex-direction: column;
    text-align: center; 
  }
  .hero-image{
    padding-top: 30px;
  }
    .build-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }


}

/* left container */
.hero-text{
    width:60%;
}


.hero-text h1{
    font-family: "Saira", sans-serif;
    font-weight: 800;
    font-size: clamp(32.5px, 4vw, 60.49px);
    line-height:100%;
    letter-spacing:0px;
    margin:0;
}


.hero-description{
    font-family: "Saira", sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 2vw, 24px);
    line-height: 100%;
    letter-spacing: -3%;
    margin-top: 20px;
    width: 80%;
}

/* call to action text */
.hero-cta{
    font-family: "Saira", sans-serif;
    font-weight: 300;
    font-size: clamp(12px, 2vw, 20px);
    line-height: 120%;
    letter-spacing: -3%;
    text-transform: uppercase;
    margin-top: 25px;
}

/* button container */
.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:20px;
}

/* first button */
.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:20px;
}

/* primary button */
.btn-primary{
    width:67px;
    height:49px;
    background:#434343;
    border:0.5px solid #000;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    color:#fff;
    font-family:"Saira", sans-serif;
    cursor:pointer;
}

.btn-primary img{
    width:23px;
    height:23px;
}
/* second button */
.btn-whatsapp{
    width:202px;
    height:49px;
    background:#3B84F5;
    border:none;
    border-radius:9.28px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12.75px;
    padding:13.91px 28.41px;
    font-family:"Saira", sans-serif;
    font-weight:500;
    font-size:14px;
    line-height:100%;
    letter-spacing:0%;
    text-align:center;
    text-transform:capitalize;
    color:#fff;
    cursor:pointer;
}

.btn-whatsapp img{
    width:23px;
    height:23px;
}


/* right container */
.hero-image{
    width:40%;
    display:flex;
    justify-content:center;
}


.hero-image img{
    width: clamp(274px, 25vw, 367px);
    height: clamp(295px, 27vw, 396px);
    opacity: 1;
}


@media (max-width: 700px) {
  .hero-text {
    width: 100%;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

    .hero-description{
        width: 100%;
    }

  .hero-image{
    width:80%;
    display:flex;
    justify-content:center;
}
}


@media (max-width: 500px) {
    .btn-primary{
    width:43px;
    height:32px;
    }

    .btn-primary img{
        width:13px;
        height:13px;
    }

    .btn-whatsapp{
        width:150px;
        height:30px;
    }
    .btn-whatsapp img{
        width:13px;
        height:13px;
    }
}

.sec1-contrainer {
    width: 90%;          
    padding-top: 20px;       
    margin: 0 auto;             
    display: flex;            
    justify-content: center;   
    align-items: center;       
    text-align: center;         
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;        
    flex-wrap: wrap; 
    justify-content: center; 
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Saira', sans-serif; 
    font-weight: 300;                 
    font-style: normal;               
    font-size: clamp(12px, 1vw, 13px); 
    line-height: 102%;                
    letter-spacing: 0;                
    text-align: center;               
}

.feature-list img {
    width: 16px;
    height: 16px;
}

/****END section 1****/


/****Section2****/
.build-section2 {
    height: 1000px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
}

.build-section2 {
  background-image: url("Assets/bg2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 1230px;
}

@media (max-width: 850px) {
    .build-section2 {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.s2-contrainer {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .s2-contrainer {
    width: 80%;
  }
}

@media (max-width: 650px) {
  .s2-contrainer {
    width: 90%;
  }
}

.s2-heading {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 42px);
  padding: 15px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.subs2-heading {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 20px);
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}

.s2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.s2-card {
  background: #1F2123;
  border: 0.69px solid #434343;
  box-shadow: inset 0px 0px 4.13px 2.75px #00000040;
  margin-top: 75px;
  padding: 30px 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.s2-img {
  width: clamp(216px, 25vw, 340px);
  height: clamp(216px, 25vw, 340px);
  transform: rotate(-6.96deg);
  opacity: 1;
  object-fit: contain;
  margin-top: -150px;
  margin-bottom: 16px;
}

.s2-img2 {
  width: clamp(216px, 25vw, 340px);
  height: clamp(216px, 25vw, 340px);
  transform: rotate(6.96deg);
  opacity: 1;
  object-fit: contain;
  margin-top: -140px;
  margin-bottom: 16px;
}

.s2-title {
  font-family: 'Saira', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 100%;
  text-align: center;
  margin: 0 0 10px;
}

.s2-subtitle {
  font-family: 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 2vw, 20px);
  line-height: 102%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #3B84F5;
  margin: 0;
}

.s2-list {
  list-style: disc;
  padding-left: 20px; 
  margin-top: 20px;
  display: inline-block; 
  text-align: left; 
}

.s2-list li {
  font-family: 'Saira', sans-serif;
  font-size: clamp(11px, 2vw, 18px);

}

.blue-color {
  color: #3B84F5;
  font-weight: 700;
}

.s2-list-container {
  text-align: center;
}

@media (max-width: 850px) {
  .s2-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

}




/****Section2****/


/****Section3****/
.build-section3 {
    height: 825px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
}

@media (max-width: 850px) {
    .build-section3 {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.s3-contrainer {
  width: 923px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .s3-contrainer {
    width: 80%;
  }
}

@media (max-width: 650px) {
  .s3-contrainer {
    width: 90%;
  }
}
.s3-heading {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 4vw, 42px);
  line-height: 100%;
  padding: 15px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.subs3-heading {
  font-family: "Saira", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 20px);
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}


.s3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.s3-card {
  background: #1F2123;
  border: 0.69px solid #434343;
  box-shadow: inset 0px 0px 4.13px 2.75px #00000040;
  padding: 30px 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 850px) {
  .s3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

    .s3-card {
    padding: 25px 12px;
    }
}



.s3-card-icon {
  height: clamp(45px, 6vw, 80px);
  width: auto;
  margin-bottom: 10px;
}
.s3-card-title {
  font-family: "Saira", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.2vw, 19.28px);
  line-height: 102%;
  letter-spacing: 0;
  text-align: center;

  margin-bottom: 10px;
}
.s3-card-text {
  font-family: "Saira", sans-serif;
  font-weight: 300;
  font-size: clamp(12px, 1vw, 16.53px);
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #CFCFCF;
}


/****END Section3 ****/





/****Section4 ****/


.build-section4 {
    height: auto;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;     
}

.build-section4 {
  background-image: url("Assets/bg4.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.s4-contrainer {
    display: flex;
    width: 1200px;
    height: 100%;
}

.s4-text {
    width: 50%; 
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.s4-text h2 {
    font-family: 'Saira', sans-serif;
    font-weight: 700;       
    font-style: normal;   
    font-size: clamp(20px, 5vw, 42px);
    line-height: 1.2;      
    letter-spacing: 0;
    text-transform: uppercase;
}

.s4-text h4 {
    font-family: 'Saira', sans-serif;
    font-weight: 400;        
    font-style: normal;      
    font-size: clamp(14px, 3vw, 20px); 
    line-height: 1.4;       
    letter-spacing: 0;      
    text-transform: capitalize; 
}


.s4-fly {
    display: flex;
    flex-direction: column; 
}

.s4-fly h3 {
    text-align: left;
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    font-size: clamp(13px, 1.5vw, 20px);
    margin: 0;
}

.s4-fly p {
    text-align: right;
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 1.5vw, 18px);
}
.blue-text {
    color: #04D9FF
}

.s4-image {
    width: 50%; 
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.s4-image img{
    width:  600px;  
    height: 600px; 

}

@media (max-width: 1400px) {
    .s4-image img{
        width: 550px; height: 550px;     
    }
}
@media (max-width: 1300px) {
    .s4-image img{
        width: 480px; height: 480px;     
    }
}
@media (max-width: 1200px) {

    .s4-contrainer {
        width: 90%;
    }
    .s4-image img{
        width: 450px; height: 450px;     
    }
}

@media (max-width: 1050px) {
    .s4-contrainer {margin-top: 40px;
    }
    .s4-image img{
        width: 400px; height: 400px;     
    }
}

@media (max-width: 750px) {

    .s4-contrainer {
        width: 90%;
    }
    .s4-image img{
        width: 350px; height: 350px;     
    }
    .s4-image {
    overflow: hidden;
}
}

@media (max-width: 700px) {
    .s4-image img{
        width: 320px; height: 320px;     
    }
}

@media (max-width: 675px) {
    .s4-image img{
        width: 280px; height: 280px;     
    }
}

@media (max-width: 650px) {

    .s4-contrainer {flex-direction: column; align-items: center;    }
    .s4-text {    width: 90%; }
    .s4-image{   width: 90%; }
    .s4-image img{
        width: 350px; height: 350px;     
    }

}
@media (max-width: 500px) {

    .s4-contrainer {
        width: 100%;
    }
    .s4-image img{
        width: 300px; height: 300px;     
    }
    .s4-image {
    overflow: hidden;
}
}

/****END Section4 ****/





/*****Section 5*******/

.s5-contrainer {
    display: flex;
    width: 100%;
    justify-content: center;  
    align-items: center;  
	padding-bottom: 50px;
}


.ss5-contrainer {
    width: 1200px;
    padding-top: 150px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}


/* Left side */
.s5-text {
    width: 50%;
}

.s5-text h5 {
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 4vw, 48px);
    line-height: 1.06;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.s5-text p {
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: clamp(8px, 1.5vw, 20px);
    line-height: 1.4;
    letter-spacing: 0;
}


.s5-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
    align-items: center;
}

.s5-text ul li {
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: clamp(8px, 1.5vw, 16px);
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 8px;
}
/* Right side */
.form-labs {
    width: 50%;
    background: #191B1D;
    padding: 40px;
    border-radius: 10px;
    min-height: 300px; 
}


@media (max-width: 1300px) {

.ss5-contrainer {
    width: 90%;
}
}
@media (max-width: 800px) {
    
.ss5-contrainer {
    width: 100%;
}
}
@media (max-width: 768px) {
    
    .ss5-contrainer {
        flex-direction: column;
    }

    .s5-text,
    .form-labs {
        width: 100%;
    }

    .s5-text h5 {
        font-size: 40px;
        text-align: center;
    }
    .s5-text p {
        text-align: center;
        font-size: 20px;
    }


    .s5-text ul {
        text-align: center;
        padding-left: 0;
        list-style-position: inside;
    }
    .s5-text ul li{
        font-size: 16px;
        
    }
}


/* Form Styling */
.form-labs {
    max-width: 474px;
}

.form-row {
    display: flex;
    gap: 10px;
}

input, textarea {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 12px;
    margin-bottom: 15px;
    color: white;
    border-radius: 5px;
    
}





/**************/
.phone-input {
    position: relative;
    display: flex;
    align-items: center;
}

.flag-dropdown {
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 15px;
    user-select: none;
}

.flag-dropdown .country-list {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background: #000000;
    width: 240px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 4px;
    font-size: 14px;
}

.flag-dropdown .country-list li {
    padding: 5px 10px;
    cursor: pointer;
}

.flag-dropdown .country-list li:hover {
    background-color: #505050;
}





.flag {
    white-space: nowrap;   
    font-size: 0.9rem;
    color: #bbb;
    margin-right: 10px;    
}



textarea {
    height: 100px;
    resize: none;
}

button {
    width: 100%;
    padding: 15px;
    background: #4a90e2;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

button:hover {
    background: #357abd;
}

/* Responsive */

    
@media (max-width: 850px) {
.s5-contrainer {
    width: 90%;

}
}
@media (max-width: 900px) {
    .top-section, .bottom-section {
        flex-direction: column;
        text-align: center;
    }
    .image-right img {
        max-width: 300px;
    }
    .bottom-section {
        align-items: center;
    }
}

/***section5**/
.section5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000; 
}

.s5-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.s5-box-1 {
    width: 50%;
    padding-bottom: 15px;
}

.s5-box-2 {
    width: 80%;
    margin: 0 auto;
}

.s5-heading {
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: clamp(14.72px, 3.5vw, 48px);
    line-height: 120%;
    letter-spacing: -0.02em;
    margin: 0;
}

.left {
    text-align: left;
    padding-bottom: 15px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.white {
    color: #ffffff;
}

.s5-heading {
    color: #04D9FF;
}
@media (max-width: 767px) {
    .s5-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}