*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
  background: #080808;
    color: white;
}
#header{
    width: 100%;
    height: 100vh;
   background-image: url(/images/wallpaperflare.com_wallpaper\ \(8\).jpg);
  background-repeat: no-repeat;
    background-position: left;
}
.container{
    padding: 5px 10%;
    margin-top: 0;
}
nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 150px;
}
nav ul li {
    display: inline-block;
    list-style: none;
    margin: 1px 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

nav ul li a {
  color: white;
    text-decoration: none;
    position: relative; 
}

nav ul li a::after {
    content: '';
    width: 0; 
    height: 3px;
    background: #ff0088;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: width 0.5s; 
}

nav ul li a:hover::after {
    width: 100%; 
}
.header-text{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20%;
}
.header-text h1{
    font-size: 50px;
    margin-top: 10px;
}
.header-text h1 span{
    color: #ff0088;
}
.about{
    padding: 0 0 80px;
    color: rgb(226, 237, 237);
}
.about p{
    margin-top: 20px;
}
.row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.about-col1{
   flex-basis: 30%;
}
.about-col-1 img{
    width: 95%;
    height: 100%;
    border-radius: 50%;
}
.about-col-2{
    flex-basis: 50%;

}
.sub-tittle{
    font-size: 50px;
    font-weight: 600;
}
.tab-tittles {
    display: flex;
}

.tab-links {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.tab-links.active-link {
    position: relative;
}
.table-contents active-tab{
    display: none;
}

.tab-links.active-link::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #ff0088;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.5s;
}
.table-contents ul li{
    list-style: none;
    margin: 10px 0;
}
.table-contents ul li span{
    color: #ff0088;
}#services{
    padding: 30px 0;

}
.sub-tittle{
    text-align: center;
    font-weight: 800;
}
.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 80px;
}
.services-list div{
    background: #262626;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 10px;
    transition:  0.5s, tannsform 0.5s;
}
.services-list div i{
    font-size: 40px;
    
    margin-bottom: 30px;
}
.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.services-list div a{
    text-decoration: none;
   font-size: 18px;
   margin-top: 20px;
   display: inline-block;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
.services-list div:hover{
    background: #008698;
    transform: translateY(-10px);
}
#portfolio{
    padding: 50px 0;
}
.work-list{
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-top: 80px;
justify-content: center;
}
.work{
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.work img{
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 45vh;
    transition: transform 0.5s;
}
.work video{
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 45vh;
    transition: transform 0.5s;
}
.layer {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(196, 0, 62, 0.6));
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    padding: 20px; 
    opacity: 0; 
    transition: opacity 0.5s; 
}

.work:hover .layer {
    opacity: 6; 
}

.layer h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.layer a {
    margin-top: 20px;
    text-decoration: none;
    line-height: 60px;
   color: white;
    width: 60px;
    font-size: 19px;
    height: 60px;
    text-align: center;
}

.work:hover img {
    transform: scale(1.1);
}
.btn{
    display: block;
    margin: 50px auto;
    border: 1px solid #ff0088;
    width: fit-content;
    padding: 8px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: background 0.5s;
}
.btn:hover{
    background: #a00056;
    opacity: 1;
}
#contact{
    margin-top: 20px;
}
.contact-left{
    flex-basis: 40%;
}
.contact-right{
    flex-basis: 55%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p{
    color: #ff0088;
    margin-right: 15px;
}
.social-icons{
    margin-top: 30px;
}
.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons a:hover{
    color: #ff2599;
    transform: translateY(-5px);
}
.btn.btn2{
    display: inline-block;
    background-color: #a00457;
    font-weight: 600;
}
.contact-right form{
    width: 100%;
}
form input,form textarea{
    width: 100%;
    outline: none;
    border: 0;
    background: #262626;
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    margin: 15px 0;
    border: 1px solid rgb(0, 225, 255);
}
form .btn2{
padding: 10px 30px;
cursor: pointer;
margin-top: 10px;
}
.copy-right{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 600;
    background: #262626;
}



/* media */

html {
  scroll-behavior: smooth;
}


form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  position: relative;
}

/* Optional loading dots animation */
@keyframes dots {
  0%, 20% { content: "."; }
  40% { content: ".."; }
  60% { content: "..."; }
  80%, 100% { content: "."; }
}

button.sending::after {
  content: ".";
  animation: dots 1.2s infinite;
  position: absolute;
  right: 20px;
  color: #ff009d;
}

/* Success message styling */
#form-response {
  background: #1a1a1a;
  border-left: 5px solid #ff0088;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #d2f0ff;
  animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Mobile form padding tweak */
@media (max-width: 600px) {
  .contact-right form input,
  .contact-right form textarea {
    font-size: 16px;
    padding: 12px;
  }
  form .btn2 {
    width: 100%;
    text-align: center;
  }
  #form-response {
    font-size: 1rem;
  }
}

/* Align contact section layout on smaller screens */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    gap: 30px;
  }
  .contact-left, .contact-right {
    flex-basis: 100%;
  }
  .about-col-1 img {
    width: 80%;
    margin: auto;
    display: block;
  }
}

/* Hamburger menu styles */
.menu-btn {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

.menu-btn.open i::before {
  content: "\f00d"; /* Font Awesome close icon */
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay.active {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  nav ul {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    background: #080808;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    padding: 60px 20px 20px;
    border-radius: 0 0 20px 20px;
    z-index: 1000;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  nav ul.active {
    top: 0;
    opacity: 1;
  }

  .menu-btn {
    display: block;
  }

  nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

/* Fade-out form on success */
form.fade-out {
  animation: fadeOut 0.4s ease-in-out forwards;
}

@keyframes fadeOut {
  to { opacity: 0; transform: scale(0.95); display: none; }
}

