* {
    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;
}
/* banner */
.top-bg-img {
    background: url(imagess/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_main {
    display: flex;
    justify-content: space-between;
}
.banner_col.col-1 {
    padding-top: 60px;
    max-width: 635px;
    width: 100%;
}
.banner_title h1 {
    font-size: 56px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 24px;
}
.banner_subtitle h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 24px;
}
.banner_btn a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: 3px solid #47BE68;
    border-radius: 50px;
    background: #47be68;
    transition: all 0.3s ease;
}
/* video trade */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}
.custom-thumbnail {
    background-image: url('../../dominionmarkets.com/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;
    color: white;
    text-shadow: 0 0 20px black;
}
#myVideo {
    width: 100%;
    height: 100%;
}
/* why_dominion */
.copy__trade {
    padding-top: 60px;
}
.copy__trade_main {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.copy__trade_main h1 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 32px;
}
.copy__trade_main p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.why_dominion {
    padding: 60px 0;
}
.why_dominion-main {
    background: url(imagess/copy-trading-work-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 99;
    border-radius: 25px;
    overflow: hidden;
}
.why_dominion-wrapper {
    display: flex;
    gap: 32px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.why_dominion-details-head h2 {
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}
.why_dominion-details {
    max-width: 55%;
    padding: 48px 18px 48px 0;
}
.why_dominion-details-para p {
    width: 100%;
    padding-top: 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.why_dominion-details-list {
    padding-top: 16px;
}
.why_dominion-details-list ul li {
    color: #fff;
    list-style: none;
    padding: 8px 0;
    font-size: 20px;
    line-height: 26px;
}
.why_dominion-details-list ul li i {
    font-size: 12px;
    color: #fff;
    padding-right: 8px;
}
.why_dominion-counting {
    width: 40%;
}
.why_dominion-counting-img {
    position: relative;
}
.why_dominion-counting-img img {
    position: absolute;
    top: 46px;
    left: 42px;
    width: 100%;
    max-width: 450px;
}
.why_dominion-details-list ul li b {
    font-weight: 600;
}
/* social trade */
.social-trade-inner {
    padding: 64px 0;
}
.social-icon-main {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.social-heading h2 {
    padding-bottom: 22px;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}
.social-heading p {
    padding-bottom: 42px;
    text-align: center;
    font-size: 22px;
    color: #666666;
}
.social-col-1 {
    border: 2px solid #cacaca;
    flex: 0 0 32%;
    max-width: 32%;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 24px;
}
.social-icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.social-icon img {
    width: 50px;
    height: 50px;
}
.social-icon h2 {
    color: #000;
    font-family: 'Gellix';
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
}
.social-head p {
    min-height: 90px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding-top: 12px;
}
.social_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}
.social_start_btn a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    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;
}
/* account */
.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%;
    flex-direction: column;
    align-items: center;
}
.account_details {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    text-align: center;
}
.account_details h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
}
.account_details p {
    color: #666666;
    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_prices-details h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    max-width: 410px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 16px;
}
.account_prices-details p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.account_prices {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}
.account_prices-card {
    border-radius: 24px;
    border: 1px solid rgb(0 0 0 / 20%);
    background: #f4f4f4;
}
.account_prices-card:hover, .activeAccount {
    border: 1px solid #47be68;
    cursor: pointer;
}
.account_prices-info {
    padding: 24px 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_icons img {
    max-width: 52px;
    width: 100%;
}
.account_prices-info_icons {
    display: flex;
    gap: 16px;
    align-items: center;
}
.account_prices-info_txt p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 12px;
}
.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;
}
/* top master */
.meetup_master_inner {
    padding: 60px 0;
}
.meetup_master_main {
    background: url(imagess/top-master-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}
.meetup_master_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.meetup_main_heading {
    padding: 48px 0;
}
.meetup_main_heading h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.meetup_image img {
    width: 100%;
}
.meetup_card {
    flex: 0 0 27%;
    max-width: 27%;
    position: relative;
}
.meetup_image::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(10, 39, 24, 1) 0%, rgb(15 54 31) 15%, rgba(0, 0, 0, 0) 100%);
}
.meetup_image {
    position: relative;
}
.meetup_username h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 6px;
}
.meetup_username h2 img {
    width: 30px;
    padding-left: 4px;
}
.meetup_user_details {
    display: flex;
    justify-content: space-between;
}
.meetup_content {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.meetup_user_col.col-2 p {
    text-align: end;
}
.meetup_user_col h5 {
    color: #47be68;
    font-size: 24px;
    line-height: 24px;
}
.meetup_user_col p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 6px;
}
.meetup_main_description p {
    padding: 48px 0 24px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}
