/* custom css  */
 @import url('https://geniusnestedsoftware.co/assest/css/default/style.css');  

body {
    background: linear-gradient(to right, rgba(0, 0, 0, 1.9)20%, rgba(0, 0, 0, 0.945)70%);
    color: white;

}
.landing-video {
    filter: blur(3.6px);
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.169;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .landing-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .landing-video {
        width: auto;
        height: 100%;
    }
}

.header {
    /* background-color: rgba(255, 255, 255, 0.349); */
    color: rgb(255, 0, 0);
}

.header>.header-nav>.nav-bar>.nav-ul>.nav-li>.nav-a {
    color: white;
}

.my-link {
    color: var(--primary-color);
    text-shadow: 0 1px 2px white;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.btn {
    background-color: var(--primary-color);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding
}

/* main landing page css  */
main {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main>.index-main {
    width: 90%;
    margin: auto;
    padding: 21px 33px 2rem;
    text-align: left;
    font-size: 1.2rem;
    /* background-color: #009dff2f; */
    border-radius: 23px;
}

main>.index-main>h1 {
    font-size: 2.4rem;
    color: var(--primary-color);
    text-shadow: 0 2px 15px var(--text3-color);
    margin-bottom: 1rem;
    font-weight: 900;
}
main>.index-main>.box {
    font-size: 1.5rem;
    color: var(--primary-color);
    display: block;
}
main>.index-main>h3 {
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
main>.index-main>p {
    font-size: 1rem;
    /* text-align: left; */
    margin-bottom: 5rem;
}

.footer {
    background: transparent;
    width: 90%;
    font-size: 1.145rem;
    position: absolute;
    bottom: 15px;
    /* left: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    text-align: center;
    color: White;
}

.copyright {
    color: white;
}
.social-icon 
{
    text-align: center;
    font-size: 2rem;
}

.social-link {
    text-decoration: none;
}
.box::after {
    font-weight: 900;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 5px #fff;
    width: fit-content;
    content: 'Android development';
    animation: texter 4s ease-in infinite;
}

@keyframes texter {
    0% {
        content: 'os developer';
    }

    25% {
        content: 'web developer';
    }

    50% {
        content: 'Software developer';
    }

    75% {
        content: 'Games developer';
    }

    100% {
        content: 'Android developer';
    }

}
header>.header-nav>.nav-bar>.bar {
    background-color: white;
    width: 22px;
    height: 2px;
}
header>.header-nav>.nav-bar>.bar::before {
    content: '';
    background-color: white;
}
header>.header-nav>.nav-bar>.bar::after {
    content: '';
    background-color: white;
}



.footer>.social-icon>.social-link:nth-child(1){
    color: blue;
}
.footer>.social-icon>.social-link:nth-child(2){
    color: rgb(243, 0, 231);
}
.footer>.social-icon>.social-link:nth-child(3){
    color: rgb(9, 255, 0);
}
.footer>.social-icon>.social-link:nth-child(4){
    color: rgb(0, 217, 255);
}
.footer>.social-icon>.social-link:nth-child(5){
    color: rgb(255, 0, 0);
}


/* header  */


/* header nav */


.header>.header-nav {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-around;
  align-items: center;
}

/* logo size  */
.header>.header-nav>.logo>img {
  width: 200px;
}

/* bars and menu  */
.header>.header-nav>.nav-bar>.chk {
  display: none;
}

/* .header>.header-nav>.nav-bar>.bars {
  display: none;
} */

.nav-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  font-size: 1.5rem;
}

/* list nav */

.nav-ul>.nav-li {
  list-style: none;
}

/* link  */

.nav-ul>.nav-li>.nav-a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: capitalize
}

/* mega drop down  */
.megadrop {
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  left: 0;
  top: 4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-around;
  padding: 9rem 0;
  transition: all 2s;
  display: none;
}

.mega:hover>.megadrop {
  display: flex;
}

.megadrop>li {
  list-style: none;
}

.megadrop>li>h3 {
  border-bottom: 1px solid black;
  margin-bottom: 1.4rem;
  color: var(--primary-color);
}

.megadrop>li>ul {
  color: var(--primary-color);
  list-style: disc;
  margin-bottom: 1rem;
}

.megadrop>li>ul>li>a {
  text-decoration: none;
  color: black;
}

.bars {
  display: none;
}

.login-button {
  background-color: var(--primary-color);
  color: var(--text1-color);
  padding: 0.6rem 0.9rem;
  border-radius: 0.6rem;
}

.sign {
  background-color: transparent;
  border: 1.7px solid var(--primary-color);
}

@media (max-width: 1200px) {
  html {
    font-size: 82%;
  }

  .header>.header-nav>.logo>img {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 75%;
  }
  .mega:hover>.megadrop {
    display: none;
  }
  .nav-ul {
    position: absolute;
    top: -400REM;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    flex-direction: column;
    padding: 6rem 0;
  }

  

  .login-button {
    line-height: 38px;
  }

  #bars {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 20px;
    height: 3px;
    background-color: black;
    transition: all .5s;
  }

  #bars::after {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 5px;
    width: 20px;
    height: 3px;
    background-color: black;
    transition: all .5s;
  }

  #bars::before {
    cursor: pointer;
    content: '';
    position: absolute;
    top: -5px;
    width: 20px;
    height: 3px;
    background-color: black;
    transition: all .5s;

  }
  #chk:checked~.nav-ul {
    top: 6rem;
  }


  #chk:checked~#bars {
    background-color: transparent;
  }
  #chk:checked~#bars::after {
    transform: rotate(45deg);
    top: 0;
  }

  #chk:checked~#bars::before {
    transform: rotate(-45deg);
    top: 0;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 75%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 68%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 65%;
  }
}


.footer {
    width: 100vw;
    box-sizing: border-box;
    /* height: 50vh; */
    color: rgb(0, 0, 0);
}
.footer>.foot {
    padding: 58px 0 34px; 
    width: 90vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer>.foot>.img>img{
    width: 340px;
}

.footer>.foot>.img>ul {
    display: block;
    list-style: none;
    text-align: center;
    font-size: 2rem;
}

.footer>.foot>.img>ul>li {
    display: inline;
}
.footer>.foot>.img>ul>li>a {
    text-decoration: none;
}


.footer>.foot>.links {
    display: flex;
}
.footer>.foot>.links>.footlink>ul {
    list-style: none;
    line-height: 30px;
    margin-left: 7px;
}
.footer>.foot>.links>.footlink>ul>li>h3 {
    font-size: 1.6rem;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.footer>.foot>.links>.footlink>ul>li>a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 1.4rem;
}

.footer>.copyright {
    text-align: center;
    padding: 16px 0;
    font-size: 1.2rem;
}

.footer>.copyright>.my-link {
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
}
@media (max-width: 1000px) {
    .footer>.foot {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer>.foot>.img {
        margin-bottom: 2rem;
    }
}

@media (max-width: 680px) {
    .footer>.foot>.links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
    }
}