@font-face {
    font-family: 'Satoshi';
    src: 
    url('../fonts/Satoshi-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SatoshiBlack';
    src: 
    url('../fonts/Satoshi-Black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SatoshiLight';
    src: 
    url('../fonts/Satoshi-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-color: #F9F9F9; */
    margin: 0;
    padding: 0;
    background: none;
    }
    #background-video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
        z-index: -1; /* Ensure it stays behind all other content */
        object-fit: cover;
    }

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #fff; */
    padding: 15px 30px;
    position: fixed;  /* Fixing the navbar at the top */
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo img{
    width: 90px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    position: relative;
}

.nav-links li a {
    color:#000;
    font-family: 'Satoshi';
    text-decoration: none;
    padding: 15px;
    display: block;
}
.nav-links li .active{
    color: #EE933C;
}
 .active{
    color: #EE933C;
}

.nav-links li:hover {
    background-color: #f0f0f0;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}

.dropdown-content li {
    width: 150px;
    text-align: center;
}

.dropdown-content li a {
    padding: 10px;
    display: block;
    color:black;
    text-align: center;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
}
.titlone{
    margin-top:90px;
    padding: 15px 30px;
    display: flex;
    flex-direction:column;
    align-items:center;
    gap: 20px;
}
.titlone img{
    width: 450px;
}

.cont{
    display: flex;
    flex-direction: column;
}

.cont .contone{
    font-family:'Raleway',sans-serif;
    color: #fff;
    font-weight: 700;
}
.cont .conttwo{
    font-family:'Raleway',sans-serif;
    color: #EE933C;
    font-style: italic;
}
.cont .minicont{
    font-family:'Raleway',sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 17px;
}
.cont .holder{
font-family: 'SatoshiLight';
color: #fff;
font-weight: 400;
font-size: 14px;
}
.tiletwo{
    margin-top:20px;
    padding-top:10px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    flex-direction:column;
    align-items:center;
    gap: 20px;
    /* background-color: #fff; */
    margin-bottom: 10px;
}
.tiletwo .hold{
    font-family:'Raleway',sans-serif;
    color: #fff;
}
.tiletwo .pow{
    color: #fff;
    font-family:'Raleway',sans-serif;
}
.tiletwo .pow .rwd{
    font-size:20px;
}
.tiletwo .pow .span{
    color: #EE933C;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
}
.tiletwo .pow .mini{
    margin-top: 10px;
    font-family: 'SatoshiLight';
    font-size: 14px;
}
.tiletwo .hold .span{
    font-family:'Raleway',sans-serif;
    color: #EE933C;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
}
.tiletwo .hold .wrd{
    font-size:20px;
}
.tiletwo .hold .mini{
    margin-top: 10px;
    font-family: 'SatoshiLight';
    font-size: 14px;
}
.tiletwo img{
    width: 100%;
    border-radius: 10px;
}
.cv{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.vc{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.vc .pow img{
    width:190px;
}
.cv .hold img{
    width:190px;
}
.cv img{
    width: 450px;
}
.vc img{
  width:450px;
}

.milestone{
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.milestone span{
    color: white;
    font-family: 'SatoshiBlack';
    color: #EE933C;
    font-style: italic;
}
.milestone .tone{
    color: white;
    font-family: 'SatoshiBlack';
    padding-top: 10px;
}

.services{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top:20px;
    padding-left: 30px;
    padding-right: 30px;
    }

.services .ton {
    font-family:'Raleway',sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
    font-size:20px;
}
.services .ton span{
    font-style: italic;
    color: #EE933C;
    font-weight: 600;
    font-size: 20px;
    font-family:'Raleway',sans-serif;
}
.services .serviceholder{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 15px;
}
.career .serviceholder{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 15px;
}
.content-wrapper {
    position: relative;
    width: 250px;
    color: white;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hidden-content {
    display: flex;
    justify-content: end;
    font-family:'Raleway',sans-serif;
    padding-bottom: 20px;
    align-items: flex-start;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius:10px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-direction: column;
}

.content-wrapper:hover .hidden-content {
    opacity: 1;
}

.main-content {
    z-index: 1;
    width: 100%;
    height: 350px;
    border-radius:10px;
}

.main-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
    
}

.hidden-content p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.hidden-content a {
    text-decoration: none;
    font-family:'Raleway',sans-serif;
    width: 150px;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    border: white 1px solid;
    transition: background-color 0.3s ease;
}
.hidden-content img{
    width: 100px;
    padding-bottom: 10px;
    }

.tech{
    margin-top:20px;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 20px;
    /* background-color: #fff; */
}
.tech .tnote .thead{
    font-family:'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.tech .tnote .tedge{
    color: #fff;
    font-family:'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.tech .tnote .tspan{
    font-family:'Raleway',sans-serif;
    color: #EE933C;
    font-style: italic;
    font-weight: 800;
}
.tech svg{
    width:350px;
}
.career{
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.career .chead{
    font-family:'Raleway',sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.career .ctitle{
    font-family:'Raleway',sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.community{
    display: flex;
    flex-direction:column;
    padding-left: 30px;
    padding-right: 30px;
    gap:10px;
    align-items:center;
}
.community img{
    width: 350px;
}
.community .comhead{
    display: flex;
    flex-direction: column;
}
.community .comhead .csubhead{
    font-family:'Raleway',sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight:600;
    padding-bottom: 10px;
}
.community .comhead .cspan{
    font-family:'Raleway',sans-serif;
    color: #EE933C;
    font-style: italic;
    font-weight: 800;
}

.community .comhead .cdetail{
    font-family:'Raleway',sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
}
.community .comhead img{
    width: 200px;
    padding-bottom: 20px;
}
.community .comhead a{
    background: #EE933C;
    border-radius: 10px;
    width: 250px;
    padding-top: 10px;
    font-style: 400;
    padding-bottom: 10px;
    text-decoration: none;
    color: white;
    font-family:'Raleway',sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.contact{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    display:flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
    background-color: #fff;
    align-items: center;
}
.contact img{
    margin-bottom: 10px;
    width: 350px;
}
.contact .form{
    display: flex;
    flex-direction:column;
    width: 100%;
}

.contact .form .contHead{
    font-family:'Raleway',sans-serif;
    font-weight: 700;
    font-size:30px;
    padding-bottom: 9px;
}

.contact .form img{
    width:250px;
    margin-bottom: 20px;
}

.contact .form form{
    border:#757575 1px solid;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:20px;
    padding-bottom:20px;
}

.contact .form form .formfield{
    display: flex;
    flex-direction:column;
    margin-bottom: 15px;
    font-family: 'SatoshiLight';
}
.contact .form form .formfield span{
    padding-bottom:5px;
    font-size:15px;
}
.contact .form form .formfield input{
    font-family: 'SatoshiLight';
    padding: 10px;
    border-radius: 9px;
    outline: none;
    border:#757575 0.01rem solid;
}
.contact .form form .formfield textarea{
    font-family: 'SatoshiLight';
    padding: 10px;
    border-radius: 9px;
    outline: none;
    border:#757575 0.01rem solid;
}
.contact .form form .formfield select{
    font-family: 'SatoshiLight';
    padding: 10px;
    border-radius: 9px;
    outline: none;
    border:#757575 0.01rem solid;
}

.contact .form form button{
    margin-top: 15px;
    width: 100%;
    background-color: #EE933C;
    outline: none;
    border:none;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom:15px ;
    font-family: 'SatoshiLight';
    font-size: 15px;
    color:#fff;
}

footer {
    color: white;
    /* background-color: black; */
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    font-family:'Raleway',sans-serif;
}

footer .foothead{
    display:flex;
    flex-direction:column;
    padding-left:30px;
    padding-right:30px;
    font-family:'Raleway',sans-serif;
    padding-top:40px;
    padding-bottom:40px;
    font-size: 15px;
}
footer .footmedia{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .footbody{
    padding-left:30px;
    padding-right:30px;
    padding-top:30px;
    padding-bottom:30px;
    display:flex;
    flex-direction: column;
}
footer .footbody .img{
    display:none;
}

footer .footbody .one{
    display:flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-family: 'Satoshi';
}
footer .footbody .one img{
    width:150px;
    margin-top:10px;
    margin-bottom:10px;
}
footer .footbody .one .onhead{
    font-family:'SatoshiLight';
    font-weight: 600;
    font-size: .98em;
}

footer .footbody .one ul {
    list-style-type: none;
}
footer .footbody .one ul a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: .85rem;
}

footer .footbody .one .ontitle{
    font-size:.85rem;
    font-weight: 500;
    margin-bottom: 10px;
}
footer .one form {
    display: flex;
    align-items: center;
    }
footer .one form input{
    padding: 10px;
    border-radius: 10px;
    background-color: #1D1919;
    width: 250px;
    font-family: 'SatoshiLight';
    height: 48px;
    color:white;
    outline: none;
    border: none;
}
footer .one form button{
    font-size: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 48px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
    background-color: #EE933C;
    color: white;
    font-family:'SatoshiLight';
    font-weight: 500;
    border:none;
    outline:none;
}

footer .footfoot{
    display:flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #EE933C;
    flex-direction: column;
    font-weight: 500;
    font-family:'Satoshi',sans-serif;
}
footer .footfoot span{
    font-size:.85em
}
footer .footfoot ul{
    list-style-type: none;
    display: flex;
    gap: 10px;
}
footer .footfoot ul a{
    text-decoration: none;
    color:#fff;
    font-size: .85em;
    font-weight: 500;
}
/* Academy Styling */
.bag img{
    width: 100%;
    object-fit: contain;
    margin-top: 90px;

}
.tab-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    width: 400px;
}

.tab-button {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 180px;
    font-family: 'SatoshiLight',sans-serif;
    font-weight: 700;
    color: black;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    background-color: #fff;
    color: #EE933C;
}

.tab-button:hover {
    background-color: #bbb;
}

.tab-content {
    padding: 20px;
    
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}
.cards-wrapper {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 15px;
}
.card-container {
    perspective: 1000px;
}
.card {
    width: 300px;
    height: 350px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s;
}
.card-container:hover .card {
    transform: rotateY(180deg);
}
.card-front, .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Raleway',sans-serif;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-front {
    background-color: #f9f7f7;
    padding: 20px;
    color: black;
    font-size: 14px;
    font-weight: 600;
}
.card-front img{
    width:250px;
}

.card-back {
    padding: 25px;
    background-color: #EE933C;
    color: white;
    transform: rotateY(180deg);
    text-align: left;
}
.card-back ul li{
    font-size: 12px;
    line-height: 20px;
}
.card-back h2{
    font-size: 15px;

}
.tch{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.tch .tnote .tspan{
    color:#EE933C;
    font-weight: 800;
}
.tch .brokers{
    display: flex;
    gap: 10px;
}
.tch img{
    width: 150px;
    object-fit: contain;
    height: 150px;
}
.tch .tnote .tedge{
    font-family:'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.faq{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.faq .tnote .tedge{
    font-family:'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
}
.faq .tnote .tspan{
    color:#EE933C;
    font-weight: 800;
}
.accordion {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item:last-child {
    border-bottom: none;
}

/* Hide the checkbox (it will control the state) */
.accordion-item input {
    display: none;
}

/* Style the accordion header */
.accordion-header .plus{
    font-size: 40px;
    color: black;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    background-color: #F6F6F6;
    color: black;
    align-items: center;
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px 5px 0 0;
}

/* Style the content area */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
    background-color: #fafafa;
    font-family: 'Raleway',sans-serif;
    padding: 0 15px;
}

/* When the input is checked, expand the content */
.accordion-item input:checked ~ .accordion-content {
    max-height: 200px; /* Set a reasonable height */
    padding: 15px;
    border-radius: 0 0 5px 5px;
}

/* Smooth collapse */
.accordion-content p {
    margin: 10px 0;
}
/* Academy styling ends here */

/* Copytrading Styles */
.spacerUp{
    margin-top: 120px;
}

.contact .mart {
    background-color: #EE933C;
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    width: 250px;
    text-align: center;
    font-weight: 700;

}
/* Copytrading Styles end */

/* media Style starts here */
.carousel-wrapper {
    display: flex;
    width: 100%;
    padding-left:30px;
    padding-right:30px;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.carousel::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.slides {
    display: flex;
}

.slide {
    flex: 0 0 auto;
    width: 300px;
    border-radius: 13px;
    background-color: #D9D9D9;
    margin: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.slide .img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 13px;
    }


.prev {
    margin-right: 10px;
}

.next {
    margin-left: 10px;
}

.prev, .next {
    border: none;
color: black;
background: transparent;
padding: 10px;
font-size: 50px;
font-family: 'Raleway', sans-serif;
cursor: pointer;
z-index: 10;
}

.prev {
    margin-right: 10px;
    font-family: 'Raleway', sans-serif;
}

.next {
    margin-left: 10px;
    font-family: 'Raleway', sans-serif;
}
/* media Style ends here */

/* Responsive Styles */

@media  screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
    }

    .nav-links li {
        text-align: left;
        width: 100%;
    }

    .nav-links li a {
        padding: 20px;
        text-align: center;
        color:black;
    }
    

    .dropdown-content  {
        position: relative; 
        display: none;
        width: 100%; 
        text-align: left; 
        color:#536877;
    }

    .dropdown .dropbtn {
        display: flex;
        justify-content: space-around;
        text-align: center;
        color:#536877;
    }

    .dropdown-content li {
        width: 100%;
    }
    .dropdown-content li a{
        color: #000;
    }

    .burger {
        display: flex;
    }

    .nav-active {
        display: flex;
    }

    .dropdown-active .dropdown-content {
        display: block;
    }

    /* Burger animation */
    .burger.toggle .line1 {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .burger.toggle .line2 {
        opacity: 0;
    }

    .burger.toggle .line3 {
        transform: rotate(45deg) translate(-5px, -5px);
    }
}

@media only screen and (min-width: 768px) {
    .nav-links li a {
        padding: 20px;
        text-align: center;
        color:black;
    }
   
}

@media only screen and (min-width: 920px) {
    .dropdown-content li a{
        color: #000;
    }
    .nav-links li a {
        color:#fff;
    }
    .titlone img{
        width: 250px;
      }
      .cv img{
        width: 250px;
    }
    .vc img{
      width:250px;
    }
    .vc .pow img{
        width: 80px;
    }
    .cv .hold img{
        width: 80px;
    }
    .tech svg{
        width: 350px;
    }
    .carousel-wrapper{
        padding-left:60px;
    padding-right:60px;
    }
  .titlone{
    flex-direction: row;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 120px;
  }
  .tiletwo{
    padding-left: 60px;
    padding-right: 60px; 
  }
  .cv{
    align-items: center;
    flex-direction:row;
    gap: 35px;
    }
  .vc{
    align-items: center;
    flex-direction:row;
    gap: 35px;
    }
  .services{
    padding-left: 60px;
    padding-right: 60px;
  }
.services .serviceholder{
    flex-direction: row;
    gap: 10px;
}

.tech{
    flex-direction:row;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-around;
    padding-top: 0px;
    gap:10px;
}
.tech svg{
    width: 400px;
}

.career .serviceholder{
    flex-direction: row;
    padding-left: 60px;
    padding-right: 60px;
}

.main-content{
    width: 350px;
    height: 300px;
}

.hidden-content{
    padding-left: 20px;
}

.community{
    flex-direction: row;
    padding-left: 60px;
    padding-right: 60px;
    justify-content: space-around;
    gap:20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact{
    flex-direction: row;
    justify-content: space-around;
    padding-left: 60px;
    padding-right: 60px;
}
.contact img{
    width:400px;
    object-fit:contain;
    margin-left: 20px;
}
.contact .form{
    width:450px;
}
footer .footmedia{
    width: 300px;
}
footer .foothead{
    flex-direction: row;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
}
footer .footbody{
    flex-direction:row;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 30px;
    gap:10px;
}
footer .footbody .img{
    display:block;
    height: 170px;
}
footer .footfoot{
    flex-direction:row;
    justify-content: space-between;
}
  
}

@media only screen and (min-width: 1024px) {
    footer .footbody{
        flex-direction:row;
        justify-content: space-between;
        padding-left: 90px;
        padding-right: 90px;
        gap:10px;
    }
   
    .titlone{
        padding-left:90px;
        padding-right:90px;  
    }
    .cont .contone{
        font-size:40px;
    }
    .cont .conttwo{
        font-size:35px;
    }
    .cont .minicont{
        font-size:25px;
    }
    .cont .holder{
        font-size:17px;
    }
    .tiletwo .hold .wrd{
        font-size: 25px;
    }
    .tiletwo .pow .rwd{
        font-size: 25px;
    }
    .tiletwo .hold .mini{
       font-size: 17px;
    }
    .tiletwo .pow .mini{
       font-size: 17px;
    }
    .tiletwo{
        padding-left:90px;
        padding-right:90px;
    }
    .services{
        padding-left:90px;
        padding-right:90px;
      }
    .services .ton{
font-size:25px;
    }
    .services .ton span{
font-size:25px;
    }
    .content-wrapper{
        width: 350px;
    }
    .main-content{
        height: 450px;
    }
    .tech .tnote .thead{
        font-size:40px;
        font-weight: 800;
    }
    .tech .tnote .tedge{
        font-size:40px;
        font-weight: 800;
    }
    .tch .tnote .tedge{
        font-size: 40px;
    }
    .tch .tnote .tspan{
        font-size: 40px;
        font-weight: 800;
    }
    .career{
        padding-left:90px;
        padding-right:90px;
    }
    footer .foothead{
        padding-left: 90px;
        padding-right: 90px;
    }
    footer .footbody{
        padding-left: 100px;
        padding-right: 100px;
    }
    footer .footfoot{
        padding-left: 90px;
        padding-right: 90px;
    }
    .dropdown-content li a{
        color: #000;
    }
}

@media only screen and (min-width: 1200px) {
    
}

@media only screen and (min-width:1300px){
    .cards-wrapper{
        flex-direction:row;
        flex-wrap:nowrap;
    }
}
@media only screen and (min-width:1400px){
    
}