header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 107;
    background-color: var(--cpro-color-main, #ffffff);
}

#header-logo {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    width: 120px;
    height: auto;
}

#header-logo img {
    width: 100%;
    height: auto;
}

.contactus {
    position: absolute;
    height: 35px;
    width: 150px;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3b3b3b;
    font-size: 1.8vmin;
    border: solid 2px #3b3b3b;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.contactus div {
    position: relative;
    width: 25%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.contactus img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 65%;
    height: auto;
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
}

.contactus p {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 15px 0 5px;
}

.contactus:hover {
    background-color: #d8d8d8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.frame-r {
    position: fixed;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 200%;
    pointer-events: none;
    z-index: 106;
    outline: 15px solid  var(--cpro-color-main, #ffffff);
    outline-offset: 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    z-index: 106;
    border: solid 15px var(--cpro-color-main, #ffffff);
}

.humburger {
    position: fixed;
    position: -webkit-fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.85;
    z-index: 210;
    width: 65px;
    height: 65px;
    top: 0px;
    right: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.humburger-line {
    height: 2px;
    background-color: #0e0e0e;
    margin-bottom: 10%;
    transition: 0.5s;
    width: 53%;
    position: absolute;
}

.humburger-line:nth-child(1) {
    top: 32%;
}

.humburger-line:nth-child(2) {
    top: 50%;
}

.humburger-line:nth-child(3) {
    top: 68%;
}

.drawer-hidden {
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#drawer-input:checked ~ #overlay {
    z-index: 199;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.nav_content {
    position: fixed;
    background-color: #aaaaaa;
    width: 450px;
    height: 100vh;
    top: 0;
    right: 0;
    transform-origin: right;
    rotate: y -90deg;
    opacity: 0.2;
    margin: auto;
    z-index: 200;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#insta {
    position: absolute;
    bottom: 1%;
    right: 2%;
    width: 50px;
    height: 50px;
}

#insta img {
    width: 100%;
    height: auto;
}

.copyright {
    position: absolute;
    bottom: 1%;
    left: 2%;
}

#privacy {
    text-decoration: none;
    font-size: 2.5vmin;
    color: rgb(209, 209, 209);
    margin-bottom: 5vmin;
}

#privacy:hover {
    color: white;
}

.copyright p {
    margin: 0;
    font-size: 1.5vmin;
    color: white;
}

.nav_content img {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 150px;
}

.nav_list {
    position: absolute;
    list-style: none;
    top: 17%;
    left: 15%;
    margin: 0;
    padding: 0;
}

.nav_item {
    margin: 0;
    margin-top: 8%;
    margin-right: 6vmin;
}

.nav_item a {
    font-size: 2.4vw;
    text-decoration: none;
    color: aliceblue;
}

.nav_item a:hover {
    color: #d1d1d1;
}

#drawer-input:checked ~ .humburger {
    background: none;
}

#drawer-input:checked ~ .nav_content {
    rotate: y 0deg;
    opacity: 1;
}

#drawer-input:checked ~ .humburger div:nth-child(1) {
    rotate: 45deg;
    background-color: #ffffff;
    top: 50%;
}

#drawer-input:checked ~ .humburger div:nth-child(2) {
    opacity: 0;
}

#drawer-input:checked ~ .humburger div:nth-child(3) {
    rotate: -45deg;
    background-color: #ffffff;
    top: 50%;
}

@media screen and (max-width:768px) {
    header {
        height: 50px;
    }
    #header-logo {
        width: 90px;
    }
    .contactus {
        width: 120px;
        height: 30px;
        right: 80px;
    }
    .contactus p {
        font-size: 14px;
        margin: 0 7px 0 5px;

    }
    .frame-r {
        top: 50px;
    }
    .humburger {
        width: 55px;
        height: 50px;
        right: 10px;
    }
    .nav_content {
        width: 100%;
        height: 100%;
    }
    .nav_item a {
        font-size: 8vmin;
    }
}