@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIThis-Italic.eot');
    src: url('../fonts/SegoeUIThis-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIThis-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUIThis-Italic.woff') format('woff'),
        url('../fonts/SegoeUIThis-Italic.ttf') format('truetype'),
        url('../fonts/SegoeUIThis-Italic.svg#SegoeUIThis-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIThis.eot');
    src: url('../fonts/SegoeUIThis.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIThis.woff2') format('woff2'),
        url('../fonts/SegoeUIThis.woff') format('woff'),
        url('../fonts/SegoeUIThis.ttf') format('truetype'),
        url('../fonts/SegoeUIThis.svg#SegoeUIThis') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIThis-Bold.eot');
    src: url('../fonts/SegoeUIThis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIThis-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUIThis-Bold.woff') format('woff'),
        url('../fonts/SegoeUIThis-Bold.ttf') format('truetype'),
        url('../fonts/SegoeUIThis-Bold.svg#SegoeUIThis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIThis-BoldItalic.eot');
    src: url('../fonts/SegoeUIThis-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIThis-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUIThis-BoldItalic.woff') format('woff'),
        url('../fonts/SegoeUIThis-BoldItalic.ttf') format('truetype'),
        url('../fonts/SegoeUIThis-BoldItalic.svg#SegoeUIThis-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype'),
        url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0px;
    margin: 0px;
}
 html {
      scroll-behavior: smooth;
    }
body{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Segoe UI';
}
ul ,li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.color-1{
    color: #7ab5f3;
}
.color-2{
    color: #7545db;
}
.site-logo img{
    height: 100px;
    max-height: 100px;
}

