* {
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    height: 70px;
    width: 99%;
    z-index: 99;
    padding: 0 20px;

}

.nav-bar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-right: 40px;
}
.nav-list a{
    text-decoration: none;
}

.logo img {
    height: 1%;
    width: 63%;
    margin-left: 15px;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.darkLogo {
    background-image: url(https://onerooftech.com/assets/img/black-logo-old.png);
    width: 109px;
    height: 45px;
    padding: 20px;
    overflow: hidden;
    filter: none;
    background-size: 100px;
    margin-left: 15px;
    margin-top: 20px;
    background-repeat: no-repeat;

}

.nav-links {
    height: 60px;
    width: 98px;
    margin-left: 20px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    right: 6%;
    font-family: sans-serif;
}

#myImage {
    position: absolute;
    right: 1%;
    top: 17%;
    cursor: pointer;
    /* color: white; */
    z-index: 99;
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%)
}
.closelogo {
    display: none;
    position: absolute;
    right: 1%;
    top: 17%;
    /* margin-left: -54px; */
    cursor: pointer;
    z-index: 9211000;
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%);
}
.expandednav.expanded {
    clip-path: circle(1800px at 100% 0%);
    pointer-events: all;
}

.deafultExpandedWhiteColor {
    background: white;
}

.expandednav {
    position: fixed;
    top: 0;
    overflow: hidden;
    right: 0;
    background-color: #070707;
    height: 100%;
    width: 55%;
    clip-path: circle(0px at 100% 0%);
    z-index: 891000;
    display: flex;
    transition: 1s ease-out;

}

.expandednavleft {
    height: 100%;
    width: 54%;
}

.welcome {
    /* overflow: hidden; */
    position: absolute;
    color: white;
    top: 12.3%;
    left: 7%;
}

.welcome p {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    font-family: "Rubik", sans-serif;
}

.text {
    position: absolute;
    color: #ffffffe4;
    top: 21%;
    overflow: hidden;
    left: 7%;
}

.text p {
    font-size: 18px;
    overflow: hidden;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1.4px;

}

.divider {
    position: relative;
    border: 1px solid grey;
    width: 439px;
    height: 0.1px;
    top: 34.5%;
    left: 1.9%;
}

.text2 {
    position: absolute;
    font-size: 23px;
    color: white;
    top: 46.1%;
    left: 7%;


}

.text2 p {
    font-size: 36px;
    font-weight: 700;

    font-family: "Rubik", sans-serif;
    margin-bottom: 64px;
    overflow: hidden;

}

.text2 button {
    border: 2px solid white;
    color: white;
    font-size: 15px;
    background-color: transparent;
    padding: 16px;
    width: 63%;
    border-radius: 50px;
    transition: 0.4s;
}

.imgg {
    /* display: inline; */
    height: 12px;
    transition: 0.4s;
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%)
}

.text2 button:hover {
    background-color: white;
    color: rgb(12, 12, 12);
}

.text2:hover img {
    filter: none;
}

.location {
    position: absolute;
    font-size: 23px;
    color: white;
    top: 71.9%;
    left: 7%;
    display: flex;
    gap: 29px;
}

.location p {
    font-size: 16.9px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    letter-spacing: 0.7px;
}


.divider2 {
    position: absolute;
    width: 0.1px;
    height: 17px;
    left: 54.6%;
    border: 1px solid white;
    margin-top: -1px;
}

.icons {
    position: absolute;
    display: flex;
    top: 81.6%;
    left: 7%;
    gap: 30px;
}

.icons img {
    width: 36px;
}

.divider3 {
    position: absolute;
    top: 0.89%;
    left: 53%;
    border: 1px solid grey;
    height: 98%;
    width: 0.2px;
}

.expandednavright {
    height: 100%;
    width: 20%;

    position: relative;
    left: 1.3%;
    top: 9.3%;
}

.lll {
    height: 50%;
}

.lll li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 12% 12%;
    overflow: hidden;
}

.lll li {
    font-size: 23px;
    font-weight: 600;
    color: white;
    letter-spacing: 1.3px;
    font-family: "Rubik", sans-serif;
    list-style: none;
}




.deafultExpandedWhiteColor {
    background: white;
}

.llll {
    position: relative;
    top: -2%;
    left: 1.3%;

    height: 50%;
}

.llll li {

    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 11% 10%;
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    color: aliceblue;
    font-size: 18px;
    font-weight: 300;
}

/*hovering animation*/
.lll li:hover,
.lll li:active {
    color: white;
}

.llll li:hover {
    color: white;
}

.expandednavright li:nth-child(2):after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 80%;
    margin-top: 1px;
}

.expandednavright li:nth-child(2):hover::after {
    transform: scaleX(0.3) translateX(250%);
}
.expandednavright li:nth-child(1):after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 80%;
    margin-top: 1px;
}

.expandednavright li:nth-child(1):hover::after {
    transform: scaleX(0.3) translateX(250%);
}
.expandednavright li:nth-child(3):after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 80%;
    margin-top: 1px;
}

.expandednavright li:nth-child(3):hover::after {
    transform: scaleX(0.3) translateX(280%);
}
.expandednavright li:nth-child(4):after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 80%;
    margin-top: 1px;
}

.expandednavright li:nth-child(4):hover::after {
    transform: scaleX(0.3) translateX(300%);
}
.expandednavright li:nth-child(5):after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 80%;
    margin-top: 1px;
}

.expandednavright li:nth-child(5):hover::after {
    transform: scaleX(0.3) translateX(340%);
}