

#container {
    position: relative;
    width: 100vw; 
    height: 100vh; 
    overflow: hidden; 
}

.frame{
    position: absolute;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none; 
}

.hText{
    position: absolute;
    top: 53%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    pointer-events: none;
    z-index: 1;
}
.p5Header {
    top: 46%;
    position: relative;
    font-family: 'azonix';
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 4.5rem;
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 2);
    z-index: 1;
    text-align: center;
    white-space: nowrap;
}
.keywords {
    text-shadow: 10px 10px 20px rgba(1, 1, 1, 2);
    line-height: 1.5;
    font-family: 'telegraf';
    font-size: 1.6rem;
    color: white;
    text-align: left;
    padding-right: 20%;
    position: relative;
    max-width: 800px;
}

.logoCover {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 160px;
    height: 53px;
    background-color: rgb(0, 0, 0);
    z-index: 10;
}

/* -------------------------------------------------------Problem------------------------------------------------ */

#problem {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.pAni {
    position: absolute;
    width: 45%;
    left: 45%;
    top: 45%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.9;
}

.pText {
    position: absolute;
    width: 18%;
    left: 61%;
    top: 55%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: white;
    text-align: left;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    min-width:250px ;
    
}


.pLine1 {
    position: absolute;
    left: 0;
    width: 12%;
    top: 44.5%;
    border: 0;
    height: 2px;
    background: white;
    margin: 20px 0;
  }

  .pLine2 {
    position: absolute;
    right: 0;
    width: 12%;
    top: 44.5%;
    border: 0;
    height: 2px;
    background: white;
    margin: 20px 0;
  }

  /* -------------------------------------------------------objectives----------------------------------------------- */

  #objectives{
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.oAni {
    position: absolute;
    width: 41%;
    left: 46%;
    top: 45%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.oText {
    position: absolute;
    width: 16%;
    left: 62%;
    top: 54%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    min-width: 250px;

}




/* --------------------------------------------------solution---------------------------------------------- */
.horizontal-scroll {
    display: flex;
    width: 800vw; /* Adjust based on the number of sections */
    overflow-y: hidden;
}

#solution{
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.sAni {
    position: absolute;
    width: 42%;
    left: 50.5%;
    top: 47%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
}

.sText {
    position: absolute;
    width: 15%;
    left: 50%;
    top: 48.5%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: white;
    text-align: left;
    min-width:250px ;
    
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}

.sBodyCopy {
    
    margin-top: 6%;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #e0e0e0; 
    text-align: left;
}

.pLine1 {
    position: absolute;
    left: 0;
    width: 12%;
    top: 44.5%;
    border: 0;
    height: 2px;
    background: white;
    margin: 20px 0;
  }

  .pLine2 {
    position: absolute;
    right: 0;
    width: 12%;
    top: 44.5%;
    border: 0;
    height: 2px;
    background: white;
    margin: 20px 0;
  }
 /* --------------------------------------------brand------------------------------------------- */


 .brand{
   
    display: grid;
    width: 100vw;
    height: 100vh;
    grid-template-columns: 1.3fr 2fr 0.7fr 2fr 1.3fr;
    grid-template-rows: 1fr 2fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}



.brandAni{
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
    align-self: center;
   justify-self: center;
   border: 0.5px solid white;
   border-radius:20px;
}

.brandText {
    position: absolute;
    align-self: center;
    justify-self: center;
    width: 75%;
    pointer-events: none;
    color: white;
    text-align: left;
    min-width:250px ;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    grid-area: 2 / 4 / 3 / 5;
}

.scrollPrompt{
    color: #979797;
    align-self: center;
    justify-self: flex-start;
    grid-area: 3 / 5 / 4 / 6;
    font-size: 1.2rem;
}

.arrow {
    margin-left: 8px; /* Adjust space between text and arrow */
    font-size: 20px; /* Adjust the size of the arrow */
}


 /* ----------------------------------------features------------------------------------ */


 .features{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 0.2fr 3fr 1fr;
    grid-template-rows: 2fr 4fr 1.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.featuresImg{
    grid-area: 2 / 2 / 3 / 3;
    border-radius: 5%;
    width: 100%;
    align-self: center;
    justify-self: center;
}

.featuresText{
    grid-area: 2 / 4 / 3 / 5;
    width: 65%;
    text-align: left;
    justify-self: center;
    align-self: center;
}




  /* --------------------------------------------inital design--------------------------------------------- */


  .unpack1{
    
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 1fr 3fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    height: 100vh;
    
}

.initalDesignHeader{
    
    font-size: 3rem; 
    font-weight: bold;
    margin-bottom: 1rem;
    align-self: flex-end;
    justify-self: center;
    grid-area: 1 / 2 / 2 / 3;
    
}
.initalDesignImg{
    
    grid-area: 2 / 2 / 3 / 3; 
    width: 100%;
    align-self: center;
   justify-self: center;
    
}
 



/* ------------------------------------------modeling------------------------------------------ */


.unpack4 {
    
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 2fr 1.5fr;
    grid-template-rows: 2fr 2fr 0.5fr 2fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.modeling1 { 
    grid-area: 2 / 4 / 3 / 5;
    width: 100%;
    align-self: center;
    justify-self: start;
    align-self: center;
    /* border-radius: 3%; */
}
.modeling2 { 
    grid-area: 4 / 2 / 5 / 3;
    width: 100%;
    align-self: center;
    justify-self: start;
    align-self: center;
}
.modeling3 { 
    grid-area: 4 / 4 / 5 / 5;
    width: 100%;
    align-self: center;
    justify-self: start;
    align-self: center;
}


.unpack4Text { 
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
    align-self: center;
    justify-self: start;
    text-align: left;
    margin-bottom: 5%;
   
}

.unpack4Text h1 {
    white-space: nowrap;
    margin-bottom: 2rem;
    margin-right: 1rem;
}

.unpack4Text p {
    line-height: 1.8;
   
}

/* ------------------------------------------materials----------------------------------------- */
.unpack5 {
    
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 0.5fr repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.unpack5Text { 
    grid-area: 2 / 2 / 4 / 4;
    width: 67%;
    align-self: center;
    justify-self: start;
    text-align: left;
    margin-bottom: 30%;
   
}



.mat1{
    grid-area: 2 / 4 / 3 / 5; 
    width: 100%;
    align-self: flex-end;
   justify-self: center;
}

.mt1{
    grid-area: 3 / 4 / 4 / 5; 
    width: 100%;
    margin-top: 5%;
    align-self: flex-start;
   justify-self: center;
   text-align: center;
}

.mat2{
    grid-area: 2 / 5 / 3 / 6;
    width: 100%;
    align-self: flex-end;
   justify-self: center;
}

.mt2{
    grid-area: 3 / 5 / 4 / 6; 
    width: 100%;
    margin-top: 5%;
    align-self: flex-start;
   justify-self: center;
   text-align: center;
}
.mat3{
    grid-area: 2 / 6 / 3 / 7; 
    width: 100%;
    align-self: flex-end;
   justify-self: center;
}

.mt3{
    grid-area: 3 / 6 / 4 / 7; 
    width: 100%;
    margin-top: 5%;
    align-self: flex-start;
   justify-self: center;
   text-align: center;
}
.mat4{
    grid-area: 2 / 7 / 3 / 8; 
    width: 100%;
    align-self: flex-end;
   justify-self: center;
}

.mt4{
    grid-area: 3 / 7 / 4 / 8;
    width: 100%;
    margin-top: 5%;
    align-self: flex-start;
   justify-self: center;
   text-align: center;
}
.mat5{
    grid-area: 2 / 8 / 3 / 9;  
    width: 100%;
    align-self: flex-end;
   justify-self: center;
}

.mt5{
    grid-area: 3 / 8 / 4 / 9; 
    width: 100%;
    margin-top: 5%;
    align-self: flex-start;
   justify-self: center;
   text-align: center;
}

/* ---------------------------------------lighting---------------------------------------- */


.unpack6 {
    
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 0.2fr 3fr 1fr;
    grid-template-rows: 2.4fr 4fr 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    
.unpack6Text { 
    grid-area: 2 / 2 / 3 / 3; 
    width: 50%;
    align-self: center;
    justify-self: center;
    text-align: left;
    margin-top: 0;
}



.lights { 
    grid-area: 2 / 4 / 3 / 5;
    width: 70%;
    align-self: center;
    justify-self: start;
    border-radius: 3%;
    text-align: left;
}
 

    /* ---------------------------------------ui pages---------------------------------- */


 .userInterface{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr 1.5fr 1.5fr 0.6fr;
    grid-template-rows: 1fr repeat(2, 2fr) 0.7fr;
    grid-column-gap: 0;
    grid-row-gap: 5%;
}



.uiImg1{
    grid-area: 2 / 4 / 3 / 5;
    border-radius: 5%;
    width: 80% ;
    align-self: flex-end;
    justify-self: center;
}
.uiImg2{
    grid-area: 2 / 5 / 3 / 6;
    border-radius: 5%;
    width: 80% ;
    align-self: flex-end;
    justify-self: center;
}.uiImg3{
    grid-area: 2 / 6 / 3 / 7;
    border-radius: 5%;
    width: 80% ;
    align-self: flex-end;
    justify-self: center;
}.uiImg4{
    grid-area: 3 / 4 / 4 / 5;
     border-radius: 5%;
    width: 80% ;
    align-self: flex-start;
    justify-self: center;
}.uiImg5{
    grid-area: 3 / 5 / 4 / 6; ;
     border-radius: 5%;
    width: 80% ;
    align-self: flex-start;
    justify-self: center;
}.uiImg6{
    grid-area: 3 / 6 / 4 / 7; ;
     border-radius: 5%;
    width: 80% ;
    align-self: flex-start;
    justify-self: center;
}

.uiImg1,
.uiImg2,
.uiImg3,
.uiImg4,
.uiImg5,
.uiImg6 {
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.uiImg1:hover,
.uiImg2:hover,
.uiImg3:hover,
.uiImg4:hover,
.uiImg5:hover,
.uiImg6:hover {
    transform: scale(1.2); /* Increases size by 10% when hovered */
}
.uiText{
    grid-area: 2 / 2 / 4 / 4;
    width: 65%;
    text-align: left;
    justify-self: center;
    align-self: center;
}


    /* -----------------render------------------------------------- */

    .unpack8{
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2, 1fr) repeat(3, 2fr) 1fr;
        grid-template-rows: 1fr 2fr 1fr;
        grid-column-gap: 2%;
        
    }
        .renderText{
            grid-area: 2 / 1 / 3 / 3;
            width: 65%;
            text-align: left;
            justify-self: center;
            align-self: center;
        }
        .renderImg1{
            grid-area: 2 / 3 / 3 / 4;  
            width: 100%;
            border-radius: 5%;
            align-self: center;
           justify-self: center;
        }
        .renderImg2{
            grid-area: 2 / 4 / 3 / 5; 
            width: 100%;
            border-radius: 5%;
            align-self: center;
           justify-self: center;
        }
        .renderImg3{
            grid-area: 2 / 5 / 3 / 6; 
            width: 100%;
            border-radius: 5%;
            align-self: center;
           justify-self: center;
        }
        

    /* -----------------------------------------------------target audience----------------------------------------------- */

#target{
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.tAni {
    position: absolute;
    width: 45%;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
}

.tText {
    position: absolute;
    width: 22%;
    left: 61%;
    top: 62%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: white;
    text-align: left;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    min-width: 250px;
}

.tHeader {
    font-size: 3rem; 
    font-weight: bold;
    margin-bottom: 1rem;
}

.tBodyCopy {
    margin-top: 6%;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #e0e0e0; 
    
}
    
/* --------------------------------------------user persona--------------------------------------------- */
.unpack2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 0.2fr 3fr 1fr;
    grid-template-rows: 2fr 4fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.unpack2Text { 
    grid-area: 2 / 2 / 3 / 3; 
    width: 80%;
    align-self: center;
    justify-self: start;
    text-align: left;
    margin-top: 0;
}

.unpack2Text h1 {
    white-space: nowrap;
    margin-bottom: 2rem;
}

.unpack2Text p {
    line-height: 1.8;
    
}

.userPersona1 { 
    grid-area: 2 / 4 / 3 / 5;
    width: 100%;
    align-self: center;
    justify-self: start;
    border-radius: 3%;
    text-align: left;
}

/* --------------------------------------------user journey------------------------------------------- */


.unpack3 {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 0.2fr 3fr 1fr;
    grid-template-rows: 2fr 4fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.unpack3Text { 
    grid-area: 2 / 4 / 3 / 5;
    width: 80%;
    align-self: center;
    justify-self: flex-start;
    text-align: left;
    margin-top: 0;
    margin-left: 8%;
}

.unpack3Text h1 {
    white-space: nowrap;
    margin-bottom: 2rem;
}

.unpack3Text p {
    line-height: 1.8;
    max-width: 500px;
}

.userPersona { 
    grid-area: 2 / 2 / 3 / 3;
    width: 80%;
    align-self: center;
    justify-self: start;
    text-align: left;
}
      /* ---------------------ui--- video----------------------------------- */


      .unpack7 {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        grid-template-rows: 1.2fr 2fr 0.5fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    .uiHeader {
        grid-area: 1 / 2 / 2 / 3;
        justify-self: center;
        align-self: end;
        margin-bottom: 5%;
    }
    
    .videoContainer1 {
        grid-area: 2 / 2 / 3 / 3;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #myVideo2 {
        width: 100%;
        height: 100%;
        border-radius: 24px;
        /* border: 2px solid white; */
    }

    /* ------------------------footer-------------------------------------------- */

    .footerContainer {
        position: relative;
        height: 30vh;
        width: 100%;
        overflow: hidden;
        display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows:  1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
      }
    
       /* Image Container */
       .image-container1 {
        grid-area: 1 / 2 / 2 / 3;
        width: 100%;
        justify-self: center;
        align-self: center;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        gap: 20px;
        padding: 10px;
        flex-wrap: wrap;
        z-index: 5;
      }
      
      .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        text-transform: lowercase;
        width: 30%;
        transition: transform 0.3s ease;
      }
      
      .item:hover { transform: scale(1.1) translateY(-10px); }
      
      .item img {
        width: 25%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 16px;
      }
      
      .item p {
        text-align: center;
        font-size: 1.6rem;
        margin: 0;
        margin-top: 20px;
        cursor: pointer;
      }