* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-style: normal;
}
body {
    background:#fafbfa;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
}

.navigation {
    background: #1c3042 !important;
    padding: 24px 0;
}

/* copy trade */
.copy-trade-inner {
    padding: 64px 0;
}
.copy-trade-main {
    background-image: url(image/copy-trading-mobiles.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 108px 36px;
    overflow: hidden;
}
.copy-trade-head h2 {
    font-size: 42px;
    font-weight: 900;
}
.copy-trade-para p {
    padding: 24px 0 42px;
    font-size: 18px;
    line-height: 22px;
    width: 650px;
}
.trade-copy-img img {
    width: 515px;
}
.copy-trade-btn {
    display: block;
}
.copy-trade-btn a {
    display: inline-block;
    background-color: #47BE68;
    border: 2px solid #47BE68;
    padding: 10px 30px;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}
.copy-trade-btn a:hover {
    background-color: transparent;
    color: #47BE68;
}
.copy-trade-col-2 {
    display: none;
}
.copy-trade-col-2 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.copy-trade-img {
    display: none;
}
.copy-trade-img img {
    width: 100%;
}
/* video trade */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}
.custom-thumbnail {
    background-image: url('../videos/copy-trading--02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#customThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon {
    font-size: 60px; /* Adjust size as needed */
    color: white;
    text-shadow: 0 0 20px black;
}
#myVideo {
    width: 100%;
    height: 100%;
}
/* social trade */
.social-trade-inner {
    padding: 64px 0;
}
.social-icon-main {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.social-heading h2 {
    padding-bottom: 42px;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}
.social-col-1 {
    background-color: #f2f2f2;
    width: 100%;
    padding: 34px 0 24px;
    border-radius: 20px;
    flex: 0 0 33%;
    max-width: 33%;
}
.social-icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 268px;
    margin: 0 auto;
}
.social-icon img {
    width: 50px;
    height: 50px;
}
.social-icon h2 {
    font-size: 32px;
    font-weight: 700;
}
.social-head p {
    font-size: 16px;
    margin: 0 auto;
    width: 268px;
    padding-top: 12px;
}
.social_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 42px;
}
.social_start_btn a {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid #47BE68;
    border-radius: 40px;
    transition: 0.3s ease;
}
.social_start_btn.social-active a {
    background-color: #47BE68;
    color: #ffffff;
}
.social_start_btn.social-active a:hover {
    background-color: transparent;
    color: #000;
}
.social_start_btn a:hover {
    background-color: #47BE68;
    color: #ffffff;
}
/* testmonial */

.testmonial-card {
    display: flex;
    gap: 32px;
    justify-content: center;
}
.testmonial-head h2 {
    padding-bottom: 42px;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}
.testmonial-card-icons img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}
.testmonial-card-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
}
.testmonial-card-icons {
    padding-top: 12px;
}
.testmonial-card-img img {
    width: 100%;
    height: auto;
}
.testmonial-card-head {
    text-align: center;
    padding-top: 16px;
}
.testmonial-card-head h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.testmonial-card-head p {
    font-size: 18px;
    line-height: 24px;
    /* padding-top: 4px; */
}
.testmonial-card-btn {
    padding: 24px;
}
.testmonial-card-btn a {
    background: #f9f9f9;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 40px;
    transition: all 0.3s ease;
    width: 100%;
    height: 48px;
}
.testmonial-card-btn a:hover {
    color: #fff;
    background: #47BE68;
}

.testmonial-card-graph-num {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testmonial-card-graph-col1 {
    max-width: 75px;
    height: auto;
    text-align: center;
}
.testmonial-card-graph-col1 h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #47be68;
    padding-bottom: 4px;
}
.testmonial-card-graph-col1 p {
    font-size: 18px;
    line-height: 22px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
button.owl-prev {
    position: absolute;
    bottom: 255px;
    font-size: 36px !important;
    left: -36px;
    z-index: 999;
    color: #47be68 !important;
}
button.owl-next {
    position: absolute;
    bottom: 255px;
    font-size: 36px !important;
    right: -36px;
    z-index: 999;
    color: #47be68 !important;
}
button.owl-prev::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #EDF4F6;
    position: absolute;
    top: 12px;
    left: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.3s ease;
}
button.owl-prev:hover {
    color: #fff !important;
}
button.owl-prev:hover::after {
    background: #47be68;
    color: #fff;
}
button.owl-next::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #EDF4F6;
    position: absolute;
    top: 12px;
    right: -8px;
    z-index: -1;
    border-radius: 26px;
    transition: all 0.3s ease;
}
button.owl-next:hover {
    color: #fff !important;
}
button.owl-next:hover::after {
    background: #47be68;
    color: #fff;
}
.owl-dots {
    position: relative;
    top: 16px;
    left: 0;
    text-align: center;
}
button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: #d5dfe2 !important;
    margin: 0 8px;
}
button.active {
    background: #47be68 !important;
} 


