
/* @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
  --primary-color: #d9a76d;
  --secondary-color: #2e3960;
  /* --secondary-color: #f8f3f0; */
  --secondary-color-light: #fffbf7;
  --body-color: #515151;
  --body-bg: #fff;
  --light: #f9f9f9;
  --gradient: radial-gradient(circle at 120% -30%, #c27541, transparent), linear-gradient(45deg, #e7a37a, var(--primary-color), #c38259, #e7a37a, var(--primary-color), var(--primary-color), #cc9878, var(--primary-color));
  --secondary-gradient: var(--primary-color), var(--secondary-color-light), var(--primary-color);
  --midsun: 'Mid Mid Sun Sun';
  --serif: "Cormorant Garamond", serif;
  --sans: "Jost", sans-serif;
  --anglecia: "Anglecia Pro Dsp", serif;
  --facebook: #4267B2;
  --youtube: #FF0000;
  --whatsapp: #25D366;
  --instagram: #c92bb7;
  --linkedin: #0087e7;
  --header-height: 81px;
  --footer-height: 405px;
  --primary-radius: 2em;
  --swiper-navigation-size: 50px;
}

::selection {
  background-color: var(--primary-color);
  color: #ffffff;
  text-shadow: 0px 4px 14px #000;
}

body {
  /* min-height: 100vh; */
  color: var(--body-color);
  background-color: var(--body-bg);
  font: 400 1rem var(--sans);
  line-height: 1.5;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.5;  
}

main{
  background-color: var(--body-bg);
  position: relative;
  isolation: isolate;
  z-index: 1;
  /* margin-bottom: var(--footer-height); */
}

p {
  /* line-height: 1.5;
  letter-spacing: 0.5px;
  word-spacing: 1px; */
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.padding {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

img, video, iframe, svg {
  width: 100%;
  display: block;
}

svg:not([fill]) {
  fill: currentColor;
}

.gap-row{
  row-gap: 30px;
}

.gap-form-row{
  row-gap: 10px;
}

.rounded{
  border-radius: 10px !important;
}

.object-cover {
  object-fit: cover;
}

.container-fluid{
    padding-left: 2rem;
    padding-right: 2rem;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/* hero gradient */
.hero__gradient {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 200em;
  height: 200em;
  margin-right: -135.7em;
  margin-bottom: -133.1em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #5c31ff, rgba(92, 49, 255, 0) 69%);
  pointer-events: none;
  opacity: 0.9;
  z-index: -1;
}

.hero__gradient.is--other {
  width: 160em;
  height: 160em;
  margin-right: -40.6em;
  margin-bottom: -133.7em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f88cd4, rgba(248, 140, 212, 0) 69%);
  opacity: 0.73;
}
/* hero gradient */

.has-golden-border{
  border: 10px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, var(--secondary-gradient), var(--secondary-gradient));
}

.icon-circular{
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--body-bg);
  background-color: var(--primary-color);
  transition: all 300ms ease-in-out;
}

i.icon-circular{
  color: var(--body-bg);
}

i.fa-facebook-f{
	color: var(--facebook);
}
i.fa-youtube{
	color: var(--youtube);
}
i.fa-whatsapp{
	color: var(--whatsapp);
}
i.fa-instagram{
	color: var(--instagram);
}
i.fa-linkedin-in{
	color: var(--linkedin);
}

i.icon-circular:hover{
  color: var(--body-bg);
}

.icon-circular.solid.fa-facebook-f,
.icon-circular.fa-facebook-f:hover{
	background-color: var(--facebook) !important;
}
.icon-circular.solid.fa-youtube,
.icon-circular.fa-youtube:hover{
	background-color: var(--youtube) !important;
}
.icon-circular.solid.fa-whatsapp,
.icon-circular.fa-whatsapp:hover{
	background-color: var(--whatsapp) !important;
}
.icon-circular.solid.fa-instagram,
.icon-circular.fa-instagram:hover{
	background-color: var(--instagram) !important;
}
.icon-circular.solid.fa-linkedin-in,
.icon-circular.fa-linkedin-in:hover{
	background-color: var(--linkedin) !important;
}

.icon-circular.stroke {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--primary-color) inset;
  color: var(--primary-color);
}

i svg{
  width: 16px;
}

.position-relative{
  z-index: 1;
}

.line{
  position: absolute;
  background-color: rgb(0 0 0 / 15%);
}

