@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner-wrap {
  background: var(--secondary);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner-wrap {
    padding: 0 0 15px;
  }
}
.banner-wrap .border-rounded {
  position: absolute;
  border-bottom: 4px dashed var(--primary);
  width: 110%;
  height: 30%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .banner-wrap .border-rounded {
    width: 130%;
  }
}

.banner {
  clip-path: ellipse(122% 97% at 50% 0%);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner {
    clip-path: ellipse(165% 100% at 50% 0%);
  }
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.32) 100%) !important;
}
.banner.home-banner .bg {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: 70vh !important;
  }
}
.banner.home-banner .bg .banner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper {
    width: 100%;
    top: 60%;
  }
}
.banner.home-banner .bg .banner-wrapper .banner-content {
  text-align: center;
}
.banner.home-banner .bg .banner-wrapper .banner-content h3, .banner.home-banner .bg .banner-wrapper .banner-content h2, .banner.home-banner .bg .banner-wrapper .banner-content h1 {
  color: var(--white);
}
.banner.home-banner .bg .banner-wrapper .banner-content h3 {
  font-family: "Palmaton";
  font-size: 70px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .banner-content h3 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-content h3 {
    font-size: 45px;
  }
}
.banner.home-banner .bg .banner-wrapper .banner-content h1 {
  font-family: "CONFORMITY PERSONAL USE";
}
.banner.home-banner .bg .banner-wrapper .banner-content .bmp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 50px;
}
.banner.home-banner .bg .banner-wrapper .banner-content .bmp li {
  color: var(--white);
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .banner-content .bmp li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .banner-content .bmp li {
    font-size: 14px;
  }
}
.banner.home-banner .bg .banner-wrapper .banner-content .bmp li:not(:first-child) {
  border-left: 2px solid var(--white);
  text-align: center;
  padding: 0 20px;
}
.banner.home-banner .bg .banner-wrapper .banner-content .bmp li:first-child {
  padding-right: 0;
}