/* FAQs */
.faqs {
    padding: 64px 0;
}
.faqs_main {
    max-width: 815px;
    margin: 0 auto;
}
.faqs_heading h2 {
    font-family: 'Gellix';
    color: #000;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 24px;
    text-align: center;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #47BE68;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 18.4px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #47BE68;
}
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #47BE68;
    border: 1px solid #47BE68;
}
span.accordion-title {
    font-weight: 500;
    padding-left: 8px !important;
}
.accordion button .accordion-title {
    padding: 16px 24px 16px 0;
}
.accordion button .icon {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 4px;
    width: 15px;
    height: 3px;
    background: #47BE68;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 10px;
    width: 3px;
    height: 15px;
    background: #47BE68;
}
.accordion button[aria-expanded='true'] {
    color: #47BE68;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding: 0 0 20px 0;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 16px;
    margin: 32px 0;
}
.account {
    padding-bottom: 64px;
}
.account_heading h2 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
}
.account_wrapper {
  padding-top: 48px;
}
.account_contant {
  display: flex;
  gap: 50px;
  max-width: 100%;
}
.account_details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
}
.account_details h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.account_details p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.account_details-list ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    list-style: decimal;
    padding: 8px;
    margin-left: 24px;
}

.account_details-btn {
  border-radius: 42px;
  background: #47be68;
  width: 259px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  cursor: pointer;
}
.account_details-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.account_prices {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.account_prices-card {
  border-radius: 24px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(71, 190, 104, 0.15);
}
.account_prices-card:hover, .activeAccount {
  border: 2px solid #47be68;
  cursor: pointer;
}
.account_prices-info {
  padding: 41px 30px;
  text-align: left;
}
.account_prices-info_txt h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
}
#account_prices-info_txt-h2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.account_prices-info_txt p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  /* width: 370px; */
}
.account_prices-info_price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.account_prices-info_price h1 {
  color: #000;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}
.account_prices-info_price h1 sup {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding-right: 8px;
}
.account_prices-info_price p {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.account_prices-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.account_prices-info_price-txt {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.account_prices-info_price-txt h6 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.account_prices-info_list {
  display: none;
}
@media (max-width: 1024px) {
    .custom-thumbnail {
        background-image: url('../videos/copy-trading--2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .copy-trade-main {
        padding: 42px 36px;
    }
    .copy-trade-para p {
        padding: 16px 0 28px;
        width: 400px;
    }
    .video-wrapper {
        width: 100%;
        height: auto;
    }
    .social-icon h2 {
        font-size: 24px;
        font-weight: 600;
    }
  .account_details-list ul {
    grid-template-columns: 45% 47%;
  }
  .account_prices-info {
    padding: 30px 15px;
  }
  .account_main {
    padding: 20px 0;
  }
  .account_prices-info_txt {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.account_prices-info_price {
    display: flex;
    flex-direction: column;
    align-items: center;
}
button.owl-next {
        right: 0;
    }
    button.owl-prev {
        left: 0;
    }
}
@media (max-width: 1000px) {
    .account_prices-info {
        flex-direction: column;
    }
    .account_prices-info_txt p {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .trade-video-inner {
        padding-top: 42px;
    }
    .navigation {
        background: #1c3042 !important;
    }
    .copy-trade-btn {
        display: none;
    }
    .social-icon-main {
        flex-wrap: wrap;
    }
    .social_start_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
    .copy-trade-col-2 {
        display: block;
        margin-top: 24px;
    }
    .social-col-1 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .copy-trade-head h2, .social-heading h2, .account_heading h2, .testmonial-head h2, .faqs_heading h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }
  .account_details {
    display: none !important;
  }
  .account_prices {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .account_prices-info,
  .account_prices-details {
    /* padding: 40px 30px; */
    padding: 0;
  }
  .account_prices-card {
    padding: 40px 30px;
  }
  .account_prices-info_list {
    padding-top: 32px;
    display: block !important;
  }
}
@media (max-width: 560px) {
  .account_prices-card {
    padding: 30px 20px;
  }
  .account_heading p, .account_details-list ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .account_prices-info {
    flex-direction: column;
    gap: 30px;
  }
  .account_prices-info_txt {
      text-align: center;
  }
  .account_prices-info_txt h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .account_prices-info_txt p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .activeAccount {
    border: 2px solid #fff;
    cursor: pointer;
  }
  .account_prices-info_price {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }
  .account_details-list ul {
    grid-template-columns: 100%;
  }
  .account_details-btn {
    width: 100%;
  }
  .account_prices-info_price-txt {
    display: flex;
  }
  .account_prices-info_price p {
    display: none;
  }
  .account_prices-card {
    position: sticky;
    top: 32px;
    min-height: 555px;
  }
  .copy-trade-main {
        background: #f2f2f2;
        padding: 0;
  } 
  .copy-trade-img {
        display: block;
    }
    .copy-trade-head {
        padding: 32px 24px 0 24px;
    }
    .copy-trade-para {
        padding: 0 24px;
    }
  .copy-trade-para p {
    width: 100%;
  }
  .copy-trade-col-1 {
    text-align: center;
  }
    span.accordion-title {
        font-size: 16px;
        font-weight: 400;
    }
    .social-col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .social-heading {
        position: sticky;
        top: 52px;
    }
    .social-col-1 {
        position: sticky;
        top: 128px;
    }
}
@media (max-width: 500px) {
    .testmonial-card-graph-col1 h4 {
    font-size: 22px;
}
.testmonial-card-graph-col1 p {
    font-size: 14px;
}
.testmonial-card-graph-num {
    padding: 0 8px;
}
.testmonial-card-img img {
    width: 100%;
     height: 55px; 
}
.testmonial-card-head h3 {
    font-size: 14px;
    line-height: 22px;
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.testmonial-card-icons img {
    max-width: 75px;
    max-height: 75px;
    margin: 0 auto;
}
    .testmonial-card-btn a {
        height: 36px;
        font-size: 12px;
        line-height: 12px;
    }
    .testmonial-card-head p {
        min-height: 28px;
        width: 100px;
        font-size: 10px;
        line-height: 14px;
        margin: 0 auto;
    }
    button.owl-prev, button.owl-next {
        bottom: 50%;
    }
    .testmonial-card-img img {
        width: 100%;
        height: 70px;
    }
    .testmonial-card-head {
        padding-top: 8px;
    }
    .testmonial-card-btn {
        padding: 12px 8px;
    }
}
@media (max-width: 430px) {
    .container {
        /* padding: 0 16px; */
    }
    .navigation {
        padding: 20px 0;
    }
    .trade-video-inner, .trade-video-inner .container {
        padding: 0;
    }
    .video-wrapper {
        width: 100%;
        height: auto;
    }
    .social_start_btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
    .copy-trade-head h2, .social-heading h2, .account_heading h2, .testmonial-head h2, .faqs_heading h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .copy-trade-inner, .social-trade-inner, .testmonial, .faqs {
        padding: 42px 0;
    }
    button.owl-next {
        right: -12px;
    }
    button.owl-prev {
        left: -12px;
    }
    .account {
        padding-bottom: 42px;
    }
    .testmonial-card-graph-col1 h4 {
        font-size: 20px;
    }
    .testmonial-card-graph-col1 p {
        font-size: 12px;
    }
    .testmonial-card-graph-num {
        padding: 0 8px;
    }
    .testmonial-card-graph-col1 {
        max-width: 55px;
    }
}
@media (max-width: 320px) {
  .account_prices-info_txt h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .account_prices-info_price h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .account_prices-info_price-txt h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .social_start_btn a {
    padding: 10px;
    font-size: 10px !important;
  }
  .social-icon, .social-head p {
    width: 224px;
  }
}



