/******* Designed by Eyad Daher ********
* Template Name: Crea tech 
* Version: 1.0
* Author: Eyad Daher
* Author URI: https://www.eyaddaher.com
* License: Free to use for personal and commercial projects

/*-------- Tablet Responsive --------*/
@media (max-width: 1024px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--dark-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        height:fit-content;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--light-color);
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), white 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: color-mix(in srgb, var(--accent-color), white 90%);
    }

    .navmenu a:nth-child(1):hover,
    .navmenu .m1.active,
    .navmenu .m1.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--yellow-color);
    }

    .navmenu a:nth-child(2):hover,
    .navmenu .m2.active,
    .navmenu .m2.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--orange-color);
    }

    .navmenu a:nth-child(3):hover,
    .navmenu .m3.active,
    .navmenu .m3.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--red-color);
    }


    .navmenu a:nth-child(4):hover,
    .navmenu .m4.active,
    .navmenu .m4.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--pink-color);
    }

    .navmenu a:nth-child(5):hover,
    .navmenu .m5.active,
    .navmenu .m5.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--mov-color);
    }

    .navmenu a:nth-child(6):hover,
    .navmenu .m6.active,
    .navmenu .m6.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--blue-color);
    }

    .navmenu a:nth-child(7):hover,
    .navmenu .m7.active,
    .navmenu .m7.active:focus {
        color: var(--nav-dropdown-color)!important;
        padding: 10px 20px;
        font-family: var(--default-font);
        font-size: 17px;
        font-weight: 900;
        background-color: var(--green-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
        height:100vh;
    }

    @font-face {
        font-display: block;
        font-family: "bootstrap-icons";
        src: url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
        url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
    }

    .bi-list::before {
        content: "\f479";
    }

    .bi-x::before {
        content: "\f62a";
    }

    .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .hero .container {
        position: relative;
        z-index: 3;
        max-height: 100%;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }

    .content-logo {
        position: relative;
        display: inline-flex;
        height:auto;
        width: 100%;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .content{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 95%;
        border-radius: 10%;
        height: 50vh;
        padding: 20px 20px;
        overflow-y: scroll;
        margin: 0 20px;

    }

    .content-circle{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 10%;
        height: auto;
        padding: 20px 20px;
        overflow-y: scroll;
        margin: 0 20px;

    }

    .content-details{
        height:100%!important;
        
    }

    .content-package{
        flex-direction: column;
        align-items: flex-start;
    }

    .content-details-circle2{
        width:380px;
        height: 360px;
    }

    .content-details-circle2::-webkit-scrollbar {
        display: none;

    }
}