@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url(custombs.css);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body{
  overflow-x: clip;
}

:root {
  --primary-pink-color: #C08497;
  --secondary-pink-color: #D48878;
  --background-yellow-color: #F1EBE2;
  --heading-text-color: #051145;
  --paragraph-text-color: #2F2F2F;
  --font-family-faculty-glyphic: "Faculty Glyphic", sans-serif;
  --font-family-lato: "Lato", sans-serif;
}

.p-line-height {
  line-height: 2.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-faculty-glyphic);
}

h2{
  font-size: 2.6vw;
  font-weight: 600;
  color: var(--heading-text-color);
}

p, li {
  font-family: var(--font-family-lato);
  line-height: 1.6rem;
}

a {
  font-family: var(--font-family-lato);  
  text-decoration: none !important;
  color: var(--light-black-text-color);
}

span{
  font-family: var(--font-family-lato);
}

.btn-main{
  background: var(--primary-pink-color);
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--primary-pink-color);
  cursor: pointer;
}
.btn-main::after{
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid var(--primary-pink-color);
  transition: 0.3s ease-in-out;
}
.btn-main:hover{
  color: white;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.btn-main:hover:after{
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

/* topbar */
.topbar {
  background: var(--primary-pink-color);
  color: white;
  padding: 10px 0;
  font-size: 14px;
}

.top-contact span {
  margin-left: 20px;
}

.main-navbar {
  background: #fff;
  padding: 18px 0;
}

header .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 12px;
  color: var(--paragraph-text-color);
}

header .navbar-nav .nav-link:hover {
  color: var(--primary-pink-color);
}


.hero {
  background: url(../images/header-background.jpg) center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

.welcome-badge {
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
  color: var(--heading-text-color);
  line-height: 1.3;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.watch-video {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--secondary-pink-color);
  font-weight: 500;
  text-decoration: none;
}
.play {
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.hero-images {
  position: relative;
}

.dweoruiwenrwer{
  width: 17vw;
  bottom: -9.5rem;
  left: 8%;
}

.fl1{
  position: absolute;
  bottom: -26%;
  right: 0%;
  width: 14.3vw;
  z-index: 99;
}
.doiwejrkwer{
  align-items: end;
}
.card1{
  width: 17vw;
}

.card-border{
    position:relative;
    width: 260px;
    margin:auto;
    z-index: 99;
}

.card-border::before{
    content:"";
    position:absolute;
    top:-10px;
    left:-10px;
    width:85%;
    height:86%;
    border:4px solid var(--primary-pink-color);
    border-radius:10px;
    transform:rotate(-4.5deg);
    z-index:1;
}

.fl2{
  position: absolute;
  bottom: 35%;
  left: 0%;
  width: 6.5vw;
}
.dot{
  position: absolute;
  top: 13%;
  left: 15.5%;
  width: 3vw;
}
.cam{
  position: absolute;
  top: 16%;
  right: 38%;
  width: 7vw;
}
.strip{
  position: absolute;
  top: 0%;
  right: 0%;
  width: 11vw;
}

/* section */

.process-section{
  padding:100px 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    var(--background-yellow-color) 50%,
    #ffffff 100%
  );
}
/* badge */

.process-badge{
  background: transparent;
  padding:6px 18px;
  border-radius:20px;
  font-weight: 600;
  display:inline-block;
}

/* title */

.process-title{
  font-size:40px;
  font-weight:700;
  margin-top:15px;
  color: var(--heading-text-color);
}


/* step box */

.process-box{
  padding:20px;
  gap: 10;
}

.no1{
  position: absolute;
  top: -26%;
  right: -11%;
}
/* icon circle */

.icon-circle{
  width:70px;
  height:70px;
  margin:auto;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

/* heading */

.process-box h3{
  margin-top:20px;
  font-weight:700;
}


/* text */

.process-box p{
  color: var(--paragraph-text-color);
  font-size:1.2vw;
}

.bulb{
  position: absolute;
  bottom: 10%;
  left: 8%;
}

.plane{
  position: absolute;
  top: 19%;
  left: 31%;
}

.curve{
  position: absolute;
  top: 24%;
  right: 14%;
}

.arr1{
  position: absolute;
  top: 50%;
  left: 29%;
}

.arr2{
  position: absolute;
  top: 47%;
  right: 27%;
}

.trending-section{
  padding:20px 0;
  background:linear-gradient(to bottom,#ffffff,#f7f4f2,#ffffff);
}


/* badge */

.shop-badge{
  padding:6px 18px;
  border-radius:20px;
  display:inline-block;
  font-weight: 600;
}


/* title */

.shop-title{
  font-size:40px;
  font-weight:700;
  color: var(--heading-text-color);
  margin-top:15px;
}


/* category buttons */

.cat-btn{
  background: linear-gradient(
    to right,
    var(--secondary-pink-color) 10%,
    rgba(255,255,255,0) 50%
  );
  border:1px solid var(--secondary-pink-color);
  padding:8px 18px;
  border-radius:20px;
  margin:5px;
  font-size:14px;
  font-weight:600;
  color: black;

  &:hover{
    color: #000 !important;
  }
}



.nav-link.active{
  background:var(--secondary-pink-color) !important;
  color:white !important;
}

/* product card */

.product-card{
  margin-bottom:30px;
}

.product-card img{
  border-radius:12px;
  margin-bottom:15px;
}


/* title */

.product-card h5{
  font-size:16px;
  font-weight:600;
  color: var(--paragraph-text-color);
  line-height:1.5;
}
/* price */

.price{
  color:#666;
  font-size:15px;
  margin-top:10px;
}

.belief-section {
  padding: 100px 0 80px;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      var(--background-yellow-color) 50%,
      #ffffff 100%);
  position: relative;
}

/* phone image */

.phone1 {
  position: absolute;
  width: 12.5vw;
  left: 16%;
  bottom: 0%;
}

.phone2 {
  position: absolute;
  width: 12.5vw;
  right: 16%;
  bottom: -1%;
}

.lleaf {
  position: absolute;
  left: 0%;
  top: 0%;
}

.rleaf {
  position: absolute;
  right: 0%;
  bottom: 0%;
}


/* badge */

.belief-badge {
  padding: 6px 0;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}


/* heading */

.belief-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0d1a44;
  margin-bottom: 15px;
}


/* text */

.belief-content p {
  color: var(--paragraph-text-color);
  max-width: 520px;
  margin: auto;
  margin-bottom: 25px;
}

.box-section{
  margin-bottom: 2vw;
}
/* stats container */

.stats-container {
  background: #fff;
  margin-top: 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 0 40px 0;
}


/* stat box */

.stat-box {
  border-right: 1px solid #eee;
}

.stat-box:last-child {
  border-right: none;
}


/* stat number */

.stat-box h3 {
  font-size: 42px;
  font-weight: 700;
  color: #0d1a44;
}


/* stat text */

.stat-box p {
  color: var(--paragraph-text-color);
  margin-top: 5px;
}

.testimonial-section {
  padding: 120px 0;
}


/* images */

.testimonial-images {
  position: relative;
  text-align: center;
}

.smc2{
  margin-top: 1vw;
}

main{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.testimonial-content{
  padding-left: 2vw;
}
/* content */

.testimonial-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--heading-text-color);
  margin: 15px 0;
}


/* badge */

.testimonial-badge {
  padding: 6px 0;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}


/* text */

.testimonial-text {
  color: var(--paragraph-text-color);
  line-height: 1.7;
  margin-bottom: 15px;
}

/* nav buttons */

.testimonial-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* circle buttons */

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--primary-pink-color);
  background: white;
  font-size: 20px;
}