.meetup_main_btn {
    text-align: center;
    padding-bottom: 48px;
}
.meetup_main_btn a {
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 3px solid #47BE68;
    border-radius: 40px;
    transition: 0.3s ease;
}
.meetup_main_btn a:hover {
    background: #47be68;
}
/* testimonl */
 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block !important;
}
 .testmonial_card {
     margin: 24px 0;
}
 .owl-carousel .owl-stage-outer {
     overflow: hidden;
}
 button.owl-prev {
     position: absolute;
     bottom: 50%;
     font-size: 36px !important;
     left: 15%;
     z-index: 999;
     color: #fff !important;
}
 button.owl-next {
     position: absolute;
     bottom: 50%;
     font-size: 36px !important;
     right: 15%;
     z-index: 999;
     color: #fff !important;
}
 button.owl-prev::after {
     content: "";
     width: 32px;
     height: 32px;
     background: #f2f2f2;
     position: absolute;
     top: 12px;
     left: -8px;
     z-index: -1;
     border-radius: 26px;
     transition: all 0.4s ease;
}
 button.owl-next::after {
     content: "";
     width: 32px;
     height: 32px;
     background: #f2f2f2;
     position: absolute;
     top: 12px;
     right: -8px;
     z-index: -1;
     border-radius: 26px;
     transition: all 0.4s ease;
}
 button.owl-next:hover::after {
     background: #47BE68;
}
 button.owl-prev:hover::after {
     background: #47BE68;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    color: #000;
}
.owl-carousel .owl-nav button.owl-next:hover span, .owl-carousel .owl-nav button.owl-next:hover span {
    color: #fff;
}
.owl-dots {
     position: relative;
     top: 16px;
     left: 0;
     text-align: center;
}
 button.owl-dot {
     width: 8px;
     height: 8px;
     border-radius: 16px;
     background: #f2f2f2 !important;
     margin: 0 8px;
}
 button.active {
     background: #47BE68 !important;
}
 .inner_testmonial {
     padding: 60px 0 0 0;
}
 .container_testmonial {
     max-width: 1300px;
     margin: 0 auto;
     padding: 0 32px;
}
 .testmonial_heading {
     text-align: center;
}
 .testmonial_heading h2 {
     color: #000;
     font-size: 42px;
     font-weight: 900;
     line-height: normal;
     padding-bottom: 10px;
}
 .testmonial_main {
     display: flex;
     align-items: center;
     gap: 30px;
}
 .testmonial_content {
     background-color: #fff;
     border-radius: 16px;
     box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 15%);
     display: flex;
     align-items: center;
     flex-direction: column;
     text-align: center;
     padding: 60px 25px 20px;
     position: relative;
}
 .double_comma_symbol {
     position: absolute;
     top: -20px;
}
.testmonial_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 12px;
}
.testmonial_content p {
     font-size: 15px;
     color: #707070;
}
 .testmonial_review {
     padding-top: 0px;
}
 .testmonial_review h2 {
     font-size: 17px;
     color: #47BE68;
     padding-top: 16px;
     padding-bottom: 8px;
}
 .testmonial_review span {
     color: #707070;
     padding-top: 8px;
}
.testmonial_card {
    max-width: 850px;
    margin: 24px auto;
}
@media (max-width: 1024px) {
    .custom-thumbnail {
        background-image: url('../../dominionmarkets.com/videos/copy-trading--2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .video-wrapper {
        width: 100%;
        height: auto;
    }
    .banner_title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner_subtitle h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        padding-bottom: 24px;
    }
    .meetup_main_description p {
        font-size: 20px;
    }
    button.owl-prev {
        left: 10px;
    }
    button.owl-next {
        right: 10px;
    }
    .account_wrapper {
        padding-top: 0;
    }
    .social-icon h2 {
        font-size: 24px;
        font-weight: 600;
    }
}
@media (max-width: 1000px) {
    .account_prices-info {
        flex-direction: column;
    }
    .account_prices-info_txt p {
        text-align: center;
    }
    .social-head p,
    .social-icon {
        width: 100%;
        padding: 12px 16px 0;
    }
    .testmonial_card {
        margin: 130px 12px 24px;
    }
    .testmonial_card {
        margin: 24px 12px;
    }
}
@media (max-width: 768px) {
    .banner_main {
        flex-direction: column;
        row-gap: 32px;
    }
    .banner_col-img {
        text-align: center;
    }
    .banner_col-img img {
        max-width: 450px;
        width: 100%;
    }
    .social-icon-main {
        flex-wrap: wrap;
    }
    .social-col-1 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .social-heading h2,
    .account_heading h2,
    .testmonial-head h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 42px;
    }
    .social_btn_main {
        gap: 12px;
        margin-top: 32px;
    }
    .account_contant {
    flex-direction: column;
}
.copy__trade_main h1, .testmonial_heading h2 {
    font-size: 32px;
    font-weight: 700;
}
.account_details {
    width: 100%;
    text-align: center;
    display:block !important;
}
.account_details h2, .account_details p {
    max-width: 100%;
    width: 100%;
}
.account_details h2 {
    font-size: 32px;
    font-weight: 700;
}
.testmonial_content p {
    margin-top: 15px;
}
    .account_prices {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    .account_prices-info,
    .account_prices-details {
        padding: 0;
    }
    .account_prices-info_icons {
        justify-content: center;
    }
    .account_prices-card {
        padding: 40px 30px;
    }
    .account_prices-info_list {
        padding-top: 24px;
        display: block !important;
    }
    .meetup_master_wrapper {
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .meetup_card {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .meetup_main_description p {
        font-size: 16px;
        padding: 36px 0;
    }
    .meetup_main_btn a {
        font-size: 16px;
    }
    .stock_trade_card {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 25px;
    }
    .why_dominion-main {
        padding: 48px 24px;
    }
    .why_dominion-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .why_dominion-details {
        max-width: 100%;
        padding: 0;
    }
    .why_dominion-details-list ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .why_dominion-details-head h2 {
        text-align: center;
    }
    .why_dominion-details-para {
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
    }
    .why_dominion-count-card h4 {
        font-weight: 400;
        font-size: 36px;
        line-height: 44px;
    }
    .why_dominion-count-card p {
        font-size: 24px;
        line-height: 32px;
    }
    .why_dominion-count-card {
        padding-bottom: 22px;
    }
    .why_dominion-counting {
        width: 100%;
    }
    .why_dominion-counting-img {
       text-align: center;
    }
    .why_dominion-counting-img img {
       position: unset;
    }

    .meetup_main_btn a,
    .social_start_btn a {
        padding: 12px 24px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 560px) {
    .account_prices-card {
        padding: 30px 20px;
        min-height: auto !important;
    }
    .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%;
    }
    .account_prices-card:hover, .activeAccount {
        border: 2px solid #47be68;
    }
    .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;
    }
    .social-col-1 {
        position: sticky;
        top: 186px;
    }
    .social-col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    button.owl-prev {
        left: 0px;
    }
    button.owl-next {
        right: 0px;
    }
    .social-heading p {
        font-size: 18px;
    }
    .social-heading {
        position: sticky;
        top: 32px;
    }
}
@media (max-width: 430px) {
    .social_start_btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
    .copy-trade-head h2,
    .account_heading h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .copy-trade-inner,
    .social-trade-inner {
        padding: 42px 0;
    }
    .account {
        padding-bottom: 42px;
    }
    .banner_title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_subtitle h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
    }
    .banner_stockicons img {
        max-width: 220px;
    }
    .stock_trade_card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 18px;
    }
    .why_dominion-details-head h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .why_dominion-count-card h4 {
        font-size: 28px;
        line-height: 34px;
    }
    .meetup_master_main {
        padding: 0 24px;
    }
    .meetup_main_heading h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
    }
    .meetup_master_wrapper {
        row-gap: 16px;
    }
    .meetup_card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .meetup_main_btn a {
        font-size: 14px;
    }
    .testmonial_content {
        padding: 24px 16px;
    }
}
@media (max-width: 330px) {
    .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;
    }
    .why_dominion-details-list ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}