.rectangle1 {
    position: fixed;
    width: 100vw;
    height: 70px;
    left: 0px;
    top: 0px;
    z-index: 2;
    padding-top: 20px;
    padding-left: 30px;
  
    background: #F0F0F0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
body {
    overflow-x: hidden;
}
.home {
    position: fixed;
    left: 79.17%;
    right: 19.65%;
    top: 5.19%;
    bottom: 96.8%;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.setting {
    position: fixed;
    left: 82.92%;
    right: 16.04%;
    top: 5.19%;
    bottom: 96.8%;
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.bell {
    position: fixed;
    left: 87%;
    right: 30.04%;
    top: 5%;
    bottom: 96.43%;
    z-index: 2;
    background: #F0F0F0;

}
.image {
    
    position: fixed;
    left: 91%;
    right: 30%;
    top: 5%;
    bottom: 96.43%;
    z-index: 2;
    background: #F0F0F0;
}
.buttons {

    position: fixed;
    left: 96%;
    right: 28.04%;
    top: 6.50%;
    bottom: 96.43%;
    z-index: 2;
    background: #F0F0F0;
    display: flex;
    flex-direction: column;
    justify-items: space-between;
    gap: 2px;
}
.img2 {
    margin-left: 60px;
}
.img1 {
    position: absolute;
    top: 15px;
    left: 350px;
    width: 30px;
}

/* side bar all complete content */
.headLI {
    
    position: absolute;
    width: 309px;
    height: 24px;
    left: 32px;
    top: 161px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}
.insideLI {
    position: absolute;
    width: 309px;
    height: 110px;
    left: 32px;
    top: 203px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;

    color: #000000;

}
.sidebar {
    
    position: absolute;
    width: 392px;
    height: 492px;
    top: 90px;
    background: #FDFDFD;
    -webkit-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.64); 
    box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.64);
    border-radius: 20px 20px 20px 20px;
}

.sidebarTitle {
    padding: 1px;
    background: black;
    border-radius: 0px 20px 20px 0px;
}

.sidebarTitleContent {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
    
    letter-spacing: 0.02em;
    
    color: #FFFFFF;
}

/* side bar 2 */

.sidebar2 {
    
    position: absolute;
    width: 120px;
    height: 492px;
    left: 0px;
    top: 90px;

    background: #FDFDFD;
    -webkit-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.64); 
    box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.64);
    border-radius: 20px 20px 20px 20px;
}


.sidebarTitle2 {
    padding: 1px;
    background: black;
    border-radius: 0px 20px 20px 0px;
}

/* journey board */

.sidebarTitleContent2 {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
    letter-spacing: 0.02em;
    
    color: #ffffff;
}

.sideBarImg{
    box-sizing: border-box;
    position: absolute;
    width: 68px;
    height: 68px;
    left: 22px;
    top: 120px;
    border: 1px solid #0029FF;
    border-radius: 20px;
}

.sideBarImg2{
    position: absolute;
    width: 12px;
    height: 54px;
    left: 50px;
    top: 130px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
   

    letter-spacing: 0.02em;

    color: #0029FF;
}

.sidebar,
.sidebar2 {
    position: fixed;
    transition: transform 0.3s ease;
    z-index: 2;
}

.sidebar {
    transform: translateX(0);
    z-index: 2;

}

.sidebar2 {
    transform: translateX(100%);
}

/* right side bar */

.rightSideBar {
    position: fixed;
    width: 10vw;
    height: 30vw;
    left: 90vw;
    top: 7vw;

    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px 0px 30px;
} 

.rightSideBarTitle {
        
    position: absolute;
    top: 160px;
    left: -170px;
    width: 400px;
    height: 70px;
    border-radius: 30px 30px 0px 0px;
    transform: rotate(-90deg);
    background: #000000; 
} 

.sidebarName {
    font-weight: bold;
    color: white;
    font-size: 23px;
    margin: 22px;
    padding-left: 1px;
    letter-spacing: 18px;
}

.sidebarIcon {

    display: block;
    width: 18px;
    height: 16px;
    margin-bottom: -46px;
    padding-left: 366px;
    height: 23px;
    padding-top: 26px;
}

/* right down side content */

.rightDownImg1 {
    position: fixed;
    width: 52px;
    height: 51px;
    left: 92vw;
    top: 38vw; 
}
.rightDownlogo1 {
    position: fixed;
    width: 53px;
    height: 24px;
    left: 92vw;
    top: 39vw;
}
.rightDownImg2 {
    position: fixed;
    width: 52px;
    height: 51px;
    left: 92vw;
    top: 42vw;
}