.nav-btn.filled {
  background: var(--primary-pink-color);
  color: white;
  border: none;
}

.contact-section {
  padding: 120px 0;
  background: linear-gradient(to right, #ffffff, #f7f4f2);
}

/* title */

.contact-title {
  color: var(--heading-text-color);
}


/* text */

.contact-text {
  color: var(--paragraph-text-color);
  margin-bottom: 8%;
}


/* form */

.contact-form label {
  font-size: 14px;
  margin-bottom: 3%;
  display: block;
}

.contact-form input,
.contact-form textarea {

  width: 100%;
  border: none;
  border-left: 3px solid var(--secondary-pink-color);
  padding: 12px 14px;
  border-radius: 6px;
  outline: none;
}

/* input */

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 10px 12px;
}


/* textarea */

textarea.form-control {
  resize: none;
}

.form-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4%;
}




.testimonial-section {
  padding: 80px 0;
}


/* images */

.testimonial-images {
  position: relative;
  text-align: center;
}

.smc2{
  margin-top: 1vw;
}

.testimonial-content{
  padding-left: 2vw;
}
/* content */

.testimonial-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--heading-text-color);
  margin: 15px 0;
}


/* badge */

.testimonial-badge {
  background: transparent;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}


/* text */

.testimonial-text {
  color: var(--paragraph-text-color);
  line-height: 1.7;
  margin-bottom: 15px;
}


