@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: Poppins !important;
    background-color: #f1f1f1 !important;
    overflow-x: hidden;
}
a, a:hover{
    text-decoration: none !important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 10px;
    z-index: 99;
    cursor: pointer;
  }
  .login-img{
      width: 5rem;
      margin-bottom: 1rem;
  }

  .typing-head {
    background: -webkit-linear-gradient(#fad652, #f3a94c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    overflow: hidden;    
    font-family: 'Source Code Pro', monospace;  
    font-size: 3rem;
    font-weight: bolder;
    animation: animated-text 2s steps(30,end) 1s 1 normal both;
  }
  
  /* text animation */
  
  @keyframes animated-text{
    from{width: 0;}
    to{width: 100%;}
  }

.button-77 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01,sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 34px;
    outline: none;
    overflow: visible;
    padding: 10px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
  }
  
  @media (min-width: 768px) {
    .button-77 {
      padding: 10px 20px;
    }
  }
  
  .button-77:before,
  .button-77:after {
    border-radius: 80px;
  }
  
  .button-77:before {
    background-color: rgba(249, 58, 19, .32);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .button-77:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
  }
.main-section{
    /* background: url(img/bg.jpg); */
    /* background: linear-gradient(to right, rgb(52, 143, 80), rgb(86, 180, 211)); */
    background: seashell;
    overflow: hidden;
    /* position: absolute; */
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-bg-shape1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.hero-bg-shape2{
    position: absolute;
    right: 0;
    top: 0;
}
.content-row{
    position: relative;
    z-index: 1;
}
.nav_bar{
    padding-top: 1rem;
}
.social-nav{
    background: linear-gradient(135deg,#323232 0%,#F95055 45.72%,#CA2DB8 100%);
    color: #fff;
    font-weight: 600;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding: 0.6rem 2rem;
}
.social-nav .social-ico{
    border: 1px solid #fff;
    padding: 0.1rem 0.3rem;
}
.social-nav .social-ico:hover{
    background-color: #fff;
    transition: 0.2s;
    color: black;
}
.main-nav{
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    border: 1px solid #F95055;
}
.main-nav .logo{
    width: 2rem;
}
.main-nav a{
    color: black;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.main-nav a:hover{
    color: #F95055;
    letter-spacing: 0.2rem;
    transition: 0.2s;
}
  .image-fader img {
    position: absolute;
    width: 40%;
    /* top:0; */
    right: 0px;
    animation-name: imagefade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
  }
.image-fader img:hover{
    animation: shake 2s;
    animation-iteration-count: infinite;
}
  
  @keyframes imagefade {
    0% {
      opacity:1;
    }
    17% {
      opacity:1;
    }
    25% {
      opacity:0;
    }
    92% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  .image-fader img:nth-of-type(1) {
    animation-delay: 6s;
  }
  .image-fader img:nth-of-type(2) {
    animation-delay: 4s;
  }
  .image-fader img:nth-of-type(3) {
    animation-delay: 2s;
  }
  .image-fader img:nth-of-type(4) {
    animation-delay: 0;
  }
.t-style-1 {
    color: transparent;
    font-size: 2.5rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    line-height: 1;
}
.t-style-2 {
    color: rgb(0, 0, 0);
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
}
.t-style-3 {
    color: rgb(255, 255, 255);
    font-size: 4.5rem;
    font-weight: bolder;
    line-height: 1;
    text-shadow: 2px 2px black;
}
.about-sec{
    background-image: url(img/bg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.mycard {
    background: #ffffff;
    margin: 10% 0;
    height: 330px;
    border-radius: 20px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: rgba(255, 123, 47, 0.712) 0px 5px, rgba(255, 123, 47, 0.47) 0px 10px, rgba(255, 123, 47, 0.347) 0px 15px, rgba(255, 123, 47, 0.194) 0px 20px, rgba(255, 123, 47, 0.053) 0px 25px;
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.5s linear;
}
.mycard:hover{
    background: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    color: #fff;
}
.mycard-new{
    background: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    color: #fff;
}

.icons {
    position: relative;
    height: 120px;
    width: 152px;
    background-color: #ffffff;
    box-shadow: 0px 10px 0 rgba(220, 9, 9, 0.1),
        inset 0px -8px 0 rgb(255, 255, 255);
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    display: flex;
    justify-content: center;
}

.icons::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    height: 50px;
    width: 50px;
    box-shadow: 15px -15px 0 15px #ffffff;
    background: transparent;
    border-top-right-radius: 50px;
}

.icons::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    height: 50px;
    width: 50px;
    box-shadow: -15px -15px 0 15px #ffffff;
    background: transparent;
    border-top-left-radius: 50px;
}

.icons img {
    position: relative;
    z-index: 555 !important;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.text {
    width: 100%;
    position: absolute;
    padding: 10px;
    padding-top: 150px;
    text-align: center;
}
.text h3{
    padding-top: 1rem;
}



li{
    list-style: none;
}
.footer{
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("img/bg.jpeg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}
.footer::before{
    position: absolute;
    content: '';
    background: url(img/shape.svg) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.footer a{
    color: #ffffff
}
.footer a:hover{
    color: #ff6f00;
}
.as_footer_heading {
    font-size: 22px;
    line-height: 60px;
    margin: 0;
    position: relative;
    margin-bottom: 22px;
    color: #ffffff;
}
.as_footer_heading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 92px;
    height: 2px;
    background-color: #ff6f00;
}
.as_footer_widget>ul>li span svg {
    fill: #ffffff;
    margin-right: 10px;
}
.as_footer_widget>p {
    margin: 18px 0 20px;
    color: #ffffff;
}
.as_share_box ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 100%;
    color: #fff;
}
.as_share_box ul li a:hover{
    background-color: #ff6f00;
}
.as_share_box ul li {
    display: inline-flex;
    margin-right: 5px;
}



/* zodiec sign css start */
.android-app{
    background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_zodiac_inner{
    overflow-x: hidden;
}
.as_sign_img img{
    margin: 0 auto;
}
.as_sign_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_sign_ul li{
    margin: 40px;
}
.as_sign_box {
    background-color: #ff7426;
    max-width: 230px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}
.as_sign_box >a{
    display: flex;
    align-items: center;
}
.as_sign_box .as_sign {
    background-color: #f93a13;
    height: 80px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    position: relative;
    transition: all 0.2s linear;
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.as_sign_box:after,.as_sign_box:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #ff7426; 
} 

.as_sign_box:before{
    left:auto;
    right: 100%;
    border-left: none;
    border-right: 20px solid #ff7426;

}
.as_sign_box .as_sign:after,.as_sign_box .as_sign:before{
    content: '';
    position: absolute;
    left: 100%; 
    top: 0;
    bottom: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid #f93a13;
 
} 
.as_sign_box:hover {
    background-color: #ff6f00;
}
.as_sign_box:hover:after{
    border-left-color: #ff6f00;
}
.as_sign_box:hover:before{
    border-right-color: #ff6f00;
}
.as_sign_box:hover .as_sign {
    background-color: #e66712;
}
.as_sign_box:hover .as_sign:after{
    border-left-color: #e66712;
}
.as_sign_box:hover .as_sign:before{
    border-right-color: #e66712;
}
.as_sign_box .as_sign:before{
    left:auto; 
    right: 100%; 
    border-left: none; 
    border-right: 18px solid #f93a13;
}
.as_sign_ul li:first-child,.as_sign_ul li:last-child  {
    transform: translateX(200px);
}
.as_sign_ul li:nth-child(2), .as_sign_ul li:nth-child(5) {
    transform: translateX(100px);
    z-index: 1;
}
.as_sign_ul.as_sign_ul_right li:first-child,.as_sign_ul.as_sign_ul_right li:last-child  {
    transform: translateX(-200px);
}
.as_sign_ul.as_sign_ul_right li:nth-child(2),.as_sign_ul.as_sign_ul_right li:nth-child(5) {
    transform: translateX(-100px);
}
.as_sign_img img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
  }
  
  @-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.as_sign_ul_right .as_sign_box {
    margin: 40px 0 0 auto;
}
.grid-row {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
    .grid-item{
        position: relative;
        z-index: 2;
        padding: 0;
    }
    /* .grid-item1{
        width: 30%;
        margin-right: -50px;
        z-index: 1;
        margin-left: -5px;
    }
    .grid-item2{
        width: 40%;
        margin-right: -100px;
        z-index: 2;
    }
    .grid-item3{
        width: 50%;
        z-index: 3;
    }
    .grid-item4{
        width: 40%;
        margin-left: -100px;
        z-index: 2;
    }
    .grid-item5{
        width: 30%;
        margin-left: -50px;
        z-index: 1;
        margin-right: -5px;
    } */

    /* =======================================
        Slider
        ====================================*/
        .slick-slider button {
            position: absolute;
            top: 32%;
            outline: "none";
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 35px;
            background-color: orange;
            color: white;
            z-index: 99;
        }
        
        .slick-slider .slick-prev {
            left: -30px;
            font-size: 0;
            /* display: none !important; */
        }
        
        .slick-slider .slick-prev::before {
            content: '<';
            line-height: 1;
            font-size: 25px;
        }
        
        
        
        .slick-slider .slick-next {
            right: -30px;
            font-size: 0;
            /* display: none !important; */
        }
        
        .slick-slider .slick-next::after {
            content: '>';
            line-height: 1;
            font-size: 25px;
        }
        
        
        
        .slick-dots{
            text-align: center;
        }
        
        .slick-dots li{
            display: inline-block;
            padding: 1px;
            background-color: #ccc;
            margin: 10px 5px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            cursor: pointer;
        }
        
        .slick-dots button{
            display: none;
        }
        
        .slick-dots li.slick-active{
            background:#ffc107;
        }
        
        .slick-slider img{
            width: 100%;
            height: 260px;
        }
        
        
        
        .slick-slide {
            padding:40px 0;
            position: relative;
            height:auto !important;
            /* opacity: 0.5; */
            transition: all 900ms ease;
        }
        
        .slick-current {
            opacity: 1;
            transform: scale(1.2);
            z-index: 99;
            margin: 0 1rem;
            /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        } 
        
        .slick-slide .xyz{
            opacity: 0;
        }
        
        .slick-current .xyz{
            opacity: 1;
        }
    
        .slider a{
            text-decoration: none !important;
            font-size: 25px;
            font-weight: bold;
            font-style: italic;
            position: relative;
            top: -10px;
            color: #fff;
            padding: 5px 13px;
            /* border: 2px solid #7c4a21; */
            background-color: transparent;
            transition: 0.4s;
            border-radius: 5px;
        }

    /* slider end */
    .img-frame,
    .desktop-frame{
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        box-shadow: 0px 0 65px 0px rgba(0, 0, 0, 0.25);
        border: 4px solid #fff;
    }
.ui-design-sec{
    background-image: url(img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}

.slidered{
    height: auto;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    overflow: hidden;
    /*border-radius: 30px;*/
    
  }
  .slice {
    margin-right:15px;
    /* width: 8rem;
    height: 35rem; */
    /*display: flex;*/
    align-items: center;
    perspective: 100px;
    /* padding: 1rem; */
    position: relative;
  }
  #slice-img{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0.2rem;
    transition: transform 1s;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .slide-track:hover{
    animation-play-state: paused;
  }
  .slide-track{
    display: flex;
    width: calc(200px * 18);
    animation: scroll 200S linear infinite;
  }
  
  @keyframes scroll {
    0%{
        transform: translateX(0);
    }
         
    100%{
        transform: translatex(calc(-250px * 9));
    }
         
  }
  .ai-feature-box ul {
    display: block;
    text-align: center;
}
.ai-feature-box ul li {
    display: inline-block;
    width: 19%;
    min-width: 180px;
    margin-bottom: 20px;
}
.ai-feature-box ul h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.about-img{
    padding: 13px 20px 13px;
    outline: 0;
    border: 5px solid #e75c49;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.about-img:after {
    content: "";
    background: url(img/about-us.avif);
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 10px;
    left: 10px;
    transition: 0.2s;
}
.about-img:hover:after {
    top: 0px;
    left: 0px;
}
.footer-mob{
    display: none;
}
.login-div{
    position: absolute;
    z-index: 100;
    right: 2rem;
}
.login-div .login-inner{
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.5rem;
    padding: 1rem;
}
.custom-login-form .input-group-text{
    border:0;
}
.custom-login-form .form-control{
    border-radius:0;
}
.custom-login-form .form-control:focus{
    box-shadow: none !important;
}
.close-btn{
    padding: 0.2rem 0.4rem;
    background: #111;
    border-radius: 10px;
    color: red;
    font-size:0.6rem;
    font-weight: 600;
}



@media (max-width: 768px) {
    body{
        overflow-x: hidden !important;
        padding-bottom: 5rem !important;
    }
    .main-nav{
        display: none;
    }
    .social-nav{
        border-radius: 1rem;
    }
    .hero-bg-shape1, .hero-bg-shape2{
        display: none;
    }
    .main-section{
        background: url(img/mob-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .t-style-1 {
        color: transparent;
        font-size: 3rem;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
        line-height: 1;
    }
    .t-style-2 {
        color: rgb(0, 0, 0);
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1;
    }
    .t-style-3 {
        color: rgb(255, 255, 255);
        font-size: 3.5rem;
        font-weight: bolder;
        line-height: 1;
        margin-bottom: 1rem;
    }
    .image-fader img {
        width: 100%;
    }
    .as_sign_ul li:first-child,.as_sign_ul li:last-child  {
        transform: translateX(0);
    }
    .as_sign_ul li:nth-child(2), .as_sign_ul li:nth-child(5) {
        transform: translateX(0);
        z-index: 1;
    }
    .as_sign_ul.as_sign_ul_right li:first-child,.as_sign_ul.as_sign_ul_right li:last-child  {
        transform: translateX(0);
    }
    .as_sign_ul.as_sign_ul_right li:nth-child(2),.as_sign_ul.as_sign_ul_right li:nth-child(5) {
        transform: translateX(0);
    }
    .as_sign_ul_right .as_sign_box {
        margin: 40px;
    }
    .ai-feature-box ol, ul {
        padding-left: 0 !important;
    }
    .footer-mob {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(135deg,#323232 0%,#F95055 45.72%,#CA2DB8 100%);
        text-align: center;
        z-index: 1000;
        padding-top: 1.2rem;
        padding-bottom: 0.7rem;
        border-radius: 50px 50px 0 0;
    }
    .footer-mob a{
        color: #fff;
        font-weight: 600;
    }
    .foot-icon span{
        font-size: 1.2rem;
        background-color: #fff;
        border-radius: 0.5rem;
        padding: 0.3rem;
    }
    .foot-icon div{
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }
}