@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;
}

.logo img {
    width: 33%;
    border-radius: 50% ;
    border: 1px solid rgb(0, 89, 255);
}
.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: linear-gradient(120deg , rgb(0, 0, 0) , rgb(86, 85, 85)) ;
    background-size: cover;
    background-blend-mode: darken;
}

.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: 70%;

   
}

.firstsection{
    height: 80vh;
}

.firsthalf {

    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: right;

}

.secondhalf {
    width: 80%;
    

}
.secondhalf img{
    width: 85%;
    border: 2px solid rgb(110, 109, 114);
    border-radius: 50%;
    display: block;
    margin-top: 13%;

}
.text-big2 {
    font-size: 41px;
    text-align: left;
  
}

.text-small2{
    font-size: 35px;
    color: rgb(146, 144, 142);
    text-align: left;
   
}
.text-big {
    font-size: 41px;
    text-align: left;
  
}

.text-small{
    font-size: 20px;
    color: rgb(59, 59, 58);
    text-align: left;
   
}
.btn {
    padding: 5px 10px;
    margin: 10px 5px;
    border: 2px solid rgb(173, 171, 171);
    border-radius: 7px;
    background: rgb(173, 171, 171);
    color: rgb(44, 44, 49);
    cursor: pointer;
    box-shadow: 0 4px 4px black;
    

}
.btn:hover{
    
    background:rgb(212, 206, 206) ;
    
    
}
.btn-sm{
    padding: 6px 10px;
    vertical-align: middle;

}
.buttons{
    font-size: 20px;
    
}
.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;
    text-align: left;
}

.section-left {
   
    flex-direction: row-reverse;


}
.sectionsubTag{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
}



.thumbnail img{
    width: 350px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 80px;
    box-shadow: 0 4px 4px black;
    
  

}

.text-footer{
    display: flex;
    align-items: center;

   justify-content: center;
    padding: 20px 0;
    color: white;
}
.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;
}


/* animated text like writing */
.text-container3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(204, 209, 212);
    font-size: 16px;
    overflow: hidden; 
    border-right: .15em solid rgb(59, 59, 58); /* Typing cursor */
    white-space: nowrap; /* Prevents text from wrapping */
    margin: 0 auto; /* Center aligns the container */
    animation: typing 3s steps(40) infinite alternate; /* Animation effect */
  }
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 70%;
    }
  }


  .logo3{
    color: rgb(207, 204, 204);
    height: 4px;
    margin: 3px 3px;
    width: 33px;
}

.form3{
    background: linear-gradient(120deg , rgb(80, 80, 80) , rgb(30, 29, 29)) ;
    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;

 }

 .btn5 {
    width: 30%;
    height: 60px;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    background-color: #1f1f1f;
    border-radius: 10px;
    font-size: 30px;
    text-decoration:none; 
    box-shadow: 0 4px 4px black;
}
a{
    text-decoration: none;
    color: aliceblue;
}
.btn5: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;
   color: white;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* social media icone on the botton */
.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;
    
}

.btn56:hover i {
    transform: scale(1.7);
    color: rgb(15, 14, 15);
    
}

.socialmedia2 p{
    color: rgb(180, 174, 174);
}


/* for fx plan and website plan */

.mapsalgo{
    display: flex;
   
}


