@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@media screen and (min-width: 600px) {
    * {
      
        margin: 0;
        padding: 0;
        
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    .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;
    }
    .mids{
        height: 700px;
    }
    .pon{
        width: 100px;
    }
    .nama{
    color: #1c3a42;
    font-weight: 600;
    font-size: 28px;
    }
    .nama2{
    color: #1c3a42;
    font-weight: 400;
    font-size: 15px;
    }
    .nama3{
    color: #1c3a42;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    }
    .allbutton{
        display: inline-block;
        text-align: center;
        height: 500px;
        width: auto;
    }
     .buttoncon{
        padding-bottom: 15px;

  }
    .buttons {
     background-color: #6ecaf1; 
     border: none;
     height: 60px;

     text-align: center;
     font-size: 22px;
     font-weight: 500;
    color: #fff;
    text-decoration:none;
       cursor:pointer;

     border-radius: 15px;
     width: 500px;

    }
  .buttons:hover{
         filter: brightness(70%);
  }
 

    .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: 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;
    }
    .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;
    }
    .HeaderText {
        display: inline-flex;
        width: 60vw;
        justify-content: space-around;
        align-items: center;
    }

    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;
   }

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

    .middle
    {
    display: block;
    text-align: center;
    background: #fff;
   
    padding-top: 50px;
    }
    .mids{
        height: 700px;
        width: auto;
    }
    .pon{
        width: 100px;
    }
    .nama{
    color: #1c3a42;
    font-weight: 600;
    font-size: 28px;
    }
    .nama2{
    color: #1c3a42;
    font-weight: 400;
    font-size: 15px;
    }
    .nama3{
    color: #1c3a42;
    font-weight: 600;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
    }
    .allbutton{
        display: inline-block;
        text-align: center;
    
    }
    .buttons {
     background-color: #6ecaf1; 
     border: none;
     height: 50px;

     text-align: center;
     font-size: 18px;
     font-weight: 500;
    color: #fff;
    text-decoration:none;
       cursor:pointer;

     border-radius: 15px;
     width: 90vw;

    }
  .buttons:hover{
         filter: brightness(70%);
  }
  .buttoncon{
       padding-bottom: 25px;
  }

    .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 }
  
 
 }

  






