
/* FONT FAMILIES */

 @import url('https://fonts.cdnfonts.com/css/tex-gyre-adventor');

  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');              





@font-face {
    font-family: circular;
    src: url(./fonts/circular-std-medium-500.ttf);
} 

@font-face {
    font-family: circular;
    src: url(./fonts/CircularStd-Medium.ttf);
}

@font-face {
    font-family: circular-bold;
    src: url(./fonts/CircularStd-Bold.ttf);
}

:root {
    --primary-font:"Roboto", sans-serif ;
    --secondry-font:'TeXGyreAdventor', sans-serif;
}


*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
/* container */
.index-header {
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    background: url(../assets/a-images/index-header.webp);
    background-size: cover;
    z-index:-1;
    width:100%;
}

/* box-1 */
.page-header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 115px;
    padding: 5px 15px;
    z-index: 10;
    color: #cbae86;
    
}  
.index-header .page-header {
    background: none;
    border-radius: 0; 
    box-shadow: none;
} 
.main-nav{

    width:100%;
}
 .main-nav .navbar-nav a.nav-link {
      
        font-family: var(--secondry-font);
    }
.wrap
{
    width:100%;
    max-width: 1600px; 
    margin: auto;
}
.main-nav a.navbar-brand img {
    width: 80px;
}

.main-nav .two-btns a:last-child {
     font-family: var(--primary-font);
}
.index-header .content-header .btn-div button {
    font-weight:400;
    font-family: var(--primary-font);
}
.family-dental h2 {
    font-family: var(--secondry-font);
    font-weight: 700;
}
.index-header .content-header p {
font-family: var(--primary-font);
font-weight:400;
}
.family-dental .small-para {
    font-family: var(--primary-font);
    font-weight:300;

}
.puts-need p {
  font-family: var(--primary-font);
  font-weight:400;

}
.puts-need h2 {
  font-family: var(--secondry-font);
  font-weight:700;
}
.puts-need .btn-div a {

  font-family: var(--primary-font);
  font-weight:400;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
}
img, svg {
    vertical-align: middle;
}
.khail-div {
    height: 115px;
}
.index-header .content-header .svg-div {
    padding-bottom: 30px;
}
.index-header .content-header .svg-div img {
    max-width: 278px;
}
img {
    width: 100%;
}
.index-header .content-header h1 {
    margin-bottom: 30px;
}
.index-header .content-header h1 span {
    color: #cbae86;
}
.index-header .content-header {
    padding: 15px;
    flex-grow: 1;
}
.index-header .content-header p {
    font-size: 26px;
    /* font-weight: 300; */
    line-height: 54px;
    text-align: center;
}
.index-header .content-header p {
    margin-bottom: 30px;
}
.index-header .content-header .btn-div button {
    background-color: #161c2f;
    border-style: solid;
    color: #cbae86;
    border-width: 0px 0px 0px 0px;
    padding: 10px 70px;
    font-size: 18px;
    border-radius: 5px;
     font-family: 'TeXGyreAdventor', sans-serif;
}
.index-header .content-header .btn-div button span {
    /* display: inline-block; */
    margin-right: 10px;
}
.index-header .content-header .btn-div button svg {
    width: 23px;
    height: 23px;
}
.index-header .content-header .row {
    align-items: center;
}
.index-header .content-header .wrap, .index-header .content-header .row {
    height: 100%;
}
.main-nav .two-btns {
    display: flex
;
    gap: 15px;
}
.main-nav .two-btns a:last-child {
    font-size: 17px;
    display: inline-block;
    /* font-weight: 500; */
    fill: #cbae86;
    color: #cbae86;
    background-color: #161c2f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cbae86;
    padding: 7px 25px;
    border-radius: 5px;
}
.main-nav .two-btns a span {
    margin-right: 7px;
}


.main-nav a.nav-link {
    color: #161c2f;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.09px;
    font-family: links;
}
.index-header .main-nav a.nav-link {
    color: #161c2f;
}
.dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
    z-index: 100;
}


