@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Kanit", sans-serif;
    scroll-behavior: smooth;
}

a{
    color: unset;
    text-decoration: none;
}

.title span {
    background: linear-gradient(90deg, #1540D7, #21DDB2);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button{
    cursor: pointer;
    transition: .3s ease 0s;
}
.button:hover{
    background: linear-gradient(90deg,#1540D7,#21DDB2);
    color: white !important;
}


.flex {
    display: flex;
}

.gap-3 {
    gap: 15px;
}

body {
    padding: 0;
    margin: 0;
}

.container-fxgt {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* section 1 */

.sec-1 {
    position: relative;
    box-shadow: #1667CB 0px 0px 8px;
    padding: 1.5rem;
    border-radius: 10px;
    background-image: url('/broker-review/fxgt/assets/banners/banner-1.png');
    /* background-position: 25% 0%; */
    background-position: center;
    background-size: cover;
    height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.sec-1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, .7) 0%, rgba(255, 0, 0, 0) 100%);
    z-index: 1;
}

.sec-1 .logo {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.sec-1 .content-fxgt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.sec-1 .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-1 .content-fxgt .button {
    width: 40%;
    padding: .5rem 1rem;
    border-radius: 50px;
    background-color: #21DDB2;
    border: none;
}

/* section 2 */

.sec-2 {
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: #1667CB 0px 0px 8px;
    display: flex;
    align-items: center;
}

.sec-2 .img {
    flex-grow: 1;
    max-width: 50%;
    display: grid;
    place-items: center;
}

.sec-2 .content-fxgt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-2 .content-fxgt .title {
    line-height: 1;
    font-size: 200%;
}

.sec-2 .content-fxgt .title span {
    background: linear-gradient(90deg, #1540D7, #21DDB2);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sec-2 .grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
}

.sec-2 .grid .box {
    display: flex;
    flex-direction: column;
}

.sec-2 .grid .box>div {
    font-size: 110%;
}

.sec-2 .grid .box .text-gray {
    color: #A3A3A3;
}

/* section 3 */

.sec-3 {
    padding: 1rem;
    white-space: wrap;
}

/* section 4 */

.sec-4 {
    display: flex;
    gap: 25px;
    padding-right: 10px;
    margin-bottom: 1rem;
}

.sec-4 .bar {
    width: 85px;
    border-radius: 0 35px 35px 0;
    background: linear-gradient(0deg, #1540D7 0%, #21DDB2 100%);
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.sec-4 .bar .text {
    position: relative;
    writing-mode: vertical-lr;
    font-size: 150%;
    color: white;
}

.sec-4 .vdo-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec-4 .vdo-list .item {
    border-radius: 10px;
    overflow: hidden;
    width: 457px;
    height: 251px;
}

.sec-4 .vdo-list .item:nth-child(4),
.sec-4 .vdo-list .item:nth-child(5) {
    display: none;
}

.sec-4 .content-fxgt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: #1667CB 0px 0px 8px;
}

.sec-4 .content-fxgt .title {
    font-size: 200%;
    background: linear-gradient(90deg, #21DDB2, #1540D7);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-4 .content-fxgt ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-4 .content-fxgt ul li {
    padding: 10px 0;
}

.sec-4 .content-fxgt ul li:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}


.sec-4 .content-fxgt ul li a {
    text-decoration: none;
    color: #535353;
}

/* banner 2 */
.banner-2 .mobile,
.banner-2 .tablet,
.banner-2 .pc {
    border-radius: 15px;
}

/* banner 2 devices */
.banner-2 .tablet,
.banner-2 .mobile {
    display: none;
}

/* section 5 */

.sec-5 {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.sec-5 .box {
    padding: 5rem;
    position: relative;
}

.sec-5 .box:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: linear-gradient(90deg, #030D21 40%, #21DDB2 150%);
    padding-bottom: 10rem;
}

.sec-5 .box:nth-child(1) .content,
.sec-5 .box:nth-child(1) .logo {
    flex-grow: 1;
    max-width: 50%;
}

.sec-5 .box:nth-child(1) .logo {
    display: grid;
    place-items: center;
}

.sec-5 .box:nth-child(1) .logo img {
    width: 60%;
}

.sec-5 .box:nth-child(1) .title {
    font-size: 200%;
    color: white;
    font-weight: bold;
    line-height: 1;
}

.sec-5 .box:nth-child(1) p {
    color: white;
}

.sec-5 .box:nth-child(2) {
    display: flex;
    gap: 3rem;
    padding: 5rem 2rem;
    background: linear-gradient(-45deg, #1540D7 0%, #21DDB2 100%);
}

.sec-5 .box:nth-child(2) .content-fxgt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sec-5 .box:nth-child(2)>img {
    position: relative;
    margin-top: -15rem;
    object-fit: contain;
    aspect-ratio: 3/2;
}

.sec-5 .box:nth-child(2) .title {
    color: white;
    font-size: 170%;
    line-height: 1;
}

.sec-5 .box:nth-child(2) p {
    color: white;
}

/* section 6 */

.sec-6 {
    display: grid;
    grid-template-columns: auto auto;
}

.sec-6 .box {
    position: relative;
    background-position: center;
    background-size: cover;
}

.sec-6 .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-6 .box .content-fxgt {
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-6 .box .content-fxgt .title span {
    background: linear-gradient(90deg, #1540D7, #21DDB2);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-6 .box:nth-child(1) .content,
.sec-6 .box:nth-child(2) .content-fxgt {
    padding-top: 10rem;
}

.sec-6 .box:nth-child(3) {
    height: 570px;
}

.sec-6 .box .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-6 .box .content-fxgt p {
    white-space: wrap;
}

.sec-6 .box:nth-child(1) .content-fxgt .title,
.sec-6 .box:nth-child(4) .content-fxgt .title {
    color: white;
}

.sec-6 .box:nth-child(1) .content-fxgt p,
.sec-6 .box:nth-child(4) .content-fxgt p {
    color: white;
}

/* section 7 */

.sec-7 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 2rem;
    background: linear-gradient(90deg, #1540D7 0%, #21DDB2 100%);
    color: white;
}

.sec-7 .title {
    font-size: 200%;
}

.sec-7 p {
    margin: 0;
    font-size: 80%;
}

.sec-7 .box {
    padding: 1rem 13.5rem;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sec-7 .box .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec-7 .box .item .text {
    font-size: 110%;
    color: black;
}

.sec-8 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 1rem;
}

.sec-8 .content-fxgt .title {
    font-size: 200%;
}

.sec-8 .content-fxgt .title span {
    background: linear-gradient(90deg, #1540D7, #21DDB2);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-8 .content-fxgt p {
    font-size: 80%;
}

.sec-8 .img {
    position: relative;
    top: -3rem;
}

.sec-8 .content-fxgt .button {
    padding: .5rem 1rem;
    border-radius: 50px;
    background-color: #21DDB2;
    border: none;
    width: 100%;
    font-size: 110%;
}

/* section 9 */

.sec-9 {
    padding: 2rem;
}

.sec-9 .title {
    font-size: 200%;
}

.sec-9 p {
    margin: 0;
    font-size: 80%;
}

/* section 10 */

.sec-10 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 3rem;
    background-image: url('/broker-review/fxgt/assets/banners/banner-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 999px inset;
}

.sec-10 .content-fxgt {
    position: relative;
    z-index: 2;
}


.sec-10 .content-fxgt .title {
    font-size: 200%;
}

.sec-10 .crypto {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    z-index: 2;
}

.sec-10 .crypto .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* section 11 */

.sec-11 {
    position: relative;
    height: 320px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: end;
    background-image: url('/broker-review/fxgt/assets/banners/banner-7.png');
    background-position: center;
    background-size: cover;
}

.sec-11 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .8) 50%);
}

.sec-11 .content-fxgt {
    position: relative;
    color: white;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-11 .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-11 .content-fxgt p {
    margin: 0;
}

/* section 12 */

.sec-12 {
    padding: 3rem;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('/broker-review/fxgt/assets/banners/banner-8.png');
    background-position: center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 999px inset;
    color: white;
}

.sec-12 .content-fxgt {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 50%;
}

.sec-12 .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-12 .content-fxgt p {
    margin: 0;
}

.sec-12 .bank {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
    z-index: 2;
}

.sec-12 .bank .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: bold;
}

/* section 13 */

.sec-13 {
    display: flex;
    align-items: center;
    padding: 3rem;
    height: 250px;
    background-image: url('/broker-review/fxgt/assets/banners/banner-9.png');
    background-position: center;
    background-size: cover;
}

.sec-13 .content-fxgt {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-13 .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-13 .content-fxgt p {
    margin: 0;
}

/* section 14 */

.sec-14 {
    padding: 2rem 10px;
    padding-bottom: 15rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: linear-gradient(180deg, #1540D7 0%, #21DDB2 100%);
}

.sec-14 .title {
    font-size: 200%;
    line-height: 1;
    color: white;
}

.sec-14 p {
    margin: 0;
    font-size: 80%;
    color: white;
}

.sec-14 .account {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sec-14 .account .item {
    width: 40%;
    flex-grow: 1;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: white;
    box-shadow: #1667CB 0px 0px 8px;
}

.sec-14 .account .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-14 .account .item .head .title {
    color: black;
}

.sec-14 .account .item .head .button {
    color: black;
    padding: .5rem 1.5rem;
    font-size: 110%;
    border-radius: 50px;
    background-color: #21DDB2;
    border: none;
}

.sec-14 .account .item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-14 .account .item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-15 {
    padding: 2rem;
    margin: 10px;
    margin-top: -14.3rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: #1667CB 0px 0px 8px;
}

.sec-15 .content-fxgt {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 2rem;
}

.sec-15 .content-fxgt .title {
    font-size: 200%;
    line-height: 1;
}

.sec-15 .content-fxgt p {
    margin: 0;
    font-size: 90%;
}

.sec-15 .box {
    display: flex;
    justify-content: space-around;
}

.sec-15 .box .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sec-15 .box .item .text {
    font-size: 110%;
    font-weight: bold;
}

.sec-16 {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-16 .img {
    position: relative;
    flex-grow: 1;
    max-width: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
}

.sec-16 .questions {
    box-shadow: #1667CB 0 0 8px;
    border-radius: 10px;
    max-width: 50%;
    position: relative;
    z-index: 2;
    background-color: white;
}

.sec-16 .questions .title {
    font-size: 200%;
    line-height: 1;
    padding: 2rem;
}

.sec-16 .questions .title span {
    background: linear-gradient(270deg, #1540D7, #21DDB2);
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-16 .questions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sec-16 .questions ul li {
    padding: 1rem 2rem;
    font-size: 90%;
    user-select: none;
    cursor: pointer;
    color: #535353;
}

.sec-16 .questions ul li:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}


.sec-16 .questions ul li:hover {
    background: linear-gradient(270deg, #1540D7, #21DDB2);
    color: white;
}

.sec-16 .logo {
    height: 85%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
    background-image: url('/broker-review/fxgt/assets/banners/banner-10.png');
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.sec-16 .logo .bg {
    opacity: .8;
    background: linear-gradient(0deg, #1540D7, #21DDB2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sec-17 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-17 .title {
    font-size: 200%;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.sec-17 .box {
    display: flex;
    gap: 15px;
}

.sec-17 .box .item {
    flex-grow: 1;
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
    background: linear-gradient(150deg, #21ddcd 0%, #1540D7 100%);
    color: white;
    box-shadow: #1667CB 0 0 8px;
    height: 495px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sec-17 .box .item .title {
    text-align: left;
    font-weight: normal;
}

.sec-17 .box .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-17 .box .item ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid white;
}

.sec-17 .box .item ul li::before {
    content: "\1F892";
}

/* responsive */


@media screen and (max-width:1140px) {
    .sec-2{
        height: 460px;
    }

    .sec-2 .img{
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
        height: 100%;
    }

    .sec-2 .img img{
        width: 270px;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .sec-2 .content{
        position: relative;
        margin-left: auto;
    }

    .sec-4 {
        padding: 0 10px;
    }

    .sec-4 .vdo-list {
        flex-direction: column;
        gap: 10px;
    }

    .sec-4 .vdo-list .item {
        width: 258px;
        height: 140px;
    }

    .sec-4 .vdo-list .item:nth-child(4),
    .sec-4 .vdo-list .item:nth-child(5) {
        display: block;
    }

    .sec-4 .bar {
        display: none;
    }

    .banner-2 .pc {
        display: none;
    }

    .banner-2 .tablet {
        display: block !important;
    }

    .sec-5 .box:nth-child(1){
        flex-direction: column-reverse;
        align-items: start !important;
        width: auto !important;
    }

    .sec-5 .box:nth-child(1) .logo{
        display: block !important;
        max-width: unset !important;
        width: 355px;
    }

    .sec-5 .box:nth-child(1) .content{
        max-width: 90% !important;
    }

    .sec-5 .box:nth-child(2){
        flex-direction: column;
    }
    
    .sec-5 .box:nth-child(2) > img{
        width: 470px !important;
        aspect-ratio: unset !important;
        margin-left: auto;
    }

    .sec-6{
        display: flex !important;
        flex-direction: column;
    }

    .sec-6 .box{
        padding: 3rem;
    }

    .sec-7 .box{
        padding: 1rem !important;
    }

    .sec-8{
        flex-direction: column;
        padding: 3rem;
    }

    .sec-8 .img{
        top: -6rem;
    }

    .sec-8 .button{
        width: 300px !important;
    }

    .sec-9{
        padding: 3rem;
    }

    .sec-14 .account .item .head{
        flex-direction: column !important;
        align-items: start !important;
        justify-content: unset !important;
        gap: 15px !important;
    }

    .sec-14 .account .item .head .button{
        width: 100%;
    }

    .sec-15 .box{
        flex-wrap: wrap;
    }

    .sec-15 .box .item{
        width: 50% !important;
    }

    .sec-16 .questions{
        width: 100%;
        max-width: unset !important;
    }

    .sec-16 .img{
        display: none;
    }

    .sec-17 .box{
        display: grid !important;
        grid-template-columns: auto auto !important;
        padding: 0 15px;
    }

    .sec-17 .box .item{
        width: unset !important;
    }
}

@media screen and (max-width:768px) {
    .sec-1{
        background-position: 25% 0% !important;
    }

    .sec-2{
        padding: 2rem;
    }

    .sec-2 .img{
        display: none;
    }

    .sec-2 .content{
        margin-left: unset !important;
    }

    .sec-2 .grid{
        grid-template-columns: auto !important;
    }

    .sec-4 .vdo-list{
        display: none;
    }

    .banner-2 .mobile{
        display: block !important;
    }

    .banner-2 .tablet{
        display: none !important;
    }

    .sec-5 .box{
        padding: 2rem;
    }

    .sec-5 .box:nth-child(2) > img{
        width: 100% !important;
    }

    .sec-6 .box{
        padding: 2rem;
    }

    .sec-6 .box .content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sec-7 .box > div{
        display: flex !important;
        justify-content: start !important;
        gap: 30px !important;
        grid-template-columns: unset !important;
    }

    .sec-8 {
        padding: 2rem !important;
    }

    .sec-8 .img{
        width: 100%;
    }

    .sec-9{
        padding: 2rem !important;
    }

    .sec-10 {
        padding: 2rem !important;
        display: flex;
        flex-direction: column;
        align-items: start !important;
    }

    .sec-10 .crypto {
        justify-content: space-around;
        width: 100%;
    }

    .sec-10 .crypto .item img{
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .sec-11{
        padding: 2rem !important;
        align-items: unset !important;
    }

    .sec-11 .content{
        max-width: unset !important;
    }

    .sec-12{
        padding: 2rem !important;
        flex-direction: column;
        gap: 2rem;
        height: unset !important;
        align-items: unset !important;
    }

    
    .sec-12 .content{
        max-width: unset !important;
    }

    .sec-12 .bank{
        width: 100%;
        justify-content: space-around;
    }

    .sec-12 .bank .item img{
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    
    .sec-13{
        padding: 2rem !important;
        height: 500px !important;
        align-items: unset !important;
    }

    .sec-13 .content{
        max-width: unset !important;
    }

    .sec-15 .box{
        flex-direction: column;
        align-items: center;
    }

    .sec-15 .box .item{
        width: auto !important;
    }

    .sec-16 .logo{
        height: 100%;
    }

    .sec-17 .box{
        display: flex !important;
        flex-direction: column !important;
        gap: 15px;
    }
}

