@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
h1{
  color: #1c3a42;
}
@media screen and (min-width: 600px) {
    * {
      
        margin: 0;
        padding: 0;
        
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    .MyPoster{
      max-width: 1000px; /* Set your desired maximum width here */
      margin: 0 auto; /* Center the grid container horizontally */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      
    }
    .MyDesign {
      max-width: 1000px; /* Set your desired maximum width here */
      margin: 0 auto; /* Center the grid container horizontally */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 10px;
  }
  .Design{
    width: 250px;
    height: 250px;
  }
  .Design2{
    width: 200px;
    height: auto;
  }



    .container {
      max-width: 800px;
      margin: 50px auto;
      text-align: center;
  }
  
  .custom-button {
    background: none;
    border: none;
    cursor: pointer;
    width: auto;
  }
  .custom-button2{
    width: 140px;
  }
  .custom-button2:hover {
    filter: brightness(70%);
    scale: 1.1;
  }
  .image-container{
    justify-content: center;
  }
  .imager {
  max-width: 1100px;
    width: 90vw;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
  }
  
  .navigation {
    display: inline-flex;
      margin-top: 20px;
      justify-content: center;
      justify-content: space-between;
      width: 500px;
      max-width: 100%;
  }
  .custom-button{
    width: 170px;
  }
    .item {
        text-align: center;
        height: 300px;
    }
    .item2{
      text-align: center;
      width: 200px;
      height: 300px;
  }
    
    .item img {
       
    }
    .Porto{
      width:  800px;
    }

    .body{
        background: #6ecaf1;
        
    }
 
    header {
      display: inline-block;
        display: block;
        justify-content: space-between;
        align-items: center;
        background: #6ecaf1;
        padding-bottom: 0px;
        
    }
 
   
    .HeaderLogo {

        padding: 1px 8vw;
        justify-content: space-between;
        display: flex;
        background: #6ecaf1;
        border-bottom-color: #157ead;  
        border-bottom-width: 4px;  
        border-bottom-style: inset; 


    }
    .logo{
       
       display: inline-block;


    }
    .logo2{
        display: inline-block;
        padding: 8px;
    }
    .HeaderText {
      display: inline-flex;
      width: 300px;
      justify-content: space-around;
      align-items: center;
  }

    footer br{
        user-select: none;
    }

    header .logo {
        position: relative;
        max-width: 4.5em;
        vertical-align: center;
        pointer-events: none;
        user-select: none;
    }

    header ul 
    {
        position: relative;
    }
    header ul li 
    {
            list-style: none;
            margin: 0;
    }
    header ul li a 
    {
                display: inline-flex;
                text-align: center;
                color: #fff;
                font-weight: 200;
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
    }
    header ul li a:hover {
        color: #1c3a42;
      }
   .HeaderSocial{
    top: 0;
        right: 0;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-around;
        width: 150px;
        align-items: center;
        vertical-align: middle;
   }
   .HeaderSocial2{
    top: 0;
        right: 0;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-around;
        width: 150px;
        align-items: center;
        vertical-align: middle;
   }
   .soscon{
          max-width: 24px;
   }
   .soscon:hover {
        filter: brightness(70%);
      }

   .rightheader{
          display:flex;
   }



    .middle
    {
    display: block;
    text-align: center;
    background: #fff;
   
    padding-top: 50px;
    }
  

   .porto{
    width: 350px;
    padding-left: 90px;
  padding-right: 90px;
    vertical-align: middle;
    user-select: none;
   }

   .porto2{
         margin-bottom: 200px;
   }

   .porto:hover {
        filter: brightness(70%);
        scale: 1.1;
   }

    .Lantai{
    display: flex;
    justify-content: center;
    overflow-x: hidden;  
    pointer-events: none;
    user-select: none;
    height: 100px;
    }

    .bottom{
        background-color: #6ecaf1;
        height: 240px;

    }

    .textbawah{
    color: white;
    font-size: 17px;
    font-weight: 500;
    }



     .soscon2{
          max-width: 30px;
   }
   .soscon2:hover {
        filter: brightness(70%);
      }




    @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
     }

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.snowflakes {
 pointer-events: none;
 user-select: none;
     background: transparent;
    
}
.snowflake{
pointer-events: none;
 user-select: none;
     background: transparent;
     
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s }
   
 }



/*///////////////////////////////////////////////////////////////////////////////////////*/





