/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* homepage animation */
    .home-page-animations .container {
      width: 100%;
      overflow-x: hidden;
      position: relative;
    }

    .home-page-animations .sticky-image {
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%) scale(1);
      width: 600px !important;
      transition: transform 0.8s ease-out, top 0.8s ease-out, opacity 0.6s ease-in-out;
      z-index: 10;
      opacity: 0;
    }

   .home-page-animations .shrinked {
      width: 300px !important;
      transform: translateX(-50%) scale(0.3);
      top: 10px;
      transition: transform 0.8s ease-out, top 0.8s ease-out;
    }

    .home-page-animations .slider-section {
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 100px;
      position: relative;
    }
   .home-page-animations .left-content h2 {
          color:  #0C0D0D;
          font-family: "Haboro Contrast";
          font-size: 40px;
          font-style: normal;
          font-weight: 500;
          line-height: 120%;
          text-transform: uppercase;
         }
         .home-page-animations .right-content {
         max-width: 350px;
         }
        .home-page-animations .right-content p {
          color:  #0C0D0D;
          font-family: "Red Hat Display";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 180%; /* 36px */
         }

    .home-page-animations .progress-line {
      position: absolute;
      left: 50%;
      top: 0;
      width: 2px;
      height: 100%;
      background: #ccc;
      transform: translateX(-50%);
    }

    .home-page-animations .image-fullwidth-show {
      text-align: center;
      margin: auto;
      opacity: 0;
      width: 600px !important;
      transform: scale(0.8);
      transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
      z-index: 10;
    }

    .home-page-animations .image-fullwidth-show.visible {
      opacity: 1;
      transform: scale(1);
    }

    .home-page-animations .fade-out {
      opacity: 0;
      transform: translateX(-50%) scale(0.2);
      transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }
/* homepage animation */
/* buy diamond */
  .buy-diamond .progress-bar {
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #fff;
            top: 0;
            left: 0;
            /*margin-top: 23px;*/
        }

       .buy-diamond .progress-bar-bottom {
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #fff;
            bottom: 0;
            left: 0;
            margin-bottom: 23px;
        }

       .buy-diamond .progress {
            height: 100%;
            background-color: #9DACAD;
            width: 0%;
        }

       .buy-diamond .container-main {
            display: flex;
            width: 100%;
            height: 405px;
            overflow: hidden;
            position: relative;
        }

       .buy-diamond .section {
            display: flex;
            /* align-items: center; */
            justify-content: center;
            padding: 88px 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            position: absolute;
            z-index: 0;
            transition: opacity 0.3s ease-in-out; /* Only fades opacity */
        }

       .buy-diamond .section.active {
            opacity: 1;
            z-index: 1;
        }

       .buy-diamond .left {
            margin-top: -2%;
            flex: 0.3;
            font-size: 60px;
            font-weight: bold;
            color: #1a2a2a;
            transform: translateX(100%);
            transition: transform 1s ease-in-out;
            font-family: "Haboro Contrast", Sans-serif;
            font-size: 104px;
            font-style: normal;
            font-weight: 500;
        }
       .buy-diamond .right h2 {
            font-family: "Haboro Contrast", Sans-serif;
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 48px */
            text-transform: uppercase;
            margin-top: 0px;
            }
           .buy-diamond .right p{
            font-family: "Red Hat Display", Sans-serif;font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 180%; 
            color: #041715;
            }

       .buy-diamond .right {
            /*padding-top: 2%;*/
            /*padding-bottom: 2%;*/
            padding-left: 33%;
            flex: 0.7;
            text-align: left;
            color: #333;
            transform: translateY(100%);
            transition: transform 2s ease-in-out;
        }

        .buy-diamond .section.active .left {
            transform: translateX(0);
        }

        .buy-diamond .section.active .right {
            transform: translateY(0);
        }

        /* Exit Animations */
        .buy-diamond .section.exiting {
            opacity: 1; /* Prevent fading immediately */
            z-index: 2;
        }

        .buy-diamond .section.exiting .left {
            transform: translateX(-100%);
        }

        .buy-diamond .section.exiting .right {
            transform: translateY(-100%);
        }

        .buy-diamond .section.hidden {
            opacity: 0; /* Immediately hide the old section */
            z-index: -1; /* Send the section behind other elements */
        }
        .buy-diamond .vertical-scrol-section{
            z-index: 999;
        }