.line.verticle{
  bottom: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
}

/* .text-texture{
  background: url(../images/diamond-ring-amongst-coffee.webp) center / cover no-repeat var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.text-justify{
  text-align: justify;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-midsun{
  font-family: var(--midsun);
  letter-spacing: 1.5px;
}

.text-serif{
  font-family: var(--serif);
}

.text-sans{
  font-family: var(--sans);
}

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

.text-primary-light{
  color: color-mix(in srgb, var(--primary-color) 60%, var(--secondary-color) 60%) !important;
}

.text-secondary{
	color:var(--secondary-color) !important;
}
.text-secondary-light{
	color:var(--secondary-light-color) !important;
}
.text-secondary-dark{
	color:var(--secondary-color-dark) !important;
}

.text-dark{
  color: var(--body-color) !important;
}

.bg-primary{
  background-color: var(--primary-color) !important;
}

.bg-secondary{
  background-color: var(--secondary-color) !important;
}

.bg-secondary-light{
  background-color: var(--secondary-color-light) !important;
}

.bg-dark{
    background-color: var(--body-color) !important;
    color: #fff;
}

.bg-light{
  background-color: var(--light) !important;
}

.bg-sec{
  background-image: url(../images/texture.png);
}

.bg-gradient{
  background-image: radial-gradient(circle at 120% -30%, #415bc2, transparent), linear-gradient(45deg, #5d80ce, var(--secondary-color), #2c4d99, #2f4697, var(--secondary-color), var(--secondary-color), #789acc, var(--secondary-color)) !important;
  color: #fff;
}

.bg-gradient-light{
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.bg-image{
  background: center / cover no-repeat fixed;
}

.bg-image::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 85%);
  z-index: -1;
}

.bg-circle::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--secondary-color-light);
  opacity: 0.1;
  clip-path: circle(60% at 90% -20%);
  z-index: -1;
  pointer-events: none;
}

.videoBtn{
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  animation: breathe 800ms alternate infinite;
  z-index: 1;
}

.videoBtn::before{
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 75%);
  background-image: radial-gradient(circle at 50% 50%, var(--primary-color) 30%, rgb(0 0 0 / 75%) 40%);
  z-index: -1;
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
  animation: breathe 800ms alternate infinite;
}

@keyframes breathe{
  100%{scale: 1.2;}
}

.videoBtn:hover{
  scale: 1.2;
  color: #fff;
}

.videoBtn:hover::before{
  scale: 1.2;
  border-color: #fff;
}

.wm{
  max-width: 350px;
  filter: opacity(0.1);
  z-index: -1;
}

.wm.bottom-0{
  margin-bottom: -1.5rem;
}


.scroller{
  overflow: auto;
  padding-right: 10px;
}

.scroller::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--body-color);
  border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
  background: var(--body-color);
  border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.headingContainer{
  margin-bottom: 1.5rem;
}

.headingContainer.d-flex{
  justify-content: space-between;
  align-items: center;
}

.heading {
  display: table;
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 1;
}


.heading.hasline{
  --wd: 100px;
  padding-bottom: 1rem;
}

.heading.hasline::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--wd);
  border-bottom: 1px solid var(--primary-color);
}

.heading.hasline.mx-auto::before{
  left: calc(50% - (var(--wd) / 2));
}

.heading.white.hasline::before{
  border-bottom-color: rgb(255 255 255 / 50%);
}

.heading .h2{
  color: var(--secondary-color);
  font-family: var(--midsun);
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading .h2 > span{
  color: var(--primary-color);
}

.heading .subheading{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.heading h4, .heading h5 {
  font-weight: 400;
  line-height: 1.5;
}

.heading > img {
  width: var(--w);
  margin-bottom: 1.5rem;
}

.smallHeading{
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--midsun);
  letter-spacing: 2px;
  color: var(--primary-color);
}

.viewmore {
  width: 100%;
  margin-top: 1.25rem;
}

.viewmore .button {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: .875rem;
}


.viewmore .button.text-white:hover,
.viewmore  .button:hover {
  color: var(--secondary-color) !important;
}

.readmore {
  width: 100%;
  margin-top: 2.5rem;
}

.readmore.d-flex{
  gap: 10px;
  flex-wrap: wrap;
}

.readmore .button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  max-width: fit-content;
  font-weight: 600;
  font-size: .875rem;
  transition: all ease-in-out 0.3s;
}

.readmore button {
  width: max-content;
  background: none;
  border: 0;
}

.readmore .button:hover {
  color: var(--secondary-color);
  column-gap: 2rem;
}

.readmore .button.inverse {
  color: var(--secondary-color);
}

.readmore .button i{
  max-width: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: var(--secondary-color);
  border-radius: 50%;
  border: solid var(--primary-color);
  border-width: 1px 1px 1px 0;
  position: relative;
}

.readmore .button i::after{
  content: '';
  position: absolute;
  right: 47%;
  top: calc(50% - 0.5px);
  width: 0px;
  height: 1px;
  background-color: var(--secondary-color);
  transition: all 300ms ease-in-out;
}

.readmore .button:hover i::after{
  width: 35px;
}

.elegant-btn-design {
  width: 170px;
  height: 170px;
  position: absolute;
  z-index: 9;
}

.elegant-btn-design a {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--beige);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 100;
}

.elegant-btn-design a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateX(0.25px);
}

.elegant-btn-design a svg rect {
  rx: 100px;
  ry: 100px;
  stroke: var(--primary-color);
  fill: none;
  stroke-width: 1.25;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  stroke-dasharray: 321%;
  stroke-dashoffset: 642%;
  transition-property: stroke-dashoffset, transform;
  transform-origin: 50% 50%;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
}

.elegant-btn-design a svg rect + rect {
  stroke: var(--secondary-color);
  stroke-dashoffset: 321%;
}

.elegant-btn-design a:hover svg rect {
  transform: rotate(0deg);
  stroke-dashoffset: 321%;
}

.elegant-btn-design a:hover svg rect + rect {
  stroke-dashoffset: 0%;
}

.circular-btn .button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: var(--primary-color);
}

.circular-btn .button:hover{
  color: #fff;
  background-color: var(--primary-color);
}

.controls {
  position: absolute;
  width: 110px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}

.controls a {
  position: static;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
  font-size: 13px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  opacity: 1;
}

.controls a:last-child {
  border-bottom: none;
}

.controls a:focus,
.controls a:hover {
  color: var(--primary-color) !important;
  opacity: 1;
}

.multiply{
  mix-blend-mode: multiply;
}

/* custom carousel controls */
button[class^='carousel-control']{
  width: 40px;
  height: 40px;
  top: 50%;
  bottom: auto;
  margin-top: -20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 1;
}
button[class^='carousel-control']:hover{
  background-color: var(--body-color);
}
.carousel-control-next {
  right: 2rem;
}
.carousel-control-prev {
  left: 2rem;
}

