body{
    font-family: 'Inter', sans-serif;
    margin: auto;
}

.wave1{
    width:100%;
    height:100%;
    background-image: linear-gradient(315deg, rgba(235,189,239,1) 3%, rgba(126,196,235,1) 38%, rgba(235,189,239,1) 68%, rgba(126,196,235,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;}

    @keyframes gradient {
          0% {
              background-position: 0% 0%;
          }
          50% {
              background-position: 100% 100%;
          }
          100% {
              background-position: 0% 0%;
          }
    }
    .wave {
          background: rgb(255 255 255 / 25%);
          border-radius: 1000% 1000% 0 0;
          position: fixed;
          width: 200%;
          height: 12em;
          animation: wave 10s -3s linear infinite;
          transform: translate3d(0, 0, 0);
          opacity: 0.8;
          z-index: -1;
        }
        .wave:nth-of-type(2) {
          bottom: -1.25em;
          animation: wave 18s linear reverse infinite;
          opacity: 0.8;
        }
        .wave:nth-of-type(3) {
          bottom: -2.5em;
          animation: wave 20s -1s reverse infinite;
          opacity: 0.9;
        }
        
        @keyframes wave {
          2% {
              transform: translateX(1);
          }
        
          25% {
              transform: translateX(-25%);
          }
        
          50% {
              transform: translateX(-50%);
          }
        
          75% {
              transform: translateX(-25%);
          }
        
          100% {
              transform: translateX(1);
          }
        }

@media only screen and (min-width:320px) and (max-width:479px){
            .highlight{
                font-weight: bolder;
                color: white;
                display: none;
                list-style-type: square;
            }
        
            .toc {
            position: fixed;
            height: 300px;
            right: 16px;
            margin-top: 350px;
            margin-bottom: 968px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 0.6875em;
            line-height: 24px;
            display: none;
            color: #FFFFFF;
            z-index: 10;
            }
            .toc dl {
                list-style: none;
            
            }
              
            .toc dt a {
                color:#4E4E4E;
                text-decoration: none;
            }
        
            #section1 {
                height:calc(100vh-45px);
                min-height: 740px;
                margin: auto;
                scroll-behavior: smooth;
                
            }
            .section1-container{
                position: relative;
                align-content: center;
                width: 320px;
                height: 740px;
                margin:auto;
                
            }
            .section1-content{
                width: 288px;
                align-content: center;
            }
            .section1-header{
                position: absolute;
                width: 281px;
                height: 56px;
                left: 16px;
                top: 45px;
                align-content: center;
        
        /* Heading 1 */
        
                font-family: 'Inter';
                font-style: normal;
                font-weight: 600;
                font-size: 3em;
                line-height: 3.5em;
        /* identical to box height, or 112% */
                display: flex;
                align-items: center;
                color: #FCFCFC;
                }
            .section1-p{ 
                position: absolute;
                width: 288px;
                height: 544px;
                left: 16px;
                top: 133px;
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 1.5em;
                line-height: 32px;
                display: flex;
                align-items: center;
                color: #FCFCFC;
                }
        
            
                /* email */
        
                .emailbtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 132px;
                top: 750px;
                display:none;
                }
        
                /* resume */
        
                .resumebtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 324px;
                top: 750px;
                display:none;
                }
        
                /* linkedin */
        
                .linkedinbtn{    
                position: absolute;
                width: 168px;
                height: 46px;
                left: 516px;
                top: 750px;
                display:none;
                }
        
                /* Instagram */
                
                .instagrambtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 708px;
                top: 750px;
                display:none;
                }
        
        
        
        #section2{
            position: relative;
            width: 320px;
            height: 700px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section2-container{
            height:calc(100% - 44px);
            padding: 44px 16px 0px 16px;
            align-content: center;
            margin: auto;
        }
        
        .card1{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        /* Heading 2 */
        .projectheader1{
            padding-top: 315px;
            padding-left: 16px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 600;
            font-size: 402empx;
            line-height: 40px;
            display: flex;
            color: #2D2D2D;
            margin-bottom: 0px;
        }
        
        
        .body2{
        width: 272px;
        height: 129px;
        padding-left: 16px;
        padding-top: 10px;
        margin-top: 0px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5em;
        /* or 133% */
        color: #2D2D2D;
        display: flex;
        }
        
        .project1img{
            position: absolute;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            top:0px;
            max-width: 100%;
            height: auto;
            object-fit: contain;
            }
            
        .custom-btn {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 8px;
            gap: 10px;
                
            position: absolute;
            width: 148px;
            height: 40px;
            left: 16px;
            top: 549px;
                
            background: #AAC1ED;
            border-radius: 24px;
            width: 148px;
            height: 40px;
            
            font-family: 'Inter';
            font-style: normal;
            font-weight: 600;
            font-size: 1em;
            line-height: 1.5em;
            /* identical to box height, or 150% */
            
            display: flex;
            align-items: center;
            text-align: center;
            color: #FFFFFF;
            }
            .btn-6 {
                background: rgb(170,193,237);
                line-height: 42px;
                padding: 0;
                border: none;
              }
              .btn-6 span {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
              }
              .btn-6:before,
              .btn-6:after {
                position: absolute;
                content: "";
                height: 0%;
                width: 1px;
               box-shadow:
                 -1px -1px 20px 0px rgba(255,255,255,1),
                 -4px -4px 5px 0px rgba(255,255,255,1),
                 7px 7px 20px 0px rgba(0,0,0,.4),
                 4px 4px 5px 0px rgba(0,0,0,.3);
              }
              .btn-6:before {
                right: 0;
                top: 0;
                transition: all 500ms ease;
              }
              .btn-6:after {
                left: 0;
                bottom: 0;
                transition: all 500ms ease;
              }
              .btn-6:hover{
                background: transparent;
                color: #AAC1ED;
                box-shadow: none;
              }
              .btn-6:hover:before {
                transition: all 500ms ease;
                height: 100%;
              }
              .btn-6:hover:after {
                transition: all 500ms ease;
                height: 100%;
              }
              .btn-6 span:before,
              .btn-6 span:after {
                position: absolute;
                content: "";
                box-shadow:
                 -1px -1px 20px 0px rgba(255,255,255,1),
                 -4px -4px 5px 0px rgba(255,255,255,1),
                 7px 7px 20px 0px rgba(0,0,0,.4),
                 4px 4px 5px 0px rgba(0,0,0,.3);
              }
              .btn-6 span:before {
                left: 0;
                top: 0;
                width: 0%;
                height: .5px;
                transition: all 500ms ease;
              }
              .btn-6 span:after {
                right: 0;
                bottom: 0;
                width: 0%;
                height: .5px;
                transition: all 500ms ease;
              }
              .btn-6 span:hover:before {
                width: 100%;
              }
              .btn-6 span:hover:after {
                width: 100%;
              }
                  
        #section3{
            position: relative;
            width: 320px;
            height: 660px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section3-container{
                height:calc(100% - 0x);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        
        #section31{
            position: relative;
            width: 320px;
            height: 660px;
            margin-top: 2293px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section31-container{
                height:calc(100% - 16px);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        #section32{
            position: relative;
            width: 320px;
            height: 660px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section32-container{
                height:calc(100% - 0px);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        
        #section4{
            position: relative;
            width: 320px;
            height: 660px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section4-container{
                 height:calc(100% - 0px);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        #section5{
            position: relative;
            width: 320px;
            height: 660px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section5-container{
                 height:calc(100% - 0px);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        #section6{
            position: relative;
            width: 320px;
            height: 660px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section6-container{
                 height:calc(100% - 0px);
                padding: 0px 8px 0 8px;
                align-content: center;
                margin: auto;
        }
        
        .card2{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        
        .card3{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        
        .card4{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        .card5{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        .card6{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        .card7{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        .card8{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        .card9{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 304px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 16px;
            left: 8px;
            right: 8px;
            align-items: center;
        }
        
        #section7{
            position: relative;
            width: 320px;
            height: 280px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section7-container{
                height:calc(100% - 48px);
                padding: 48px 16px 0 16px;
                align-content: center;
                margin: auto;
        }
        .section7-content{
            position: absolute;
            width: 320px;
            height: 184px;
            left: 0px;
            top: 0px;
        }
        
        .icon1{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 30px;
            top: 160px;
            }
            
        .icon2{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 102px;
            top: 160px;
            }
            
            .icon3{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 174px;
            top: 160px;
            }
            
        .icon4{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 246px;
            top: 160px;
            }
            
        .body3{
            position: absolute;
            width: 320px;
            height: 49px;
            left: 0px;
            top: 48px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 1.25em;
            line-height: 28px;
            text-align: center;
            color: #2D2D2D;
            }
            .footer{
                position: absolute;
                width: 272px;
                height: 19px;
                left: 24px;
                top: 250px;
                text-align: center;
                margin: auto;
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 0.6250em;
                line-height: 12px;
                display: flex;
                align-items: center;
                color: #2D2D2D;
            }
}
@media only screen and (min-width:480px) and (max-width: 1279px){
            .highlight{
                font-weight: bolder;
                color: white;
                display: none;
                list-style-type: square;
            }
        
            .toc {
            position: fixed;
            height: 300px;
            right: 16px;
            margin-top: 350px;
            margin-bottom: 968px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 0.6875em;
            line-height: 24px;
            display: none;
            color: #FFFFFF;
            z-index: 10;
            }
            .toc dl {
                list-style: none;
            
            }
              
            .toc dt a {
                color:#4E4E4E;
                text-decoration: none;
            }
        
            #section1 {
                height:calc(100vh-88px);
                min-height: 900px;
                margin: auto;
                scroll-behavior: smooth;
                
            }
            .section1-container{
                position: relative;
                align-content: center;
                width: 1280px;
                height: 822px;
                margin:auto;
                
            }
            .section1-content{
                width: 1174px;
                align-content: center;
            }
            .section1-header{
                position: absolute;
                width: 386px;
                height: 72px;
                left: 132px;
                top: 170px;
                align-content: center;
        
        /* Heading 1 */
        
                font-family: 'Inter';
                font-style: normal;
                font-weight: 600;
                font-size: 4em;
                line-height: 4.5em;
        /* identical to box height, or 112% */
                display: flex;
                align-items: center;
                color: #FCFCFC;
                }
        
            .section1-p{ 
                position: absolute;
                width: 860px;
                height: 320px;
                left: 132px;
                top: 325px;
            
                /* Body 1 */
            
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 2em;
                line-height: 40px;
                /* or 125% */
            
                display: flex;
                align-items: center;
                color: #FCFCFC;
                }
        
            
                /* email */
        
                .emailbtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 132px;
                top: 750px;
                }
        
                /* resume */
        
                .resumebtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 324px;
                top: 750px;
                }
        
                /* linkedin */
        
                .linkedinbtn{    
                position: absolute;
                width: 168px;
                height: 46px;
                left: 516px;
                top: 750px;
                }
        
                /* Instagram */
                
                .instagrambtn{
                position: absolute;
                width: 168px;
                height: 46px;
                left: 708px;
                top: 750px;
                }
        
        
        #section2{
            position: relative;
            width: 1280px;
            height: 790px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section2-container{
            height:calc(100% - 97px);
            padding: 197px 132px 0 132px;
            align-content: center;
            margin: auto;
        }
        
        .card1{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
            top:97px;
        }
        /* Heading 2 */
        .projectheader1{
            padding-top: 88px;
            padding-left: 64px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 600;
            font-size: 40px;
            line-height: 48px;
            display: flex;
            color: #2D2D2D;
        }
        
        
        .body2{
        width: 442px;
        height: 174px;
        padding-left: 64px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
        line-height: 32px;
        /* or 133% */
        color: #2D2D2D;
        display: flex;
        }
        
        .project1img{
            position: absolute;
            width: 520px;
            height: 605px;
            left: 496px;
            top: 0px;
            }
            
        .custom-btn {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 8px;
            gap: 10px;
                
            position: absolute;
            width: 148px;
            height: 40px;
            left: 64px;
            top: 477px;
                
            background: #AAC1ED;
            border-radius: 24px;
            width: 148px;
            height: 40px;
            
            font-family: 'Inter';
            font-style: normal;
            font-weight: 600;
            font-size: 1em;
            line-height: 1.5em;
            /* identical to box height, or 150% */
            
            display: flex;
            align-items: center;
            text-align: center;
            color: #FFFFFF;
            }
            .btn-6 {
                background: rgb(170,193,237);
                line-height: 42px;
                padding: 0;
                border: none;
              }
              .btn-6 span {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
              }
              .btn-6:before,
              .btn-6:after {
                position: absolute;
                content: "";
                height: 0%;
                width: 1px;
               box-shadow:
                 -1px -1px 20px 0px rgba(255,255,255,1),
                 -4px -4px 5px 0px rgba(255,255,255,1),
                 7px 7px 20px 0px rgba(0,0,0,.4),
                 4px 4px 5px 0px rgba(0,0,0,.3);
              }
              .btn-6:before {
                right: 0;
                top: 0;
                transition: all 500ms ease;
              }
              .btn-6:after {
                left: 0;
                bottom: 0;
                transition: all 500ms ease;
              }
              .btn-6:hover{
                background: transparent;
                color: #AAC1ED;
                box-shadow: none;
              }
              .btn-6:hover:before {
                transition: all 500ms ease;
                height: 100%;
              }
              .btn-6:hover:after {
                transition: all 500ms ease;
                height: 100%;
              }
              .btn-6 span:before,
              .btn-6 span:after {
                position: absolute;
                content: "";
                box-shadow:
                 -1px -1px 20px 0px rgba(255,255,255,1),
                 -4px -4px 5px 0px rgba(255,255,255,1),
                 7px 7px 20px 0px rgba(0,0,0,.4),
                 4px 4px 5px 0px rgba(0,0,0,.3);
              }
              .btn-6 span:before {
                left: 0;
                top: 0;
                width: 0%;
                height: .5px;
                transition: all 500ms ease;
              }
              .btn-6 span:after {
                right: 0;
                bottom: 0;
                width: 0%;
                height: .5px;
                transition: all 500ms ease;
              }
              .btn-6 span:hover:before {
                width: 100%;
              }
              .btn-6 span:hover:after {
                width: 100%;
              }
                  
        #section3{
            position: relative;
            width: 1280px;
            height: 735px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section3-container{
                height:calc(100% - 97x);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        
        #section31{
            position: relative;
            width: 1280px;
            height: 735px;
            margin-top: 2293px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section31-container{
                height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        #section32{
            position: relative;
            width: 1280px;
            height: 735px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section32-container{
                height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        
        #section4{
            position: relative;
            width: 1280px;
            height: 735px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section4-container{
                 height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        #section5{
            position: relative;
            width: 1280px;
            height: 735px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section5-container{
                 height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        #section6{
            position: relative;
            width: 1280px;
            height: 790px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section6-container{
                 height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        
        .card2{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        
        .card3{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        
        .card4{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        .card5{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        .card6{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        .card7{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        .card8{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: 5103px;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        .card9{
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            margin-top: 5832px;
            min-width: 1016px;
            min-height: 605px;
            background: #FFFFFF;
            border-radius: 24px;
            align-items: center;
        }
        
        #section7{
            position: relative;
            width: 1280px;
            height: 551px;
            align-content: center;
            margin: auto;
            scroll-behavior: smooth;
        
        }
        .section7-container{
                height:calc(100% - 97px);
                padding: 44px 132px 0 132px;
                align-content: center;
                margin: auto;
        }
        .section7-content{
            position: absolute;
            width: 1280px;
            height: 551px;
            left: 0px;
            top: 0px;
        }
        
        .icon1{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 510px;
            top: 298px;
            }
            
        .icon2{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 582px;
            top: 298px;
            }
            
            .icon3{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 654px;
            top: 298px;
            }
            
        .icon4{
            position: absolute;
            width: 44px;
            height: 44px;
            left: 726px;
            top: 298px;
            }
            
        .body3{
            position: absolute;
            width: 340px;
            height: 58px;
            left: 470px;
            top: 137px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 1.5em;
            line-height: 32px;
            text-align: center;
            color: #2D2D2D;
            }
            .footer{
                position: absolute;
                width: 476px;
                height: 11px;
                left: 402px;
                top: 400px;
                align-items: center;
                margin: auto;
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 0.625em;
                line-height: 12px;
                display: flex;
                align-items: center;
                color: #2D2D2D;
        
        }
        
}

@media only screen and (min-width:1280px) and (max-width:1440px){
    .highlight{
        font-weight: bolder;
        color: white;
        display: list-item;
        list-style-type: square;
    }

    .toc {
    position: fixed;
    height: 300px;
    right: 16px;
    margin-top: 350px;
    margin-bottom: 968px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.6875em;
    line-height: 24px;
    display: inline;
    color: #FFFFFF;
    z-index: 10;
    }
    .toc dl {
        list-style: none;
    
    }
      
    .toc dt a {
        color:#4E4E4E;
        text-decoration: none;
    }

    #section1 {
        height:calc(100vh-88px);
        min-height: 900px;
        margin: auto;
        scroll-behavior: smooth;
        
    }
    .section1-container{
        position: relative;
        align-content: center;
        width: 1280px;
        height: 822px;
        margin:auto;
        
    }
    .section1-content{
        width: 1174px;
        align-content: center;
    }
    .section1-header{
        position: absolute;
        width: 386px;
        height: 72px;
        left: 132px;
        top: 170px;
        align-content: center;

/* Heading 1 */

        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 4em;
        line-height: 4.5em;
/* identical to box height, or 112% */
        display: flex;
        align-items: center;
        color: #FCFCFC;
        }

    .section1-p{ 
        position: absolute;
        width: 860px;
        height: 320px;
        left: 132px;
        top: 325px;
    
        /* Body 1 */
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 2em;
        line-height: 40px;
        /* or 125% */
    
        display: flex;
        align-items: center;
        color: #FCFCFC;
        }

    
        /* email */

        .emailbtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 132px;
        top: 750px;
        }

        /* resume */

        .resumebtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 324px;
        top: 750px;
        }

        /* linkedin */

        .linkedinbtn{    
        position: absolute;
        width: 168px;
        height: 46px;
        left: 516px;
        top: 750px;
        }

        /* Instagram */
        
        .instagrambtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 708px;
        top: 750px;
        }


#section2{
    position: relative;
    width: 1280px;
    height: 790px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section2-container{
    height:calc(100% - 97px);
    padding: 197px 132px 0 132px;
    align-content: center;
    margin: auto;
}

.card1{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    max-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
    top:97px;
}
/* Heading 2 */
.projectheader1{
    padding-top: 88px;
    padding-left: 64px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    color: #2D2D2D;
}


.body2{
width: 442px;
height: 174px;
padding-left: 64px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 1.5em;
line-height: 32px;
/* or 133% */
color: #2D2D2D;
display: flex;
}

.project1img{
    position: absolute;
    width: 520px;
    height: 605px;
    left: 496px;
    top: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    }
    
.custom-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;
        
    position: absolute;
    width: 148px;
    height: 40px;
    left: 64px;
    top: 477px;
        
    background: #AAC1ED;
    border-radius: 24px;
    width: 148px;
    height: 40px;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    /* identical to box height, or 150% */
    
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    }
    .btn-6 {
        background: rgb(170,193,237);
        line-height: 42px;
        padding: 0;
        border: none;
      }
      .btn-6 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
      }
      .btn-6:before,
      .btn-6:after {
        position: absolute;
        content: "";
        height: 0%;
        width: 1px;
       box-shadow:
         -1px -1px 20px 0px rgba(255,255,255,1),
         -4px -4px 5px 0px rgba(255,255,255,1),
         7px 7px 20px 0px rgba(0,0,0,.4),
         4px 4px 5px 0px rgba(0,0,0,.3);
      }
      .btn-6:before {
        right: 0;
        top: 0;
        transition: all 500ms ease;
      }
      .btn-6:after {
        left: 0;
        bottom: 0;
        transition: all 500ms ease;
      }
      .btn-6:hover{
        background: transparent;
        color: #AAC1ED;
        box-shadow: none;
      }
      .btn-6:hover:before {
        transition: all 500ms ease;
        height: 100%;
      }
      .btn-6:hover:after {
        transition: all 500ms ease;
        height: 100%;
      }
      .btn-6 span:before,
      .btn-6 span:after {
        position: absolute;
        content: "";
        box-shadow:
         -1px -1px 20px 0px rgba(255,255,255,1),
         -4px -4px 5px 0px rgba(255,255,255,1),
         7px 7px 20px 0px rgba(0,0,0,.4),
         4px 4px 5px 0px rgba(0,0,0,.3);
      }
      .btn-6 span:before {
        left: 0;
        top: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
      }
      .btn-6 span:after {
        right: 0;
        bottom: 0;
        width: 0%;
        height: .5px;
        transition: all 500ms ease;
      }
      .btn-6 span:hover:before {
        width: 100%;
      }
      .btn-6 span:hover:after {
        width: 100%;
      }
          
#section3{
    position: relative;
    width: 1280px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section3-container{
        height:calc(100% - 97x);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}

#section31{
    position: relative;
    width: 1280px;
    height: 735px;
    margin-top: 2293px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section31-container{
        height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}
#section32{
    position: relative;
    width: 1280px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section32-container{
        height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}

#section4{
    position: relative;
    width: 1280px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section4-container{
         height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}
#section5{
    position: relative;
    width: 1280px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section5-container{
         height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}
#section6{
    position: relative;
    width: 1280px;
    height: 790px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section6-container{
         height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}

.card2{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

.card3{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

.card4{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card5{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card6{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card7{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card8{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5103px;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card9{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5832px;
    min-width: 1016px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

#section7{
    position: relative;
    width: 1280px;
    height: 551px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section7-container{
        height:calc(100% - 97px);
        padding: 44px 132px 0 132px;
        align-content: center;
        margin: auto;
}
.section7-content{
    position: absolute;
    width: 1280px;
    height: 551px;
    left: 0px;
    top: 0px;
}

.icon1{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 510px;
    top: 298px;
    }
    
.icon2{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 582px;
    top: 298px;
    }
    
    .icon3{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 654px;
    top: 298px;
    }
    
.icon4{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 726px;
    top: 298px;
    }
    
.body3{
    position: absolute;
    width: 340px;
    height: 58px;
    left: 470px;
    top: 137px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 32px;
    text-align: center;
    color: #2D2D2D;
    }
    .footer{
        position: absolute;
        width: 476px;
        height: 11px;
        left: 402px;
        top: 400px;
        align-items: center;
        margin: auto;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 0.625em;
        line-height: 12px;
        display: flex;
        align-items: center;
        color: #2D2D2D;

}
}



@media only screen and (min-width:1440px){

    .highlight{
        font-weight: bolder;
        color: white;
        display: list-item;
        list-style-type: square;
    }

    .toc {
    position: fixed;
    height: 300px;
    right: 20px;
    margin-top: 350px;
    margin-bottom: 968px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    display: inline;
    color: #FFFFFF;
    z-index: 10;
    }
    .toc dl {
        list-style: none;
    
    }
      
    .toc dt a {
        color:#4E4E4E;
        text-decoration: none;
    }

    #section1 {
        height:calc(100vh-88px);
        min-height: 900px;
        margin: auto;
        scroll-behavior: smooth;
        
    }
    .section1-container{
        position: relative;
        align-content: center;
        width: 1440px;
        height: 900px;
        margin:auto;
        
    }
    .section1-content{
        width: 1174px;
        align-content: center;
    }
    .section1-header{
        position: absolute;
        width: 828px;
        height: 72px;
        left: 149px;
        top: 124px;
        align-content: center;

/* Heading 1 */

        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 4em;
        line-height: 4.5em;
/* identical to box height, or 112% */
        display: flex;
        align-items: center;
        color: #FCFCFC;
        }

    .section1-p{ 
        position: absolute;
        width: 829px;
        height: 280px;
        left: 148px;
        top: 300px;
    
        /* Body 1 */
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 2em;
        line-height: 40px;
        /* or 125% */
    
        display: flex;
        align-items: center;
        color: #FCFCFC;
        }

    
        /* email */

        .emailbtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 148px;
        top: 700px;
        }

        /* resume */

        .resumebtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 340px;
        top: 700px;
        }

        /* linkedin */

        .linkedinbtn{    
        position: absolute;
        width: 168px;
        height: 46px;
        left: 532px;
        top: 700px;
        }

        /* Instagram */
        
        .instagrambtn{
        position: absolute;
        width: 168px;
        height: 46px;
        left: 724px;
        top: 700px;
        }

#section2{
    position: relative;
    width: 1440px;
    height: 790px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section2-container{
        height:calc(100% - 124px);
        padding: 124px 148px 0 148px;
        align-content: center;
        margin: auto;
}

.card1{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
/* Heading 2 */
.projectheader1{
    padding-top: 88px;
    padding-left: 72px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    color: #2D2D2D;
}


.body2{
width: 442px;
height: 174px;
padding-left: 72px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 1.5em;
line-height: 32px;
/* or 133% */
color: #2D2D2D;
display: flex;
}

.project1img{
position: absolute;
width: 560px;
height: 605px;
left: 584px;
top: 0px;
border-top-right-radius: 24px;
border-bottom-right-radius: 24px;
}

.custom-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;
    
    position: absolute;
    width: 148px;
    height: 40px;
    left: 72px;
    top: 477px;
    
    background: #AAC1ED;
    border-radius: 24px;
    width: 148px;
    height: 40px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
/* identical to box height, or 150% */

    display: flex;
    align-items: center;
text-align: center;

color: #FFFFFF;
}
.btn-6 {
    background: rgb(170,193,237);
    line-height: 42px;
    padding: 0;
    border: none;
  }
  .btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-6:before,
  .btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 1px;
   box-shadow:
     -1px -1px 20px 0px rgba(255,255,255,1),
     -4px -4px 5px 0px rgba(255,255,255,1),
     7px 7px 20px 0px rgba(0,0,0,.4),
     4px 4px 5px 0px rgba(0,0,0,.3);
  }
  .btn-6:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
  }
  .btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
  }
  .btn-6:hover{
    background: transparent;
    color: #AAC1ED;
    box-shadow: none;
  }
  .btn-6:hover:before {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6:hover:after {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6 span:before,
  .btn-6 span:after {
    position: absolute;
    content: "";
    box-shadow:
     -1px -1px 20px 0px rgba(255,255,255,1),
     -4px -4px 5px 0px rgba(255,255,255,1),
     7px 7px 20px 0px rgba(0,0,0,.4),
     4px 4px 5px 0px rgba(0,0,0,.3);
  }
  .btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: .5px;
    transition: all 500ms ease;
  }
  .btn-6 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: .5px;
    transition: all 500ms ease;
  }
  .btn-6 span:hover:before {
    width: 100%;
  }
  .btn-6 span:hover:after {
    width: 100%;
  }
#section3{
    position: relative;
    width: 1440px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section3-container{
        height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}

#section31{
    position: relative;
    width: 1440px;
    height: 735px;
    margin-top: 2293px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section31-container{
        height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}
#section32{
    position: relative;
    width: 1440px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section32-container{
        height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}

#section4{
    position: relative;
    width: 1440px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section4-container{
         height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}
#section5{
    position: relative;
    width: 1440px;
    height: 735px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section5-container{
         height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}
#section6{
    position: relative;
    width: 1440px;
    height: 790px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section6-container{
         height:calc(100% - 62px);
        padding: 62px 148px 0 148px;
        align-content: center;
        margin: auto;
}
.card2{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

.card3{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

.card4{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card5{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card6{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card7{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card8{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5103px;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}
.card9{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5832px;
    min-width: 1144px;
    min-height: 605px;
    background: #FFFFFF;
    border-radius: 24px;
    align-items: center;
}

#section7{
    position: relative;
    width: 1440px;
    height: 551px;
    align-content: center;
    margin: auto;
    scroll-behavior: smooth;

}
.section7-container{
        height:calc(100% - 124px);
        padding: 124px 148px 0 148px;
        align-content: center;
        margin: auto;
}
.section7-content{
    position: absolute;
    width: 1440px;
    height: 551px;
    left: 0px;
    top: 0px;
}

.icon1{
position: absolute;
width: 44px;
height: 44px;
left: 590px;
top: 298px;
}

.icon2{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 662px;
    top: 298px;
    }

.icon3{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 734px;
    top: 298px;
}

.icon4{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 806px;
    top: 298px;
}

.body3{
    position: absolute;
    width: 341px;
    height: 48px;
    left: 550px;
    top: 137px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2D2D2D;
}
.footer{
    position: absolute;
    width: 482px;
    height: 11px;
    left: 482px;
    top: 400px;
    align-items: center;
    margin: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.625em;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #2D2D2D;
}
}


@media only screen and (min-width:1550px){
    .toc {
    font-size: 18px;
    line-height: 40px;
    right: 40px;
    margin-top: 300px;
    }
}

@media only screen and (min-width:1700px){
    .toc {
    font-size: 20px;
    line-height: 40px;
    right: 40px;
    margin-top: 300px;
    }
}




