    body{
        padding: 0%;
        margin: 0%;
    }
    
    .background{
        display: none;
    }

    .newdiv{
        display: none;
    }


    .root {
        margin: 0%;
        padding: 0%;
        background-color: rgb(248, 248, 248);
        width: 100%;
        height: 650px;
        padding-bottom: 60px;
    }

    .nav {
        background-color: #131d26;
        width: 100%;
        height: 70px;
        margin: auto;
        border-radius: 0px 0px 30px 30px;
        text-align: center;
    }

    .logonavweb{
        width: auto;
        height: 33px;
        margin-top: 19px;
        float: left;
        margin-left: 5%;
    }
    .logonav{
       display: none;
    }


    ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    li {
        float: right;
       
        
       
    }

    .navtexttwo{
        display: block;
        color: white;
        text-align: center;
        padding: 0%;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        font-size: 11pt;
        margin-right: -50px;

    }

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 24px 50px;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        font-size: 11pt;
    }

    .iconjoinus{
        
        width: 100%;
        height: 150px;
        color: rgb(20, 20, 20);
        text-align: center;
        font-size: 14pt;
        font-family: "Montserrat", sans-serif;
        margin-top: 30px;
      
    }

    .buttoniconweb{
        width: 30px;
        margin-top: 10px;
        
    }
      
    .main {
        display: flex;
        margin-top: -15px;
    }

    .mobilebuttons{ 
        width: 50%;
        height: 150px;
        
    }

    .mobilebuttonstwo{
        width: 50%;
        height: 150px;
    }

    .mbsocialbutton{
        width: 250px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 10px;
    }


    .mbsocialbuttontwo{
        width: 250px;
        height: auto;
        display: block;
        margin-left: 20px;
        margin-right: auto;
        margin-top: 10px;   
    }




.hithere{
    width: 100%;
    height: 150px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.giftboxone{
    display: none;
}


.hitheretext{
    font-size: 28px;
    padding-top: 25px;
    margin-bottom: 0%;
    color: #131d26;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}


.hitheretext2{
    font-size: 18px;
    margin-top: 10px;
    color: rgb(24, 24, 24);
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
    margin-bottom: 10px;
}

.giftbox{
    display: none;
}


.callnowtextweb{
    text-align: center;
        font-size: 13.5pt;
        font-family: "Montserrat", sans-serif;
        margin-top: -6px;
        color: #131d26;
        font-weight: 600;
        animation: blinker 2s linear infinite;
        text-decoration: none;
      
        
    }

    @keyframes blinker {
        35% {
          opacity: 0;
        }
      }

.mobilehithere{
    display: none;
}

.joinusweb{
    font-family: "Montserrat", sans-serif;
    font-size: 13pt;
    margin-top: 65px;
    color: rgb(34, 34, 34);
    text-align: center;
}



.logo{
    width: 180px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  
}


.secondnav{
    display: none;
}






body, html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.footer img {
    width: 100px;
    height: auto;
}
.footer p {
    margin: 5px 0;
}

.footer {
    background-color:#0c151d;
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    width: 100%;
    position: relative; /* Ensures it stays in place */
    bottom: 0;
    margin-top: auto; /* Pushes it to the bottom */
}












@media only screen and (max-width: 450px) 
{

    

    .root {
        margin: 0%;
        padding: 0%;
        width: 100%;
        height: 900px;
        padding-bottom: 500px;
    }

   

    .background{
        width: 100%;
        height: auto;
        margin: 0%;
        padding: 0%;
        margin-bottom: -60px;
        display: inline;
    }
    .navtext {
        display: none;
    }
    .navtexttwo {
        display: none;
    }
   


    .nav {
        background-color: #131d26;
        width: 100%;
        height: 80px;
        margin: auto;
        border-radius: 0px 0px 60px 60px;
        margin-bottom: 0%;
        padding-bottom: 0%;
        position: fixed;
        top: 0%;
    }

    .logonav{
        width: auto;
        height: 35px;
        margin-top: 22px;
        float: none;
        margin-left: 8px;
        display: inline-flex;
    }

    .logonavweb{
      display: none;
    }

    
    
    .hithere{
        display: none;
    }
    
    .mobilehithere{
        display: list-item;
        width: 100%;
        height: auto;
        position: fixed;
        top: 100px;
        
    }

    .welcome{
        color: #0e0e0e;
        text-align: center;
        font-size: 16pt;
       font-weight: 300;
        margin-top: 55px;
        font-family: "Raleway", sans-serif;
        
    }
    .welcome2{
        color: #131d26;
        text-align: center;
        font-size: 15pt;
       font-weight: 500;
       margin-top: -12px;
        font-family: "Raleway", sans-serif;
        letter-spacing: 1px;
        
    }

    .callnowtext{
            text-align: center;
            font-size: 111%;
            font-family: "Montserrat", sans-serif;
            margin-top: -6px;
            color: #131d26;
            font-weight: 600;
            animation: blinker 2s linear infinite;
            text-decoration: none;
            letter-spacing: 1px;
            
        }
    
   

    @keyframes blinker {
        30% {
          opacity: 0;
        }
      }



   
    .thankyou{
        text-align: center;
        font-size: 10.5pt;
        font-family: "Raleway", sans-serif;
        line-height: 17px;
        font-weight: 300;
        letter-spacing: 0.2px;
        color: #141414;
    }



    .secondnav{
        background-color: #ffeeef;
        width: 100%;
        height: 800px;
        border-radius: 60px 60px 0px 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        display: list-item;
        position: absolute;
        text-align: center;
        
    }

    .joinus{
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        margin-top: 66px;
        color: #161616;
        letter-spacing: 0px;
        text-align: center;
        font-weight:300;
        margin-bottom: 40px;
    }


    .buttons{
        margin: auto;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px;
        background-color: #ffeeef;
        height: 300px;
        
    }


    .socialbutton{
        width: 270px;
        margin-top: 0%;
        height: auto;
    
    }
    

    .mobilebuttons{
        display: none;
    }

    .mobilebuttonstwo{
        display: none;
    }


    .buttonicon{
        width: 100%;
        height: 41px;
        margin-bottom: 4px;
        margin-top: -25px;
    }


    .newdiv{
        display: inline;
    }


    .footer {
        background-color:#0c151d;
        color: white;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 25px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        width: 100%;
        position: relative; /* Ensures it stays in place */
        bottom: 0;
        margin-top: auto; /* Pushes it to the bottom */
    }







    .button-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding-top: 25px;
        

    }
    
    .social-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 250px;
        padding: 4px 4px;
        margin-top: 3px;
        border-radius: 30px;
        text-decoration: none;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        color: white;
        font-weight: bold;
        transition: transform 1.3s ease-in-out;
        animation: pulse 1s infinite alternate;
    }
   

    @keyframes pulse {
        0% { transform: scale(1); }
        100% { transform: scale(1.05); }
    }
        

    
    .social-text {
        flex-grow: 1;
        text-align: left;
        padding-left:50px;
    }
    .whatsapp { background: #131d26; }
    .whatsapp:hover { background: #1f3549; }
    .instagram { background: #131d26; }
    .instagram:hover { background: #1f3549; }
    .facebook { background: #131d26; }
    .facebook:hover { background: #1f3549; }



    .icon-container {
        width: 50px;
        height: 50px;
        background: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .social-button img {
        width: 25px;
        height: 25px;
        filter: brightness(0) invert(0);
    }
    

   


    
    
}
    








