* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  /* converting 10px to 1rem */
  /* 10/16 = 0.625 x 100 = 62.5 */
  font-size: 62.5%;
}
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #fff;
}
.header {
  height: 100vh;
  width: 100%;
}
.containers {
  position: relative;
  display: flex;
  flex-direction: column;
}
video {
  height: 100vh;
  width: 100%;
  object-fit: cover; /* Ensures video covers area without distortion */
}
.navbar {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
}
.navy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 3.5rem 25rem;
}
#toggle {
  display: none;
}

.logo {
  padding: 5px;
  width: 18rem;
  height: 5.5rem;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  background-color: #fff;
  width: 20px;
  height: 2px;
}
.menu {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.menu li {
  font-size: large;
  text-decoration: none;
  list-style: none;
}
.menu li a {
  color: #ffffff;
}
.para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 6rem;
  margin-left: 20%;
}
.headcap {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #fff;
}
.headpag {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.7;
  width: 60%;
  margin-bottom: 3rem;
}
.buttons {
  display: flex;
  gap: 4rem;
}
.btn {
  font-size: 1.5rem;
  padding: 1.7rem 3.4rem;
  border-color: none;
  border-radius: 7px;
  background-color: #005eb8;
  color: black;
  text-decoration: none;
}
a:link,
a:visited {
  text-decoration: none;
  color: white;
}
a:hover {
  color: #3498db;
}
.main {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.main-cont {
  margin-top: 8rem;
  display: flex;
  gap: 50px;
}
.main-cont img {
  width: 55%;
}
.sidebar {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0 0 40px;
}
.maget {
  font-size: 17px;
  color: #005eb8;
}
.seca {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.pog {
  font-size: 15px;
  line-height: 1.5;
}
.list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}
.list li {
  list-style: none;
}
.siz {
  color: #005eb8;
  width: 30px;
}
.yuk {
  display: flex;
  gap: 5px;
  align-items: center;
}
.plo {
  background-color: #005eb8;
  padding: 15px 16px;
  width: 15rem;
  border-radius: 7px;
  font-size: 15px;
}
.video-container {
  width: 90%;
  aspect-ratio: 16 / 9; /* Keeps perfect video ratio */
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  margin-right: 0;
}

.sec {
  width: 100%;
  margin: 5rem 0;
}
.nok {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}
.opo {
  color: #005eb8;
  font-size: 20px;
}
.lop {
  font-size: 15px;
  line-height: 1.5;
}

/********* Sarz **********/
.container {
  font-size: 17px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  margin-bottom: 50px;
}

.content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Hide radio buttons */
input[type="radio"] {
  display: none;
}

/* Tabs */
.tabs {
  display: flex;
  border: 2px solid #1f3c88;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 30px;
}

.tabs label {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

/* Active Tab */
#tab1:checked ~ .tabs label[for="tab1"],
#tab2:checked ~ .tabs label[for="tab2"],
#tab3:checked ~ .tabs label[for="tab3"] {
  background: #3c8ed9;
  color: #fff;
}

/* Content */
.tab-content {
  display: none;
  line-height: 1.7;
  color: #222;
}

#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3 {
  display: block;
}

/* Divider */
.divider {
  width: 120px;
  height: 2px;
  background: #444;
  margin: 20px 0;
}

/* ===== Progress Bars ===== */

.skill {
  margin-top: 25px;
}

.skill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.skill-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon {
  width: 38px;
  height: 38px;
  background: #0c2d5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.progress {
  width: 100%;
  height: 8px;
  background: #d3d7de;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: #3c8ed9;
  border-radius: 10px;
}
/********* Sarz **********/
.cont {
  width: 100%;
  margin-bottom: 50px;
}
.conts {
  width: 100%;
  height: 200px;
  display: flex;
  gap: 20px;
  justify-content: center;
  color: #d3d7de;
  padding: 20px 10px 25px 10px;
}
.cont1,
.cont2,
.cont3 {
  height: 150px;
  width: 300px;
  background-color: #002854;
  border-radius: 7px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
.suzz {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}
.gag {
  display: block;
  width: 70%;
  padding: 30px 20px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
.gigs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 30px;
}
.gig1,
.gig2,
.gig3,
.gig4,
.gig5,
.gig6 {
  background-color: #002854;
  border-radius: 8px;
  height: 37rem;
  width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.gimg {
  border-radius: 10px;
}
.ghead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
  color: #fdfff5;
}
.ppage {
  color: #d3d7de;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
footer {
  background-color: #000;
  padding: 10rem 15rem;
  height: 500px;
}
.footer {
  width: 100%;
  height: 40rem;
  color: #d3d7de;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.fotpage {
  font-size: 18px;
  width: 30%;
  line-height: 1.5;
}

.divide {
  background-color: #005eb8;
  width: 100%;
  height: 2px;
}
.footbot {
  display: flex;
  justify-content: space-between;
}

/* ===== Responsive ===== */

/**** Mobile Version ****/
@media (max-width: 768px) {
    
 a:link,
 a:visited {
   color: #ffffff;
 } 
 a:hover,
 a:active {
  color: #3498db;     
 }
    
    
  #toggle {
    display: none;
  }
  .navbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3rem;
  }
  .navy {
    padding: 1rem 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hamburger {
    display: flex;
  }

  .menu {
    width: 100%;
    display: none;
  }

  #toggle:checked ~ .menu {
    /* State when checkbox is checked: visible */
    position: absolute;
    top: 10rem;
    left: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-top: 1px solid #fdfff5;
    border-bottom: 1px solid #fdfff5;
  }
  .para {
    position: absolute;
    bottom: 10rem;
    margin-left: auto;
    padding: 0 25px;
  }
  .headcap {
    font-size: 2.2rem;
  }
  .headpag {
    width: 100%;
  }
  .main {
    background-color: #fff;
  }
  .main-cont {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .main-cont img {
    display: block;
    width: 100%;
  }
  .sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video-container {
    height: 300px;
    width: 100%;
    display: flex;
  }
  .video-container iframe {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec {
    display: block;
    padding: 5px 20px;
  }
  .nok {
    width: 100%;
  }
  .tabs {
    /* flex-direction: column; */
    gap: 8px;
    overflow: visible;
  }
  .skill-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .container {
    width: 100%;
    margin-bottom: 30px;
  }
  .cont {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
  }
  .conts {
    height: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .cont1,
  .cont2,
  .cont3 {
    width: 100%;
  }
  .gag {
    width: 80%;
    line-height: 1.5;
  }
  .gigs {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .gig1,
  .gig2,
  .gig3,
  .gig4,
  .gig5,
  .gig6 {
    width: 100%;
  }
  .gimg {
    max-width: 100%;
    width: auto;
  }
  footer {
    padding: 30px;
    height: auto;
  }
  .footer {
    height: auto;
  }
  .fotpage {
    width: 100%;
  }
  .footbot {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
