@import 'toggle-switch.css';

#banner {
    padding: 100px 0 45px 0;
}

#banner a {
    font-family: 'CIBFontSans Light';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.38px;
    font-weight: 200;
}

.top-banner-text{
    width: 300px;
    padding: 4px;
    background-color: #333333;
    text-align: center;
    border-radius: 4px;
}

.top-banner-text>p{
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #DFFF61;
}

.banner-create-account>h1 {
    font-size: 72px !important;
    line-height: 78px !important;
    margin: 14px 0 24px 0;
    letter-spacing: -0.6px;
}

.banner-create-account>p {
    width: 450px;
    font-family: 'CIBFontSans Light';
    font-size: 24px !important;
    line-height: 26px !important;
    letter-spacing: -0.45px;
}

.bc-bg-create-account-green-radial-center {
    background: radial-gradient(circle at 28% 60%, #DFFF61 -5%, #FAFAFA 20%)
}

#merchant-type {
    padding: 64px;
}

#merchant-type-pj {
    display: none;
}

.content-merchant-type {
    margin-bottom: 48px;
}

.content-merchant-type h1 {
    font-family: 'CIBFontSans Light';
    font-weight: 200;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.47px;
}

.content-merchant-type h1>strong {
    display: block;
    font-family: 'CIBFontSans Bold';
}

.content-merchant-type p {
    font-family: 'CIBFontSans Light';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.content-merchant-type p>strong {
    font-family: 'CIBFontSans Bold';
}

.toggle-merchant-type {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}

.toggle-container {
    grid-template-columns: repeat(2, 212px)
}

.toggle-switch+.toggle-container span:first-child {
    margin: auto;
}

.toggle-switch:checked+.toggle-container span:last-child {
    margin: auto;
}

.img-merchant-type>figure {
    display: flex;
    justify-content: left;
    width: 600px;
    margin-left: -60px;
}

.step-create-account {
    display: flex;
    margin-bottom: 16px;
    justify-content: right;
}

.step-create-account>h1 {
    font-size: 56px;
    margin: auto 30px;
}

.step-content {
    width: 424px;
    background-color: #F2FDF1;
    border: 1px solid #B0F2AE;
    border-radius: 20px;
    padding: 24px 30px;
}

.step-content>span {
    display: block;
    font-family: 'Open Sans Bold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}

.step-content>p>strong {
    display: block;
    font-family: 'Open Sans Bold';
}

.step-reqs {
    display: flex;
    gap: 40px;
    margin-top: 16px;
}

.step-req {
    display: flex;
    width: 150px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
}

.step-pj {
    width: 100%;
    margin-top: 22px;
}

.step-pj>span {
   margin: auto 0;
}

.step-req>img {
    width: 32px;
    height: 32px;
    margin: auto 8px;
}

.step-button {
    display: flex;
    justify-content: right;
    margin: 14px 0;
}

.step-button>a {
    display: block;
    font-family: 'Open Sans SemiBold';
    line-height: 21px;
    letter-spacing: -0.3px;
    width: 424px;
    text-align: center;
}

.step-button>.ww-button-document-end::after {
    font-family: "icons", "Font Icon Regular";
    font-size: 25px;
    content: "\e9c4";
    padding-left: 10px;
    vertical-align: middle;
}

.title-to-start {
    margin-bottom: 40px;
}

.title-to-start h1 {
    font-family: 'CIBFontSans Bold';
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.47px;
}

.items-to-start {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.item-to-start {
    width: 424px;
}

.item-to-start>img {
    border: 1px solid #2C2A29;
    border-radius: 16px;
    background-color: #F9FFDF;
}

#about-wompi {
    cursor: pointer;
}

.item-to-start-content {
    display: flex;
    margin-top: 26px;
}

.item-to-start-content img {
   width: 20px;  
   margin: 0 8px 0 0;
}

.item-to-start-content span {
    display: block;
    font-family: 'CIBFontSans Bold';
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 14px;
}

.item-to-start-content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.item-to-start-content p>strong {
    display: block;
    font-family: 'Open Sans Bold';
    margin-top: 20px;
}

#about-wompi-modal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#about-wompi-modal>.modal-content {
  background-color: #fefefe;
  margin: 200px auto;
  padding: 0 5px;
  border-radius: 10px;
  width: 50%;
}

.modal-content>.close {
  color: #2C2A29;
  float: right;
  font-size: 20px;
  margin: 5px;
  font-weight: bold;
  cursor: pointer;
}

.title-wompi-products h1 {  
  font-family: 'CIBFontSans Light';
  font-size: 46px;
  line-height: 50px;
  letter-spacing: -0.47px;
}

.title-wompi-products h1>strong {
  display: block;
  font-family: 'CIBFontSans Bold';
}

#toggle-wompi-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 756px;
    height: 72px;
    border: 1px solid #2C2A29;
    border-radius: 64px;
    margin: 35px auto 56px auto;
}

#toggle-wompi-products>span {
    display: flex;
    width: 90%;
    height: 80%;
    margin: auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.active-product {
    color: #DFFF61;
    background-color: #2C2A29;
    border-radius: 100px; 
}

#payment-product {
    display: flex;
}

#application-product {
    display: none;
}

#payout-product {
    display: none;
}

.product-content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.product-content p>strong {
    display: block;
    font-family: 'Open Sans Bold';
}

