@media screen and (max-width: 700px) {
    

    /*#region Page*/
    html {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        font-family: 'D-DIN', Tahoma, Geneva, Verdana, sans-serif;
        overflow-x: hidden;
        overflow: overlay;
        scroll-behavior: smooth; 
        background-color: white;
    }
 
    body {
        background-color: white;
        z-index: -100;
    }

    /*#endregion splash*/
    
    /*#region splash*/
    Header {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        height: 80vw;
        min-height: 50vh;
        max-height: 100vh;
        width: 100vw;
        background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26)), url(Images/BACK-Mobile.png);
        background-size: cover;
        background-position: bottom;
        margin-bottom: -1vh;
    }
    
    #splash.splash {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        height: 30vh;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 10vh;
    }

    #splash.splash img { 
        display: block;
        width: 90vw;
    }
    
    .splash h1 {
        display: none;
        color: white;
        padding-top: 0vh;
        width: 90%;
        max-width: 500px;
        text-align: center;
        text-shadow: -.05em .0em 0 #0a0e27;
        font-size: clamp(2.6vw, 15vw, 13vw);
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        z-index: 2000;
    }
    
    /*#endregion splash*/
    
    /*#region nav*/

    .navbar {
        display: inline-flex;
        flex-direction:row ;
        align-items: center;
        justify-content: start;
        flex-direction:column ;
        z-index: 1000000;
        width: 100vw;
        max-width: 2500px;
        margin: 0vh 10% 0 10%;
        padding: 2vh 0 0 0;
        transition: 0.4s ease;
        transition: 0.75s;
        position: absolute;
        background-color: rgba(255, 255, 255);
        position: fixed;
        padding: 0% 0 0vh 0;
        border-bottom: 0vh;
        height: 6vh;
        font-size: 1.2vw;
        border-bottom: 0.2vw;
        border-color: white;
    }
    .navbar img {
        height:8vh ;
    }
    .navbar.sticky {
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed;
        padding: 0% 0 0vh 0;
        border-bottom: 0vh;
        height: 6vh;
        font-size: 1.2vw;
        border-bottom: 0.2vw;
        border-color: white;
    }
    
    .navbar.sticky a {
        font-weight: bold;
        color: black;
    }

    nav img {
        
        margin-left: 0vw;
        display: none;
    }
    
    .sticky #menu {
        margin-right: 0vw;
    }
    
    .navmarg {
        width: 80vw;

    }
    
    nav img {
        padding: 0 0 0 0%;
        margin-left: 0vw;
        height: auto;
        width: auto;
    
    }
    #intro-anchor {
        margin: -30vh 0 0 0vh;
        width: 100vw;
        height: 30vh;
        opacity: 0;
    }
    
    #visit-anchor {
        margin: -11vh 0 0 0vh;
        width: 100vw;
        height: 10vh;
        opacity: 0;
    }
    
    #plan-anchor {
        margin: -5vh 0 0 0vh;
        width: 100vw;
        height: 6vh;
        opacity: 0;
    }
    #form-anchor {
        margin: -10vw 0 0 0vh;
        width: 100vw;
        height: 15vw;
        opacity: 0;
    }
    
    
    /*#region Menu*/
    
    #menu {
        align-items: center;
    }
    
    #menu-items {
        display: flex;
        z-index: 2;
    }
    
    .menu-item a {
        color: black;
        font-weight: bold;
        cursor: pointer;
        display: block;
        font-family: 'D-DIN', Tahoma, Geneva, Verdana, sans-serif;
        padding: clamp(0.7rem, 1vw, 2vw) 4vw;
        text-decoration: none;
        transition: opacity 400ms ease;
        margin: 0;
        font-size: clamp(1.15rem, 4vw, 5vw);
    }
    
    .menu-item {
        transition: opacity 400ms ease;
    }
    
    #menu-items:hover>.menu-item {
        opacity: 1;
    }
    
    #menu-items:hover>.menu-item:hover {
        opacity: 1;
        text-decoration: none;
    }
    
    /*#endregion Menu*/
    /*#endregion nav*/
    
    /*#region intro*/
    .grid-intro {
        display: grid;
        width: 100vw;
        margin: -10vh 0 -1vh 0;
        padding:0vh 0 0 0 ;
        grid-template-columns: repeat(20, 5vw);
        grid-template-rows: repeat(40, 4vw);
        grid-gap: 0vw;
        justify-content: center;
        color: rgb(255, 255, 255);
        z-index: 2;
        background-size: contain;
    }
    
    .grid-intro h1 {
        padding: 0vw 0vw 0 5vw;
        margin:0 0 0 0 ;
        font-size: clamp(10vw, 5vw, 9vw);
        grid-column-start: 1;
        grid-column-end: 21;
        grid-row-start:2 ;
        grid-row-end:3 ;
        z-index: 2;
        display: absolute;
        text-align: left;
        margin-top: 4vw;

    }
    
    .grid-intro h2 {
        grid-column-start: 1;
        grid-column-end: 19;
        grid-row-start:10 ;
        grid-row-end:20 ;
        padding: 0 0 0 5vw;
        margin: 0;
        font-size: clamp(1vw, 6vw, 6vw);
        font-weight: 500;
        z-index: 2;
        text-shadow: 0.4vw 0.4vw 0.3vw black;
    }
    
    .grid-intro span {
        font-size: clamp(1vw, 5vw, 6vw);
        font-weight: Bold;
    }

    .intro-img {
        grid-column-start: 1;
        grid-column-end: 21;
        grid-row-start:10 ;
        grid-row-end:41 ;
        object-fit: cover;
        width: 100%;
        /*background-image: url(Images/CAVE-transparent.png) ;*/
        background-image: linear-gradient( 0.485turn, rgba(0, 0, 0, 0.966), rgba(0, 0, 0, 0.116)), url(Images/IMG_3958.jpg) ;
        background-position: center ;
        background-size: cover;
    }
    
    .grid-intro ul{
        
        grid-column-start: 1;
        grid-column-end: 19;
        grid-row-start:29 ;
        grid-row-end:37 ;
        padding: 0 0 0 12vw;
        margin: 0;
        font-size: clamp(2vw, 5vw, 6vw);
        font-weight: 500;
        z-index: 2;
        text-shadow: 0.4vw 0.4vw 0.3vw black;
    }
    /*#endregion intro*/
    
    /*#region Visit*/
    .grid-visit {
        display: grid;
        width: 80vw;
        margin: 0vh 0 0vh 0;
        grid-template-columns: repeat(20, 5vw);
        grid-template-rows: repeat(19, 8vw);
        grid-gap: 0vw;
        justify-content: center;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        padding: 0 10vw;
        z-index: 2;
    }
    
    .grid-visit h1 {
        text-align: center;
        padding: 0vh 3vw;
        margin:5vw 0;
        font-size: clamp(6vw, 11vw, 11vw);
        grid-column-start: 1;
        grid-column-end: 21;
        grid-row-start:1 ;
        grid-row-end:3 ;
        z-index: 2;
        color: black;
    }
    
    .grid-visit h2 {
        grid-column-start: 2;
        grid-column-end: 20;
        grid-row-start:5;
        grid-row-end:20 ;
        padding: 1.5vw 0 0 0;
        margin: 1vh 0 0vh 0;
        font-size: clamp(2vw, 5.25vw, 6vw);
        font-weight: 500;
        z-index: 2;
        color: black;    
        font-weight: bold;    

    }
    
    .visit-img {
        grid-column-start: 1;
        grid-column-end: 21;
        grid-row-start:1 ;
        grid-row-end:21 ;
        object-fit: cover;
        width: 100%;
        background-image: linear-gradient( 0.485turn, rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(Images/ASH11-2.jpg) ;
        background-position: center ;
        background-size: cover;
        z-index: 1;

    }
    
    .grid-visit button{
        grid-column-start: 6;
        grid-column-end: 16;
        grid-row-start:9 ;
        grid-row-end:10 ;
        font-size: 3vw;
        font-weight: bold;
        transition: 0.5s ease;
        border-radius:0.2vw ;
        width:100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
        border: 0.4vw solid white ;
        color: white;
        padding: 2vw ;
    }
    .grid-visit a {
        grid-column-start: 6;
        grid-column-end: 16;
        grid-row-start:9 ;
        grid-row-end:10 ;
        font-size: 2.8vw;
        font-weight: bold;
        transition: 0.5s ease;
        border-radius:0.2vw ;
        width:100%;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0);
    }

    
    .grid-visit button:hover{
        background-color: rgba(0, 0, 0, 0.541);
        color: white;
        transition: 0.5s ease;
    }
    
    
    
    /*#endregion Visit*/
    
    /*#region Plans*/
    .PLANS {
        color: rgb(255, 255, 255);
    }
    
    .PLANS h1 {
        text-align: center;
        padding: 0 0vw 0 0vw;
        margin: 10vw 0 5vw 0;
        font-size: clamp(7vw, 11vw, 11vw);
        width: 100%;
    }
    
    .PLANS h2 {
        padding: 0 10% 0 10%;
        margin: 5vh 0 5vh 0;
        font-size: clamp(1vw, 3vw, 5vw);
        font-weight: 500;
        text-align:center ;
        width: 80%;   
        line-height: 2vh;

    }

    #plan-grid-h2 {
        font-size: clamp(2vw, 5.25vw, 6vw);
    padding: 0 10vw 0 10vw;
    line-height: 7vw;
    margin: 3vh 0 0 0;
    width:80vw;

    }
    
    .grid-plans {
        display: grid;
        width: 100vw;
        margin: 0;
        grid-template-columns: repeat(20, 4vw);
        grid-template-rows: repeat(100, 2vw);
        grid-gap: 0vw;
        justify-content: center;
        background-color: none;
        grid-column-gap: 0.5vw;
    }
    
    /*#region plan-items*/
    
    .plan-item {
    display: grid;
    margin: 0vh 0 0vh 0;
    grid-template-columns: repeat(30, 0.2fr);
    grid-template-rows: repeat(40, 0.2fr);
    grid-gap: 0vw;
    opacity: 0.95;
    z-index: 2;
    transition: opacity 600ms ease;
    border-radius: 0.25vw ;
    background-color: #00000000;
    }
    
    .plan-item img {
        grid-column: 4 / 27;
        grid-row: 3 / 13;
        object-fit: cover;
        width: 100%;
    }
    
    #plan-one{
        grid-column: 1 / 10;
        grid-row: 1 / 30;
        background-color: #10c33d;
    }
    #plan-two{
        grid-column: 12 /21;
        grid-row: 1 / 30;
            background-color: #FF8800;
    }
    #plan-three{
        grid-column: 1 / 10;
        grid-row: 34 / 64;
            background-color: #4a0dac;
    }
    #plan-four{
        grid-column: 12 /21;
        grid-row: 34 / 64;
        background-color: #1392C6;
    }

    #plan-five{
        grid-column: 6 / 16;
        grid-row: 68 / 100;
        background-color: #DF4834;
            position: relative;
          }
          
          #shadow{
            display: none;
            grid-column: 6 / 16;
            grid-row: 68 / 100;
            position: relative;
            z-index: -1;
            opacity: 0.7;
          }

          #shadow:before, #shadow:after {
        
            content:'';
            position: absolute;
            top: 0px;
            left: 0px;
            background:  linear-gradient(90deg, rgba(246,119,0,1) 0%, rgba(255,188,0,1) 25%, rgba(255,242,184,1) 50%, rgba(195,199,122,1) 75%, rgba(246,119,0,1) 100%);
            background-size: 400%;
            width: 100%;
            height: 100%;
            -webkit-animation: animate 15s linear infinite;
            animation: animate 15s linear infinite;
            border-radius: 0px;
          }
          
          #shadow:after {
            filter: blur(20px);
          }

          @-webkit-keyframes animate {
            100% {
              background-position: 100% 0%;
            }
            50% {
              background-position: 400% 0%;
            }
            0% {
              background-position: 100% 0%;
            }
          }
    
          @keyframes animate {
            100% {
              background-position: 100% 0%;
            }
            50% {
              background-position: 400% 0%;
            }
            0% {
              background-position: 100% 0%;
            }
          }
    
    .plan-item:hover {
        opacity: 1;
        box-shadow: 0px 0px 20px 2px#00000000;
        z-index:10000;
    } 
    
    .grid-plans:hover>.plan-item {
        opacity: 1;
    }
    
    .grid-plans:hover>.plan-item:hover {
        opacity: 1;
    }
    /*#endregion plan-items*/
    
    /*#region plan-details*/
    
    .plan-details {
        display:flex;
        flex-direction: column;
        justify-content: space-around;
        background-color: #ffffff;
        grid-column: 2 / 30;
        grid-row: 20 / 40;
    }
    
    .plan-details .download, .plan-details .upload{
        padding-top: 0.25vh;
    }
    .plan-details .speed {
        padding-top: 0vw;
        display: flex;
        justify-content: space-around;
    }
    .plan-details h2 {
        color: black;
        font-size:6vw ;
        font-weight: bold;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .plan-details span {
        font-size: 2.5vw;
        padding: 0;
        margin: 0;
    }

    .plan-details  .h2 {
        font-size: 2.5vw;
        text-decoration: overline;
    }
    
    .plan-details h3 {
        color: white;
        font-size: 7.5vw;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0.5vw 0;
        text-shadow: 0.075vw 0.075vw 0.075vw black;
    }

    #plan-hr {
        width: 80vw ; 
        margin: 4vh 10vw 5vh 10vw;
    }
    
    .plan-item .secondary {
        grid-column: 4 / 27;
        grid-row: 11 / 20;
    }
    
    /*#endregion plan-details*/
    
    /*#region button*/
    .plans-button{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5vh;
    }
    .plans-button button{
        color: rgb(255, 255, 255);
        border-color:rgba(255, 255, 255, 0.33) ;
        font-size: 2vw;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
        transition: 0.1s ;
        border-radius:0.2vw ;
        border-width: 0.25vw;
        border-style: solid;
        padding: 0.4vw 1.5vw;
    }   
    
    .plans-button button:hover{
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        border-color: white;
        background-color:white;
        transition: 0.5s ease;
        cursor: pointer;
        text-shadow: 0.2vw 0.2vw 0.3vw black;
    }


    

    /*#endregion button*/
    
    /*#endregion Plans*/
    
    /*#region BOXES*/
    
    /*#region Footer*/
    
    footer {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        color: white;
        background-color: #314d7a;
        width: 100vw;
    }
    
    .INFO {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:space-between ;
        width: 90vw;
        padding: 1vh;
        margin: 0;
    } 
    
    footer h3 {
        font-weight: 100;
        margin: 0;
        margin: 1.5vw 0 0 0;
    }
    
    footer ul {
        display: flex;
        flex-direction: row ;
        align-items: center;
        list-style-type: none;
        margin: 1vw 0 0 0;
        padding:0;
        display: inline;
        }
    
    footer li {
        display: inline;
        padding: 0.1vw;
        font-size: clamp(4vw, 3vw, 9vw);
    
    }
    li a {
        text-align: center;
        color: white;
        font-size: clamp(4vw, 3vw, 9vw);
    }
    
    #plan-grid-p {
        font-size: 3vw; 
        opacity: 0.5;
        font-weight: 100;
        margin: 3vh;
        text-align: center;
    }

    .phone-ul {
        display: flex;
        flex-direction:column ;
        justify-content: space-between;
        width: 90vw;
        height: 10vh;
        margin-top: 1vh;
        margin-bottom: 0vh;
        padding: 1vh;
    }
    
    .phone-ul li {
        margin-bottom: 0vh;

    }
    
    footer li {
        display: inline;
        padding: 0.1vw;
    
    }
    .phone-ul li a {
        text-align: center;
        color: white;
    }
    
    footer p {
        
        opacity: 0.5;
        font-weight: 100;
        margin: 0.8vh;
        text-align: center;
    }

    .to-top {
        margin: 4vh 0 5vh 0;
    }
    
    /*#endregion Footer*/
    
    /*#region Scroll*/
    ::-webkit-scrollbar {
        width: 15px;
        background: #f1f1f100;
    }
    
    /* Track */
    :-webkit-scrollbar-track {
        scrollbar-color: rgb(0, 0, 0);
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgba(247, 247, 247, 0);
        border-radius: 4px;
        margin-right: 1vw;
        border-left: 10px rgba(255, 255, 255, 0.336) solid;
        background-clip: padding-box;
    
    
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(85, 85, 85, 0);
        border-left: 10px rgba(255, 255, 255, 0.74) solid;
    }
    /*#endregion Scroll*/
    
    /*region form-section*/
    
    .grid-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90vw;
        margin: 0vh 5vw 5vh 5vw;
        color: rgb(255, 255, 255);
        padding: 0 0vw  ;
        height: auto;
    }
    
    .grid-form h1 {
        text-align: start;
        padding: 0vw 10vw 0 10vw;
        margin:1vw 0 0 0;
        font-size: clamp(9vw, 5vw, 9vw);
        text-align: center;
        
    }
    
    .grid-form h2 {
        text-align: center;
        padding: 0vw 0 0vw 0;
        margin: 4vw 0 4vw 0;
        font-size: clamp(2vw, 5.25vw, 6vw);
        font-weight: 500;
        width: 100%;
    }
    
    .col-12 {
        margin: 1.5vh 0 0 0;
    }

    .grid-form form {
        display: flex;
        flex-flow: column wrap;
        align-content: start;
        justify-content: space-around;
        margin: 0;
        width: 90vw;
    
    }
    form .left{
        width: 85vw;
    }
    form .right{
        width: 85vw;
    }
    
    
    .grid-form button:hover{
        background-color: rgb(0, 0, 0);
        color: white;
        transition: 0.5s ease;
    }
    
    .flex-break {
      flex: 1 0 100% !important;
    }
    .row
      .flex-break {
        height: 0 !important
      }
    .column
      .flex-break {
        width: 0 !important
      }

      .dissapear-desktop {
        display: block;
        width: 80vw;
        opacity: 0.5;
    }
    
    
        input,
        textarea,
        label {
            font-family: 'Poppins',
                sans-serif;
                
        }
    
        input,
        textarea,
        label {
            display: block;
            margin: 0 auto;
            width: 100%;
            color: #ffffff;
            -webkit-appearance: none;
            border-radius: 1vw;
        }
        
        input,
        textarea {
            background-color: transparent;
            border: 0;
            border: 2px solid #ffffff85;
            margin-top: 2vw;
            
        }
        input:hover,
        textarea:hover {
            background-color: transparent;
            border: 0;
            border: 2px solid #ffffff;
            background-color: rgba(255, 255, 255, 0.1);
    
    
        }
        
        input[type=submit] {
            background-color: rgba(255, 255, 255, 0.26);
            padding: 10px 0;
            margin-top: 2.5vw;
            color: white;
            font-size: 4vw;
            width: 50vw;
            margin:4vw 20vw 0 20vw;
            cursor: pointer;
            transition: all .3s ease;
            font-stretch: extra-expanded;
            border-radius:0px ;
            -webkit-appearance: none;
  border-radius: 1vw;
        }
        
        input[type=submit]:hover {
            background: #FFF;
            color: #1b1c1e;
        }
        
        input,
        textarea {
            color: white;
            font-size: 18px;
            padding: 1.5vw 2.5vw;
            background-color: rgba(255, 255, 255, 0.1);
        }
        
        .form-section  input:focus,
        .form-section  textarea:focus {
            outline: 3px solid #ffffff80;
            background-color: rgba(255, 255, 255, 0.5);
    
        }
    
    
        ::-webkit-input-placeholder { /* Edge */
            color: #ffffffc0;
          }
          
          :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #ffffffc0;
          }
          
          ::placeholder {
            color: #ffffffc0;
          }

          .banner { 
            padding-top: 2vh;
            padding-bottom: 6vh;
          }

    
          
        #success b, #error b {
            font-size: 3vw;
            margin:8vw 0;
            text-align: center;
            
          }
        #success{
            display: flex;
    
        }
        #error {
            display: flex;
            color: #DF4834;
        }
    /*endregion form-section*/
    
}



