/* linear-gradient(to right, #00AEEF, #9aba99, #F4C430) */
:root{
    --secondary-color: #f8f8f8;
}

.gt-text-primary-color{
    color: var(--primary-color);
}
.gt-text-color{
    color: var(--text-color);
}

.line-height-inherit{
    line-height: inherit;
}

.white-space-nowrap{
    white-space: nowrap;
}

/* Start Font */
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
/* End Font */

.object-top{
    object-position: top;
}
.object-bottom{
    object-position: bottom;
}
.object-right{
    object-position: right;
}
.object-top-right{
    object-position: top right;
}

.text-transform-none{
    text-transform: none;
}

.footer-input .form-control{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    color: white;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: var(--divider-color);
    border-radius: 0;
	text-align: left;
    padding: 12px 0;
    outline: none;
    box-shadow: none;
}
.footer-input .form-control::placeholder{
    color: rgba(255, 255, 255, 0.691);
}
.footer-input input:-webkit-autofill,
.footer-input input:-webkit-autofill:hover, 
.footer-input input:-webkit-autofill:focus, 
.footer-input input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232300;
}

/* Start All Rounded */

.btn-dark-color-whitesrock{
    border: 1px solid white;
}
.btn-dark-color{
    background: var(--dark-color);
}
.btn-dark-color:hover{
    background: #010165;
}
.btn-accent-color{
    background: var(--accent-color);
}
.btn-accent-color:hover{
    background: #d5ab2a;
}

.sub-s1title{
    font-size: 18px;
}

.section-padding{
    padding: 100px 0px;
}

.li-s1dot{
    padding-left: 24px;
    position: relative;
}
.li-s1doticon{
    font-size: 8px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0px;
}
/* End All Rounded */


.hero.hero-slider-layout .swiper-slide{
    height: auto;
}
.hero.hero-slider-layout .hero-slide{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.team-single-s1-ul span{
    font-weight: 700;
    color: var(--primary-color);
}
.team-single-s1-ul li::marker {
    color: var(--primary-color);
}

/* Start Consultation Package Details */
.consultationpackage-details-section{
    padding: 100px 0;
}
/* End Consultation Package Details */

/* Start Contact Me Section */
.contactme-section-cover{
    padding: 100px 0;
}
.contactme-section{
    background: var(--primary-color);
}
/* End Contact Me Section */


/* Start Digital Download Section */
.digital-s1download-card{
    border-radius: 20px;
    background-color: var(--white-color);
}
.digital-s1download-card .digital-s1download-card-img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
}
.digital-s1download-card-price{
    font-weight: 700;
    color: var(--dark-color);
    font-size: 22px;
}
.digital-s1download-card-discount{
    font-size: 14px;
}
/* End Digital Download Section */

/* Start Footer */
.news-input-group{
    position: relative;
}
.news-input-group .btn{
    position: absolute;
    bottom: 5px;
    right: 0px;
}
/* End Footer */



@media only screen and (max-width: 991px){
    /* Start All Rounded */
    .section-padding{
        padding: 50px 0px;
    }
    /* Start All Rounded */

    .consultationpackage-details-section{
        padding: 50px 0;
    }
    .contactme-section-cover{
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px){
    .hero-slide1 .hero-slider-image img{
        object-position: 75% 0%;
    }
    .hero-slide2 .hero-slider-image img{
        object-position: 90% 0%;
    }
}