.product-content img {
    width: 100%;
    margin-top: 26px;
}

.product-content iframe {
    margin-top: 26px;
    border-radius: 30px;
}

.product-benefits {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin: 40px 0;
}

.product-benefit {
    display: flex;
    flex-direction: column;
    width: 233px;
    height: 233px;
    border: 1px solid #2C2A29;
    border-radius: 100%;
    justify-content: center;
    padding: 20px;
}

.product-benefit>img {
    width: 64px;
    height: 64px;
    margin: 16px auto;
}

.product-benefit>span {
    font-family: 'CIBFontSans Bold';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.45px;
}

.products-button {
    display: flex;
    justify-content: center;
}

.products-button>a {
    font-family: 'Open Sans SemiBold';
    line-height: 21px;
    letter-spacing: -0.3px;
    width: 328px;
    text-align: center;
}

.bc-bg-wompi-products-green-radial-center {
    background: radial-gradient(circle at 28% 55%, #DFFF61 -2%, #FAFAFA 30%)
}

.title-create-account h1 {
    font-family: 'CIBFontSans Bold';
    font-size: 46px;
    line-height: 50px;
    letter-spacing: -0.47px;
}

.create-account-videos {
    display: grid;
    grid-template-columns: repeat(2, 642px);
    gap: 12px;
    justify-content: center;
}

.create-account-video {
    margin-top: 48px;
    cursor: pointer;
    text-align: center;
}

.create-account-video span {
    display: block;
    font-family: 'CIBFontSans Bold';
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.38px;
    margin-bottom: 39px;
}

.create-account-video img {
    width: 100%;
}

.create-account-video iframe {
    border-radius: 30px;
}

.create-accoun-button {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.create-accoun-button>a {
    font-family: 'Open Sans SemiBold';
    line-height: 21px;
    letter-spacing: -0.3px;
    width: 424px;
    height: 56px;
    text-align: center;
}

.bc-bg-wompi-create-accoun-green-radial-center {
    background: radial-gradient(circle at 48% 52%, #DFFF61 10%, #F2FDF1 40%)
}

@media (max-width: 992px) {
    .bc-bg-merchant-type-green-radial-center {
        background: radial-gradient(circle at 40% 30%, #DFFF61 -2%, #FAFAFA 20%)
    }
}

@media (max-width: 1300px) {
    
    #banner {
        padding: 45px 0 45px 0;
    }

    .top-banner-text{
        margin: auto;
    }

    .banner-create-account>h1 {
        font-size: 36px !important;
        line-height: 44px !important;
        margin: 14px 0 24px 0;
        letter-spacing: -0.6px;
        text-align: center;
    }

    .banner-create-account>p {
        width: 100%;
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: -0.3px;
        text-align: center;
        margin-bottom: 16px;
    }

    .bc-bg-create-account-green-radial-center {
        background: radial-gradient(circle at 60% 40%, #DFFF61 -5%, #FAFAFA 50%)
    }

    #merchant-type {
        padding: 0;
    }

    .content-merchant-type h1 {
        font-family: 'CIBFontSans Bold';
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }

    .toggle-container {
        grid-template-columns: repeat(2, 164px);
    }

    .toggle-switch+.toggle-container span:first-child {
        margin: auto 0 auto 22px;
    }

    .toggle-switch:checked+.toggle-container span:last-child {
        margin: auto 0;
    }

    .img-merchant-type>figure {
        width: 100%;
        justify-content: center;
        margin: 0 0 60px 0;
    }

    .step-create-account {
        flex-direction: column;
    }

    .step-create-account>h1 {
        margin: 8px auto;
    }

    .step-content {
        width: 100%;
    }

    .step-reqs {
        flex-direction: column;
    }

    .step-button>a {
        width: 100%;
    }

    .title-to-start h1 {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }

    .items-to-start {
        flex-direction: column;
    }

    .item-to-start {
        width: 100%;
    }

    .item-to-start img {
        width: 100%;
    }

    #about-wompi-modal>.modal-content {
        margin: 50px auto;
        width: 90%;
    }

    .item-to-start-content img {
        width: 20px;
    }

    #toggle-wompi-products {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        height: 150px;
        border-radius: 20px;
    }

    #group-banner img{
        width: 90%;
    }

    .title-wompi-products h1 {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }

    .product-content iframe {
        height: 150px;
    }

    .bc-bg-wompi-products-green-radial-center {
        background: radial-gradient(circle at 70% 42%, #DFFF61 -2%, #FAFAFA 25%)
    }

    .product-benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 10px;
    }

    .product-benefit:nth-child(3)  {
        grid-column: 1 / 3;
        justify-self: center;
    }

    .product-benefit {
        width: 133px;
        height: 133px;
    }

    .product-benefit>img {
        width: 40px;
        height: 40px;
        margin: 8px auto;
    }

    .product-benefit>span {
        font-size: 16px;
        line-height: 14px;
    }

    .title-create-account h1 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.6px;
    }

    .create-account-videos {
        grid-template-columns: repeat(1, 1fr);
    }

    .create-account-videos {
        margin-top: 30px;
    }

    .create-account-video {
        margin-top: 10px;
    }

    .create-account-video span {
        margin-bottom: 10px;
    }

    .create-account-video iframe {
       height: 200px;
    }
}