.home-secA {
  background: var(--secondary);
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .home-secA {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  .home-secA {
    padding: 45px 0 0;
  }
}
.home-secA .container {
  max-width: 100%;
}
.home-secA .heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .heading {
    margin-bottom: 0;
  }
}
.home-secA .heading h2 {
  color: var(--primary);
}
.home-secA .swiper-wrap {
  margin-top: 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap {
    margin: 0 12px 0 12px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .swiper-wrap {
    margin: 0 0 0 12px;
  }
}
.home-secA .swiper-wrap .swiper-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .home-secA .swiper-wrap .swiper-group {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap .swiper-group {
    left: 90%;
    top: -10%;
    width: auto;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secA .swiper-wrap .swiper-group button {
  width: 45px;
  height: 45px;
  border: 2px solid var(--primary);
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-secA .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.home-secA .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.home-secA .swiper-wrap .swiper-group button:hover {
  background: var(--primary);
}
.home-secA .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--white);
}
.home-secA .swiper-wrap .swiper-group .btn-next {
  transform: rotate(180deg);
}
.home-secA .swiper-wrap .swiper-wrapper {
  padding: 110px 0;
}
@media only screen and (max-width: 1024px) {
  .home-secA .swiper-wrap .swiper-wrapper {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap .swiper-wrapper {
    padding: 35px 0;
  }
}
.home-secA .swiper-wrap .swiper-slide {
  transition: all 1s ease-in-out;
}
.home-secA .swiper-wrap .swiper-slide .card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.home-secA .swiper-wrap .swiper-slide .card .card-img img {
  width: 100%;
  display: block;
}
.home-secA .swiper-wrap .swiper-slide .card .card-content {
  padding: 25px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .swiper-wrap .swiper-slide .card .card-content {
    padding: 20px;
  }
}
.home-secA .swiper-wrap .swiper-slide .card .card-content h6 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 8px;
}
.home-secA .swiper-wrap .swiper-slide .card .card-content p {
  font-size: 14px;
  line-height: 18px;
}
.home-secA .swiper-wrap .swiper-slide-active {
  transform: rotate(354deg) scale(1.2);
}
@media only screen and (max-width: 1650px) {
  .home-secA .swiper-wrap .swiper-slide-active {
    transform: rotate(354deg) scale(1.1);
  }
}
@media only screen and (max-width: 1366px) {
  .home-secA .swiper-wrap .swiper-slide-active {
    transform: rotate(354deg) scale(0.9);
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap .swiper-slide-active {
    transform: rotate(0) scale(1);
  }
}
.home-secA .swiper-wrap .swiper-slide-next + .swiper-slide {
  transform: rotate(-354deg) scale(1.2);
}
@media only screen and (max-width: 1650px) {
  .home-secA .swiper-wrap .swiper-slide-next + .swiper-slide {
    transform: rotate(-354deg) scale(1.1);
  }
}
@media only screen and (max-width: 1650px) {
  .home-secA .swiper-wrap .swiper-slide-next + .swiper-slide {
    transform: rotate(-354deg) scale(0.9);
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap .swiper-slide-next + .swiper-slide {
    transform: rotate(0) scale(1);
  }
}
.home-secA .swiper-wrap .swiper-slide-next {
  transform: scale(1.4);
}
@media only screen and (max-width: 1650px) {
  .home-secA .swiper-wrap .swiper-slide-next {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .swiper-wrap .swiper-slide-next {
    transform: scale(1);
  }
}
.home-secA .btn-center {
  margin: 60px 0 0;
}
@media only screen and (max-width: 1366px) {
  .home-secA .btn-center {
    margin: 0;
    padding: 0 0 40px;
  }
}

.home-secB {
  position: relative;
  padding: 132px 0 85px;
  overflow: hidden;
  background: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 170px 0 85px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: 145px 0 56px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: 60px 0 56px;
  }
}
.home-secB .border-rounded {
  position: absolute;
  border-bottom: 4px dashed var(--primary);
  width: 112%;
  height: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg) !important;
  z-index: 0;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .home-secB .border-rounded {
    width: 165%;
    padding: 15px 0 0;
  }
}
.home-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  clip-path: ellipse(100% 97% at 50% 0%);
  transform: rotate(180deg);
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .home-secB::before {
    clip-path: ellipse(165% 100% at 50% 0%) !important;
    top: 20px;
  }
}
.home-secB .heading {
  position: relative;
}
.home-secB .heading p {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 5px;
}
.home-secB .heading h2 {
  color: var(--white) !important;
}
.home-secB .about-knife {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .home-secB .about-knife {
    margin-top: 35px;
  }
}
.home-secB .about-knife .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 85px;
}
@media only screen and (max-width: 991px) {
  .home-secB .about-knife .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-secB .about-knife .grid .video-item {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.home-secB .about-knife .grid .video-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.home-secB .about-knife .grid .video-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: inherit;
}
.home-secB .about-knife .grid .video-item .video-text {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .video-item .video-text {
    gap: 20px;
  }
}
.home-secB .about-knife .grid .video-item .video-text span {
  font-size: 60px;
  color: var(--white);
  display: block;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .video-item .video-text span {
    font-size: 35px;
  }
}
.home-secB .about-knife .grid .video-item .video-text span:last-child {
  padding: 0 0 0 134px;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .video-item .video-text span:last-child {
    padding: 0 0 0 65px;
  }
}
.home-secB .about-knife .grid .item-content p {
  color: var(--white);
  opacity: 0.9;
}
.home-secB .about-knife .grid .item-content .timeline-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap {
    margin: 30px 0;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .knife-img {
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .knife-img {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .knife-img {
    display: none;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #c28b8e;
  color: #fff;
  padding: 30px 0;
  margin: 50px 0 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline {
    margin: 35px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline {
    margin: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline {
    padding: 15px 0;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  padding-left: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item {
    margin-bottom: 20px;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item:first-child .timeline-icon {
  background: var(--secondary);
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-icon {
  position: absolute;
  left: -11px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary);
  background: var(--primary);
  border-radius: 50%;
}
@media only screen and (max-width: 420px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-icon {
    width: 15px;
    height: 15px;
    left: -8px;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-content {
  margin-left: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-content {
    margin-left: 8px;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-content h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #fff;
}
@media only screen and (max-width: 540px) {
  .home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-content h6 {
    font-size: 16px;
  }
}
.home-secB .about-knife .grid .item-content .timeline-wrap .timeline .timeline-item .timeline-content p {
  font-size: 14px;
  margin: 0;
  color: #ddd;
}
.home-secB .about-knife .grid .item-content .fill {
  background: rgb(202, 156, 129);
  color: var(--primary);
  display: inline-block;
  border-radius: 0 50px 50px 50px;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secB .about-knife .grid .item-content .fill {
    margin-top: 10px;
    margin-top: 10px;
  }
}

.home-secC {
  padding: 85px 0;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: 68px 0 55px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 68px 0 30px;
  }
}
.home-secC .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading {
    margin-bottom: 20px;
  }
}
.home-secC .heading h5 {
  color: var(--primary);
}
.home-secC .heading .signature-font {
  margin-top: 8px;
  font-size: 60px;
  color: var(--primary);
  margin: 20px 0 40px;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading .signature-font {
    margin: 20px 0 30px;
    font-size: 45px;
  }
}
.home-secC .heading p {
  color: var(--secondary-dark);
}
.home-secC .catering-moments {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .home-secC .catering-moments {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .catering-moments {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secC .catering-moments .moment {
  border-radius: 10px;
  overflow: hidden;
}
.home-secC .catering-moments .moment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}
.home-secC .catering-moments .moment:hover {
  cursor: pointer;
}
.home-secC .catering-moments .moment:hover img {
  transform: rotate(-1deg) scale(1.05);
}
.home-secC .catering-moments .moment:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}
@media only screen and (max-width: 991px) {
  .home-secC .catering-moments .moment:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .home-secC .catering-moments .moment:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .catering-moments .moment:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .catering-moments .moment:nth-child(2) {
    grid-column: span 2;
  }
}

.home-secD {
  background: linear-gradient(360deg, #FFFFFF 51.44%, #FFE2D4 100%);
  padding: 0 0 110px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .home-secD {
    padding: 0 0 80px;
  }
}
.home-secD .quotes {
  position: absolute;
  right: 0;
  bottom: -10%;
}
@media only screen and (max-width: 1366px) {
  .home-secD .quotes {
    bottom: -5%;
    width: 130px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .quotes {
    bottom: -24%;
  }
}
.home-secD .container {
  max-width: 60%;
}
@media only screen and (max-width: 540px) {
  .home-secD .container {
    max-width: 90%;
  }
}
.home-secD .container .heading {
  width: 40%;
  margin: 0 auto;
  display: flex;
  padding-top: 90px;
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .home-secD .container .heading {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .container .heading {
    width: 90%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .container .heading {
    width: 70%;
    padding-top: 65px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secD .container .heading {
    width: 90%;
  }
}
.home-secD .container .heading img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .heading img {
    height: 50px;
    width: 50px;
  }
}
.home-secD .container .heading .signature-font {
  font-size: 60px;
  text-transform: capitalize;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secD .container .heading .signature-font {
    font-size: 32px;
  }
}
.home-secD .container .heading h5 {
  color: var(--primary);
}
.home-secD .container .swiper-wrap {
  margin: 80px 0 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap {
    margin: 40px 0 0;
  }
}
.home-secD .container .swiper-wrap .swiper-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .home-secD .container .swiper-wrap .swiper-group {
    width: 80%;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secD .container .swiper-wrap .swiper-group {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .container .swiper-wrap .swiper-group {
    width: 120%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .swiper-group {
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  .home-secD .container .swiper-wrap .swiper-group {
    width: 108%;
  }
}
.home-secD .container .swiper-wrap .swiper-group button {
  width: 45px;
  height: 45px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .swiper-group button {
    width: 30px;
    height: 30px;
  }
}
.home-secD .container .swiper-wrap .swiper-group button svg {
  width: 20px;
  height: 20px;
}
.home-secD .container .swiper-wrap .swiper-group button svg path {
  fill: var(--primary);
}
.home-secD .container .swiper-wrap .swiper-group button:hover {
  background: var(--primary);
}
.home-secD .container .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--white);
}
.home-secD .container .swiper-wrap .swiper-group .btn-next {
  transform: rotate(180deg);
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper {
  max-width: 450px;
  min-height: 450px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 2px dashed rgb(202, 156, 129);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: var(--white);
}
@media only screen and (max-width: 768px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper {
    width: 380px;
    min-height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper {
    width: 325px;
    min-height: 325px;
  }
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card {
  padding: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card {
    padding: 0;
  }
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-img {
    width: 75px;
    height: 75px;
  }
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-img img {
  width: 100%;
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content p, .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content h6 {
  font-size: 18px;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content p, .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content h6 {
    font-size: 14px;
  }
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content h6 {
  color: var(--primary);
  font-weight: 600;
}
.home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content p {
  margin: 30px 0 40px;
  line-height: 1.5;
  padding: 0 30px;
}
@media only screen and (max-width: 540px) {
  .home-secD .container .swiper-wrap .smile-served-slider .swiper-slide .card-wraper .card .card-content p {
    margin: 20px 0;
  }
}

.home-secE {
  height: calc(100vh - var(--headerfixed));
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .home-secE {
    height: calc(85vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .home-secE {
    height: calc(65vh - var(--headerfixed));
  }
}
.home-secE video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=home.css.map */