@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* Scss Document */
body {
  font-family: "Josefin Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
  background:#fff;
  color: #111;
  overflow-x: hidden;
}

.curvy-font{ font-family: "Cormorant Garamond", serif; }

p {
  font-size: 18px;
  color: #555;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover { color: #9B0A05; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 16px;
  background: #a8720d;
  color: #fff;
  padding: 18px 28px 14px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 40px; text-transform: uppercase; font-weight:600;  }

.common-btn:hover {
  background: #7f5300;
  color: #fff;
  box-shadow: none;
}

.title-col{ margin-bottom:40px; text-align: center; }

.title {
    position: relative;
    font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.title-para{ font-size:24px; max-width: 700px; margin-left: auto; margin-right: auto; width: 100%; color: #111; }

.form-control {
    border-radius: 6px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
    height:45px;
    background-color: #f5f5f5;
}

select.form-control { padding: 0; padding-left:15px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; 
}

@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}


.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }

/*------------------end common-css-------------------*/

.main-header {
    padding: 20px 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.main-header:before {
    content: "";
    position: absolute;
    background:rgb(255 255 255 / 20%);
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    transform: translateY(-50%);
    display: none;
}

.logo img{ max-height: 160px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 18px;
  font-weight:500;
  margin: 0px 45px;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color:#EFCB68; }
.navbar-toggler{ color: #fff; border: none; }

.nav-link::after {
  content: "";
  border-bottom: solid 1px #EFCB68;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}
.nav-link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
@-webkit-keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width:1200px){
.main-header .navbar-brand.d-none.d-lg-block {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.container-fluid{ padding-left: 30px; padding-right: 30px; }

}

.banner{ background: url('../images/banner-bg.jpg') no-repeat; background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 80px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.banner-text { padding-right: 70px; }

.banner-text h1{ color: #EFCB68; font-size: 64px; }
.banner-text p{ color: #F8C3C3; font-size: 20px; }
.banner-text a{ color: #C7A7DC; font-size: 34px; }

.banner-animation { position: relative; }
.banner-animation .as_hand_bg {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    display: inline-block;
}
.banner-animation .as_hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 60%;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}

.banner-text a:hover{ color: #EFCB68; }

.menu-ico{ display: block; margin-bottom: 5px; }
.menu-ico i{ font-size: 24px; }

.astro-sec1{ background:url(../images/astro1-bg.jpg) no-repeat #fff0d1; background-size: cover; }
.astro-sec1 .title{ color: #a8720d; }

.astro-sec1-text{ padding-right: 60px; }
.astro-sec1-text p{ font-size: 21px; }

.astro-sec1-pic {
    border: 3px dashed #e4b969;
    border-radius: 20px;
    overflow: hidden;
    padding: 8px;
}

.astro-sec2{ background:url(../images/astro2-bg.jpg) no-repeat #F8C3C3; background-size: cover; }
.astro-sec2 .title{ color: #b74646; margin-bottom: 0px; }

.lovered{ background: #e00a0a; }
.healthblue{ background: #0a4ae0; }
.luckgold{ background: #ce8d14; }

.service-box{ padding:30px 20px; border-radius: 20px; text-align: center; }

.service-box .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:4%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.service-box .owl-nav span { position: relative; }

.service-box .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:4%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.service-box .owl-nav i { font-size:18px; color: #ffffff; }

.service-title{ font-size: 46px; font-weight: bold; color: #fff; text-transform: uppercase; }
.service-description{ color: #fff;  line-height: 36px; }
.service-box p {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 84px;
}
.serviceslider{ margin-bottom: 15px; border-radius: 15px; overflow: hidden; border:6px solid rgb(255 255 255 / 50%); }
.service-box.lovered .common-btn{ background: #fff; color: #e00a0a; }
.service-box.healthblue .common-btn{ background: #fff; color: #0a4ae0; }
.service-box.luckgold .common-btn{ background: #fff; color: #ce8d14; }

.serviceslider img{ border-radius: 15px; }

.astro-sec3{ background:url(../images/astro3-bg.jpg) no-repeat #efd6ff; background-size: cover; }
.astro-sec3 .title{ color:#8535b9; }

.testi{ border-radius:10px; border:none; border-bottom: 5px solid #e09eff; overflow: hidden; padding:30px; margin: 10px; margin-bottom: 10px; background:rgb(255 255 255 / 60%); }
.testi img{ width: auto !important; }

.test-star i {
  color: #eea20b;
  font-size: 10px;
  margin-right: 3px;
}

.testi h4{ font-size:16px; font-weight:600; color:#000; margin-bottom:0px;  } 
.testi h5 {
  font-size: 18px;
  color: #6c9916;
  font-weight: 600;
  margin-bottom: 5px;
}
.testi p{ font-size:15px; color:#101010; margin-bottom: 0px;  }
.test-location{ color:#000; margin:10px 0;  }

.test-star{ margin-bottom: 0px; margin-top:2px; }
.test-namepic { display: flex; margin-bottom: 16px; align-items: center; }
.testi-pic{ border-radius: 50%; overflow: hidden; width:100px; height:100px; margin-right:20px; flex: 0 0 100px; }
.testi-pic img{ width:100px; height:100px; object-fit: cover; border-radius: 50%; }

.astro-sec3 .owl-nav i{ color: #8535b9; font-size: 26px; }
.astro-sec3 .owl-theme .owl-nav{ margin-top: 20px; }

.astro-sec4{ background:url(../images/astro4-bg.jpg) no-repeat #4A2C4F; background-size: cover; }
.astro-sec4 .title{ color: #f4c0fc; }
.astro-sec4 .astro-sec1-text { padding-right: 0px; padding-left: 40px; }
.astro-sec4 .astro-sec1-text p{ color: #eee; font-size: 21px; }
.astro-sec4 .astro-sec1-pic{ border: 3px dashed #f4c0fc; }
.astro-sec4 .common-btn{ background: #f4c0fc; color: #4A2C4F; }

.astro-sec5{ background:url(../images/astro1-bg.jpg) no-repeat #fff0d1; background-size: cover; }


.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background-color: #fffaf2;
  color: #5a4120;
  font-weight: 600;
  font-size: 20px;
  border: 2px dashed #ad8232;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  box-shadow: none;
}

.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  background-color: #fff3dd;
  color: #5a4120;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.accordion-collapse {
  transition: max-height 0.4s ease;
  border: 2px dashed #ad8232;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #fffaf2;
}

#faqAccordion{ max-width: 1000px; margin: auto; }
.accordion-button:focus{ border-color:#ad8232; }

.footer-miguel {
  background: #1d1a23;
  color: #f5f5f5;
  font-family: 'Poppins', sans-serif;
}

.footer-miguel .text-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e4b969;
}

.footer-miguel .footer-title {
    font-weight: 600;
    margin-bottom: 16px;
    color: #e4b969;
    font-size: 24px;
}

.footer-services {
    padding-left: 6vw;
}

.footer-miguel a {
  color: #787373;
  text-decoration: none;
  font-size: 16px;
}

.footer-miguel a:hover {
  color: #e4b969;
  text-decoration: underline;
}

.footer-miguel .form-control {
  background: #2e2b36;
  border: 1px solid #e4b969;
  color: #fff;
}

.footer-miguel .form-control::placeholder {
  color: #ccc;
}

.footer-miguel .btn-outline-light {
    border-color: #e4b969;
    color: #000;
    height: 43px;
    background: #e4b969;
    font-size: 16px;
    font-weight: 500;
}

.footer-miguel .btn-outline-light:hover {
  background-color: #e4b969;
  color: #1d1a23;
}

.footer-miguel .social-icons a {
    display: inline-block;
    margin-right: 16px;
    color: #e4b969;
    font-size: 21px;
}

.footer-miguel .social-icons a:hover {
  color: #fff;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.footer-miguel p{ color: #787373; }

.copyright {
  display: flex;
  justify-content: space-between;
  color: #707070;
  font-size: 14px;
  margin-top: 25px;
}

.copyright a{ color: #707070; }
.copyright a:hover{ color: #fff; }



/*------------------love-css-------------------*/

.inner-banner{ position: relative; }
.inner-banner::after{ position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; }
.innerbanner-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; }
.innerbanner-content h1 { color: #fff; }
.innerbanner-content p { color: #fff; font-size: 21px; }

.red-btn{ background:red; }
.red-btn:hover{ background:rgb(196, 4, 4); }

.blue-btn{ background:#0a4ae0; }
.blue-btn:hover{ background:rgb(17, 4, 186); }

.gold-btn{ background:#ce8d14; }
.gold-btn:hover{ background:rgb(160, 113, 3); }

.inner-pagesec1{ background: linear-gradient(135deg, #a83279, #d38312); }

.pa-30{ padding: 30px 0; }

.lovesec2-txt{ padding-left: 50px; }
.lovesec2-txt h2{ color: #3bf1e9; font-size: 36px; }
.lovesec2-txt p{ color: #fff; font-size: 20px; }
.lovesec2-txt ul li{ color: #fff; margin-bottom: 10px; }

.whatsapp-btn{ background: #25d366; font-size: 14px; padding: 12px 20px 12px; }
.whatsapp-btn:hover{ background: #1da851; }
.whatsapp-btn i{ font-size: 21px; margin-right: 5px; vertical-align: sub; }

.border-pic{
  border: 3px dashed rgb(255 255 255 / 60%);
    border-radius: 20px;
    overflow: hidden;
    padding: 8px;
}

.inner-pagesec2{ background:url(../images/love2-bg.jpg) no-repeat; background-size: cover; }

.inner-pagesec3{ background: url(../images/astro1-bg.jpg) no-repeat #fff0d1; background-size: cover; }
.inner-pagesec3 .title { color: #a8720d; }
.inner-pagesec3 .owl-nav i{ color: #a8720d; }

.testi video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  overflow: visible;
  z-index: 1;
}

.inner-pagesec3 .testi{ 
  padding: 0px;
  background: none;
  border: none;
  margin: 5px;
  position: relative;
  overflow: auto;
}

#videotestimonial-slider .item {
  box-sizing: border-box;
}

.inner-pagesec4{ background: url(../images/astro4-bg.jpg) no-repeat #4A2C4F; background-size: cover; }
.inner-pagesec4 .title { color: #f4c0fc; }
.loveservice-cols{ padding: 10px; background: rgb(244 192 252 / 30%); border-radius: 20px; margin-bottom: 24px; box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 20%); 
  transition: all 0.3s ease; text-align: center; }

.loveservice-cols:hover{ transform: translateY(-5px); box-shadow: 0px 0px 15px hsl(0deg 0% 0% / 30%); background: #6a2375; }
.loveservice-pic{ margin-bottom: 24px; }
.loveservice-cols h5{ font-size: 24px; color: #f4c0fc; font-weight: bold; }
.loveservice-cols p{ font-size: 18px; color: #fff; }

.inner-pagesec4 .common-btn{ background: #f4c0fc; color: #4A2C4F; }
.inner-pagesec4 .common-btn:hover{ background: #c272cf; color: #fff; }
.inner-pagesec2 .bg-white { background: rgb(255 255 255 / 90%) !important; }

.lovecontent-left{ background:linear-gradient(0deg, rgb(252 229 185) 9.74%, rgb(255 245 208) 87.02%); padding: 4%; height: 100%; }

.lovecontent-right{ background: linear-gradient(0deg, rgb(120 28 0) 9.74%, rgb(255 108 43) 87.02%); padding: 4%; height: 100%; }

.lovecontent-left h3{ font-weight: bold; }
.lovecontent-left p{ font-size: 18px; }

.lovecontent-right h3{ font-weight: bold; }
.lovecontent-right h5{ margin: 15px 0px; }
.lovecontent-right p{ font-size: 18px; color: #000; margin-bottom: 6px; }
.lovecontent-right blockquote {
    font-size: 16px;
    color: #855e18;
    margin: 15px 0px;
    background: rgb(255 255 255 / 80%);
    padding: 10px;
    border-radius: 10px;
}

.blink-bold {
  font-weight: bold;
  animation: blinkText 1.2s infinite;
  color: #ff0000;
  font-size: 28px;
}

@keyframes blinkText {
  0%   { opacity: 1; }
  50%  { color: #4800ff; }
  100% { opacity: 1; }
}

textarea.form-control{ height: auto; }

.lovecontent-rightpic{ height: 100%; }
.lovecontent-rightpic img{ height: 100%; object-fit: cover; }
.lovecontent-leftpic{ height: 100%; }
.lovecontent-leftpic img{ height: 100%; object-fit: cover; }

.white-text *{ color: #fff; }
.white-text p{ color: #fff !important; }







/*------------------media css------------------*/

@media (max-width:1180px){
.container{ max-width: 98%; }
.banner-text { padding-right: 0px; }
.banner-text h1{ font-size: 56px; }
.title{ font-size: 52px; }
.service-title{ font-size: 36px; }
.astro-sec4 .astro-sec1-text{ padding-left: 20px; }
.inner-bannerpic img{ height: 100vh; object-fit: cover; }
.innerbanner-content{ top: 80%; transform: translate(-50%, -80%); width: 90%; }
.innerbanner-content .title{ font-size: 72px; }
.innerbanner-content p{ font-size: 28px; }
.lovesec2-txt { padding-left: 20px; }
.blink-bold{ font-size: 24px; }
.astro-sec1-text { padding-right: 20px; }


}

@media (max-width:1024px){
.astro-sec2 .services-sliders .col-md-4 { flex: 0 0 auto; width: 100%; margin-bottom: 24px; }
.service-box p{ min-height: inherit; }
.pa-80 { padding: 50px 0; }

}

@media (max-width:955px){
.menu-ico{ display: inline; margin-right: 5px; margin-bottom: 0px; }
.menu-ico i { font-size: 16px; }
.navbar-nav{ background:rgb(0 0 0 / 70%); }
.logo img { max-height: 75px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ padding: 1rem 1rem 10px; text-align: right; margin: 0px 0px; }
.banner-text h1 { font-size: 46px; }
.banner-text p {
    font-size: 18px;
    line-height: 25px;
}
.banner-text a{ font-size: 26px; }
.astro-sec1 .col-md-6 { flex: 0 0 auto; width: 100%; margin-bottom: 24px; }
.astro-sec1 .col-md-6:nth-child(1){ order: 2; }
.service-title {  font-size: 46px; }
.astro-sec3 .owl-theme .owl-nav {
    margin-top: 0px;
}

.astro-sec4 .col-md-6 { flex: 0 0 auto; width: 100%; margin-bottom: 24px; }
.astro-sec4 .col-md-6:nth-child(2){ order: 2; }
.astro-sec4 .astro-sec1-text {  padding-left: 0px; }
.copyright{ flex-direction: column; }
.copyright span{ margin-top: 6px; }
.innerbanner-content .title { font-size: 52px; }
.innerbanner-content p { font-size: 21px; }
.inner-pagesec1 .col-md-6 { flex: 0 0 auto; width: 100%; margin-bottom: 24px; }
.lovesec2-txt { padding-left: 0px; }
.title { font-size: 46px; }
.service-title { font-size: 42px; }

}

@media (max-width:768px){
.logo img { max-height: 100px; }
.footer-services { padding-left: 4vw; }


}

@media (max-width:740px){
.inner-bannerpic img{ height: 600px; }
.footer-services { padding-left: 0px; }
.banner-text{ text-align: center; margin-bottom: 20px; }


}

@media (max-width:520px){
.title { font-size: 40px; }
.astro-sec1-text p { font-size: 18px; }
.service-box .common-btn{ line-height: 1.3; }
.astro-sec4 .astro-sec1-text p{ font-size: 18px; }
.innerbanner-content .title { font-size: 42px; }
.innerbanner-content p { font-size: 20px; }
.lovesec2-txt h2{ font-size: 24px; }

.inner-pagesec5 .col-md-6:first-child{ order: 2; }



}