.user-access button img{
    width: 20px;
}
.cstm-btn, .cstm-btn-2{
    font-family: 'Segoe UI';
    font-weight: 600;
    padding: 7px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 0px 20px;
    font-size: 20px;
    background-color: #fff;
     transition: .5s;
}
.cstm-btn:hover{
    background: linear-gradient(to left,#7545db, #7ab5f3 );
    color: #fff;
    border-radius: 0px;
}
.cstm-btn-2{
    background: linear-gradient(to left,#7545db, #7ab5f3 );
    color: #fff;
}
.cstm-btn-2:hover{
    background:linear-gradient(to left,#7ab5f3,#7545db);
    color: #fff;
    border-radius: 0px;
}
.banner{
    width: 100%;
    height: 850px;
    background-image: url(../images/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 97px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    background-image: url(../images/banner-water-mark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner h1{
    font-size: 80px;
    font-weight: 600;
}
.banner p{
    color: #fff;
    background-color: rgba(0,0,0,.2);
    display: inline-block;
    padding: 5px 10px;
}
.section_ttl img{
    width: 100%;
    max-width: 250px;
}
.section_ttl h2{
    font-size: 48px;
    font-weight: 600;
}
.services .card{
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    background: #fff;
    transition: .5s;
    border-radius: 10px;
}
.services .card:hover{
    background-image: url(../images/astro-circule.png), linear-gradient(to left,#7545db, #7ab5f3);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.services .card .card-image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    padding: 25px;
    line-height: 120px;
    background-color: #fff;
    transition: 1s;
    display: inline-flex;
}
.services .card:hover .card-image{
    transform: scale(1.2);
    background: transparent;
    box-shadow: none;
}
.services .card .card-tittle h3{
    color: #7545db;
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
}
.services .card:hover .card-tittle h3{
    color: #fff;
}
.why_astrology:after{
    width: 120px;
    height: 120px;
    background: url(../images/jupiter-planet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: '';
    top:20px;
    right: 30px;
    animation: rotate-360 20s infinite linear;
}
.why_astrology:before{
    width: 120px;
    height: 120px;
    background: url(../images/full-moon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: '';
    bottom:20px;
    left: 10px;
    animation: rotate-360 20s infinite linear;
}
.astro_accordian .accordion-item{
    margin-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.astro_accordian .accordion-item button {
    font-weight: 600;
}
.astro_accordian .accordion-item button:focus{
    box-shadow: none;
    color: #7545db;
}
.ai_astrology,.astro_future{
    width: 100%;
    height: auto;
    position: relative;
}
.ai_astrology .astro_img{
    width: 100%;
    height: auto;
    border-radius: 250px 0px 0px 0px;
    overflow: hidden;
}
.ai_astrology .astro_over_img{
    width: 180px;
    height: 316px;
    border-radius: 100px;
    background:linear-gradient(to left,#7545db, #7ab5f3);
    padding: 15px;
    position: absolute;
    right: -50px;
    bottom: -70px;
    z-index: 99;
}
.ai_astrology .astro_cicle{
   width: 350px;
    height: 350px;
    position: absolute;
    left: -130px;
    top: -80px;
    z-index: -1;

}
.astro_future .astro_img{
    width: 65%;
    margin: 0 auto;
    border-radius: 300px;
    overflow: hidden;
}
.astro_future .astro_over_img{
    width: 110px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.astro_future .astro_cicle{
    position: absolute;
    bottom: -72px;
    right: 0px;
    z-index: -1;
}
.img_hover_effect{
    position: relative;
    overflow: hidden;
    /* border-radius: 7px 7px 0px 0px; */
}
.img_hover_effect:before{
    position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(248, 245, 245, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	opacity: 0;
}
.img_hover_effect:hover::before{
    animation: shine .75s;
	opacity: 1;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
.what_astrology::before{
    width: 250px;
    height: 250px;
    background: url(../images/img_icon_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: '';
    top:50px;
    left: 10px;

}
.astro_blog:after{
    width: 250px;
    height: 250px;
    background: url(../images/img_icon_04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: '';
    bottom:20%;
    right: 35px;
    z-index: -9;
     animation: action 3s infinite  alternate;
}
.astro_blog:before{
    width: 250px;
    height: 250px;
    background: url(../images/img_icon_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    content: '';
    top:20%;
    left: 10px;
    z-index: -9;
    animation: action2 3s infinite  alternate;
}

.blog-content h5{
    font-weight: 600;
    
}
.blog-content h5, .blog-content p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;


    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
 .box-icon-float {
    animation: rotate-360 12.5s infinite linear;
}
/* .blog-img:after{
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #7545db;
    z-index: 99;
    left: 5%;
    top: 5%;
} */


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

    to {
        transform: rotate(359deg);
    }
}
.astro_faq_img{
    width: 350px;
    height: 400px;
    border: 5px solid #ffffff;
    border-radius: 5px;
}
.img_back_shadow{
    position: absolute;
    content: '';
    width: 350px;
    height: 394px;
    background: linear-gradient(to top right, #7ab5f3,#7545db);
    left: 21%;
    top: -5%;
    z-index: -1;
    border-radius: 5px;
}

.footer{
    width: 100%;
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    color: #fff;
    padding-top: 100px;
}
.footer:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 97px;
    top: -1px;
    left: 0px;
    right: 0px;
    background-image: url(../images/banner-water-mark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotateX(180deg);
}
.f_ttl{
    color: #7ab5f3;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 600;
}
.f-link ul li{
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
}
.f-link ul li a{
    color: #fff;
    transition: .5s;
}
.f-link ul li a:hover{
    padding-left:7px;
    color: #7ab5f3;
}
.footer_btm{
    width: 100%;
    padding: 10px;
    text-align: center;
    background: linear-gradient(to left,#7545db, #7ab5f3);

}
.social_link ul li{ display: inline-block;}
.social_link ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: linear-gradient(to left,#7545db, #7ab5f3);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: .5s;
    color: #ccc;
    margin: 0px 4px;

}
.social_link ul li a:hover{
    background: linear-gradient(to right,#7545db, #7ab5f3);
    color: #fff;
}
@keyframes action {
  0% { transform: translateY(30); }
  100% { transform: translateY(-30px); }
}
@keyframes action2 {
  0% { transform: translateX(30); }
  100% { transform: translateX(-30px); }
}
