
/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader.hidden {
    display: none;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 7px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.7s linear infinite;
}

@keyframes spinner {
    from {}

    to {
        transform: rotate(360deg);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');


.main_cls {
    background: var(--blue);
}

.container {
    max-width: 1300px;
    width: 100%;
}


.img_center {
    text-align: right;
}

.buttons {
    display: flex;
    margin-top: 25px;
    gap: 10px;
}

.btn {
    padding: 14px 26px;
    background: #fff;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #2196F3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:last-child {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn:last-child:hover {
    background-color: #fff;
    color: #2196F3;
}

.hero_img {
    width: 100%;
    position: relative;
}

#menu_toggle {
    display: none;
}

/* Add media queries for responsiveness */
@media screen and (max-width: 866px) {

    .content .list {
        width: 100%;
        margin: 0;
    }

    .content .text-content {
        width: 100%;
        margin-top: 20px;
    }
}

.imp_button {
    color: #fff;
    padding: 12px 25px;
    border-radius: 100px;
    background-color: #d11a1a;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;

}

.imp_div {
    text-align: center;
}

/* end of payment */

/* .tab1 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.main_div {
    background: #0264b3;
    margin-top: 65px;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

/* Hero */
.hero {
    position: relative;
    min-height: 50vh;
    width: 100%;
    background: url(../assets/bg-dot.webp), url(../assets/bg-dot.webp), url(../assets/bg-round.webp);
    background-position: 10px 10px, bottom 100px right 10px, left 46% top 0%, left 44% bottom -7px;
    background-repeat: no-repeat;
}

.curveImg {
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.hero .row {
    display: flex;
    align-items: center;
    min-height: 50vh;
    height: 100%;
    width: 100%;
    padding: 0 60px;
    gap: 30px;
    justify-content: space-between;
}

.hero .row h2,
.hero .row p {
    color: #fff;
    font-size: 18px;
}

.hero .row h2 {
    font-size: 22px;
    margin-bottom: 16px;
}

.div1 {
    width: 60%;
    padding: 25px;
}

.div2 {
    width: 40%;
}

.buttons {
    display: flex;
    margin-top: 25px;
    gap: 10px;
}

.btn:last-child {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn:last-child:hover {
    background-color: #fff;
    color: #333;
}

#menu_toggle {
    display: none;
}

/* Style tab links */
.tablink {
    background-color: #0264b3;
    border: 0.5px solid #fff;
    color: #fff;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
    font-weight: 600;
}

.tablink:hover {
    background-color: #1d6cab;
    color: white;
}

.tabcontent {
    color: black;
    display: none;
    padding: 100px 20px;
    height: 100%;
    font-size: 18px;
}

.tablink.active {
    background-color: #fff;
    color: #0264b3;
}

.buyer-supporth4 {
    font-size: 25px;
    color: #53a583;
}

.pricelist_p {
    text-align: center;
    color: #004dfb;
    font-weight: 500;
    font-size: 16px;
}

.abt_p {
    margin-top: 35px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.abt_p:hover {
    cursor: pointer;
    color: #0049f3;
}


.pricelist_p1 {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
}

.buyer-supportp {
    margin-top: 25px;
    font-size: 16px;
    margin-top: 35px;
    font-weight: 500;
}

.abt_software {
    font-size: 20px;
    color: #53a583;

}

.pricedetails_ttl {
    text-align: center;
    color: #53a583;
    font-size: 31px;
}


.tab1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
}

.tab2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.container_tab {
    border: 1px solid #555;
}

.description {
    text-align: left;
    max-width: 50%;
    animation: slideInLeft 1s ease-in-out;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.description h2 {
    text-align: center;
}

.product_video {
    margin-left: 10px;
}

.product_video iframe,
.product_price {
    animation: slideIn 1s ease-in-out;
}

.screenshot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    animation: slideBottomToTop 1s ease-in-out;
}

@keyframes slideBottomToTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.buyerimage,
.productimage {
    width: 287px;
    height: auto;
    animation: slideIn 1s ease-in-out;
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}


.product_price {
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_logo img {
    display: flex;
    align-items: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    object-fit: cover;
}

.main_tab_div {
    padding: 10px;
}

.pay_main_div {
    padding: 10px;
}

.description_1 {
    animation: slideIn 1s ease-in-out;
}

.content_div {
    margin-top: 20px;
    padding: 10px;
}

.content_p {
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 600;
}

.content_h4 {
    margin-bottom: 10px;
}

.soft_img {
    animation: slideInLeft 1s ease-in-out;
}

.pro_img_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_p {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.links_p {
    text-decoration: none;
    color: #0d2f8d;
}

.payment-summary-divider {
    width: calc(100% - 16px);
    height: 0;
    margin: 12px auto;
    border-bottom:1px dashed #d5d6d8;
    position: relative;
  }
  
  .payment-summary-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
  }
  
  .payment-summary-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
  }

.content_h4 {
    margin-top: 10px;
}

.course_slider #emphasisPicture,
.smallImg .slide_img img {
    border: 1px solid;
}

.course_row {
    align-items: center;
}

.smallImg {
    margin-top: 15px;
}

.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    animation: slideBottomToTop 1s ease-in-out;
}

@media (min-width: 700px) {
    .image {
        max-width: 240px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        height: auto;
        margin-bottom: 10px;
    }
}

.btn-whatsapp {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
}

.btn-email {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn-email:hover {
    background-color: #0056b3;
}

.icon {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.div_inter {
    margin-bottom: 20px;
}

.inter_buyer_div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* Reponsive */
@media (width < 860px) {
    #menu_toggle {
        display: block;
    }

    .nav {
        padding: 0 20px;
        background-color: #fff;
    }

    .menu_items {
        position: fixed;
        top: 0;
        width: 260px;
        background-color: #fff;
        height: 100%;
        left: -100%;
        padding: 50px 30px 30px;
        flex-direction: column;
        transition: all 0.5s ease;
    }

    .showMenu .menu_items {
        left: 0;
    }

    a {
        color: #333;
    }

    #menu_toggle {
        width: 20px;
        cursor: pointer;
    }

    .menu_items #menu_toggle {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .hero {
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .hero .row {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
    }

    .hero .row .column {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hero .row h2 {
        font-size: 27px;
    }

    .hero .row p {
        font-size: 22px;
    }

    .hero_img {
        width: 70%;
    }
}

@media (width < 600px) {
    .hero {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .hero .row h2 {
        font-size: 22px;
    }

    .hero .row p {
        font-size: 19px;
    }

    .buttons {
        justify-content: center;
    }

    .btn {
        padding: 10px 16px;
    }

    .hero_img {
        width: 90%;
    }
}

@media (max-width:425px) {
    .product_logo img {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 700px) {
    .screenshot {
        flex-direction: row;
    }

    .image {
        max-width: 240px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        height: auto;
        margin-bottom: 10px;
    }

    .buyerimage {
        width: 350px;
        height: auto;
    }

    .productimage {
        width: 375px;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .screenshot {
        flex-direction: row;
    }
}

@media screen and (min-width: 320px) and (max-width: 340px) {
    .product_video iframe {
        width: 255px;
    }

    .tablink {
        width: 100%;
        float: none;
    }

    .product_video {
        margin-left: 0px;
    }

    .tabcontent {
        padding: 50px 15px;
        font-size: 16px;
    }
}

@media screen and (min-width: 340px) and (max-width: 370px) {
    .product_video iframe {
        width: 275px;
    }

    .tablink {
        width: 100%;
        float: none;
    }

    .product_video {
        margin-left: 0px;
    }

    .tabcontent {
        padding: 50px 15px;
        font-size: 15px;
    }
}

@media screen and (min-width: 370px) and (max-width: 440px) {
    .product_video iframe {
        width: 297px;
    }

    .tablink {
        width: 100%;
        float: none;
    }

    .product_video {
        margin-left: 0px;
    }

    .tabcontent {
        padding: 50px 15px;
        font-size: 17px;
    }
}

@media screen and (min-width: 440px) and (max-width: 600px) {
    .product_video iframe {
        width: 350px;
    }

    .tablink {
        width: 100%;
        float: none;
    }

    .product_video {
        margin-left: 0px;
    }

    .tabcontent {
        font-size: 17px;
    }
}

@media screen and (min-width:600px) and (max-width: 747px) {
    .tablink {
        font-size: 11.3px;
    }
}

@media screen and (min-width:747px) and (max-width: 787px) {
    .tablink {
        font-size: 13px;
    }
}

@media screen and (min-width:600px) and (max-width: 680px) {
    .product_video iframe {
        width: 500px;
    }
}

@media screen and (max-width: 900px) {

    .tab1,
    .tab2 {
        flex-direction: column-reverse;
    }

    .description,
    .product_price {
        max-width: 100%;
        margin-top: 30px;
    }

    .product_video {
        margin-left: 0px;
        margin-top: 30px;
    }

    .pro_img_div {
        margin-top: 30px;
    }
}

@media screen and (min-width:900px) and (max-width: 1065px) {

    .description,
    .product_price {
        max-width: 100%;
        padding: 10px;
    }

    .product_video {
        margin-left: 0px;
        margin-top: 30px;
    }
}

@media screen and (min-width:1024px) {
    .tabcontent {
        font-size: 17px;
    }

    .description,
    .product_price {
        max-width: 100%;
        padding: 10px;
    }

    .product_video iframe {
        width: 550px;
    }
}

@media screen and (min-width:1440px) {
    .tabcontent {
        font-size: 20px;
    }

    .product_video iframe {
        width: 550px;
    }

    .description,
    .product_price {
        max-width: 100%;
        padding: 10px;
    }
}

.imp_button {
    background: #e14444;
    border-radius: 999px;
    box-shadow: #ff4040 0 10px 17px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.imp_div {
    text-align: center;
}

.imp_notes {
    color: #d11a1a;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.links_p:hover {
    text-decoration: underline;
    color: #000;
}



/* start: Globals */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: inherit;
}

body {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader.hidden {
    display: none;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 7px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.7s linear infinite;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.main_cls {
    background: var(--blue);
}

.container {
    max-width: 1300px;
    width: 100%;
}

.sem_page {
    margin-top: 65px;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: white;
}

.seminar {
    position: relative;
    min-height: 40vh;
    width: 100%;
    background: url(../assets/bg-dot.webp), url(../assets/bg-dot.webp), url(../assets/bg-round.webp);
    background-position: 10px 10px, bottom 80px right 10px, left 55% top -1%, left 30% bottom 100px;
    background-repeat: no-repeat;
}

.seminar .row {
    min-height: 40vh;
    height: 100%;
    width: 100%;
    padding: 27px 60px 50px 60px;
    margin: auto;
}

.seminar .row h2 {
    color: #fff;
}

.seminar .row h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.seminar .column {
    width: 50%;
}

.telegram_div{
    text-align: center;
    background: white;
    border-radius: 5px;
    width: fit-content;
    padding: 8px 17px 15px 17px;
    margin-top: 30px;
}

.telegram_div a{
    padding: 5px 10px;
    background: #ffba5a;
    color: black;
    border-radius: 5px;
    font-weight: bold;
}

.telegram_div p{
    font-size: 16px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 20px;
}


.imp_notes {
    color: #d11a1a;
    text-align: center;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 600;
}



/* Reponsive */
@media (width < 760px) {

    a {
        color: #333;
    }
    .seminar {
        padding-top: 50px;
    }

    .seminar .row {
        flex-direction: column;
        padding: 0 20px;
        justify-content: center;
    }

    .seminar .row .column {
        width: 100%;
    }
}

@media (width < 600px) {
    .seminar {
        padding: 30px 0px 40px 0px;
    }

    .seminar .row h2 {
        font-size: 26px;
    }
}



/* for module section */

.ganncourse-module-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: space-around;
  }
  
  .ganncourse-module1 {
    flex: 2.5;
    border-radius: 5px;
    border: 1px solid var(--blue);
    border-bottom: 5px solid var(--blue);
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
  }
  
  .ganncourse-module-section h5 {
    color: white;
    margin: 0;
    padding: 15px;
    font-size: 17px;
    text-align: center;
    background-color: var(--blue);
  }
  
  .ganncourse-module-section a {
    text-indent: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 25px 0 25px 0px;
  }
  
  .ganncourse-module-section p b {
    color: var(--blue);
  }
  
  .content-div {
    padding: 0px 10px 0px 10px;
  }
  
  @media only screen and (max-width: 1024px) {
    .ganncourse-module1 {
      flex: none;
      width: 47%;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .ganncourse-module1 {
      flex: none;
      width: 50%;
    }
  }
  
  @media only screen and (max-width: 599px) {
    .ganncourse-module1 {
      flex: none;
      width: 100%;
    }
  }
  
   
  