@media screen and (max-width: 1000px) {
     * {
        margin: 0;
        padding: 0;
        
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    .MyPoster{
      max-width: 100vw; /* Set your desired maximum width here */
      margin: 0 auto; /* Center the grid container horizontally */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      justify-items: center;
    }
    .MyDesign {
      max-width: 100vw; /* Set your desired maximum width here */
      margin: 0 auto; /* Center the grid container horizontally */
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 10px;
      justify-items: center;
  }
    .Design{
      width: 300px;
      height: 300px;
      
    }
    .Design2{
      width: inherit;
      height: inherit;
    }
    .item{
   width: 300px;
   height: 300px;
    }
    .item2{
      width: 300px;
      height: auto;
       }
    .body{
        background: #6ecaf1;
    }
 
    header {
       
        display: block;
        justify-content: space-between;
        align-items: center;
        background: #6ecaf1;
        padding-bottom: 0px;
        
    }
   
    .HeaderLogo {

        padding: 1px 8vw;
        justify-content: space-between;
        display: flex;
        background: #6ecaf1;
        border-bottom-color: #157ead;  
        border-bottom-width: 4px;  
        border-bottom-style: inset; 


    }
    
    .logo{
       
       display: inline-block;


    }
    .logo2{
        display: inline-block;
        padding: 8px;
    }
    .Headertext {
       
      display: inline-flex;
      justify-content: space-around;
        top: 0;
        right: 0;
        margin-bottom: 0px;
        
        
        width: 300px;
        align-items: center;
        vertical-align: middle;
        
    }
    

    footer br{
        user-select: none;
    }

    header .logo {
        position: relative;
        max-width: 4.5em;
        vertical-align: center;
        pointer-events: none;
        user-select: none;
    }

    header ul 
    {
        position: relative;
    }
    header ul li 
    {
            list-style: none;
            margin: 0;
            
    }
    header ul li a 
    {
              
                text-align: center;
                color: #fff;
                font-weight: 200;
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
    }
    header ul li a:hover {
        color: #1c3a42;
      }
   .HeaderSocial{
    top: 0;
        right: 0;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-around;
        width: 150px;
        align-items: center;
        vertical-align: middle;
   }
   .HeaderSocial2{
    top: 0;
        right: 0;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-around;
        width: 150px;
        align-items: center;
        vertical-align: middle;
   }
   .soscon{
          max-width: 24px;
   }
   .soscon:hover {
        filter: brightness(70%);
      }

   .rightheader{
          display:inline-flex;
          
   }



    .middle
    {
    display: block;
    text-align: center;
    background: #fff;
   
    padding-top: 50px;
    }
  

   .porto{
       width: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
    vertical-align: middle;
    user-select: none;
   }

   .porto2{
         margin-bottom: 19vw;
   }

   .porto:hover {
        filter: brightness(70%);
        scale: 1.1;
   }

    .Lantai{
    display: flex;
    justify-content: center;
    overflow-x: hidden;  
    pointer-events: none;
    user-select: none;
    height: 100px;
    }

    .bottom{
        background-color: #6ecaf1;
        height: 240px;

    }

    .textbawah{
    color: white;
    font-size: 17px;
    font-weight: 500;
    }



     .soscon2{
          max-width: 30px;
   }
   .soscon2:hover {
        filter: brightness(70%);
      }




    @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
     }

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.snowflakes {
 pointer-events: none;
 user-select: none;
     background: transparent;
    
}
.snowflake{
pointer-events: none;
 user-select: none;
     background: transparent;
     
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s }
   
 
 }

  














/*//////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 600px) {
    *{

        margin: 0;
        padding: 0;
        
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    .item{
      width: 90vw;
      height: auto;
       }
       .item2{
        width: 90vw;
        height: auto;
          }
          .Design{
            width: 90vw;
            height: auto;
          }
    .imager {
  
      width: 100vw;
      height: auto;
      border: 1px solid #ccc;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      justify-content: center;
    }
    .custom-button {
      background: none;
      border: none;
      cursor: pointer;
      width: auto;
    }
    .custom-button{
      width: 40vw;
    }
    .custom-button2{
      width: 20vw;
    }
.back{
    width: 20vw;
}

    .body{
        background: #6ecaf1;
    }
 
    header {
       
        display: block;
        justify-content: space-between;
        align-items: center;
        background: #6ecaf1;
        padding-bottom: 0px;
        
    }
   
    .HeaderLogo {

        padding: 1px 3vw;
        justify-content: space-between;
        display: flex;
        background: #6ecaf1;
        border-bottom-color: #157ead;  
        border-bottom-width: 4px;  
        border-bottom-style: inset; 


    }

    .logo{
       
       display: inline-block;


    }
    .logo2{
        display: inline-block;
        padding: 8px;
    }
    


    footer br{
        user-select: none;
    }

    header .logo {
        position: relative;
        max-width: 4em;
        width: 20vw;
        vertical-align: center;
        pointer-events: none;
        user-select: none;
    }

    header ul 
    {
        position: relative;
    }
    header ul li 
    {
            list-style: none;
            margin: 0;
    }
    header ul li a 
    {
                display: inline-flex;
                text-align: center;
                color: #fff;
                font-weight: 200;
                text-decoration: none;
                font-size: 3vw;
                font-weight: 500;
                
                
    }
    header ul li a:hover {
        color: #1c3a42;
      }
   
    .HeaderSocial2{
    top: 0;
        right: 0;
        margin-bottom: 0px;
        display: inline-flex;
        justify-content: space-around;
        width: 150px;
        align-items: center;
        vertical-align: middle;
   }
   .HeaderSocial{
    width:0;
    height: 0;
   }
   .soscon{
          max-width: 0px;
   }
   .soscon:hover {
        filter: brightness(70%);
      }

   .rightheader{
          display:inline-flex;
   }



   
    .middle
    {
    display: block;
    text-align: center;
    background: #fff;
   
    padding-top: 50px;
    }
    

   .porto{
       width: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
    vertical-align: middle;
    user-select: none;
   }

   .porto2{
         margin-bottom: 19vw;
   }

   .porto:hover {
        filter: brightness(70%);
        scale: 1.1;
   }



    .Lantai{
    display: flex;
    justify-content: center;
    overflow-x: hidden;  
    pointer-events: none;
    user-select: none;
    height: 100px;
    }

    .bottom{
        background-color: #6ecaf1;
        height: 240px;

    }
    .back{
        width: 130px;
    }
    .back:hover{
        scale: 1.1;
         filter: brightness(70%);
    }
    .textbawah{
    color: white;
    font-size: 3vw;

    font-weight: 500;
    
    }



     .soscon2{
          max-width: 30px;
   }
   .soscon2:hover {
        filter: brightness(70%);
      }



    @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
     }

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




.snowflakes {
 pointer-events: none;
 user-select: none;
     background: transparent;
    
}
.snowflake{
pointer-events: none;
 user-select: none;
     background: transparent;
     
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s }
  

.HeaderText {
  display: inline-flex;
  width: 60vw;
  justify-content: space-around;
  align-items: center;
 
 }
}
 