html, body {
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
}

html {

    scroll-behavior: smooth;
    
}
body{
    margin:0;    
    padding: 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;

    }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




 #navbar{
    background-color: white ;
    margin:0 auto;
    padding: 5px 0;
    width: 90%;
    max-width: 800px;
    height: auto;
    position: fixed;
    top: 20px;
    border-radius: 999px;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.6);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;

}


.navbar {
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    
}


.navbar ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    width: 100%;

}

.navbar ul li a {
    text-decoration: none;
    font-family: "poppins";
    size: 1rem;
    color: black;
    display: inline-block;
    opacity: 0,8;
}


.navbar ul li a:hover{
    transform: scale(1.2);
    opacity: 1;
    transition: all 0.12s;
    
}

#welcome {
  top: 0;
  height: auto;
  box-shadow: 0 8px 20px rgba(106, 90, 205, 0.35);
  background: linear-gradient(to left, #6A5ACD,#87CEFA, #E0FFFF,white)
   
}



#intro-section{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    color: #4682B4;
    
    
}
.intro-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;

}


#about{
  
    color: #4682B4;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: white;
}

h2{
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    color: #4682B4;

}
    

.BlueGabe{
 display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
}




.BGA-text{
  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    color: #4682B4;
    font-size: 1.1rem;
    gap: 20px;
}

.BlueGabe img{

    width: 350px;
    height: auto;
}


#about ul{
    display: flex;
    flex-direction: column;

    list-style: none;
}


.SEO {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
}

.SEO-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 700px;
    margin: 20px auto;
    color: #4682B4;
    font-size: 1.1rem;
    gap: 20px;
}
.SEO-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.SEO-img img {
  width: 100%;
  height: auto;
}
h3{
  text-align: center;
}
#offer{
    padding: 80px 20px;
    height: 100%;
    background: linear-gradient(to left, #6A5ACD,#87CEFA, #E0FFFF,white);
    box-shadow: 0 8px 20px rgba(106, 90, 205, 0.35)
}

#offer h2{
    color: #4682B4 ;
}

.offers{
    display: flex;
    justify-content: center;
    align-items: center;
}


.one-of-three{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: 		#E0FFFF;
    margin: 50px;
    border-radius: 10px;
    box-shadow:0 10px 25px rgba(70, 130, 180, 0.25);
    width: 23%;
    height: 400px;
    font-size: 1,2rem;
    transition: all 0.3s ease
    
}

.one-of-three:hover{
    transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(70,130,180,0.35);
    
}

.one-of-three li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-left: 10%;
  font-size: 80%;
  position: relative;
  padding-left: 25px;
}


.one-of-three li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}


.one-of-three p{
    font-size: 20px;
  font-weight: bold;
  color: #2563eb;
}
.start-package {
  position: relative;
  overflow:hidden ;
  border: 2px solid #2563eb
}

.ribbon {
  size: 10%;
  position: absolute;
  top: 50px;
  right: -60px;

  background: linear-gradient(135deg, #2563eb, #1e40af);;
  color: white;

  padding: 8px 60px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;

  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
#portfolio{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;}
.one-off{
  max-width: 50%;
  margin: 10px;}

.one-off h3 a{
  text-decoration:  none;
}

.one-off h3 a:hover{
  color: red;
}

.one-off img{
    width: 100%;}

#contact {
  height: 100%;
  background-color: white;
  padding: 80px 20px;
}
.contact{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items:center ;
    color: #4682B4 ;

}




.contact-form{
  margin:50px;
  background: white;
  padding: 40px;
  border-radius: 16px;
  flex: 1;
 
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.contact-form h3 {
  text-align: center;
  margin-bottom: 10px;
}

.contact-form p {
  text-align: center;
  color: gray;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
}

textarea {
  min-height: 120px;
  resize: none;
}

button {
  padding: 12px;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background: #1e40af;
}



@media screen and (max-width: 1024px) {
    .BlueGabe {
        flex-direction: column;
        gap: 30px;
    }
    .BGA-text {
        width: 90%;
        margin: 20px 0;
    }
    .SEO-img{
      max-width: 40%;
      
    }
    .SEO-txt{
      width: 60%;
    }
    h1{
      font-size: 1rem;
    }
    #navbar {
        width: 80%;
        height: auto;
        padding: 10px 0;
    }
    .navbar ul {
       
        gap: 10px;
    }

    #about h2{
        margin-bottom: 40px;}

    .offers {
        flex-direction: column;
        align-items: center;
    }
    .one-of-three {
        width: 80%;
        margin: 20px 0;
        height: auto;
        padding: 20px 10px;
    }
}


@media screen and (max-width: 600px)
 {  .ribbon{
  display: none;
 }  
    #navbar{
  display: none
 }

    #intro-section img {
        width: 70%;
    }
    .intro-text {
        margin-bottom: 150px;
        color: #1d4f77;
    }
    h2 {
        font-size: 1.5rem;
    }
    .BGA-text {
        font-size: 1rem;
    }
    .SEO-img{
      display: none;
    }
    .SEO-txt{
      width: 90%;
    }

    .SEO-txt ul li{
      list-style: disc;
    }
    .contact {
      width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    .contact-form {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }
    .navbar ul {
        gap: 5px;
    }
    #navbar {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    body{
      justify-content: center;
      align-items: center;
    }
}


@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-logo {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.ribbon{
  display: none;}

    
    
    section {
        height: auto !important; 
        padding: 40px 20px !important; 
    }

    
    .intro-text {
        margin-bottom: 30px !important; /
    }

    
    h2 {
        font-size: 1.4rem !important;
        margin-bottom: 20px !important;
    }

    
    .BlueGabe {
        flex-direction: row !important;
        gap: 20px;
    }

    .BlueGabe img {
        width: 120px !important;
    }

    .BGA-text {
        width: 60% !important;
        font-size: 0.9rem !important;
    }
}

@media (orientation: landscape) and (max-width: 900px) {
  .hero-logo {
  width: 100%;
  max-width: 380px;
  height: auto;
}


  body {
    width: 100vw;
    overflow-x: hidden;
  }

  #navbar {
    width: 95%;
  }

}
