

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body{
    font-family: "Nunito", sans-serif !important;
}



.logo-image{
    width: 10% !important;
}

.banner-thumb-area img{
    width:50%;
}
.about-thumb-img {
    text-align: center;
}
.banner-wrapper.style1 .banner-thumb-area{
    text-align:center !important;
}

.chefe-card-wrap .style1, .chefe-card-wrap{
    position:relative;
}

.steps-process{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}
.section-title .title {
    margin-bottom: 5px !important;
    font-style: normal;
    color: var(--white);
    font-family: "Epilogue", sans-serif;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 30px !important;
    text-transform: uppercase !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 5% !important;
}

.text-start ul li{
    line-height: 20px;
    list-style: inside;
    font-size: 12px;
    font-weight: 300;
}

/* call and whatsapp start */
#callme {
    position: fixed;
    left: 40px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 99990;
}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(207, 8, 8);
    width: 50px;
    height: 50px;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.my-float {
    margin-top: 10px;
    font-size: 30px;
}

.goog-te-gadget .goog-te-combo {
   color: #3e3c3a !important;
    border: 1px solid var(--theme);
    width: 11%;
    position: absolute;
    top: 5px;
    right: 5px;
}

.goog-te-gadget {
    color: transparent !important;
}

#google_translate_element span{
    display:none !important;
}


@media (max-width: 768px) {
    .header-top-wrapper {
        display: block !important;
    }
    .header-top-wrapper{
        padding:10px !important;
    }
.social-icon .spans {
    display:none !important;
}
.goog-te-gadget .goog-te-combo {
    width: 20%;
    position: absolute;
    top: 13px;
    right: 25px;
}
}


@media (max-width: 425px) {

.goog-te-gadget .goog-te-combo {
    width: 30%;
    position: absolute;
    top: 13px;
    right: 10px;
}
.social-icon .spans {
    display:none !important;
}
}

/* call and whatsapp end */

.right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  flex: 1 1 400px;
  max-width: 500px;
}
.feature  h3{
    font-size:16px;
    color:#f9782b;
}
.feature {
  text-align: center;
  padding: 20px 10px;
  color: #393939;
    font-size: 12px;
}

.feature-icon {
  background-color: #ffe4ec;
  border-radius: 50% 50% 0 0;
  padding: 10px 20px;
  font-size: 24px;
  color: #ff4f92;
  display: inline-block;
  /* margin-bottom: 10px; */
}



/* card start */
.social-profile {
    position: absolute;
    bottom: 0;
    right: 0% !important;
    max-height: 100%;
    width: 100%;
    padding: 10px 15px;
}

.single-service-post li {
    margin-bottom: 10px;
}
.dishes-card.style1:hover .dishes-thumb img,  .dishes-card.style1:hover  .card-title{
    display:none !important;
}

.open .header-main .main-menu ul li{
    color: #393939 !important;
}
.sticky-sidebar {
    position: sticky;
    top: 80px; /* Adjust based on your fixed header height */
    /* z-index: -1; */
    width: 100%;
}
/* card end */


/* pop modal start */
.modal {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}


.modal-content input, .modal-content textarea{
    width:100%;
}
/* pop modal end */


/* puja start */
.menu-item-thumb {
    width: 25%;
}
.menu-item-thumb img {
    width: 100%;
}
/* puja end */


/* process card start */
.prosess-element img {
    border-radius: 9px;
    border: 5px solid var(--theme);
    margin-bottom: 15px;
}
/* process card end */

/* y axis rotate start */

.cir38{
    animation: rotateY-anim 2s linear infinite;
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}


/* y axis rotate end */


/* tmeple start */



.temple-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.temple-thumb
 {
    position: relative;
    text-align: center;
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.temple-single{
    width: 20%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 10px 0;
    margin: 5px;
    height: 300px;
}

.temple-single h3 {
       padding: 3px;
    text-align: center;
    font-size: 14px;
}

.temple-thumb img {
    width: 100%;
    min-height: 250px;
}


.temple-single {
  position: relative;
}

.book-now-btn {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #ff5722;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: none;
  z-index: 1;
}

.book-now-btn:hover{
        background-color: red;
    color: #fff !important;
}

.book-now-btn~.temple-single{
    background-color:#fff;
}

.dishes-card.style1:hover .dishes-thumb img,  .dishes-card.style1:hover  .card-title{
    display:none !important;
}
/* tmeple end */

/* about start */

.about-one__left {
    position: relative;
    display: block;
    margin-left: 200px;
    margin-right: 50px;
}
.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    
    border-radius: 5px;
}