/* buy diamond */

/* why blockchain */
      .why-blockchain .progress-bar-vertical {
        position: absolute;
        left: 50%;
        top: 10%;
        width: 2px;
        height: 80%;
        background: #ddd;
        transform: translateX(-50%);
      }
      .why-blockchain .progress-vertical {
        width: 100%;
        height: 0%;
        /* background: #9DACAD; */
        transition: height 0.5s ease;
        position: relative;
      }
      .why-blockchain .progress-image {
        position: absolute;
        width: 4vw; /* Scales with screen size */
        height: 4vw;
        min-width: 50px; /* Ensures it doesn't get too small */
        min-height: 40px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        transition: top 0.5s ease;
      }
      .why-blockchain .blockchain-container-main {
        display: flex;
        width: 100%;
        height: 405px;
        overflow: hidden;
        position: relative;
      }
      .why-blockchain .section {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        padding: 88px 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        z-index: 0;
        transition: opacity 0.3s ease-in-out; /* Only fades opacity */
      }
      .why-blockchain .section.active {
        opacity: 1;
        z-index: 1;
      }
      .why-blockchain .blockchain-left-slides {
        margin-top: -2%;
        flex: 0.4;
        color: #1A2A2A;
        transform: translateX(100%);
        transition: transform 1s ease-in-out;
        font-family: "Haboro Contrast", Sans-serif;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height:45px;
       }
      .why-blockchain .blockchain-right-slides p {
        font-family: "Red Hat Display", Sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        color: #041715;
      }
      .why-blockchain .blockchain-right-slides {
        /*padding-top: 2%;*/
        /*padding-bottom: 2%;*/
        padding-left: 33%;
        flex: 0.7;
        text-align: left;
        color: #333;
        transform: translateY(100%);
        transition: transform 2s ease-in-out;
      }
      .why-blockchain .section.active .blockchain-left-slides {
        transform: translateX(0);
      }
      .why-blockchain .section.active .blockchain-right-slides {
        transform: translateY(0);
      }
      /* Exit Animations */
      .why-blockchain .section.exiting {
        opacity: 1; /* Prevent fading immediately */
        z-index: 2;
      }
      .why-blockchain .section.exiting .blockchain-left-slides {
        transform: translateX(-100%);
      }
      .why-blockchain .section.exiting .blockchain-right-slides {
        transform: translateY(-100%);
      }
      .why-blockchain .section.hidden {
        opacity: 0; /* Immediately hide the old section */
        z-index: -1; /* Send the section behind other elements */
      }
      .why-blockchain .blockchain-vertical-scrol-section {
        z-index: 999;
      }
/* why blockchain */
      
     @media only screen and (max-width: 600px) {
		 /* homepage animation */
      .home-page-animations .image-fullwidth-show {
        margin: unset;
        opacity: 0;
        width: 311px !important;
      }
      .home-page-animations .progress-line{
        left: 30px;
      }
      .home-page-animations .shrinked {
        left: 40px;
      }
      .home-page-animations .slider-section{
         display:block; 
         padding: 0px;
        padding-left: 24%;
      }
      .home-page-animations .top-section{
        margin-top: 75% !important;
      }
		 /* homepage animation */
		 
		 /* buy diamond */
		    .buy-diamond .left {
                    font-size: 70px;
            }
            .buy-diamond .right {
                padding-left: 1%;
            }
           .buy-diamond .right h2 {
                    font-size: 30px;
            }
            .buy-diamond .right p {
                font-size: 15px;
            }
		 /* buy diamond */
    }