* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
}

.navbar{
    background-color: #131313;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}
.logo-text{
    font-weight: bold;
    font-size: 2rem;
    padding-left: 20px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-fill-color: transparent;

}
#navbar-logo{
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ff0844 0%, #ffb1ff 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor : pointer;
    text-decoration: none;
    font-size: 2rem;
    padding-right: 25px;
}

.fa-gem{
    margin-right: 0.5rem;
}

.navbar-menu{
   display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}
.navbar-item{
    height: 50px;
    font-size: smaller;
}

.navbar-link{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    cursor: pointer;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #808080;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 4px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    visibility: hidden;
    pointer-events: none;
}
.dropdown-menu li {
    height: auto;
}
.dropdown-menu a {
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    outline:none;
    border-radius: 4px;
    background: #ff7062;
    color:#fff;
    transition: all 0.3s ease;
}
.dropdown-menu a:hover {
    background:#4837ff;
}
.dropdown.active .navbar-link {
    background-color: #808080;
    border-radius: 4px 4px 0 0;
}
.dropdown-menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}
.navbar-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 1rem;
    width: 100%;
}

.button{
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width:100%;
    border: none;
    outline:none;
    border-radius: 4px;
    background: #ff7062;
    color:#fff;
}

.button:hover{
    background:#4837ff;
    transition: all 0.3s ease;
}


@media screen and (max-width: 960px){
    .navbar-container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }


    .navbar-menu{
        display:grid;
        grid-template-columns: auto;
        margin:0;
        width: 100%;
        position: absolute;
        transition: all 0.5s ease;
        top: -1000px;
        opacity:0;
        height: 50vh;
        z-index: -1 ;  
        background: #131313;

    }

.navbar-menu.active{
    background: #131313;
    top:100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height:50vh;
    font-size: 1.6rem;
    }

#navbar-logo{
    padding-left: 25px;
    padding-right: 25px;
}

.navbar_toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.navbar-item{
    width: 100%;
}

.navbar-link{
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;   
}
.dropdown-menu {
    display: block;
    position: static;
    background: #131313;
    box-shadow: opacity: 100;
    padding-left: 2rem;
}
.dropdown-menu li {
    width: 100%;
}
.dropdown-menu a {
    padding: 1rem 2rem;
}
    #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
    }

    .navbar-btn{
        padding-bottom: 2rem;
    }

    .button{
        display:flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 50px;
        margin:0;
    }

    .navbar_toggle .bar {
        display: block;
        cursor: pointer;
        }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    transform: translateY(8px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(1) {
   transform: translateY(8px) rotate(deg); 
    }
    #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); 
    }
}

/*main section styles*/

.main{
    background-color: #141414;
    padding-bottom: 80px;
}

.main_container{
    display: grid;
    grid-template-columns: lfr lfr;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #141414;
    height: calc(100vh - 80px);
    padding: 0 50px;
    max-width: 1300px;
}

.main_content h1 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ff0844 0%, #ffb1ff 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-fill-color: transparent;
    max-width: 600px;
}

.main_content h2 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #b721ff #21d4fd 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-fill-color: transparent;
    max-width: 600px;
}

.main_content p {
    color: #fff;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0 40px 0;
    max-width: 600px;
}
.main_button {
    font-size: 1rem;
    background-image: linear-gradient(to top, #f77062, #fe51df, 100%);
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
    outline:none
}

.main_button a {
    position:relative;
    z-index:2;
    color:#8d0707;
    text-decoration: none;
}

.main_button:after {
    position: absolute;
    content:'';
    top:0;
    left:0;
    width:0;
    height:100%;
    background: #4837ff;
    transition: all 0.35s ease;
    border-radius: 4px;
}

.main_button:hover {
    color:#fff;
}
.main_button:hover:after{
    width:100%;   
}

.main_image_container{
    text-align: center;
}

.main_image{
    width:60%;
    height:auto;
}

@media screen {
    .main{
        display: flex;
        align-items: center;
        min-height: 80vh;
    }

    .main_container{
        grid-template-columns: auto;
        display:grid;
        align-items: center;
        justify-self: center;
        width: 100%;
        margin: 0 auto;
        height: 90vh;
    }

    .main_image_container{
    display: grid;
    justify-content: center;
    align-items: center;
}


    .main_content{
        text-align: center;
        margin-bottom: 4rem;
    }

    .main_content h1{
        font-size: 2rem;
        margin-top: 2rem
    }
    .main_content h2{
        font-size: 3rem;
    }
    .main_content p{
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}

@media screen   and (max-width: 480px){
   .main_image_container{
    display: grid;
    justify-content: center;
    align-items: center;
}
   
    .main_content h1{   
         font-size: 2rem;
        margin-top: 3rem
    }
    .main_content h2{
        font-size: 2rem;
    }
    .main_content p{
        font-size: 1.5rem;
        margin-top: 2rem ;
    }
    
    .main_button{
        padding: 12px 36px;
        margin: 2.5rem 0;
    }
}

footer {
    background-color: #131313;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.footer-container p {
    margin: 5px 0;
    font-size: 0.9rem;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.9rem;
}

.social-links a:hover {
    color: #ff7062;
}

.social-links a i {
    margin-right: 5px;
    font-size: 1.1em;
}