@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;600&display=swap');

.vega_hero {
    width: 100%;
    height: 100vh;
    background-image: url('../images/vega/vega-hero-background.jpg');
    padding-top: 50px;
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    left: 0;
    top: 0;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}
/* .vega_body::before {
    position: absolute;
    content: url("../images/vega/download.svg");
    top: -38px;
    left: 0;
} */
.vega_hero_animation {
    width: 1600px;
    height: 1600px;
    position: absolute;
    z-index: 1;
    top: -350px;
    margin: 0 auto;
    opacity: .7;
    right: 0;
    left: 0%;
    background: url("../images/vega/vega-galaxy.png");
    mix-blend-mode: screen;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 110s linear infinite;
}

.vega-hero-container {
    max-width: 1400px!important;
}

.vega-hero-container,
.vega-hero-row {
    height: 100%;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}



.vega_hero_content_col,
.vega_hero_img_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vega_hero_img_col img {
    transform: scale(1.1);
}

.vega_hero_content img {
    max-width: 100%;
}

/* .vega_hero_content_col {
    width: 42%;
}

.vega_hero_img_col {
    width: 58%;
}

.vega_hero_img_col img {
    height: 100%;
    object-fit: cover;
} */

.vega_hero_content h1 {
    color: #fff;
    text-shadow: 0px 0px 12px rgba(104,42,198,0.56);
    font-family: 'Exo 2';
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 12px;
}

.vega_hero_content p {
    color: #fff;
    text-shadow: 0px 0px 12px rgba(148,10,126,0.56);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

.vega_hero_button {
    display: inline-flex;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #8E52EC;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 16px 40px;
    align-items: center;
    column-gap: 8px;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px var(--fall-release-violet);
    transition: box-shadow .2s ease-in-out;
}



.copilot {
    position: relative;
    z-index: 1000;
}

.copilot_col {
    display: flex;
    align-items: center;
}

.copilot_text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}

.vega_phone_baner {
    position: relative;
    max-width: 1320px;
    margin: 120px auto;
}

.phone_baner_content {
    background-image: url("../images/vega/vega-hero-background.jpg");
    background-size: cover;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 40px 134px 40px 110px;
    margin: 0!important;
}

.phone_baner_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    font-size: 48px;
    line-height: 52px;
    min-height: auto;
    margin-bottom: 0px;
    color: #fff;
}

.phone_baner_img_qr {
    max-width: 260px;
    /* margin-left: 70px; */
    /* margin-right: 30px; */
    border-radius: 20px;
    background-color: #fff;
    padding: 6px;
}

.phone_baner_link_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 130px;
    width: 100%;
    gap: 20px;
}

.fall_release_img {
    max-width: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0) scale(1.0);
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: crisp-edges;
}

@media screen and (max-width: 992px) {
    .phone_baner_content {
        justify-content: center;
        gap: 20px;
        padding: 40px 104px 40px 80px;
    } 

    .vega_hero {
        padding-top: 50px;
    }

    .vega-flex-container {
        row-gap: 0px!important;
    }

    .integrated .row.mb-5 {
        margin-bottom: 0!important;
    }

    .vega_hero_animation {
        display: none;
    }

    .copilot_title,
    .calendar_title,
    .chat_title,
    .customization_title,
    .copilot_ai_title,
    .copilot__title {
        font-size: 50px!important;
        line-height: 60px!important;
    }
}

/* @media screen and (max-width: 991.5px) {
    .vega_hero_content_col {
        width: 100%;
    }
    
    .vega_hero_img_col {
        width: 100%;
    }
} */

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

    .phone_baner_content {
        padding: 40px 30px 40px 30px;
    } 
    
    .phone_baner_title {
        font-size: 32px;
        line-height: 38px;
    }

    .phone_baner_link_wrapper {
        width: 100%;
        flex-direction: row;
        max-width: 100%;
        gap: 10px;
        justify-content: center;
    } 

    .vega_hero_content h1 {
        font-size: 34px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .vega_hero_content p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .vega_hero_img_col {
        display: none;
    }

    .vega_hero {
        padding-top: 30px;
    }

    .copilot_title,
    .calendar_title,
    .chat_title,
    .customization_title,
    .copilot_ai_title,
    .copilot__title {
        font-size: 40px!important;
        line-height: 50px!important;
    }
}



/* VEGA CALENDAR */




/* .vega_calendar_flex_item h2 {
    max-width: 900px;
    text-align: center;
    margin:0 auto 10px;
    font-size: 70px;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #5f04f1, #ebb643);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
 }
  */
 
 .vega_calendar_flex_item p{
    margin-bottom: 30px;
     margin: 0 auto 10px;
     max-width: 900px;
 }
 
 
 .calendar_image img{
     box-shadow: rgba(50, 50, 93, 0.25) , rgba(0, 0, 0, 0.3) , rgba(10, 37, 64, 0.35)  inset;
     display: block;
     margin: 0px auto 50px;
     max-width: 900px;
     border-radius: 15px;
     object-fit: cover;
    
 }
 
 
 .vega-flex-container {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     column-gap: 20px;
     row-gap: 30px;
     justify-content: center;
     margin-bottom: 50px;
     width: 100%;
 }
 
 .vega-flex-container .col-lg-4,
 .vega-flex-container .col-lg-6,
 .integrated .row .col-lg-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
 }
 
 .vega_calendar_flex_item {
     padding: 0px 20px 30px;
     display: flex;
     flex-direction: column;
     text-align: left;
     max-width: 406px;
     width: 100%;
     border-radius: 30px;
     background-color: rgba(255,255,255,0.8);
     box-shadow: 0px 0px 8px 0px rgba(142,82,236,0.24);
     height: 318px;
  
 }
 .vega-ai-integ {
     padding: 0px 20px 30px;
     display: flex;
     flex-direction: column;
     text-align: left;
     max-width: 406px;
     width: 100%;
     border-radius: 30px;
     background-color: rgba(255,255,255,0.8);
     box-shadow: 0px 0px 8px 0px rgba(142,82,236,0.24);
     height: 325px;
  
 }
 
 
 
 
 .vega-flex-container .box-title
 {color: #DC388A;
     font-size: 28px;
     line-height: 32px;
     font-weight: 400;
     margin-bottom: 8px}
 
 
     .vega-flex-container p{
         color: #321855;
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     margin-bottom: 0px;
 }
     
 .vega-calendar-img{
     display: flex;
     align-self: center;
     height: 68px;
     width: 68px;
     margin-top: -10px;
     margin-bottom: 20px;
 }
 
 /* .calendar-btn{
     display: inline-flex;
     background-color: #ffff;
     text-align: center;
     color: #8e52ec;
     font-size: 20px;
     line-height: 24px;
     font-weight: 600;
     padding: 2px 5px;
     align-items: center;
     column-gap: 8px;
     border-radius: 28px;
     box-shadow: 0px 0px 0px 0px #8e52ec;
     transition-duration: 0.2s ;
     transition-timing-function: ease-in-out;
     transition-delay: 0s; background-image: linear-gradient(45deg, #5f04f1, #ebb643);
  
 }
 
 
 
 
 .calendar-btn a{
     color:white;
     text-decoration: none;
     outline:0;
    background-color: transparent;
 }
 
 .calendar-btn:hover{
     
     transition-duration: 0.2s;
     transition-timing-function: ease-in-out;
     transition-delay: 0s;
    background-color: linear-gradient(45deg, #4e06c2, #8f6407);
 }   */
 