.aboutplank{
    display: flex;
    justify-content: space-evenly;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.webste {
    width: 355px;
    height: 530px;
    border: 0px solid black;
    display: inline-block;
    margin: 10px;
    box-shadow: 0px  2px 6px black;
    transition: 1s;
    display: flex;
    
    
}
url{
    height: 10px;
    width: 10px;
}




/* table button for */
table{
    border-style: none;
    width: 100%;
    height: 30px;
    box-shadow: 0 2px 4px blue;
    background-color: #333232;
    border-radius: 5px;
    margin-top: 10px;
}

table:hover{
    box-shadow: 0 4px 10px blue; 
    margin-top: 8px;
    background-color: #504f4f;
}

table a{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    text-align: center;
}





/* live chart for border */
.livechart2 {
    border: 0px solid black;
    box-shadow: 0 4px 8px black;
    width: 400px;
    height: 530px;
    margin-top: 10px;
    margin-right: 6px;

}
.webste2 {
    padding: 0 2px 0 2px;
    margin: 8px;
    flex-wrap: wrap;
}

.webste2 {
    margin-top: 8px;
    color: #424141;
}

.webste2 h3{
    color: #1f1f1f;
}

.webste2 p{
    color: #615f5f;
}

.proj2 a{
    color: #201df7;
    
}

/* .bt4{
    background-color: #1f1f1f;
    border-radius: 4px;
    width: 100%;
    height: 28px;
    
    box-shadow: 0 4px 8px rgb(62, 151, 253);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.bt4 a{
    font-size: 15px;
    

} */



/* .webste img{
    width: 100%;
    height: 50px;

} */

.webste:hover{
    box-shadow: 0 8px 16px rgb(52, 51, 53) ;
}


/* about this writing code  */

.makretba{
    margin-left: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.makretba .text-container3{
    font-size: 20px;
    color: black;
    font-weight: 500;
}


/* section of the system of game */

.skewed{
    width: 45em;
    color: #f1f1f1;
    display: flex;
    background: #111 ;
    margin: 2em 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
.text {
    padding: 1.5em;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}
a{
    color: #fff;
    text-decoration: 
    none ;
}

.image7{
    width: 35%;
    height: 17em;
    
    overflow: hidden;
    
    
}

.image::before{
 
    
    position: absolute;
    left: -6.1em;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    background: #111;
    width: 40%;
    height: 140%;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.skewed-left .image::before{
    transform:
    translateY(-50%) rotate(-20deg) ;
    left: initial;
    right: -6.1em;
}

img{
    
    width: 140%;
}


.form2{
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #1f1f1f;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 }

 iframe{
    
    width: 330px;
    height: 186px;
    
 }


 


.webste2 i{
    color: rgb(0, 60, 255);
    
}

 .star2{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .star2 i{
    color: rgb(20, 122, 255);
    font-size: 25px;
 }

@media (max-width: 1084px){
    .aboutplank{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .livechart2{
        width: 100%;
        
    }
}

@media (max-width: 780px){
    .mapsalgo{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
}



@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{
        
        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;
        
    }
    .firsthalf{
        display: flex;
        align-items: start;
        justify-content: right;
        text-align: center;
        margin-left: 20% ;
    }
    .secondhalf{
        width: 40%;
        margin: auto;
    }
    .rightnav{
        display: none;
    }
}


/* sekwed image system k liye */

@media screen and (max-width: 750px) {
    .skewed{
        display: block;
        width: 20em;

    }
    .image7{
        width: 100%;
        height: 350px;
    }

    .text{
        width: 90%;
    }
    img {
        width:160%;
    }
    .skewed .image::before{
        width: 120%;
        height: 40%;
        top: -5em;
        left: 50%;
        transform: translate(-50%) rotate(10deg);

    }
    .skewed-left .image::before{
        transform: translate(-50%) rotate(-10deg);
        top: initial;
        bottom: -5em;
    }
}



@media (max-width: 700px ){

    .secondhalf{
        width: 40%;
        margin: auto;
    }
    .firsthalf{
        display: flex;
        align-items: start;
        justify-content: right;
        text-align: center;
        margin-left: 10% ;
    }
    h2{
        display: none;
    }
    .btn5{
        width: 50%;
        height: 50px;
    }

   

   

    
}


@media (max-width: 991px ){
    
}

@media (max-width: 513px ){
    .secondhalf{
        width: 48%;
        margin: auto;
    }
    .firsthalf{
        display: flex;
        align-items: start;
        justify-content: right;
        text-align: right;
        margin-top: 20%;
        margin-right:25%;
        
    }
    .box-main{
        
        max-width: 100%;
        flex-direction: column;
        
    }


      .firstsection{
        height: 100vh;
    } 
    .text-container3{
        margin-top: 110px;
    }


   
        /* 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{
            font-size: 14px;
        }



    
    
    

    }

    @media (max-width: 440px ){
        .firstsection{
            height: 85vh;
        }
        /* .webste {
            width: 100%;
            height: 300px;
            border: 0px solid black;
            display: inline-block;
            margin: 10px;
            box-shadow: 0 4px 8px black;
            transition: 1s;
           
        
        } */

          .btn5 a{
            font-size: 23px;
            display: flex;
            align-items: center;
            justify-content: center;


        }

        
        .firstsection{
            height: 73vh;
        }




    }

    /* investor card desingn */

.payment34{
    width: 300px;
    height: 390px;
    border: 1px solid black;
    display: inline-block;
    margin: 10px;
    box-shadow: 0 4px 8px black;
    transition: 1s;
    font-family: "Ubuntu", sans-serif;
    border-radius: 1px;
    background-color: #ffffff;
    margin-top: 5%;  
     
 
 }
 .desc {
    padding: 0 2px 0 2px;
    
    margin: 10px;
    margin-top: 1px;
    
 }
 
 .desc p{
    color: #6b6a6a;
    
 }
 .desc i{
    color: #068bf8;
    
 }
 
 .payment34 img{
    height: 150px;
    width: 100%;
    border-radius: 1px 1px 0 0;
    /* box-shadow: 0 1px 2px rgb(85, 88, 85); */
    
 }
 .payment34:hover{
    box-shadow: 0 8px 16px rgb(85, 88, 85);
 }
 .paymentcourse{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* margin-top: 100px; */
    
    background-size: cover;
    background-color: #b2d3e0;
 }
 
 .btn78{
    width: 170px;
    height: 35px;
    border: 0;
    border-radius: 0 10px 10px 0px;
    background-color: 	#1f2020;
    box-shadow: 0 3px 8px #068bf8;
 }
 .btn78 a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 650;
    color: #f8f8f8;
 }
 .btn78 a:hover{
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
 }
 
 
 .plncourse{
    width: 100%;
    height: 80px;
    background-color: #b2d3e0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: "Ubuntu", sans-serif;
    font-weight: 800;
    
    background-size:cover ;
 }
 .pln34{
    font-size: 50px;
    color: #131d25;
    margin-top: 20px;
 }
 .pln36{
    font-size: 50px;
    color: #068bf8;
    margin-top: 20px;
    
 }
 
 
 .invester1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px;

   
 }



  /* whatsapp app icon */

  @import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.WA_Chat_Widget {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.WA_Chat_Widget .WA_FloatingButton{
    position: fixed;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}
.WA_Chat_Widget .WA_FloatingButton svg{
    width: 30px;
    height: 30px;
    fill: #4fce5d;
}
.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton{
    top: 20px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton{
    bottom: 20px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton{
    left: 20px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton{
    right: 20px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox{
    top: 110px;
}
.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox{
    bottom: 110px;
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox{
    left: 30px;
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox{
    right: 30px;
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox{
    left: 50%;
    transform: translateX(-50%);
}
.WA_Chat_Widget .WA_ChatBox{
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header{
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name{
    color: #fff;
    font-weight: 600;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time{
    color: #e4e4e4;
    font-size: 14px;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close{
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg{
    fill: #ffff;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body{
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: 0.1;
    z-index: 0;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message{
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username{
    color: darkgray;
    font-weight: 500;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content{
    font-size: 14px;
    color: #000;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer{
    padding: 20px;
    background-color: #fff;
    width: 100%;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn{
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp{
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
}

 .WA_FloatingButton{
  color: rgb(8, 9, 8);
  animation: blinkbuttonk 2s infinite;
}
@keyframes blinkbuttonk{
  10%{
    opacity: 0.9;
    
  }
  100%{
    opacity: 1;
    box-shadow: 1px 0px 10px rgb(0, 255, 128);
    color: rgb(6, 6, 6);
    
  }
}


  






 
 
