@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Afacad&family=Kanit:wght@300;500&family=Lato:ital,wght@0,400;1,400;1,700&family=Nunito:wght@500&family=Oswald&family=Poppins:wght@500&family=Rubik:wght@500&family=Sometype+Mono:wght@500&family=Teko&family=Young+Serif&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background-color: #05021A !important;
    overflow-x: hidden;
    width: 100%;
}
p{
    font-weight: 600 !important;
}
#home{
    background: rgb(5,2,26);
    background: linear-gradient(180deg, rgba(5,2,26,1) 0%, rgba(18,12,62,1) 49%, rgba(5,2,26,1) 100%);
}
html{
    scroll-behavior: smooth !important;
}

a:hover{
    text-decoration: none !important;
}
.menu-link{
    font-size: 14px !important;
}
.hero-title{
    font-size: 55px;
}
.hero{
    padding-top: 25% !important;
}
.hero h1{
    padding-top: 20% !important;
}
.adder h2{
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #4486ff91;
    position: relative;
    margin-top: 15% !important;
    font-size: 36px;
}
#adder1::after{
    content: '01';
    top: 0;
    left: 0;
    right: 0;
    color: white;
    position: absolute;
    margin-top: -5%;
    text-shadow: rgb(71, 71, 71) 2px 2px;
    font-size: 33px;
    transform: rotate(15deg);
}
#adder2::after{
    content: '02';
    top: 0;
    left: 0;
    right: 0;
    color: white;
    position: absolute;
    margin-top: -5%;
    text-shadow: rgb(71, 71, 71) 2px 2px;
    font-size: 33px;
    transform: rotate(15deg);
}
#adder3::after{
    content: '03';
    top: 0;
    left: 0;
    right: 0;
    color: white;
    position: absolute;
    margin-top: -5%;
    text-shadow: rgb(71, 71, 71) 2px 2px;
    font-size: 33px;
    transform: rotate(15deg);
}
.adder h2:hover{
    transform: translateY(-10px);
}
.navbar{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #05021A !important;
    z-index: 10000;
}

.upp{
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.upp:hover{
    transform: translateY(-10px);
}


.metatrader img{
    width: 100% !important;
}

.protect h1{
    font-size: 70px;
    text-shadow: black 2px 2px;
}
.protect p{
    text-shadow: black 2px 2px;
}
.another h1{
padding-top: 25%;
color: white;
font-size: 40px;
font-weight: 700;
}
.another p{
    color: gray;
    
}
.platform-hero{
    padding-top: 10%;
    padding-bottom: 10%;
}
.circle{
   
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.platform-hero h1{
    color: white;
    width: 100%;
    font-size: 100px;
    text-align: start;
    font-weight: 900;
    padding-top: 15%;
}

.platform-hero p{
    color: white;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}
.header {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 6rem;
	font-weight:  100;
	letter-spacing: 2px;
	text-align: center;
	color: #095d96;
	background-image: -webkit-linear-gradient(92deg, #ffffff, #171e5e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.floating-element {
   
    animation: floatAnimation 4s ease-in-out infinite; /* Adjust timing and animation type as needed */
  }
  
  
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px); /* Adjust the distance you want the element to float */
    }
    100% {
      transform: translateY(0);
    }
  }


