* {
    margin:0;
    padding: 0;
    font-family: 'Orbitron';
}
/* navbar */

.navbar-container {
    display:flex;
    justify-content:space-between;
    padding-right:8rem;
    padding-left:4rem;
}

.navbar-container img {
    width: 8rem;
    padding: 1.8rem 2rem;
}

.list {
    display:flex;
    list-style-type: none;
    flex-direction:row;
    padding-top: 1rem;
    position: relative;
}
.button-group {
    display: flex;
    justify-content: space-around;
    padding: 2rem 1rem 2rem 1rem;
}
.nav-button {
    padding: 0.5rem 2.6rem;
    border-radius:0.3rem;
    background-color: #fff;
    color: #000;
    font-size:1rem;
    font-weight:bold;
    margin-left: 1em;
    border-radius: 0.7rem;
}


/* Hero sectio */
.hero-container {
    display: flex;
    justify-content:space-around;
    padding:0 0.1rem 0 3rem;
    position: relative;
}
.hero-container-right {
    display: flex;
    flex-direction:column;
    justify-content:flex-end;
    width: 65%;
    text-align: center;
}

.hero-container-right .bt {
    margin-top:6rem;
}

.contact-heading {
    margin-top:2rem;
    padding-bottom: 1rem;
}
.icon {
    padding-top: 1rem;
}
.condiv {
    margin-top: 4rem;
}

.hero-heading {
    align-items:right;
    font-size: 5rem;
    margin-top: 8rem;
}

.hero-description {
    font-size:1rem;
    margin-top:3.6rem;
    padding:0 9rem;
}
.button-email{
    padding: 0.4rem 3rem; 
    background-color: #fff;
    border-radius:0.7rem;
}
.button-join {
    padding: 0.4rem 2.6rem;
    background-color: #000;
    color: #fff;
    font-size:1rem;
    font-weight:bold;
    margin-left: 1em;
    border-radius: 0.7rem;
}

.square {
    position:absolute;
    z-index: -1;
    left: 13.6rem;
    top: 18rem;
}

.pic img {
    height:35rem;
    margin-top:4.7rem ;
}
.star {
    position:absolute;
    left: 89rem;
}
.globe {
    position:absolute;
    left: 44;
}

.startwo {
position:absolute;
left: 43rem;
bottom: 4rem;
}


    /* nav underline */
    
    .nav-link {
        font-weight: bold;
        font-size: 15px;
        color: #000;
        padding: 20px 0px;
        margin: 0px 20px;
        display: inline-block;
        position: relative;
        opacity: 0.75;
        cursor: pointer;
      }
      .nav-link:hover {
        opacity: 1;
      }  
      .nav-link::before {
        transition: 300ms;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #000;
      }      
      .nav-link-ltr::before {
        width: 0%;
        bottom: 10px;
      }     
      .nav-link-ltr:hover::before {
        width: 100%;
      }
    




/* mobile media */

@media only screen and (max-width: 512px) {
    
.navbar-container {
     display:flex;
     justify-content:space-between;
     padding-right:2rem;
     padding-left:1rem;
     overflow: auto;
     width:100%;
 }
 .navbar-container img {
        width:50px;
        padding: 1.2rem 0rem;
 }
 .list {
        display:flex;
        list-style-type: none;
        flex-direction:row;
        padding-top: 0rem;
        position: relative;  
  }
  .button-group {
        display: flex;
        justify-content: space-around;
        padding:.5rem;
   }
    .search-icon {
        margin-top: .5rem;
   }
    .nav-button {
        padding: 0.5rem 1rem;
        border-radius:0.3rem;
        background-color: #fff;
        color: #000;
        font-size:.5rem;
        font-weight:bold;
        margin-left: 1rem;
        border-radius: 0.7rem;
        margin-top: .5rem;
    }

/* hero container */
    .hero-container {
        display: flex;
        flex-direction: column;
        justify-content:center;
        padding:1rem 2rem;
        position: relative;
        width: 100vw;
    }
     .hero-container-right {
        display: flex;
        flex-direction:column;
        justify-content:center;
        width: 95%;
        text-align: center;
    }
    .hero-container-right .bt {
        margin-top:6rem;
    }
    .contact-heading {
        margin-top:2rem;
        padding-bottom: 1rem;
    }
    .icon {
        padding-top: 1rem;
    }
    .condiv {
        margin-top: 4rem;
    }
     .hero-heading {
        align-items:right;
        font-size: 2rem;
        margin-top: 8rem;
    }
    .hero-description {
        font-size:.8rem;
        padding:0rem;
        margin: 1rem auto;
    }
    .button-email{
        padding: 0.4rem 3rem;
        background-color: #fff;
        border-radius:0.7rem;
    }
    .button-join {
        padding: 0.4rem 2.6rem;
        background-color: #000;
        color: #fff;
        font-size:1rem;
        font-weight:bold;
        margin-left: 1em;
        border-radius: 0.7rem;
        margin-top:1rem;
    }   
    .square img {
    position:absolute;
    z-index: -1;
    bottom:-7rem;
    left: -7rem;
    width: 300px;
    height: 300px;
    }
    .pic img {
    height:330px;
    width: 300px;
    margin:0 5%; 
    }
    .star {
        position:absolute;
        left: 0rem;
        display: none;
    }
    .globe {
        position:absolute;
        left: 0rem;
        display: none;      
    }
    .startwo {
    position:absolute;
    left: 0rem;
    bottom: 0rem;
    display: none;
    }
    
}

  /* @media only screen and (max-width: 1024px) {
    .home {
        width: 90%;
    }

} */