.about-one__shape-1{
    overflow: hidden;
    border-radius: 5px;
}
.about-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(17deg);
    z-index: 1;
}
.about-one__img img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}
.about-one__right p{
    line-height: 20px;
}
.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    background-color: var(--theme);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.about-one__img-2 {
    position: absolute;
    bottom: 0px;
    left: -285px;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
}
.about-one__client-box {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: var(--theme);
    padding: 23px 27px 23px;
    margin-top: 43px;
    z-index: 1;
    bottom:0px;
}
.about-one__img-box {
    position: relative;
    display: block;
}
.about-one__client-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-one__client-img {
    position: relative;
    display: block;
    width: 60px;
}
.about-one__client-img img {
    width: 100%;
}
.about-one__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.about-one__count {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__count h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--white);
    letter-spacing: 0.016em;
}
.about-one__count span {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--sonchoy-font);
    color: var(--white);
    letter-spacing: 0.016em;
}
.about-one__client-content p {
    color: var(--white);
}

.about-one__img-2 img {
    width: 75%;
}
.about-one__points {
    position: relative;
    display: block;
}
.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.about-one__points li .icon {
    position: relative;
    display: inline-block;
}
.about-one__points li p {
    margin-left: 10px;
    font-weight: 700;
    color: var(--theme);
}
.about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--theme);
}

.about-one__contact .icon>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-one__contact .icon>span:hover {
    color: var(--white);
    border: 1px solid var(--theme);
    background-color: var(--theme);
}
/* .about-one__contact .content {
    position: relative;
    display: block;
    margin-left: 20px;
    top: -3px;
} */
.about-one__contact .content>p>a {
    color: var(--black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size:25px;
}
.section-title__title.title-animation{
    line-height:35px;
}

.about-one__text-1 {
    line-height: 20px;
    margin: 10px 0;
}
/* about end */

/* History short start */
.company-history-style1__content .top-title {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: var(--theme);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.company-history-style1__content .top-title h3 {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* .company-history-style1__content .round-box2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #009afe;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 2;
} */
.company-history-style1__content-inner {
    position: relative;
    display: block;
}
.company-history-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}

.company-history-box::before {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    top: 0px;
    bottom: -50px;
    left: 50%;
    border-left: 2px dashed #bababa;
}
.company-history-box li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.company-history-box li .inner {
    position: relative;
    display: block;
    max-width: 475px;
    width: 100%;
    text-align: right;
}
.company-history-box li .round-box {
    position: absolute;
    top: 12px;
    right: -173px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ede6d4;
    z-index: 2;
}

.company-history-box li .round-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--theme);
    border-radius: 50%;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}
.company-history-box li .border-box {
    position: absolute;
    top: 26px;
    right: -168px;
    width: 150px;
    height: 1px;
    border-top: 2px dashed #bbb9ba;
}

.company-history-box li.style2 .border-box {
    left: -168px;
    width: 150px;
    height: 1px;
    border-top: 2px dashed #bbb9ba;
}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.company-history-box li.style2 {
    position: relative;
    display: block;
}

.company-history-box li.style2 .inner {
    position: relative;
    display: block;
    float: right;
    text-align: left;
}
.company-history-box li.style2 .round-box {
    left: -173px;
    right: auto;
}
/* History short end */

@keyframes  slideInLeft{

0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
***======================****
        About END
***======================****

/*contact start*/
.contact-box.style1 {
    padding: 41px 35px 35px 30px;
    background-color: var(--white);
    border: 1px solid rgba(235, 0, 41, 0.25);
    border-radius: 8px;
    min-height: 260px !important;
    height: 260px !important;
}
/*contact end*/


ref


https://sivanadii.com/
https://sivanadionline.com/
https://srisivanadiastrologyonline.com/