.hero-controls {
  position: absolute;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.hero-controls button[class^='carousel-control']{
  position: static;
  margin-top: 0;
}

button[class^='carousel-control'] span{
  background-size: 60%;
}

.carousel-indicators.position-static{
  margin-bottom: 0;
  margin-top: 3rem;
}

.carousel-indicators [data-bs-target]{
  background-color: var(--body-color);
}

.carousel-indicators [data-bs-target].active{
  background-color: var(--primary-color);
}
/* custom carousel controls */

/* custom swiper controls */
.swiper-middle-controls{
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper.has-sm{
  padding: 0 calc(var(--swiper-navigation-size) / 2 - 10px);;
}

div[class^="swiper-button"]{
  background-color: transparent;
  backdrop-filter: blur(20px);
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, var(--secondary-gradient), var(--secondary-gradient));
  color: var(--light);
  transition: all 300ms ease-in-out;
}
div[class^="swiper-button"].sm{
  width: calc(var(--swiper-navigation-size) / 2 + 5px);
  height: calc(var(--swiper-navigation-size) / 2 + 5px);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2 - 10px));
}

.swiper-middle-controls .swiper-button-next, .swiper-middle-controls .swiper-rtl .swiper-button-prev{
  transform: translateX(50%);
}
.swiper-middle-controls .swiper-button-prev, .swiper-middle-controls .swiper-rtl .swiper-button-next{
  transform: translateX(-50%);
}
.swiper-bottom-controls {
    right: 10px;
    bottom: 10px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.swiper-bottom-controls *[class^="swiper-"], .swiper-control *[class^="swiper-"] {
    position: static;
}

.swiper-bottom-controls div[class^="swiper-button"], .swiper-control div[class^="swiper-button"] {
    margin-top: 0;
}

.heading .d-flex{
  gap: 10px;
}

div[class^="swiper-button"]:hover{
  background-image: linear-gradient(45deg, var(--secondary-gradient));
  color: var(--primary-color);
}

div[class^="swiper-button"]::after{
  color: inherit;
  font-size: 1rem;
}

div[class^="swiper-button"].sm::after{
  font-size: .75rem;
}

.swiper-control{
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 10px;
}

.swiper-middle-controls *[class^="swiper-"],
.swiper-control *[class^="swiper-"]{
  position: static;
}

.swiper-control .swiper-pagination{
  transform: none;
}

.swiper-control .swiper-pagination .swiper-pagination-bullet{
  background-color: var(--primary-color);
}

.swiper-middle-controls div[class^="swiper-button"],
.swiper-control div[class^="swiper-button"]{
  margin-top: 0;
}

.swiper-pagination-bullet{
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active{
  opacity: 1;
  width: 20px;
  border-radius: 10px;
}
/* custom swiper controls */


.form-group {
  margin-bottom: 20px;
}

.form-group > label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

label{
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(0 0 0 / 16%);
  outline: none;
  padding: 1rem 0;
}

.form-control.form-select{
  padding-right: 2.5rem;
}

.form-control[readonly] {
  background-color: transparent;
}
.form-control::placeholder{
  font-size: 13px;
}

textarea.form-control{
  padding: 1rem .75rem;
}

.form-control.form-control-light{
  border-bottom-color: rgb(255 255 255 / 25%);
  color: #fff;
}

.form-control.form-control-light::placeholder{
  color: #8f8f8f;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--body-color);
  background-color: rgb(255 255 255 / 75%);
}

.form-control.form-control-light:focus{
  border-bottom-color: var(--body-bg);
}

.custom-control-inline {
  margin-right: 0;
  padding-left: 0;
  width: 100%;
  display: block;
  position: relative;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  display: block;
  position: relative;
  padding: 13px 10px 13px 2rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: radial-gradient(#fff 50%, transparent 50%) 50% / 50% 50% no-repeat;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 50%;
  top: 15px;
  left: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(249, 1, 1, 0.25);
}

/* customize modal */
/* Customise modal */
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(51 51 51 / 80%);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--secondary-color-light);
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border: 0;
  border-radius: 0;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bs-danger);
  border: 0;
  opacity: 1;
  text-shadow: none;
  z-index: 9;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: #ae0000;
  color: #fff;
}