.rightDownlogo2 {
    position: fixed;
    width: 53px;
    height: 24px;
    left: 92vw;
    top: 43vw;
}

.rightDownImg3 {
    position: fixed;
    width: 52px;
    height: 51px;
    left: 92vw;
    top: 46vw;
}
.rightDownlogo3 {
    position: fixed;
    width: 53px;
    height: 24px;
    left: 92vw;
    top: 47vw;
}

/* main body */

/* heading technical project */

.heading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #0029FF;

}

.DivOfTheheading {
    position: absolute;
    width: 466px;
    height: 42px;
    left: 187px;
    top: 90px;

    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 25px;
    line-height: 48px;
    letter-spacing: 0.02em;
    margin-left: -5%;
    color: #0029FF;
}

.DivOfTheContainer {
    position: absolute;
    width: 950px;
    height: 135px;
    left: 187px;
    top: 187px;
    margin-left: -5%;
    background: #E9ECEF;
    border-radius: 5px;

}

.ContainerHeading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    font-size: x-large;
    padding-left: 25px;
}

.ContainerParagraph {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    padding-left: 25px;
    color: #000000;
}

/* main four box  of this page */
/* first box */

.bodyPart1 {
    
    position: absolute;
    width: 34.3vw;
    height: 550px;
    left: 13vw;
    top: 397px;

    background: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.bodyHeading1 {
    position: absolute;
    width: 34.3vw;
    height: 50px;
    background: #000000;
    border-radius: 15px 15px 0px 0px;
}
.Bhead1 {
    padding-left: 8vw;
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.bodyPart1Discription1 {
    position: absolute;
    width: 34.3vw;
    height: 83px;
    left: 29px;
    top: 86px;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #000000;
}
.bodyPart1Video1 {
    position: absolute;
    width: 34.3vw;
    height: 250px;
    top: 180px;
}

/* second box */

.bodyPart2 {
        
    position: absolute;
    width: 34.3vw;
    height: 550px;
    left: 50vw;
    top: 397px;

    background: #FDFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px -4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.bodyHeading2 {
    position: absolute;
    width: 34.3vw;
    height: 50px;
    background: #000000;
    border-radius: 15px 15px 0px 0px;
}
.Bhead2 {
    padding-left: 14vw;
    

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.bodyPart1Discription2 {
    position: absolute;
    width: 34.3vw;
    height: 83px;
    left: 29px;
    top: 86px;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #000000;
}

/* third box */

.bodyPart3 {
    position: absolute;
    width: 34.3vw;
    height: 550px;
    left: 13vw;
    top: 1034px;

    background: #FDFDFD;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}
.bodyHeading3 {
    position: absolute;
    width: 34.3vw;
    height: 50px;

    background: #000000;
    border-radius: 15px 15px 0px 0px;
}

.Bhead3 {
    padding-left: 10vw;
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.bodyPart1Discription3 {
    position: absolute;
    width: 34.3vw;
    height: 83px;
    left: 29px;
    top: 86px;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #000000;
}

/* inside third box */

.bodyPart3text {
    position: absolute;
    width: 34.2vw;
    height: 27vw;
    left: 0vw;
    top: 15vw;

    background: #FDFDFD;
    border: 1px solid #D1CECE;
    border-radius: 0px 0px 15px 15px;
}

.label1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    
    color: #000000; 
}
.label2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    
    color: #000000; 
}
.text1 {
    width: 26vw;
    height: 4vw;
    margin-top: 27px;
    background: #FCFBFB;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.text2 {
    width: 26vw;
    height: 4vw;
    margin-top: 27px;
    background: #FCFBFB;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

/* fourth box */

.bodyPart4 {
    position: absolute;
    width: 34.3vw;
    height: 550px;
    left: 50vw;
    top: 1034px;

    background: #FDFDFD;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.bodyHeading4 {
    position: absolute;
    width: 34.3vw;
    height: 50px;

    background: #000000;
    border-radius: 15px 15px 0px 0px;
}

.Bhead4 {
    padding-left: 14vw;
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.bodyPart1Discription4 {
    position: absolute;
    width: 34.3vw;
    height: 83px;
    left: 29px;
    top: 86px;

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #000000;
}


