/* ......... */
/* .top-nav {
    display: flex;
}

.top-nav .top-nav-left {
    align-content: center;
    background: gold;
    width: 35%;
}

.top-nav-left .top-nav-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.top-nav .top-nav-right {
    width: 65%;
    justify-content: flex-end;
    display: flex;
    background-color: var(--main-bgcolor);
    gap: 40px;
}

.top-nav-right .top-nav-apply-now {
    color: var(--black);
    line-height: 22px;
    margin: 6.5px -15px;
    font-size: 14px;
    border-radius: 3px;
    background: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    align-content: center;
    border-radius: 20px;
    padding: 5px 20px;
    cursor: pointer;
}

.top-nav-right .top-nav-apply-now::after {
    position: absolute;
    content: "";
    width: 129%;
    height: 100%;
    right: -11px;
    top: 0px;
    transform: skew(45deg);
    z-index: -1;
    background: gold;

}

.top-nav-right .top-nav-apply-now:hover::after {
    width: 0%;
    transition-duration: .6s;
    transform-origin: top left;
}

.top-nav-right .top-nav-icon {
    margin: 0% 9% 0% 0%;
    width: 15%;
    padding: 13px 0px;
    color: var(--white);
}

.top-nav-right .top-nav-icon i {
    font-size: 18px;
    color: var(--white-color);
}

.top-nav-right .top-nav-icon .face {
    margin: 0% 14% 0% 0%;
    position: relative;
    cursor: pointer;
}

.top-nav-right .top-nav-icon .face::after {
    width: 98px;
    content: "Facebook";
    position: absolute;
    background: gold;
    padding: 3px 0px;
    top: 65px;
    left: -36px;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
}

.top-nav-right .top-nav-icon .face:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon .you {
    position: relative;
    cursor: pointer;
}

.top-nav-right .top-nav-icon .you::after {
    width: 98px;
    content: "Youtube";
    position: absolute;
    background: gold;
    top: 65px;
    left: -37px;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
    padding: 3px 0px;
}

.top-nav-right .top-nav-icon .you:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon .insta {
    position: relative;
    margin: 0% 0% 0% 14%;
    cursor: pointer;
}

.top-nav-right .top-nav-icon .insta::after {
    width: 98px;
    content: "instagram";
    position: absolute;
    background: gold;
    top: 65px;
    left: -37px;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
    padding: 3px 0px;
}

.top-nav-right .top-nav-icon .insta:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon {
    display: flex;
} */



.top-nav {
    display: flex;
}

.top-nav .top-nav-left {
    align-content: center;
    background: gold;
    width: 35%;
}

.top-nav-left .top-nav-text h1{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.top-nav .top-nav-right {
    width: 65%;
    justify-content: flex-end;
    display: flex;
    background-color: var(--main-bgcolor);
    gap: 40px;
}
.top-nav .top-nav-right .top{
    display: none;
}
.top-nav-right .top-nav-apply-now {
    color: var(--black);
    line-height: 22px;
    margin: 7.5px -15px;
    font-size: 14px;

    border-radius: 3px;
    background: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    align-content: center;
    border-radius: 20px;
    padding: 5px 20px;
    cursor: pointer;
}

.top-nav-right .top-nav-apply-now::after {
    position: absolute;
    content: "";
    width: 129%;
    height: 100%;
    right: -11px;
    top: 0px;
    transform: skew(45deg);
    z-index: -1;
    background: gold;
    transition: all 0.5s;
}

.top-nav-right .top-nav-apply-now:hover::after {
    width: 0%;
    transition-duration: .6s;
    transform-origin: top left;

}

.top-nav-right .top-nav-icon {
    margin: 0% 9% 0% 0%;
    width: 23%;
    padding: 13px 0px;
    color: var(--white);
}

.top-nav-right .top-nav-icon i{
    font-size: 18px;
    color: var(--white-color);
}

.top-nav-right .top-nav-icon .face {
    margin: 0% 14% 0% 0%;
    /* position: relative; */
    cursor: pointer;
}
.top-nav-right .top-nav-icon .face a{
    color: var(--white);
}

.top-nav-right .top-nav-icon .face::after {
    width: 98px;
    content: "Facebook";
    position: absolute;
    background: gold;
    padding: 3px 0px;
    top: 65px;
    /* left: -36px; */
    right: 16%;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
}

.top-nav-right .top-nav-icon .face:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon .you{
    /* position: relative; */
    cursor: pointer;
}

.top-nav-right .top-nav-icon .you a{
    color: var(--white);
}
.top-nav-right .top-nav-icon .you::after {
    width: 98px;
    content: "Youtube";
    position: absolute;
    background: gold;
    top: 65px;
    /* left: -37px; */
     right: 13%;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
    padding: 3px 0px;
}

.top-nav-right .top-nav-icon .you:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon .insta{
    /* position: relative; */
    margin: 0% 0% 0% 14%;
    cursor: pointer;
}
.top-nav-right .top-nav-icon .insta a{
    color: var(--white);
}
.top-nav-right .top-nav-icon .insta::after {
    width: 98px;
    content: "instagram";
    position: absolute;
    background: gold;
    top: 65px;
    /* left: -37px; */
     right: 9.4%;
    border-radius: 3px;
    text-align: center;
    visibility: hidden;
    padding: 3px 0px;
}

.top-nav-right .top-nav-icon .insta:hover:after {
    top: 40px;
    transition: .6s all ease;
    visibility: visible;
}

.top-nav-right .top-nav-icon {
    display: flex;
}