.second-platform h1{
    padding-top: 25% !important;
}
.list h1{
    padding-top: 2%;
}
.list img{
    padding-top: 10% !important;
}
.platforms-card h2{
    text-align: center;
    width: 100% !important;
    font-weight: 900 !important;
}
.accounts-header h1{
    color: white;
    font-size: 70px;
    font-weight: 900;
    padding-top: 15%;
}
.accounts-header img{
    padding-top: 30%;
    margin:  0 auto;
}
.account-services h1{
    padding-top: 15%;
}
.blackout{
    background-color: rgba(0, 0, 0, 0.267);
    position: absolute;
    width: 100%;
    height: 100%;
}
.glass{
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.acc-services h1{
    color: white;
    padding-top: 10% !important;
}
.acc-services p{
    color: rgb(255, 255, 255);
}
.platform-header h1{
    color: white;
    padding-top: 30%;
    font-size: 65px;
    font-weight: 900;
}
.header{
    font-size: 75px !important;
}
#tv{
    border-left: solid white 0.3px;
    border-right: solid white 0.3px;
}
.what h1{
    font-size: 50px;
    font-family: 900;
}
.about-hero{
    padding-top: 10%;
}
.about-hero h1{
    font-size: 60px;
    font-weight: 900;
    padding-top: 25%;
}
.second-about h1{
    color: white;
    width: 100%;
    text-align: center;
    font-weight: 900;
}
.choose-image{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.we h1{
    padding-top: 10%;
}
.monaco h1{
    padding-top: 15%;
}


.accordion {
    background-color: #05021A;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    color: white;
  }
  
  .activesss, .accordion:hover {
    background-color: #05021A; 
    outline: none;
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: #05021A;
    overflow: hidden;
    border: none ;
    outline: none;
    color: white;
  }
  .panel:focus{
    outline: none !important;
  }
.market-header{
    padding-top: 15% !important;
}
.market-header h1{
    padding-top: 5%;
}




.layers{
    position: relative;
}
.layers img{
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: float;
}
.layer1{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20%;
    z-index: 10;
    animation-duration: 3s;
}
.layer2{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15%;
    z-index: 11;
    animation-duration: 2.3s;
}
.layer3{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 10%;
    z-index: 12;
    animation-duration: 4s;
}
.layer4{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5%;
    z-index: 13;
    animation-duration: 5s;
}
.layers h1{
    padding-top: 15%;
}
.layers p{
    padding-top: 5%;
}
@keyframes float{
    0% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-20px);
      }
      100% {
        transform: translateY(0);
      }
}
.otherview{
    height: 60vh;
}
.accounts img{
    width: 100%;
    padding-bottom: 5%;
}
.all-markets ul{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    width: 80%;
    gap: 10%;
}
.all-markets ul li a{
    background-color: black;
    display: inline-block;
    padding: 4% 8%;
    color: white;
    border-radius: 15px;
}
.lang{
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 1%;
    margin-top: 20%;
    gap:5%;
    display: flex;
    flex-direction: column;
    
}
.lang img{
    width: 35px;
    cursor: pointer;
    height: 35px;
    border-radius: 50%;
    margin-top: 15%;
    margin-bottom: 15%;
}
.warren{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    background-size: cover;
    background-image: url('/assets/images/forex/wb.jpg');
}
.footer-text{
    font-size: 14px;
    color: white;
}
/* Styles for desktop/laptop screens */
/* Assuming laptop width starts from 1024px */
@media only screen and (min-width: 1024px) {
    
}

/* Styles for tablets */
/* Assuming tablet width ranges from 768px to 1023px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bring img{
        margin: 0 auto !important;
    }
    .hero img{
        padding-top: 25%;
    }
    .lang{
        margin-top: 45%;
    }
    #layers{
        display: none;
    }
    .features div{
        text-align: center;
    }
    .features img{
        width: 100%;
    }
    .we img{
        padding-top: 25%;
    }
    .second-about img{
        margin-top: 15%;
    }
    .accounts img{
        padding-top: 25%;
    }
    .circle{
        display: none;
    }
    #allmarkets{
        display: none;
    }
}

/* Styles for mobile devices */
/* Assuming mobile width is up to 767px */
@media only screen and (max-width: 767px) {
    .hero img{
        width: 100%;
        margin: 0 auto;
    }
    .second div{
        padding-top: 5%;
    }
    .bring img{
       
        width: 100% !important;
        object-fit: cover !important;
        margin: 0 auto !important;
        display: flex;
        justify-content: center;
    }
    .platform-hero{
        padding-top: 25%;
    }
    .platform-hero h1{
        font-size: 40px;
    }
    .circle{
        width: 100%;
        margin: 0 auto !important;
    }
    #layers{
        display: none;
    }
    .about-hero img{
        width: 100%;
    }
    .we img{
        width: 100% !important;
    }
    .mobile img{
        padding-bottom: 5%;
        padding-top: 5%;
    }
    .lang{
        margin-top: 45%;
        margin-left: 90%;
        margin-right: 5%;
    }
    .header{
        font-size: 45px !important;
    }
    .protect .container{
        border-radius: 0px !important;
    }
    #allmarkets{
        display: none;
    }
    .market-header img {
        padding-top: 10% !important;
    }
    .logo{
        width: 50% !important;
    }

    .cfd{
        
    }
    .indices-header-img{
        width: 100% !important;
    }
    header{
        position: relative;
        z-index: 1000000000;
    }
    .wb-div{
        padding-top: 5%;
    }
    .wb-div img{
        width: 100% !important;
    }
    .commodities-header-img{
        width: 100% !important;
    }
    .shares-img-header{
        width: 80% !important;
        margin: 0 auto !important;
    }
    .platform-hero img{
        padding: 8% 0%;
    }
    .acc-header h1{
        font-size: 25px !important;
    }
}