body {
    margin: 0;
    background: black;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navbar-box {
    background-color: #14151B;
    border-radius: 40px;
    padding: 3px 1px;
    margin: 0 15px; 
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 0 5px rgba(0, 191, 255, 0.15);
}


.logo img{
    width: 130px;
    position: relative;
    left: 20%;
    transform: translateX(-8%);
}

.nav-links {
    display: flex;
    gap: 150px;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    font-family: "Odor Mean Chey", serif;
    font-weight: 200;
    font-style: normal;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 27px;
}

.nav-links li a:hover {
    background-image: linear-gradient(90deg, #29b5db, #6A49D3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.Book-A-Call {
    background: linear-gradient(90deg, #4931C1, #29b5db);
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.2s;
    left: 10%;
    transform: translateX(-10%);
    text-decoration: none;
}


.Book-A-Call:hover {
    transform: translateX(-10%) scale(1.05);
    box-shadow: 0 0 10px 5px #0693BB, 0 0 10px 10px #4931C1;
}

.open-navbar {
    display: inline-block;
}

.slidebar {
    display: none;
} 

.hero-section {
    color: white;
    position: absolute;
    top: 320px;
    left: 2.5%;
    font-family: "Oldenburg", serif;
}

.hero-section h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: -50px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3rem;
}
.hero-section h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: -60px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2rem;
}

.hero-section h3 {
    position: relative;
    top: 4rem;
    margin-bottom: -50px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2rem;
    color: #DFDFDF;
}


.hero-section .Book-A-Call {
    position: relative;
    top: 10rem;
    left: 0;
    font-size: 25px;
}

@media (max-width: 2000px) {
    .navbar-box {
        width: 95vw;
        padding: 8px 35px;
    }

    .hero-section {
        left: 2%;
    }

    .hero-section .Book-A-Call {
        left: 2%;
    }
}

@media (max-width: 1600px) {
  * {
        box-sizing: border-box;
    }

    nav {
        width: 50%;
        padding: 0 5px;
        display: flex;
        justify-content: center;
        position: fixed;
        top: 30px;
        z-index: 1000;
    }

    .navbar-box {
        background-color: #14151B;
        border-radius: 35px;
        padding: 1px 25px;
        margin-left: -20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .open-navbar {
        display: none;
    }
    .slidebar {
        display: inline-block;
        width: 100%;
    }   
    .logo img{
        width: 80px;
        position: relative;
        left: 10%;
        transform: translateX(-10%);
    }
    .sidebar-image {
        width: 40px;
        cursor: pointer;
    }

    .sidebar-links {
        display: none;
        margin-top: 10px;
        border: 2px solid #0693BB;
        width: 25%;
        height: 35rem;
        position: absolute;
        top: 85%;
        left: 70%;
        border-radius: 30px 30px 30px 30px;
        background: linear-gradient(90deg, #14151B, #2a2f31);
    }

    .sidebar-links.show {
        display: block;
    }
    
    .sidebar-links li {
        position: relative;
        top: 3rem;
        left: 30%;
        list-style: none;
        padding: 20px 0;
    }

    .sidebar-links a {
        text-decoration: none;
        color: white;
        font-family: "Odor Mean Chey", serif;
        font-size: 20px;
    }

    .sidebar-links li a:hover {
        background-image: linear-gradient(90deg, #29b5db, #6A49D3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    .sidebar-links .Book-A-Call {
        position: relative;
        font-size: 20px;
        padding: 10px 15px;
        top: 5rem;
        left: 30%;
    }
    .hero-section h1 {
        font-size: 40px;
    }
    .hero-section h2 {
        margin-top: 3rem ;
        font-size: 36px;
    }

}

@media (max-width: 1300px){
    .hero-section h1 {
        font-size: 38px;
    }

    .hero-section h3 {
         font-size: 22px;
         letter-spacing: normal;
    }
}

@media (max-width: 1100px) {
  * {
        box-sizing: border-box;
    }

     nav {
        width: 100%;
        padding: 0 5px;
        display: flex;
        justify-content: center;
        position: fixed;
        top: 30px;
        z-index: 1000;
    }

    .navbar-box {
        background-color: #14151B;
        border-radius: 35px;
        padding: 1px 25px;
        margin-left: -20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo img{
        width: 70px;
    }

    .sidebar-image {
        width: 30px;
    }
    .hero-section {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        top: 340px;
        text-align: center;
    }
    .hero-section h1 {
        font-size: 35px;
        margin-bottom: -30px;
        letter-spacing: 0.3rem;
    }
    .hero-section h2 {
        font-size: 30px;
        margin-top: 1.5rem;
        letter-spacing: normal;
        margin-bottom: -38px;
    }
    .hero-section h3 {
        font-size: 15px;
        letter-spacing: 1px;
        top: 2rem;
        margin-bottom: 3px;
    }
    .hero-section .Book-A-Call {
        top: 5rem;
        font-size: 15px;
    }
}

@media (max-width: 970px) {
    .hero-section {
        top: 25rem;
    }
    .hero-section h1 {
        font-size: 32px;
        margin-bottom: -30px;
        letter-spacing: 0.2rem;
    }
    .hero-section h2 {
        font-size: 25px;
        margin-top: 1.5rem;
        letter-spacing: normal;
        margin-bottom: -38px;
    }
}

 @media (max-width: 800px) {
    .logo img{
        width: 70px;
        position: relative;
        left: 10%;
        transform: translateX(-10%);
    }
    .sidebar-image {
        width: 30px;
        cursor: pointer;
    }
    .hero-section {
        top: 25rem;
    }
    .hero-section h1 {
        font-size: 26px;
        letter-spacing: 0.15rem;
    }
    .hero-section h2 {
        font-size: 23px;
        letter-spacing: normal;
    }
    .hero-section h3 {
        font-size: 11.5px;
        letter-spacing: 1px;
    }
    .sidebar-links {
        left: 60%;
        width: 35%;
        height: 25rem;
    }
    .sidebar-links li {
        position: relative;
        top: 1.2rem;
    }

    .sidebar-links a {
        text-decoration: none;
        color: white;
        font-family: "Odor Mean Chey", serif;
        font-size: 12px;
        top: -10rem;
    }

    .sidebar-links home-img  {
        height:25px; 
        vertical-align:middle; 
        margin-right:15px;
    }
    .sidebar-links .Book-A-Call {
        position: relative;
        top: 1.8rem;
        font-size: 10px;
    }
}

@media (max-width: 730px) {
  .hero-section {
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .hero-section h1,
  .hero-section h2,
  .hero-section h3 {
    font-size: 16px;         
    width: 100%;               
    display: block;
    line-height: 1.1;          
    letter-spacing: 0px;       
    white-space: normal;       
    word-break: keep-all;      
    overflow-wrap: normal;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
    .sidebar-links {
        left: 52%;
        width: 43%;
        height: 25rem;
    }
}


.main_content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}


.main_content h1 {
    background-image: linear-gradient(90deg, #46B1E3 5%, #4b44a5 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 3.2rem;
    position: relative;
    top: -22rem;
    left: 2.5%;
}
.main_content img {
    width: 36rem;
    position: relative;
    top: 15rem;
    left: 72%;
}
.main_content h3 {
    color: white;
    font-size: 1.8rem;
    position: relative;
    top: -22rem;
    text-align: start;
    left: 2.5%;
}
.main_content p {
  color: rgb(210, 208, 208);
  font-size: 1.5rem;
  position: relative;
  top: -22rem;
  text-align: start;
  left: 2.5%;
  line-height: 2.5rem;  /* adjust as needed */
}
.site-footer {
  position: relative;
  background-color: rgb(10, 16, 39);
  color: #ccc;
  padding: 4rem 2rem 2rem;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  font-size: 2rem;
  color: #29b5db;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  color: #aaa;
  font-size: 1rem;
}

.footer-links h4,
.footer-social h4,
.footer-newsletter h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color:  #29b5db;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #29b5db;
}

.social-icons a {
  display: inline-block;
  margin-right: 1rem;
}

.social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  position: relative;
  left: 1rem;
}

.social-icons img:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  color: #555;
  font-size: 0.9rem;
  border-top: 1px solid #222;
  padding-top: 1.5rem;
}

.back-to-top {
  display: inline-block;
  margin-top: 0.5rem;
  color: #66c2e8;
  text-decoration: none;
  transition: color 0.3s;
}

.back-to-top:hover {
  color: #8a2be2;
}

@media (max-width: 1700px) {
  .main_content img {
    width: 29rem;
    display: block;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .main_content h1 {
    top: -4rem;
  }
  .main_content h3 {
        top: -3rem;
    }
    .main_content p {
        top: -3rem;
    }
    .site-footer {
        position: relative;
        top: 3rem;
    }
}

@media (max-width: 1000px) {
  .main_content img {
    margin-top: 10rem;
  }
}
   
@media (max-width: 800px) {
    .main_content img {
        margin-top: 10rem;
        width: 18rem;
    }
    .main_content h1 {
        font-size: 2.5rem;
    }
    .main_content h3 {
            font-size: 1.3rem;
    }
    .main_content p {
            font-size: 1.1rem;
    }
}
@media (max-width: 500px) {
    .main_content img {
        margin-top: 10rem;
        width: 15rem;
    }
    .main_content h1 {
        font-size: 1.6rem;
    }
    .main_content h3 {
            font-size: 1.1rem;
    }
    .main_content p {
            font-size: 1.1rem;
    }
}

