html{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}


body {
    background-color: #193c6d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#003073', endColorstr='#029797');
    background-image: url(//img.alicdn.com/tps/TB1d.u8MXXXXXXuXFXXXXXXXXXX-1900-790.jpg);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797));
    background-image: -webkit-linear-gradient(135deg, #003073, #029797);
    background-image: -moz-linear-gradient(45deg, #003073, #029797);
    background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%);
    background-image: -o-linear-gradient(45deg, #003073, #029797);
    background-image: linear-gradient(135deg, #003073, #029797);
    text-align: center;
    margin: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

#mainarea{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(max-content, calc(100% - 50px)) 50px;
    width: 100vw;
    height: calc(100% - 70px);
    position: fixed;
    z-index: 9;
    bottom: 0px;
    overflow-y: auto;
}

header{
    display: flex;
    flex-direction: row;
    height: 70px;
    width: 100%;
    position: absolute;
    z-index: 10;
}

#logo{
    height: 45px;
    padding: 15px;
    align-self: flex-start;
}

#first{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin: 25px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 9px;
    margin-bottom: 20px;
    font-weight: 300;
    transition: border-color 0.3s ease; /* Transition property */
    border-style: solid;
    border-color: #00307300;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    margin-right: auto;
    cursor: pointer;
}

#login{
    height: 44px;
    border-radius: 55px;
    margin: 13px;
    border-color: #ffffff;
    background: none;
    border-style: solid;
    padding: 7.5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 20px;
    border-width: 2px;
    transition: background-color 0.3s ease; /* Transition property */
}
#login:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #1b98e0;
}

.a{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin: 25px;
    margin-top: 20px;
    padding-bottom: 9px;
    margin-bottom: 20px;
    font-weight: 300;
    transition: border-color 0.3s ease; /* Transition property */
    border-style: solid;
    border-color: #00307300;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    cursor: pointer;
}
.a:hover{
    border-color: #ffffff;
    cursor: pointer;
}

#main{
    display: flex;
    flex-direction: column;
}

.maincss{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: fit-content;
    width: calc(100% - 81px);
    margin-top: 100px;
    border-style: solid;
    border-color: #ffffff;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    border-color: #ffffff;
    margin: 20px;
    padding: 20px;
    font-family: century-gothic, sans-serif;
}

.title{
    font-size: 60px;
    font-weight: 100;
    height: fit-content;
    text-align: start;
    width: fit-content;
}
#t2{
    background-color: #78a9f3;
    background-image: linear-gradient(0deg, #5888e0, #9268e0);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    font-weight: 900;
}

p{
    font-size: 20px;
    width: 530px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: start;
    font-weight: 100;
}

#products{
    display: none;
    flex-direction: column;
}
.pp{
    width: 70%;
    text-align: justify;
}

#pricing{
    display: none;
    flex-direction: column;
}
#RPForm{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#CUForm{
    display: flex;
    flex-direction: column;
    width: 50%;
}

#whyus{
    display: none;
    flex-direction: column;
}

#contactus{
    display: none;
    
}

.input{
    /* border: none; */
	border: 1px solid #ffffff;
    border-radius: 20px;
	background: none;
	padding: 10px;
	font-weight: 400;
    font-size: 16px;
	width: calc(100% - 20px);
    color: #ffffff;
    resize: none;
    margin-top: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#details{
    border: 1px solid #ffffff;
}
#CUdetails{
    border: 1px solid #ffffff;
}
#label{
    margin-top: 10px;
}
::placeholder{                        
    color: #ffffff;
}

.sbtnm{
    background-color: #143666;
    width: fit-content;
    align-self: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    margin: 10px;
    cursor: pointer;
}
.sbtnm:hover{
    background-color: #275494;
}

.type{
    display: none;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
visibility: visible; /* Show the snackbar */
/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
    }
    
    @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
    }
    
    @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
    }
    
    @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
    }


.result{
    display: none;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    width: fit-content;
}

footer{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
}


    .icon{
        margin: 10px;
        width: 30px;
        height: 30px;
    }
    .icon1{
        margin: 10px;
        margin-right: 0px;
        width: 30px;
        height: 30px;
    }
    .iconimg{
        width: 30px;
        height: 30px;
    }

    #mobileheader{
        display: none;
    }
  
/*Mobile Query*/
@media only screen and (max-width: 960px) {
    #mainarea{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(max-content, calc(100% - 70px)) 50px;
        width: 100vw;
        height: calc(100% - 70px);
        position: fixed;
        top: 70px;
        z-index: 9;
        bottom: 0px;
        overflow-y: auto;
    }
    .maincss{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        height: fit-content;
        width: calc(95vw - 81px);
        margin-top: 100px;
        border-style: solid;
        border-bottom: none;
        border-right: none;
        border-top: none;
        border-width: 1px;
        border-color: #ffffff;
        margin: 20px;
        padding: 20px;
        font-family: century-gothic, sans-serif;
    }
    #products{
        width: calc(95vw - 81px);
    }
    .maincss p{
        width: calc(100vw - 81px);
    }
    footer{
        grid-column: 1 / 2;
        grid-row: 2 / 3; 
    }
    #header{
        display: none;
        flex-wrap: wrap;
        height: fit-content;
    }
    .a{
        margin: 5px;
    }
    #mobileheader{
        display: flex;
        flex-direction: row;
        height: fit-content;
        width: 100%;
        height: 70px;
        position: absolute;
        z-index: 11;
    }

    /* Hide mobile menu by default */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Move off the screen initially */
    width: 250px;
    height: 100%;
    background-color: #333;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    text-align: left;
  }
  
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 70px 0 0 0;
  }
  
  .mobile-menu ul li {
    padding: 15px;
    padding-left: 20px;
  }
  
  .mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  /* Menu button styling */
  .menu-btn {
    display: block;
    width: 40px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
  }
  
  .menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: transform 0.3s ease-in-out;
  }
  
  /* Change menu button appearance on open/close */
  .menu-btn.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-btn.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .mobile-menu.open {
    left: 0; /* Slide in the menu when 'open' class is added */
  }

  #first2{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    margin: 25px;
    margin-top: 20px;
    margin-left: 0px;
    padding-bottom: 9px;
    margin-bottom: 20px;
    font-weight: 300;
    transition: border-color 0.3s ease; /* Transition property */
    border-style: solid;
    border-color: #00307300;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    margin-right: auto;
    cursor: pointer;
  }

  #RPForm{
    width: calc(100vw - 81px);
  }

  #CUForm{
    width: calc(100vw - 81px);
  }

}