.modal-body {
  padding: 2rem;
  text-align: left;
}

.modal-logo{
	width: 180px;
	margin: 0 auto 2rem;
}

.modal-header{
  background-color: var(--primary-color);
  font-family: var(--midsun);
  letter-spacing: 2px;
}

/* .modal-body .form-control{
  background-color: rgb(0 0 0 / 5%);
} */

.modal-body .form-control:focus{
  background-color: var(--body-bg);
}
/* Customise modal */

.swiper-slide.iconBox{
  height: auto;
}

.iconBox .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  height: 100%;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid var(--primary-color);
}

.iconBox .inner .ikon{
  width: 40px;
}

.iconBox .inner .ikon svg{
  fill: var(--primary-color);
}

.decoration-dots {
  display: table;
  width: 56px;
  height: 16px;
}

.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  filter: opacity(0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.watermark img{
  max-width: 550px;
}

.list {
  padding-left: 20px;
}

.list li {
  margin-bottom: 10px;
}
.list li::marker{
  color: var(--primary-color);
}

.custom-popover {
  --bs-popover-max-width: 400px;
  --bs-popover-border-color: var(--primary-color);
  --bs-popover-header-bg: var(--primary-color);
  --bs-popover-header-color: var(--secondary-color);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
  --bs-popover-border-radius: 0;
  --bs-popover-inner-border-radius: 0;
  font-size: 13px;
}

.popover-header{
  font-family: var(--midsun);
  letter-spacing: 1px;
}

/*transformation Animation*/
.leftTranslate {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.rightTranslate {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.topTranslate {
  -webkit-transform: translate(0, -200px);
  transform: translate(0, -200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.bottomTranslate {
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.doneTranslate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadeOut {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.fadeIn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.zoomOut{
  transform: scale(0);
  transition: all .8s ease-in-out;
}

.zoomIn{
  transform: scale(1);
}
/*transformation Animation*/