/* name */

.client-name {
  font-weight: 700;
  font-size: 1.3vw;
}

/* nav buttons */

.testimonial-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* circle buttons */

.nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--primary-pink-color);
  background: white;
  font-size: 20px;
}

.nav-btn.filled {
  background: var(--primary-pink-color);
  color: white;
  border: none;
}

.contact-section {
  padding: 80px 0;
  background: url(../images/contact-background.png) center/cover no-repeat;
}

/* title */

.contact-title {
  font-weight: 500;
  color: var(--heading-text-color);
  margin-bottom: 4%;
}


/* text */

.contact-text {
  color: var(--paragraph-text-color);
  margin-bottom: 8%;
}


/* form */

.contact-form label {
  font-size: 14px;
  margin-bottom: 2.5%;
  display: block;
}

.contact-form input,
.contact-form textarea {

  width: 100%;
  border: none;
  border-left: 3px solid var(--secondary-pink-color);
  padding: 12px 14px;
  border-radius: 6px;
  outline: none;
  margin-bottom: 4%;
}

/* input */

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 10px 12px;
}


/* textarea */

textarea.form-control {
  resize: none;
}

.form-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 4%;
}
.contact-images{
  justify-content: flex-end;
}


.blog-section{
padding: 80px 0;
}


/* badge */

.blog-badge{
font-size:14px;
color: var(--paragraph-text-color);
}


/* title */

.blog-title{
font-size: 1.8vw;
font-weight: 600;
color: var(--heading-text-color);
margin-top:10px;
}


/* blog card */

.blog-card{
position:relative;
margin-bottom:40px;
}


/* overlay card */

.blog-content{
background:#fff;
padding:20px;
border-radius:10px;
position:absolute;
bottom:-18%;
left:30px;
right:30px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:left;
}


/* date */

.blog-date{
font-size:14px;
color: var(--paragraph-text-color);
margin-bottom:8px;
}


/* title */

.blog-content h5{
font-size:17px;
font-weight:600;
line-height:1.5;
color: var(--paragraph-text-color);
}


.faq-section{
padding: 100px 0;
}


/* badge */

.faq-badge{
font-size:14px;
color: var(--paragraph-text-color);
}


/* title */

.faq-title{
font-size:38px;
font-weight:700;
color:#0d1a44;
margin-top:10px;
}


/* image grid */

.faq-images{
position:relative;
}
.pusssngc{
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}

/* experience circle */

.experience-circle{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}


/* accordion */

.accordion-item{
border:none;
border-bottom:1px solid #ddd;
}

.accordion-button{
background:transparent;
font-weight:500;
box-shadow:none;
}

.accordion-button:not(.collapsed){
color: var(--secondary-pink-color);
background:#fff;
}

.accordion-body{
color: var(--paragraph-text-color);
}



.footer-section{
background: var(--primary-pink-color);
color:white;
padding-top:7rem;
position:relative;
}


/* subscribe box */

.subscribe-wrapper{
    
    z-index: 2;
    top: -9%;
    right: -1%;
}

/* subscribe card */

.subscribe-box{
    background: linear-gradient(to bottom , var(--secondary-pink-color), var(--primary-pink-color));
    padding: 35px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

/* text */

.subscribe-left h3{
    font-size: 26px;
    margin-bottom: 8px;
}

.subscribe-left p{
    font-size: 14px;
}

/* form */

.subscribe-form{
    display: flex;
    gap: 15px;
}

.subscribe-form input{
    width: 260px;
    padding: 12px 15px;
    border-radius: 6px;
    border: none;
    flex: 1;
}

/* button */

.subscribe-btn{
    background: var(--primary-pink-color);
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

/* outer border */

.subscribe-btn::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 6px;
    z-index: 9;
}

.subscribe-btn span{
    margin-left: 8px;
}

/* footer logo */

.footer-logo{
width:150px;
position: absolute;
top: 4%;
}


/* footer titles */


/* links */

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
cursor:pointer;
}


/* news */

.news-item{
display:flex;
gap:10px;
margin-bottom:15px;
}

.footimg{
border-radius:6px;
}


