*{
   margin:0;
   padding: 0;
}

:root{
    --primaryColor:rgb(240, 240, 240);
    --secondaryColor:#58595A
}

body{
    background-color: #E5E5E5;
    overflow-x: hidden;

}

.overall-container{
    width: 100vw;
    height: 130vh;
    background: var(--primaryColor);
    position: relative;

}
/* ------------------nav bar--------------- */
.nav-bar{
    width: 100%;
    height: 9%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
}
.box , .fa-solid{
    color: #fff;                                                                    
}

.logo{
    width: 10%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.logo-img{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-img img{
    width: 60px;
    height: 30px;
    border-radius: 100%;
}
h3{
    color: #000020;
}

.tabs{
    width: 40%;
    height: 90%;
    display: flex;
    /* margin-right: 50px; */
    align-items: center;
    gap: 1rem;
}

.tabs a{
    width: 17%;
    text-decoration: none;
    color: grey;
    display: flex;
    align-items: center;

}

.tab a:hover{
    text-decoration: underline;
    color: #f44336;
    border: 2px solid;
}

.tabs a:active{
    width: 80px;
    height: 100%;
    background-color: #2bab0d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.tabs a::before{
    content: '';
}

.top-icons{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -20px;

}
.moon{
    width: 25%;
    height: 60%;
    flex: 1;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}
.moon img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.sun{
    width: 18%;
    height: 67%;
    flex: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dark-mode{
    background: #58595A;
    /* --primaryolor:#58595A; */
}


/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* -----------------------------CONTENT------------------------------------------- */
.Content{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1rem;
    margin-right: 0;
    background: var(--primaryColor);
    position: relative;

}

.content-left{
    width: 30%;
    height: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -13rem;
    gap: 3rem;
    position: relative;
    background: transparent;
}

.custom-shape-divider-top-1672501809 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1672501809 svg {
    position: static;
    display: block;
    width: calc(153% + 1.3px);
    height: 336px;
    opacity: 0.4;
}

.custom-shape-divider-top-1672501809 .shape-fill {
    fill: #f4aeae;
}

H3{
     color: #2F3F58;
     font-size: 20px;
     margin-bottom: -14px;
}
h5{
    color: #2F3F58;
    font-size: 17px;
    margin-top: -14px;
}

.inner-left{
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-top: 4rem;
    position: static;
}

.inner-left a{
    color: #000000;
    font-size: 15px;
    padding: 10px;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
}

.inner-left a:hover{
    text-decoration: underline;
}
.inner-button{
    width: 70px;
    height: 18px;
    background-color: #0000ff;
    font-size: 14px;
    font-family:'Courier New', Courier, monospace;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.inner-button a{
    text-decoration: none;
    color: #fff;
}

.content-right{
    width: 40%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all{
    
}

.content-right img{
    width: 70%;
    height: 57%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 0.5;
}
.gift{
    width: 20px;
    margin-left: 6px;
}
.icons{
    width: 80px;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 5rem;
    background-color: #fff;
    border-radius: 5px;
    margin-left: -20px;
    cursor: pointer;
}

.fa-solid{
    width: 50%;
    height: 6%;
    cursor: pointer;
    color: #f44336;
    visibility: visible;
}

.fa-gift{
    width: 20px;
    margin-left: 0px;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.icon-content {
    width: 60px;
    height: 240px;
    display: flex;
    flex-direction: column;
    padding-left: -10%;
    margin-left: 12%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-color: #f44336;
    padding: 0 3px 3px;
    border-radius: 5px;
    position: absolute;
    top: 30%;
    right: 12%;
    transform: translate(-50%);

}

.icon-content:hover{
    border: 2px solid;
    border-color: #f44336;
    box-shadow: 1px 3px 9px 5px #f44336;
}

.icon-box{
    width: 50px;
    height: 50px;
    display: flex;
    /* gap: 5px; */
    /* padding-bottom: 17px; */
    justify-content: flex-end;
    margin:  10px 4px;
}

.side-text{
    min-width: 0px;
    height: 100%;
    background: #f44336;
    margin-right:5px;
    line-height: 0;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: -5px;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    transition: 0.5s;
    /* visibility: hidden; */
}

.side-text a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.icon-box:hover .icons{
    background: #f44336;
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-box:hover .icons .fa-solid{
    color: #ffff;
    height: 6%;
    padding-right: 10px;
}

.icon-box:hover .side-text{
    min-width: 110px;
    min-height: 40px;
    border-radius: 5px;
    margin-right: 50px;
    font-size: 100%;
}
.icon-box:hover .side-text a{
    font-size: 80%;
}
/* -------------------------------------------------BOTTOM NAV BAR-------------------------------- */

.bottom-nav-bar{
    width: 100%;
    height: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(78, 102, 142, 0.99);

}

.box{
    width: 14%;
    height: 80%;
    background-color:rgba(164, 221, 253, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3rem;
    color: #fff;
    font-size: 15px;

}

.boxes{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14rem;
    background-color: #4E668E;
    margin-left: -13rem;
}

#preloader{
    background: #fff url(fineloadergif.gif) no-repeat center center;
    background-size: 40%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    overflow: hidden;
}

.hide{
    display: none;
}

/* ----------SVG CONTENT----------------- */

.svg-container{
    width: 100vw;
    height: 30%;
    position: absolute;
    background: #787b80;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.media-icons{
    width: 26%;
    height: 20%;
    position: absolute;
    left: 38%;
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.655);
    box-shadow: 3px 2px 10px 5px #424141;


    
}

.bi-github:hover,.bi-behance:hover,.bi-linkedin:hover,.bi-dribbble:hover{
     color: #f44336;
     font-size: 20px;
}

.svg-container h5{
    position: absolute;
    font-size: 20px;
    font-weight: 800;
    /* font-stretch: expanded; */
    top: 19%;
    left: 40%;
}

footer{
    position: absolute;
    bottom: 1%;
    left: 42%;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
/* 
.custom-shape-divider-bottom-1673509362 {
    position: absolute;
    z-index: 0.5;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1673509362 svg {
    position: relative;
    display: block;
    width: calc(161% + 1.3px);
    height: 240px;
}

.custom-shape-divider-bottom-1673509362 .shape-fill {
    fill: #0066FF;
} */

