@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Oswald:wght@300&family=Ubuntu&display=swap');


 *{
     margin: 0;
     padding: 0;
 }
 html{
     scroll-behavior: smooth;
 }
 
 
 
 .logo{
     width: 20%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 

 .navbar{
     display: flex;
     align-items: center;
     justify-content: center;
     position: sticky;
     top: 0;
     cursor: pointer;
     
     
 }
 .nav-list{
     
     width: 70%;
     display: flex;
     align-items: center;
     
     
     
 
 }
 
 .nav-list li{
 
     list-style: none;
     padding: 20px 30px;
     align-items: center;
 
 }
 
 .nav-list li a{
     text-decoration: none;
     color: white;
     font-size: 20px;
     font-family: "Ubuntu", sans-serif;
     
     
 
 }
 .nav-list li a:hover{
     text-decoration: none;
     color: grey
 
 }
 
 .rightnav {
     width: 30%;
     text-align: right;
     padding: 0 23px;
     
 }
 #search {
     padding: 5px;
     font-size: 17px;
     border: 2px solid grey;
     border-radius: 9px;
 }
 .background {
     background:rgb(213, 213, 223) url('back2.jpg');
     background-size: cover;
     background-blend-mode: darken;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 
 .box-main {
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     max-width: 50%;
     margin: auto;
     height: 75%;
    
 }
 
 .firstsection{
     height: 100vh;
 }
 
 .firsthalf {
 
     width: 80%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 
 .secondhalf {
     width: 30%;
 
 }
 .secondhalf img{
     width: 70%;
     border: 4px solid white;
     border-radius: 150px;
     display: block;
     margin: auto;
 
 }
 .text-big {
     font-size: 41px;
   
 }
 
 .text-small{
     font-size: 18px;
 
 }
 .btn {
     padding: 5px 10px;
     margin: 7px 3px;
     border: 2px solid white;
     border-radius: 7px;
     background: none;
     color: white;
     cursor: pointer;
 
 }
 .btn-sm{
     padding: 6px 10px;
     vertical-align: middle;
 
 }
 
 .section {
     
     display: flex;
     align-items: center;
     justify-content:space-evenly;
     max-width: 80%;
     margin:auto;
     font-family: "Ubuntu", sans-serif;
     padding: 5px;
 
 }
 
 
 
 .paras {
     padding: 0px 65px;
 }
 
 .section-left {
    
     flex-direction: row-reverse;
 
 
 }
 .sectionsubTag{
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 
 .thumbnail img{
     width: 250px;
     border: 2px solid black;
     border-radius: 23px;
     margin-top: 80px;
     
   
 
 }


.email2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    flex-direction: column-reverse;
}
 .burger {
     display: none;
     position: absolute;
     cursor: pointer;
     right: 5%;
     top: 15px;
 
 }
 
 .line{
     width: 33px;
     background-color: rgb(245, 242, 242);
     height: 4px;
     margin: 3px 3px;
 }
 
 .logo2{
     position: absolute;
     left: 5%;
     top: 15px;
     display: none;
     width: 33px;
 }
 .logo3{
     color: rgb(207, 204, 204);
     height: 4px;
     margin: 3px 3px;
     width: 33px;
 }

 .logo img {
    width: 33%;
    border-radius: 50% ;
    border: 1px solid rgb(0, 102, 255);
}

 .form3{
    background-color: #8f8f8f;
    height: 100px;
    display: flex;
   
    justify-content: center;
    text-align: end;
    font-size: 20px;
    
 }
 h2{
    
    justify-content: center;
    text-align: center;
    display: flex;
    margin-top: 25px;
    margin-right: 10px;

 }

 .btn4{
    width: 30%;
    height: 60px;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    background-color: #222020;
    border-radius: 10px;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgb(15, 14, 14);
    
}
.btn4:hover{
    background-color: #5a5757;
    

}

/* footer for social and more */

.text-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-footer2{
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   padding: 20px 0;
  
}
.text-footer2 a{
   color: white;
   text-decoration: none;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.socialmedia2 {
    margin-top: 80px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    

}

.btn56{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #575454;
    margin: 10px;
    border-radius: 15%;
    box-shadow: 0 5px 15px -5px black;
    overflow: hidden;


}
.btn56 i{
    line-height: 50px;
    font-size: 25px;
    transition: 0.2s linear;
    color: white;
    
    
}

.btn56:hover i {
    transform: scale(1.7);
    color: rgb(43, 160, 255);
    
}

.socialmedia2 p{
    color: rgb(180, 174, 174);
}





.terms23{
   margin-left: 20px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/* forex market live chart embed */

.allcharts{
    display: flex;
    justify-content: space-evenly;
}

.livec{
    width: 500px;
    height: 500px;


}

.livc2{
    width: 500px;
    height: 500px;

}

/* whatsapp group liiw */

.whatsapp2{
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202224;
    
}

.whatsapp2 a{
    text-decoration: none;
    color: rgb(34, 92, 252);
    gap: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

marquee{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.howto{
    margin: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.howto h3{
    color: #8f8f8f;
}

/* responsive for live chart */
@media (max-width: 1033px ){
    .livec{
        width: 450px;
        height: 450px;


    }
    
    .livc2{

        width: 450px;
        height: 450px;
    
    }
    

}

@media (max-width: 775px ){
    .livec{
        width: 100%;
       


    }
    
    .livc2{
        width: 100%;

        
    
    }
    .allcharts{
        flex-direction: column;
    }

}


/* end of live chart responsive */




 
 
 @media (max-width: 1140px ){
     .nav-list{
      flex-direction: column;
      margin-top: 30px;
      gap: 0.5px;
      

     }

   
     .navbar{
        flex-direction: column;
        transition: all 0.10s ease-out;
        height: 350px;
     }
     .rightnav{
         text-align: center;
     }
     #search{
         width: 100%;
     }
     .burger{
         display: block;
 
     }
     .hnav-resp{
         height: 65px;
     }
     .v-class-resp{
         opacity: 0;
         display: none;
     }
     .logo2{
         display: block;
         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     }
     .logo{
         display: none;
     }
     .box-main{
         flex-direction: column-reverse;
         max-width: 100%;
     }
 
     .section{
         flex-direction: column-reverse;
     }
     .text-big{
         text-align: center;
         
     }
     .text-small{
         text-align: center;
         
     }
     .buttons{
         text-align: center;
     }
     .paras{
         padding: 0px 0px;
         
     }
     .rightnav{
        display: none;
        
    }
    
 }

 @media (max-width: 502px ){

    /* for btn social media */
    .btn56{
        width: 30px;
        height: 30px;
    }
    .btn56 i{
        line-height: 32px;
        font-size: 15px;  
        
    }

    .text-footer{
        font-size: 13px;
    }
    .text-footer2{
        font-size: 14px;
    }
    .socialmedia2 p{
        font-size: 14px;

    }
}