.news-item span{
font-size:13px;
opacity:0.8;
}


/* social icons */

.social-icons{
  gap: 10px;
}

.social-icons .dasfrdeeer{
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.social-icons img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.social-icons .dasfrdeeer:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  transform: scale(1.1);
}

/* bottom */

.footer-bottom{
background: var(--secondary-pink-color);
text-align:center;
padding:12px;
margin-top:40px;
font-size:14px;
}






/* avik css start */

/* start banner1 */
.banner1 {
  width: 100%;
  height: 450px;
  position: relative;
}

.banner1 img {
  width: 100%;
  height: 100%;
}

.banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255 0.6);
}

.overlay h1 {
  color: white;
  font-size: 50px;
}

.contant1 {
  margin-top: 20%;
}

.contant1 h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
}

.contant2 {
  display: flex;
}

.contant2 h6 {
  color: var(--paragraph-text-color);
  padding-left: 5px;
}

/* end banner1 */

/* end banner4 */

/* avik css end */






/* avik css start */

/* start banner1 */
.banner1 {
  width: 100%;
  height: 450px;
  position: relative;
}

.banner1 img {
  width: 100%;
  height: 100%;
}

.overlay {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay h1 {
  color: white;
  font-size: 50px;
}

.contant1 {
  margin-top: 20%;
}

.contant1 h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
}

.contant2 {
  display: flex;
}

.contant2 i {
  color: var(--paragraph-text-color);
  font-weight: bold;
  padding-left: 5px;
  padding-top: 4px;
}

/* end banner1 */
/* start banner2 */

.imgs1 {
  width: 100%;
  height: 500px;
}

.imgs1 img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.contant3 h6 {
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.right1 img{
  border-radius: 10px;  
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.right1:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -1.5rem;
  bottom: -1.5rem;
  border-radius: 10px;
  border: 2px solid var(--secondary-pink-color);
  z-index: -9;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.contant3 h2 {
  font-weight: bolder;
}

.contant3 p {
  padding-top: 20px;
}

.iconbox1 {
  display: flex;
  margin-top: 30px;
}

.icons i {
  font-size: 30px;
  color: var(--secondary-pink-color);
  padding: 12px;
  background-color: #d5e5f7;
  border-radius: 8px;
}

.contant3a {
  margin-left: 30px;
}

.contant3a h4 {
  color: #1a172e;
  font-weight: 600;
}

.contant3a p {
  padding-top: 5px;
}

.clr {
  clear: both;
}

/* end banmner2 */

.iconbox2 {
  display: flex;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 8px;
}

.sefdhwreer{
  background: var(--secondary-pink-color);
  color: #fff;
  transition: 0.2s ease-in-out;
}

.sefdhwreer h4{
  color: #fff !important;
  transition: 0.2s ease-in-out;
}

.left2:hover .sefdhwreer h4{
  color: var(--heading-text-color) !important;
  transition: 0.2s ease-in-out;
}

.left2:hover .sefdhwreer p{
  color: #000 !important;
  transition: 0.2s ease-in-out;
}

.left2:hover .sefdhwreer{
  background: #fff;
  transition: 0.2s ease-in-out;
}

.sefdhwreer i{
  color: #fff !important;
  transition: 0.2s ease-in-out;
}

.left2:hover .sefdhwreer i{
  color: var(--secondary-pink-color) !important;
  transition: 0.2s ease-in-out;
}

.icons2 i {
  font-size: 40px;
  padding-right: 15px;
  padding-top: 10px;
  color: var(--secondary-pink-color);
}

.contant4 h4{
  color: var(--heading-text-color);
  font-size: 1rem;
  font-weight: 600;
}

.left2:hover h4{
  color: var(--secondary-pink-color) !important;
  transition: 0.5s;
}

/* end banner 3 */
/* start bannre4 */

.left4 {
  width: 100%;
  height: 110vh;
  float: left;
}

.left4 img {
  width: 100%;
  height: 100%;
  float: right;
}

.contant5 h6 {
  color: #000;
  font-weight: 600;
}

.jwdijwoerewr{
  color: var(--secondary-pink-color) !important;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.right4 {
  padding: 70px;
}

/* accordian */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  /* border: 1px solid #03b5d2; */
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  color: black !important;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  /* border: 1px solid; */
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #03b5d2;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding: 0 20px;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  color: black;
  font-weight: 400;
}

/* accordian */
/* end banner4 */

/* avik css end */