/* li hover state */
.dropdown_menu li:hover {
    color: white;
    background-color:#212529;

}
.dropdown_menu li:hover a {
    color: white;
    background: none;
}
/* animation */
.dropdown_menu {
    padding: 0;
    perspective: 1000px;
    z-index: -1;
    background: none;
    border: none;
}
.dropdown_menu li {
    color: #2A221A;
    background-color: #cbae86;
    padding: 10px 20px;
    font-size: 16px;
    opacity: 0;
}
.dropdown .dropdown_menu--animated { 
    display:none
} 
.dropdown:hover .dropdown_menu--animated {
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
} 
.dropdown_menu-5 .dropdown_item-1 {
    transform-origin: top center;
    animation: translateX 300ms 60ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-2 {
    transform-origin: top center;
    animation: translateX 300ms 120ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-3 {
    transform-origin: top center;
    animation: translateX 300ms 180ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-4 {
    transform-origin: top center;
    animation: translateX 300ms 240ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-5 {
    transform-origin: top center;
    animation: translateX 300ms 300ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-6 {
    transform-origin: top center;
    animation: translateX 300ms 600ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-7 {
    transform-origin: top center;
    animation: translateX 300ms 750ms ease-in-out forwards;
}
.dropdown_menu-5 .dropdown_item-8 {
    transform-origin: top center;
    animation: translateX 300ms 900ms ease-in-out forwards;
}
@keyframes translateX {
    0% {
    opacity: 0;
    transform: translateX(60px);
}
80% {
    transform: translateX(-5px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}

}
.index-header .page-header.is-sticky {
    background: #161c2f;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 20px #cbae86;
}

.page-header.is-sticky {
    position: fixed;
    animation: slideDown 0.35s ease-out;
    z-index: 100;
}
@keyframes slidedown {
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
.page-header.is-sticky a.nav-link {
    color: #cbae86;
}

/* TOGGLER */


h1, h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
}
/* part2 */
.family-dental {
    position: relative;
}

.banner {
    overflow: hidden;
}
article {
    padding: 75px 15px;
}

.special-svg.svg-div {
    max-width: 180px;
    padding: 10px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.special-svg.svg-div svg {
    width: 16px;
    height: 16px;
}
.family-dental .heading-div {
    max-width: 525px;
}
.family-dental h2 {
    margin-bottom: 30px;
    color: #cbae86;
}
.family-dental .inner {
    position: relative;
    padding: 100px 0;
}
.family-dental .inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 300px 0px 0px 0px;
    background-color: #cbae86;
}
.position-relative {
    position: relative !important;
}
.family-dental .dynamic-img {
    position: absolute;
    left: -100px;
    bottom: -50px;
}
.family-dental .img-div img {
    max-width: 700px;
    border-radius: 0px 0px 300px 0px;
}

img {
    width: 100%;
}
.family-dental .dynamic-img img {
    max-width: 200px;
    border-radius: 0px 0px 80px 0px;
}
.special-svg.svg-div {
    max-width: 180px;
    padding: 10px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.special-svg.svg-div::before, .special-svg.svg-div::after {
    content: "";
    position: relative;
    width: 60px;
    height: 1px;
    display: inline-block;
    background-color: #cbae86;
}
.special-svg.svg-div svg {
    width: 16px;
    height: 16px;
}
.family-dental .heading-div {
    max-width: 525px;
}
.color-golden {
    color: #cbae86 !important;
}
.family-dental h2 {
    margin-bottom: 30px;
    color: #cbae86;
}
.family-dental .small-para {
    max-width: 525px;
}

.color-blue {
    color: #161c2f !important;
}
.family-dental .small-para p {
    color: #66696F;
    /* font-family: "Roboto", Sans-serif; */
    font-size: 20px;
    font-weight: 300;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
/* 3rd part */
.puts-need h2{
    margin-bottom:30px;
    font-size: 40px;

}
.puts-need p {
    font-size: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.special-svg.svg-div {
    max-width: 180px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-svg.svg-div::before, .special-svg.svg-div::after {
    content: "";
    position: relative;
    width: 60px;
    height: 1px;
    display: inline-block;
    background-color: #cbae86;
}
.puts-need .special-svg.svg-div svg {
    fill: white;
}

.special-svg.svg-div svg {
    width: 16px;
    height: 16px;
} 
.puts-need .img-divs {
    display: flex;
    gap: 10px;
}
.puts-need .img-divs img {
    object-fit: cover;
    height: 100%;
    width:100%;
}
.puts-need .inner {
    margin-left: -130px;
}
.puts-need .wrap {
    max-width: 100%;
}
.puts-need::before {
    content: '';
    background: linear-gradient(0deg, #cbae86 70%, rgb(255 255 255 / 0%) 65%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: calc(100% - 200px);
}

.puts-need {
    position: relative;
    color: white;
    background: url(../assets/a-images/team-bg-index.webp);
    background-size: cover;
}
.banner {
    overflow: hidden;
}
article {
    padding: 75px 15px;
}
.puts-need .btn-div {
    padding-top: 30px;
}
.puts-need .btn-div a {
    color: #161c2f;
    background-color: #cbae86;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 105px 20px 105px;
    font-size: 18px;
    font-family: norm-med;
}
.puts-need .img-divs img {
    object-fit: cover;
    height: 100%;
}

img {
    width: 100%;
}
.wrap {
    max-width: 100%;
    margin: auto;
}
/*  */
.puts-need::before {
    content: '';
    background: linear-gradient(0deg, #cbae86 70%, rgb(255 255 255 / 0%) 65%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: calc(100% - 200px);
}
.puts-need .inner .col-lg-5 {
    align-self: center !important; 
    
} 
#btn-right {
    justify-content: flex-end !important;
    /* margin-top: -2rem; */
}



/* 3rd */
.bespoke-beautiful {
    padding: 85px 15px;
    background-color: #cbae86;
}

.banner {
    overflow: hidden;
}

.wrap {
    max-width: 1600px;
    margin: auto;
}
.bespoke-beautiful .upr-para {
    max-width: 800px;
    margin: auto;
}
.bespoke-beautiful .upr-para p {
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
}
.bespoke-beautiful .grid {
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 50px;
    justify-content: center;
}
.bespoke-beautiful .entity {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 60px 25px 25px 25px;
    background-color: white;
    border-radius: 25px;
    transition: all 0.5s;
}
.bespoke-beautiful .main-svg {
    padding-bottom: 30px;
}
.bespoke-beautiful .entity:nth-child(2n+1) .svg-div {
    background-color: #161c2f;
}
.bespoke-beautiful .svg-div {
    /* padding: 30px; */
    width: 5em;
    height: 5em;
    margin: -92px auto 0 auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
}
.bespoke-beautiful .svg-div svg {
    width: 3em;
    height: 3em;
    fill: white;
}
.bespoke-beautiful h3 {
    white-space: wrap;
    font-family: rob-bold;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #2A221A;
}
.bespoke-beautiful .entity p {
    font-size: 20px;
    color: #66696f;
    font-family: circular;
}
.bespoke-beautiful .btn-center {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.bespoke-beautiful .btn-center button {
    background-color: #161c2f;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 95px 20px 95px;
    color: white;
    border-radius: 5px;
    font-family: var(--primary-font);
    font-size: 18px;
}
.from-bottom h2{
     font-family: var(--secondry-font);
     font-weight: 700;
}

.bespoke-beautiful .upr-para p {
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
         font-family: var(--primary-font);
     color:#161c2f !important;
     font-weight: 300;
}
.bespoke-beautiful .upr-para p b{
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
         font-family: var(--primary-font);
     color:#161c2f !important;
     font-weight: 300;
}
.bespoke-beautiful .entity:nth-child(2n) .svg-div {
    background-color: #161c2f;
}
.bespoke-beautiful h3 a {
    color: #2A221A;
    font-family: var(--primary-font);
    font-weight: 700;
}

.bespoke-beautiful .entity p {
    font-size: 20px;
    color: #66696f;
    font-family: circular;

}
/* ....................pppppppppppppppppp */
/* 1 */
.my-box {
  animation-name: none;
}

/* This class will be added by JavaScript to trigger the animation */
.my-box.animate {
  animation-name: myAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; /* Play the animation once */
  animation-delay: .1s;
  opacity:.5;
}

/* The keyframe animation definition */
@keyframes myAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(170px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 2 */
.my-box1 {
  /* width: 100px;
  height: 100px;
  background-color: dodgerblue; */
  /* Ensure the animation is not running by default */
  animation-name: none;
}

/* This class will be added by JavaScript to trigger the animation */
.my-box1.animate {
  animation-name: myAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
   animation-delay: .3s; 

   /* .5 */
  animation-iteration-count: 1; /* Play the animation once */
}

/* The keyframe animation definition */
@keyframes myAnimation1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(180px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 3 */
.my-box2 {
 
  animation-name: none;
}

/* This class will be added by JavaScript to trigger the animation */
.my-box2.animate {
  animation-name: myAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
   animation-delay: .5s;
  animation-iteration-count: 1; /* Play the animation once */
}

/* The keyframe animation definition */
@keyframes myAnimation2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(190px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 4 */
.my-box3 {
  animation-name: none;
}

/* This class will be added by JavaScript to trigger the animation */
.my-box3.animate {
  animation-name: myAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
   animation-delay: .8s;
  animation-iteration-count: 1; /* Play the animation once */
}

/* The keyframe animation definition */
@keyframes myAnimation3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0);
  }
}
/* boxes */
.boxes{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
}















/* ................................................................................................ */
.bg-simple-div.white {
    background-color: white;
    height: 40px;
} 
.contact-lux h2 {
    text-align: center;
    max-width: 700px;
    color: #cbae86 !important;
}
.contact-lux .upr-para {
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 30px;
    max-width: 800px;
}
.contact-lux .innr {
    padding: 10px 25px;
    /* padding: 10px 25px; */
    background-color: white;
    border-radius: 20px;
    border: 2px solid #cbae86;
    box-shadow: 0 3px 10px rgba(203, 174, 134, 0.9);
    color: #161c2f !important;
}
.contact-lux .innr .img-div {
    max-width: 120px;
    margin: 0 auto 15px auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}
.contact-lux h3 {
    font-family: var(--primary-font);
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #161c2f;
    text-align: center;
}
.contact-lux .innr p {
    font-size: 16px;
    color: #66696f;
    font-family: circular;
    text-align: center;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.contact-lux .btn-wkhra {
    padding: 40px;
}
.contact-lux .btn-wkhra button {
    color: #161c2f;
    background-color: #cbae86;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 75px 20px 74px;
    font-size: 18px;
    font-family: var(--primary-font);
}
/* animation ocurs */
/* Sets the initial hidden state for all three boxes */
.my-box4,
.my-box5,
.my-box6 {
  transform: translateY(250px);
  opacity: 0;
}

/* Base class for animation, applies the fill mode */
.animate-part2 {
  animation-name: myAnimation4;
  animation-duration: .6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /* This is the fix for blinking */
}

/* Specific delays for each box */
.my-box4.animate-part2 {
  animation-delay: 0.1s;
}

.my-box5.animate-part2 {
  animation-delay: 0.3s;
}

.my-box6.animate-part2 {
  animation-delay: 0.5s;
}

/* The keyframe animation definition (no changes needed here) */
@keyframes myAnimation4 {
  0% {
    transform: translateY(170px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* mmmmmmmmmmmmmmmmm */
.contact-lux .contact-map {
    background: inherit;
    padding: 0;
    border-radius: 0;
}
.contact-lux .contact-map {
    background: inherit;
    padding: 0;
    border-radius: 0;
}
.contact-lux .contact-map h2 {
    max-width: 100%;
} 
.contact-map h2 {
    font-size: 48px;
    line-height: 46px;
    color: #cbae86;
    margin-bottom: 30px;
    text-align: center;
}
.contact-map .grid {
    display: grid;
    grid-template-columns: 8fr 3fr;
}
.contact-map .map-here iframe {
    width: 100%;
    min-height: 300px;
    max-height: 700px;
    height: 100%;
}
.contact-map .inr-wrap {
    margin-left: -20px;
    padding: 2.5em 40px;
    background-color: #cbae86;
    border-radius: 0 0 50px 0;
    color: #161c2f;
}
.contact-lux h3 {
    font-family: norm;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #161c2f;
    text-align: center;
}
.contact-lux .contact-map h3 {
    color: #161c2f;
    font-size: 1.75rem;
    text-align: start;
}
.contact-map .time-book {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #161c2f;
}
.contact-map .time-book p {
    margin-bottom: 0;
}
.contact-map .time-book p {
    margin-bottom: 0;
}
.contact-map .wrap {
    max-width: 1200px;
    margin: auto;
}
.contact-lux {
    background-color: #161c2f;
    padding: 100px 15px;
    border-radius: 125px 125px 0px 0px;
}
.contact-lux .innr p a {
    font-size: 16px;
    color: #66696f;
    font-family: circular;
    text-align: center;
}
.contact-lux .innr p {
    font-size: 16px;
    color: #66696f;
    font-family: circular;
    text-align: center;
}
.contact-map .c-here {
    padding: 60px 0;
}
/* footer */
footer {
    background-color: #cbae86;
    color: #161c2f;
    padding: 10px 15px;
}
.wrap {
    max-width: 1600px;
    margin: auto;
}
footer p {
    color: #161c2f;
    /* font-family: "Roboto", Sans-serif; */
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.contact-lux .btn-wkhra {
    padding: 40px;
    position: relative;
    z-index: 2;
}
html {
  scroll-behavior: smooth;
}
/* preloader */
.preloaderBg {
    position: fixed;
    z-index: 100000000;
    top: 0;
    background: #161c2f;
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader-wrap {
    position: relative;
    width: 270px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.lds-dual-ring {
    display: inline-block; 
    width: 250px;
    height: 250px;
    background: url(../assets/a-images/wdlogo.webp);
    background-size: 110px 110px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}  
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 230px;
        height: 230px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #cbae86 transparent white transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.smile-header .content-header {
    margin-top: -30px;
    padding: 150px 15px;
    background-color: #cbae86;
}
.page-header a.nav-link {
    color: #cbae86;
}
.smile-header h1 {
    font-size: 35px;
    color: #161c2f;
    font-family: var(--secondry-font);
    font-weight:700;
    line-height: 1;
}
.before-after {
    padding: 0 15px;
}
.before-after .wrap {
    max-width: 1400px;
}
.before-after .row {
    padding: 70px 0;
    justify-content: space-between;
}
.before-after .inner {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    padding: 25px 25px;
    height: 100%;
}
.ascunde {
    display: none;
}
.before-after .btn-div {
    padding: 40px 0 70px 0;
    display: flex
;
    justify-content: center;
}
.before-after .btn-div button {
    color: #FFFFFF;
    background-color: #161c2f;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 75px 20px 75px;
    font-size: 18px;
    border-radius: 5px;
    font-family:var(--primary-font);
    font-weight: 400;
}
.smile-header #is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 115px;
    padding: 5px 15px;
    z-index: 10;
    background: #161c2f;
    border-radius: 0 0 40px 40px;
    /* background-color: white; */
    color: #cbae86;
    z-index: 100;
        animation: slideDown 0.35s ease-out;
}
.smile-header .content-header {
    margin-top: -30px;
    padding: 150px 15px;
    background-color: #cbae86;
}

#page-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 115px;
    padding: 5px 15px;
    z-index: 10;
    background: #161c2f;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 20px #cbae86;
    /* background-color: white; */
    color: #cbae86;
}
/* get in touch */
.smile-header h2 {
    font-size: 14px;
    line-height: 51px;
    letter-spacing: 9px;
    font-family: circular;
    margin: 0;
    padding: 10px 0;
    color: #161c2f;
    display: flex;
    align-items: center;
    gap: 15px;
}
.smile-header h2 .line-white {
    width: 250px;
    background-color: #161c2f;
    height: 1px;
}
.contact-section {
    padding-top: 75px;
}

article {
    padding: 75px 15px;
}
.contact-section p.text-center.upper-para {
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 30px;
}
.contact-section .row {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.12);
}
.contact-section .inner {
    background: url(../assets/a-images/contact-bg.jpg);
    height: 100%;
    background-size: cover;
    border-radius: 30px;
    padding: 30px;
}
.contact-section .inner .upper-para {
    font-size: 20px;
}
.contact-section .nav.nav-pills {
    background-color: #cbae86;
    border-radius: 30px;
    padding: 10px;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}
.contact-section .nav.nav-pills button.nav-link.active {
    color: #2A221A;
    background-color: white;
}

.contact-section .nav.nav-pills button.nav-link {
    border-radius: 17px;
    color: white;
}
.contact-section .inner .d-flex {
    display: flex
;
    flex-direction: column;
    gap: 15px;
}
.contact-section .entity {
    display: flex
;
    gap: 15px;
    align-items: center;
}
.contact-section .entity span svg {
    width: 30px;
    height: 30px;
}
.contact-section .entity p {
    color: white;
    margin-bottom: 0;
    font-size: 17px;
}
.text-whiteMFU {
    color: white !important;
}
.contact-section form .form-label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #161c2f;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color:#212229;
    background-color: #fff !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-section form input.form-control {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.contact-section form textarea.form-control {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}
.contact-section form .form-check {
    display: flex;
    gap: 10px;
    align-items: center;
}
.contact-section form .form-check-label {
    font-size: 16px;
    color: #161c2f;
}
.contact-section form .btn-div button {
    background-color: #cbae86;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 95px 20px 95px;
    color: white;
    border-radius: 5px;
    font-family: norm-med;
    font-size: 18px;
}

.contact-section form input.form-control:focus {
outline:none !important;
border-top:none !important;
border-bottom: 1px solid #dee2e6 !important;
border-left:none !important;
border-right:none !important;
box-shadow: none !important;

}

.contact-section form textarea.form-control {

    outline:none !important;
border-top:none !important;
border-bottom: 1px solid #dee2e6 !important;
border-left:none !important;
border-right:none !important;
box-shadow: none !important;
}
#exampleCheck1:focus{
    box-shadow: none;
}


.error-popup {
    position: fixed;
    display: flex
;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: transparent;
}
.popup-wrap {
    background: #161c2f !important;
    border-radius: 5px;
    /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); */
    padding: 5px 10px;
    max-width: 500px;
    margin: auto;
}
.hide-popup {
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}
.popup-text {
    padding: 10px 30px 30px;
    text-align: center;
    color: white;
}




/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */

/* Styles for a valid text input (green border and checkmark) */

.form-control.valid-custom {
    border-color: #28a745 !important;
    background-image: url(../assets/a-images/checkmark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 1em auto !important;   
    padding-right: 2.25rem !important;
}
.form-control.invalid-custom {
    border-color: red !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../assets/a-images/crossmark.svg) !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.contact-map {
    background-color: #161c2f;
    padding: 90px 15px;
    border-radius: 125px 125px 0px 0px;
}
.bg-simple-div {
    background-color: #ECE8E2;
    /* padding: 10px; */
    height: 40px;
}

/* treatments-------------------------------------------- */
.services-header {
    background: url(../assets/a-images/treatments-header1.webp);
    background-size: cover;
    background-position: right;
}
.dramatic-radiant {
    background-color: #FBF9F6;
    padding: 70px 15px;
}
.dramatic-radiant .para-div {
    max-width: 825px;
    margin: auto;
}
.dramatic-radiant .para-div p {
    text-align: center;
    color: #66696F;
    /* font-family: "Roboto", Sans-serif; */
    line-height: 1.5;
    font-size: 20px;
}

.faq-section {
    padding: 90px 15px;
}
.wrap {
    max-width: 1600px;
    margin: auto;
}
.faq-section #head-1 {
    font-size: 39px;
    font-weight: 700;
    color: #cbae86;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--secondry-font);
}
.faq-section .upper-para {
    text-align: center;
    font-size: 22px;
    color: #2A221A;
    line-height: 1;
    margin-bottom: 30px;
    font-family: var(--primary-font);
}
.dramatic-radiant .para-div p { 
 font-family: var(--primary-font);
 font-weight: 280; 
 color:rgb(102, 105, 111);
} 
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width); 
    margin-left: auto;
    content: "";
    /* The plus sign */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M14 7H9V2h-2v5H2v2h5v5h2v-5h5V7z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    float: right;
    font-size: 12px; 
    color: white;
    transition: opacity .3s ease;
} 
.accordion-button:not(.collapsed)::after {
    /* The minus sign when the accordion is open */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M14 7H2v2h12V7z'/%3e%3c/svg%3e");
    /* transform: rotate(180deg);  */
}

.faq-section .accordion-item {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #d5d8dc;
}
.faq-section .accordion-item:focus {
    border:none;
     border-bottom: 1px solid #d5d8dc;
}
.faq-section h2 {
    font-size: 39px;
    font-weight: 700;
    color: #cbae86;
    line-height: 1;
    /* margin-bottom: 30px; */
    text-align: center;
    font-family: var(--primary-font);
}
.faq-section button.accordion-button {
    font-size: 24px;
    font-weight: 550;
    letter-spacing: -0.96px;
    color: #2A221A;
    line-height: 1;
    font-family: norm;
    font-weight: bold;
    font-family: var(--primary-font);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color:transparent;
    box-shadow:none;
}
.accordion-button:focus {
    box-shadow: none;
}
.faq-section button.accordion-button {
    font-size: 24px;
    letter-spacing: -0.96px;
    color: #2A221A;
    line-height: 1;
    font-weight: 570;
    font-family:var(--primary-font);
}
.services-header .content-header {
    padding: 120px 15px;
}
.services-header .content-header h2 {
    font-size: 14px;
    /* font-weight: 300; */
    line-height: 51px;
    letter-spacing: 9px;
    font-family: circular;
    margin: 0;
    padding: 10px 0;
    color: #161c2f;
    display: flex
;
    align-items: center;
    gap: 15px;
}
.faq-section .accordion-body p {
    font-size: 20px;
    line-height: 1.5;
    color: #66696F;
    font-family: var(--primary-font);
    font-weight: 300;
}
.faq-section .upper-para {
    text-align: center;
    font-size: 22px;
    color: #2A221A;
    line-height: 1;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    font-weight: 300;
}
.services-header .content-header h1 {
    font-size: 54px;
    font-weight: 700;
    color: #161c2f;
    font-family: var(--secondry-font);
}
.services-header .content-header h2 .line-white {
    width: 250px;
    background-color: #161c2f;
    height: 1px;
}

/* accordion */
/* animation accordion */

.part {

    opacity: 0;
    transform: translateY(200px);
}

/* Animation trigger class */
.animate-parts {
    animation-name: slide-up;
    animation-duration: .4s; 
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; 
}

/* Staggered delays for each box */
.party1.animate-parts {
    animation-delay: 0.1s;
}

.party2.animate-parts {
    animation-delay: 0.2s;
}

.party3.animate-parts {
    animation-delay: 0.3s;
}

.party4.animate-parts {
    animation-delay: 0.4s;
}

/* Keyframes for the slide-up animation */
@keyframes slide-up {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* nitime */
.smile-header.about-header.nitime-header .content-header {
    padding: 70px 15px;
}
.smile-header h1 {
    font-size: 35px;
    color: #161c2f;
} 
.about-header.nitime-header .nitime-car .owl-stage-outer {
    overflow-x: hidden;
}
.about-header.nitime-header .nitime-car .owl-stage {
    display: flex;
}
.smile-header h2 {
    /* font-weight: 300; */
    line-height: 51px;
    margin: 0;
    padding: 10px 0;
    color: #161c2f;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-header.nitime-header h2 {
    font-size: 24px;
    /* font-weight: 700; */
    font-family:var(--secondry-font);
    letter-spacing: 1px;
}

.about-header.nitime-header p {
    font-family: var(--primary-font);
    font-weight: lighter;
    font-size: 18px;
    color: white;
}

.about-header.nitime-header .btn-div {
    margin-top: 20px;
}

.about-header.nitime-header .btn-div a {
    color: #2A221A;
    background-color: #FBF9F6;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
}
.video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-container video {
    width: 100%;
}
.play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
    fill: #cbae86;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.video-container video {
    width: 100%;
}
.nitime-car .owl-nav {
    display: none;
}

.smile-header .content-header {
    margin-top: -30px;
    background-color: #cbae86;
}
.smile-header.about-header.nitime-header .content-header {
    padding: 70px 15px;
}
.family-dental .small-para ul img {
    width: 60px;
    height: 60px;
}
.family-dental .small-para ul li {
    display: flex
;
    gap: 10px;
    color: #66696F;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.family-dental .small-para p {
    color: #66696F;
    /* font-family: "Roboto", Sans-serif; */
    font-size: 20px;
    font-weight: 300;
}
.family-dental .heading-div {
    max-width: 525px;
}
.special-svg.svg-div {
    max-width: 180px;
    padding: 10px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.special-svg.svg-div svg {
    width: 16px;
    height: 16px;
}
.family-dental .small-para {
    max-width: 525px;
}
.family-dental .small-para ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.self-care {
    background-color: #161c2f;
    padding: 75px 15px;
    /* border-radius: 0px 0px 125px 125px; */
    margin-bottom: 35px;
}
.self-care .heading-div h2 {
    margin-bottom: 0;
}
.self-care .heading-div h2 {
    font-size: 54px;
    color: white;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}
.self-care .para-upr {
    max-width: 880px;
    margin: auto;
    padding-bottom: 20px;
}
.self-care .para-upr p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: .9rem;
}
.self-care .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 70px 0 60px;
    column-gap: 30px;
    row-gap: 100px;
}
.self-care .entity {
    padding: 0 15px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}
.self-care .entity .main-svg {
    padding-bottom: 20px;
    display: flex
;
    justify-content: center;
}
.self-care .entity .svg-div {
    background-color: #fff;
}
.self-care .entity .svg-div {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .23);
    border-radius: 100px;
    width: 205px;
    height: 175px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: -57px;
}
.self-care .grid-four .entity .heading-main {
    display: flex
;
    align-items: center;
    height: 120px;
}
.self-care .entity .heading {
    display: flex
;
    gap: 10px;
    margin-bottom: 20px;
}
.self-care .grid-four .entity .heading h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-family: var(--secondry-font);
}
.self-care .entity .para {
    padding-bottom: 40px;
}

.self-care .entity .para p {
    font-size: 20px;
    color: #66696f;
    font-family: var(--primary-font);
}

.self-care .btn-div {
    display: flex
;
    justify-content: center;
    padding-top: 30px;
}
.self-care .btn-div a {
    display: inline-block;
    color: #2a221a;
    background-color: #fff;
    border-style: solid;
    border-width: 0;
    padding: 20px 75px 20px 74px;
    font-family: var(--primary-font);
    font-weight: 400;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
}
.dramatic-radiant .para-div p {
    text-align: center;
    color: #66696F;
    /* font-family: "Roboto", Sans-serif; */
    line-height: 1.5;
    font-size: 20px;
}
.dramatic-radiant .img-div {
    max-width: 700px;
    margin: auto;
}
.dramatic-radiant {
    background-color: #FBF9F6;
    padding: 70px 15px;
}
.dramatic-radiant .video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.dramatic-radiant .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.dramatic-radiant .play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
}
.dramatic-radiant .play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.benefits-services {
    background-color: #231C15;
    padding: 90px 15px;
    color: white;
}
.benefits-services h2 {
    font-size: 54px;
    text-align: center;
    color: white;
    line-height: 1;
    margin-bottom: 30px;
}

.benefits-services .upper-para {
    max-width: 880px;
    margin: auto;
}
.benefits-services .upper-para p {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
}
.benefits-services .ul-div {
    max-width: 1024px;
    margin: auto;
}

.benefits-services .ul-div ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.benefits-services .ul-div li {
    font-size: 20px;
    display: flex
;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: calc(20px / 2);
    position: relative;
    /* padding-left: 1.5em; */
}
.benefits-services .ul-div li span {
    padding-right: 16px;
}
.benefits-services .upper-para {
    max-width: 880px;
    margin: auto;
}
.benefits-services .upper-para p {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
}
.benefits-services .btn-div {
    padding-top: 30px;
    display: flex
;
    justify-content: center;
}
.benefits-services .btn-div button {
    color: #2A221A;
    background-color: #FBF9F6;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 20px 75px 20px 74px;
    font-size: 18px;
    font-family: norm-med;
}

.benefits-services .ul-div li span img {
    width: 18px;
    height: 18px;
}
.benefits-services .ul-div li b {
    font-family: var(--primary-font);
}

.dramatic-radiant {
    background-color: #FBF9F6;
    padding: 70px 15px;
}


.dramatic-radiant .para-div {
    max-width: 825px;
    margin: auto;
}
.dramatic-radiant.composite .para-div:last-child p {
    margin-bottom: 1rem;
}
.dramatic-radiant .para-div p {
    text-align: center;
    color: #66696F;
    font-family:var(--primary-font);
    font-weight: 300;

    line-height: 1.5;
    font-size: 20px;
}
.long-lasting {
    position: relative;
    padding: 100px 15px;
}
.special-svg.svg-div {
    max-width: 180px;
    padding: 10px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.special-svg.svg-div::before, .special-svg.svg-div::after {
    content: "";
    position: relative;
    width: 60px;
    height: 1px;
    display: inline-block;
    background-color: #cbae86;
}
.special-svg.svg-div svg {
    width: 16px;
    height: 16px;
}
.long-lasting .heading {
    max-width: 500px;
}
.long-lasting .ul-div {
    max-width: 500px;
}
.long-lasting h2 {
    font-size: 39px;
    color: #cbae86;
    line-height: 1;
    margin-bottom: 30px;
}
.long-lasting .ul-div ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.long-lasting .ul-div ul li {
    display: flex
;
    gap: 22px;
    font-size: 20px;
    color: #252F42;
    padding-bottom: calc(20px / 2);
    letter-spacing: 0px;
}
.long-lasting ul li img {
    width: 18px;
    height: 18px;
}
.long-lasting .inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 300px 0px 0px 0px;
    background-color: #cbae86;
}
.long-lasting .inner .img-div {
    margin-left: -50px;
}
.long-lasting .inner img {
    border-radius: 0px 0px 0px 200px;
    position: relative;
    width: calc(100% - 200px);
}
/* kkkkk */
.long-lasting .inner {
    position: relative;
    padding: 100px 0;
}
.long-lasting .inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 300px 0px 0px 0px;
    background-color: #cbae86;
}
.long-lasting .inner .img-div {
    margin-left: -50px;
}
.long-lasting .inner img {
    border-radius: 0px 0px 0px 200px;
    position: relative;
    width: calc(100% - 100px);
}

.dramatic-radiant .para-div {
    max-width: 825px;
    margin: auto;
}

.dramatic-radiant .heading-div h2 {
    font-size: 41px;
    margin-bottom: 30px;
    color: #2A221A;
    line-height: 1;
    text-align: center;
}

.long-lasting .ul-div ul li
 {
    display: flex;
    gap: 22px;
    font-size: 20px;
    color: #252F42;
    padding-bottom: calc(20px / 2);
    letter-spacing: 0px;
    font-family: var(--primary-font);
    font-weight: 300;
}


/* ,,,,,,,,,,,,,,,,,,,,,,,, */
/* .pati{
    background-color: #28a745;
    width:200px;
    height:200px;
}

.pati{
    transform-origin: top center;
    animation: translate-pati 1s 1s ease-in-out forwards;
    
}
@keyframes translate-pati {
    0% {
    opacity: 0;
    transform: translateY(200px);
}
80% {
    transform: translateY(-5px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
} */









/* pati animation */


#pati {
    opacity: 0;
    transform: translateY(250px);
}

/* This class triggers the animation */
.animate-pati {
    animation: translate-pati .7s .0s ease-in-out forwards;
}

@keyframes translate-pati {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* pati1 */
#pati1 {
    opacity: 0;
    transform: translateY(250px);
}

/* This class triggers the animation */
.animate-pati1 {
    animation: translate-pati1 .7s .0s ease-in-out forwards;
}

@keyframes translate-pati1 {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* check animation */
/* 1. Define the initial state for all elements you want to animate */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
   /* Optional: adds a smooth transition for initial states */
}

/* 2. Define the animation's keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(600px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 3. This class will be added by JavaScript to trigger the animation */
.is-visible {
  animation: fadeInUp .8s 0s ease-out forwards;
}
.self-care .grid-four .entity .heading h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-family: var(--secondry-font);
    color: rgb(33, 37, 41);
    font-weight: 550;
}




/* ,,,,,,,,,,,,,,,, */

/* classess added by js */
.contain1 {

  animation: slide-in-left 1s ease-out forwards;
  animation-delay:0s;
  animation-duration: .8s;

}

.contain2 {
  animation: slide-in-right 1s ease-out forwards;
    animation-delay:0s;
  animation-duration: .8s;
}
@keyframes slide-in-left {
  from {
     opacity: 0;
    transform: translateX(-100vw);
  }
  to {
     opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
     opacity: 0;
    transform: translateX(100vw);
  }
  to {
     opacity: 1;
    transform: translateX(0);
  } 
}


/* CONTAIN1 */
.animate-left{
    opacity: 0;
}


/* contain2 */
.animate-right{
    opacity: 0;
}

.page-content .font-weight-bold {
    font-weight: bold;
    
}
h4{
    font-family: var(--secondry-font);
}
.page-content .container{
color:
rgb(45, 78, 104);
font-weight: 300;
line-height: 29px;
font-size: 18px;
}

.page-content .container h4{
    color:
rgb(45, 78, 104);
font-weight: 500;
line-height: 29px;
font-size: 24px;
}




















