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

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noSelect:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none !important;
}

/* preloader */
/* ********* */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1111;
}

.preloader img {
  width: 250px;
}

.preloader.hideLoader {
  transform: translateY(-200px);
  visibility: hidden;
  opacity: 0;
}

.heroSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.heroSection .center_content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.breadcrumb {
  position: relative;
}

.breadcrumb .center_content {
  min-height: 400px;
}

.heroSection .center_content .back_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.videoContainer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.imageContainer {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../king-html-template/logan/images/join-exp-page/breadcrumb-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.NeighborhoodsBreadcrumb {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../king-html-template/logan/images/join-exp-page/breadcrumb-bg1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.JoinEXPBreadcrumb {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../king-html-template/logan/images/join-exp-page/breadcrumb-bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroSection .center_content .navbar {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 3rem 20px;
  transition: 0.2s all ease;
  background-color: transparent;
  z-index: 11;
  margin-top: 40px;
}

.heroSection .center_content .navbar.fixNavbar {
  padding: 0px 3rem 0px;
  margin-top: 0rem;

  background-color: #fff;
  transform: translateY(0px) scaleY(1);
}

.heroSection .center_content .navbar .logo {
  width: 125px;
  overflow: hidden;
}

.heroSection .center_content .navbar .logo img {
  width: 100%;
}

.heroSection .center_content .navbar .logo .darkImage {
  display: none;
}

.heroSection .center_content .navbar.fixNavbar .logo .lightImage {
  display: none;
}

.heroSection .center_content .navbar.fixNavbar .logo .darkImage {
  display: block;
}

.heroSection .center_content .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSection .center_content .navbar ul li a,
.heroSection .center_content .navbar ul li span {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  transition: 0.2s;
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding: 10px;
}

.heroSection .center_content .navbar.fixNavbar ul li a,
.heroSection .center_content .navbar.fixNavbar ul li span {
  color: #000;
}

.heroSection .center_content .navbar ul li a:hover {
  opacity: 0.7;
}

.heroSection .center_content .navbar ul .hamburger_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  transition: 0.1s;
  cursor: pointer;
  padding-left: 10px;
}

.heroSection .center_content .navbar ul .menu:hover .hamburger_icon {
  gap: 5px;
}

.heroSection .center_content .navbar ul .hamburger_icon div {
  width: 27px;
  height: 2px;
  background-color: #fff;
}

.heroSection .center_content .navbar.fixNavbar ul .hamburger_icon div {
  background-color: #000;
}

.sideBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  overflow: hidden;
  z-index: 111;
}

.sideBar.hideSideBar {
  visibility: hidden;
  opacity: 0;
}

.sideBar .sideBarNav {
  height: 100%;
  min-width: 442px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 55px 53px;
}

.sideBar .sideBarNav .sideBarNav_topPart {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 330px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 3rem;
}

.hamburgerCloseIcon {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sideBar .sideBarNav .sideBarNav_topPart .Copanylogo {
  width: 90px;
  overflow: hidden;
  display: none;
}

.sideBar .sideBarNav .sideBarNav_topPart .Copanylogo img {
  width: 100%;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div {
  width: 40px;
  height: 2px;
  background: #171819;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon:hover div {
  opacity: 0.7;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(1) {
  transform: translate(40px, 0px) rotate(45deg);
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(2) {
  transform: rotate(-45deg);
}

.sideBarNav_middlePart {
  height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sideBarNav_middlePart ul {
  list-style: none;
}

.sideBarNav_middlePart ul li a {
  text-decoration: none;
  min-width: 330px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  transition: 0.3s;

  color: #171819;
  font-weight: 500;
  text-transform: uppercase;
}

.sideBarNav_middlePart ul li a:hover {
  opacity: 0.7;
}

.sideBarNav_bottomPart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
}

.sideBarNav_bottomPart .mail,
.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: 1px solid #878787;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.sideBarNav_bottomPart .justAddInMobile {
  display: none;
}

.sideBarNav_bottomPart .mail i,
.sideBarNav_bottomPart .mail svg,
.verticalIcon .verticalIcon_mailIcon i,
.verticalIcon .verticalIcon_phoneIcon i {
  color: #000;
  fill: #000;
}

.sideBarNav_bottomPart .mail:hover,
.verticalIcon .verticalIcon_mailIcon:hover,
.verticalIcon .verticalIcon_phoneIcon:hover {
  background-color: #000;
}

.sideBarNav_bottomPart .mail:hover i,
.sideBarNav_bottomPart .mail:hover svg,
.verticalIcon .verticalIcon_mailIcon:hover i,
.verticalIcon .verticalIcon_phoneIcon:hover i {
  color: #fff;
  fill: #fff;
}

.verticalIcon {
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 11px;
  display: none;
  z-index: 2;
}

.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  background-color: #fff;
}

.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  border: none;
  box-shadow: 0 0 2px 0 #000;
}

.sideBarNav_middlePart::-webkit-scrollbar {
  width: 4px;
}

.sideBarNav_middlePart::-webkit-scrollbar-button {
  background-color: transparent;
  height: 0;
}

.sideBarNav_middlePart::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}

.sideBarNav_middlePart::-webkit-scrollbar-track {
  background-color: rgba(32, 32, 32, 0.05);
}

.centerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb .centerContent {
  padding: 66px;
  padding-bottom: 64px;
  justify-content: flex-end;
}

.breadcrumb01 .centerContent {
  justify-content: center;
}

.centerContent .topTextAnimation {
  overflow: hidden;
  height: 25px;
  position: relative;
  width: 225px;
  transition: 0.3s;
}

.centerContent .topTextAnimation .topTextAnimation_text01,
.centerContent .topTextAnimation .topTextAnimation_text02 {
  transition: 0.3s;
  position: absolute;
  top: 0;
  width: 34%;
  height: 100%;
  text-align: right;
}

.staticText {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
}

.centerContent .topTextAnimation .topTextAnimation_text01 p,
.centerContent .topTextAnimation .topTextAnimation_text02 p {
  font-size: 16px;
  color: #fff;
}

.centerContent .topTextAnimation .dsa {
  -webkit-animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
  animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
  visibility: visible;
  opacity: 1;
}

.centerContent .topTextAnimation .asd {
  visibility: hidden;
  opacity: 0;
}

@keyframes cl-htco-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.horizontalLine {
  width: 220px;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #fff;
}

.mainDynamicText {
  margin-top: 0.5rem;
}

.mainDynamicText h1 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: 1s;
  text-align: center;
  position: relative;

  display: flex;
  flex-direction: column;
}

.mainDynamicText h1 .text01 {
  position: absolute;
  width: 100%;
  top: 0;
}

.mainDynamicText h1 .text01,
.mainDynamicText h1 .text02 {
  transition: 1s;
}

.mainDynamicText h1 .text02.hideText,
.mainDynamicText h1 .text01.hideText {
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(50px);
}

.t2 h1 {
  font-size: 58px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 60px;
  text-transform: uppercase;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 2.5rem;
}

.btns button {
  font-size: 14px;
  padding: 14px 20px;
  border: 2px solid #fff;
  transition: all 0.3s;
  background: transparent;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.btns button:hover {
  background-color: #fff;
  color: #000;
}

.menu {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu:hover {
  opacity: 0.7;
}

.mobileHamburger {
  display: none !important;
}

@media (min-aspect-ratio: 16/9) {
  .back_video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back_video {
    width: auto;
    height: 100%;
  }
}

.breadcrumb .centerContent h1 {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
}

.breadcrumb01 .centerContent h1 {
  margin-bottom: 0;
}

.breadcrumb .centerContent p {
  max-width: 926px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  font-family: "Arapey", serif;
  font-style: italic;
}

.breadcrumb .centerContent .breadcrumb_socialIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 48px;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a {
  width: 44px;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a svg {
  fill: #fff;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a i,
.breadcrumb .centerContent .breadcrumb_socialIcons a svg {
  height: 16px;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover i {
  color: rgba(35, 33, 48, 1);
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover svg {
  fill: rgba(35, 33, 48, 1);
}

/* ************ joinExp_section01 *********** */
/* ***************************************** */

.joinExp_section01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(270deg, #ffffff 36%, #f9f9f9 62%);
  padding: 100px 0;
}

.joinExp_section01 .center_content {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.joinExp_section01 .center_content .leftSide {
  max-width: 515px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.joinExp_section01 .center_content .leftSide h6 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

.joinExp_section01 .center_content .leftSide h1 {
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
}

.joinExp_section01 .center_content .leftSide p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.joinExp_section01 .center_content .leftSide .btns {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.joinExp_section01 .center_content .leftSide .btns a {
  border: 2px solid #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: all 0.2s;
  color: #000000;
}

.joinExp_section01 .center_content .leftSide .btns a:first-child {
  color: #ffffff;
  background-color: #000000;
}

.joinExp_section01 .center_content .leftSide .btns a:hover {
  color: #ffffff;
  background-color: #000000;
}

.joinExp_section01 .center_content .leftSide .btns a:first-child:hover {
  color: #000;
  background-color: transparent;
}

.joinExp_section01 .center_content .rightSide {
  max-width: 666.35px;
  position: relative;
}

.joinExp_section01 .center_content .rightSide::before {
  content: url(../king-html-template/logan/images/join-exp-page/patteren/patteren01.webp);
  position: absolute;
  top: -85px;
  right: -59px;
}

.videoBanner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videoBannerAndPlayIcon {
  width: 666.35px;
  height: 374.81px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 5px solid #1a202c;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.videoBannerAndPlayIcon .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoBannerAndPlayIcon .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoBannerAndPlayIcon .image .imageOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #000;
  transition: opacity 0.3s ease;
}

.videoBannerAndPlayIcon:hover .image .imageOverlay {
  opacity: 0.3;
}

.videoBannerAndPlayIcon .playBtn {
  width: 66.67px;
  height: 66.67px;
  border-radius: 10px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #1a202c;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.videoBannerAndPlayIcon .playBtn svg {
  width: 40px;
  height: 40px;
  fill: #262626;
}

.videoBannerAndPlayIcon:hover .playBtn svg {
  fill: #000;
}

.videoBanner p {
  font-size: 16px;
  line-height: 28px;
  color: #363739;
  font-weight: 700;
}

/* ***** joinExp_section02 ****** */
/* **************************** */

.joinExp_section02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinExp_section02 .center_content {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
  padding: 4rem;
  background-image: linear-gradient(360deg,
      #f9f9f9 86%,
      rgba(0, 181, 226, 0) 100%);
}

.joinExp_section02 .center_content .topPart {
  width: 100%;
  display: flex;
  gap: 50px;
}

.joinExp_section02 .center_content .topPart .leftSide {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.joinExp_section02 .center_content .topPart .leftSide h6 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

.joinExp_section02 .center_content .topPart .leftSide h1 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  font-family: "Cormorant Garamond", serif;
}

.joinExp_section02 .center_content .topPart .leftSide p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}

.joinExp_section02 .center_content .topPart .rightSide .videoBannerAndPlayIcon {
  width: 700px;
  height: 400px;
  border: 2px solid #1a202c;
}

.joinExp_section02 .center_content .middlePart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.joinExp_section02 .center_content .middlePart .middlePart_card {
  max-width: 366.67px;
  border-radius: 6px;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

.joinExp_section02 .center_content .middlePart .middlePart_card:hover {
  background-color: #ffffff;
}

.joinExp_section02 .center_content .middlePart .middlePart_card h1 {
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}

.joinExp_section02 .center_content .middlePart .middlePart_card p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.joinExp_section02 .center_content .bottomPart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.joinExp_section02 .center_content .bottomPart .leftSide {
  display: flex;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard {
  max-width: 329.67px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor {
  background-color: #000000;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard .horizontalLine {
  background-color: #000000;
  width: 100%;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor .horizontalLine {
  background-color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard h6 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
  text-transform: capitalize;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor h6 {
  color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor h1 {
  color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor h3 {
  color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .leftSide .priceCard p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.joinExp_section02 .center_content .bottomPart .leftSide .darkColor p {
  color: #ffffff;
}

.joinExp_section02 .center_content .bottomPart .rightSide {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}

.joinExp_section02 .center_content .bottomPart .rightSide h6 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

.joinExp_section02 .center_content .bottomPart .rightSide h1 {
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  font-family: "Cormorant Garamond", serif;
}

.joinExp_section02 .center_content .bottomPart .rightSide ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 1.4rem;
}

.joinExp_section02 .center_content .bottomPart .rightSide ul li p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

/* ***** joinExp_section03 ***** */
/* **************************** */

.joinExp_section03 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinExp_section03 .center_content {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 100px 0;
}

.joinExp_section03 .center_content .topPart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.joinExp_section03 .center_content .topPart h6 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

.joinExp_section03 .center_content .topPart h1 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  font-family: "Cormorant Garamond", serif;
}

.joinExp_section03 .center_content .topPart p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-align: center;
}

.joinExp_section03 .center_content .bottomPart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.joinExp_section03 .center_content .bottomPart .videoBanner {
  gap: 10px;
  margin-bottom: 1rem;
}

.joinExp_section03 .center_content .bottomPart .videoBanner .videoBannerAndPlayIcon {
  max-width: 605px;
  height: 338.81px;
  border-width: 2px;
}

.joinExp_section03 .center_content .bottomPart .videoBanner .videoBannerAndPlayIcon .playBtn {
  background: unset;
  border: none;
}

.joinExp_section03 .center_content .bottomPart .videoBanner .videoBannerAndPlayIcon .playBtn svg {
  fill: #fff;
}

/* ***** joinExp_section04 ***** */
/* **************************** */

.joinExp_section04 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinExp_section04 .center_content {
  width: 1210px;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #ffffff 52%, #000000 17%);
}

.joinExp_section04 .center_content .center_box {
  width: 1140px;
  min-height: 479.46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
  border: 1px solid rgba(125, 134, 151, 0.11);
  border-radius: 6px;
  padding: 30px;
}

.joinExp_section04 .center_content .center_box h1 {
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}

.joinExp_section04 .center_content .center_box p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

.joinExp_section04 .center_content .center_box .btn {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  background: transparent;
  border: 2px solid #000;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  color: #000;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.joinExp_section04 .center_content .center_box .btn:hover {
  background-color: #000;
  color: #fff;
}

/******* footer *******/
/* ***************** */
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  padding-top: 96px;
}

footer .center_content {
  width: 97%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 75px;
  margin-bottom: 3rem;
}

footer .center_content .footer_topPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

footer .center_content .footer_topPart .row01 img {
  width: 200px;
}

footer .center_content .footer_topPart .row02 {
  width: 100%;
  min-height: 160.8px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 25px 80.56px;

  display: flex;
  justify-content: center;
  align-items: center;

  padding-top: 15px;
}

.row02_content {
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .center_content .footer_topPart .row02 .left_side {
  gap: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 {
  min-width: 163.33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 p {
  line-height: 22.4px;
  font-size: 14px;
  color: #000;
  padding-top: 2px;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay {
  font-size: 14px;
  position: relative;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .phone {
  padding: 0.3rem 0;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a::before,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a:hover,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay:hover {
  color: #000000bd;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a:hover::before,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay:hover::before {
  width: 100%;
}

footer .center_content .footer_topPart .row02 .right_side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

footer .center_content .footer_topPart .row02 .right_side p {
  font-size: 18px;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks {
  display: flex;
  gap: 20px;
  list-style: none;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li {
  transition: 0.3s;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a {
  min-width: 46px;
  min-height: 46px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 20px;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a:hover {
  background-color: #000;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a:hover i {
  color: #fff;
}

footer .center_content .footer_topPart .row03 {
  margin-top: 1rem;
}

footer .center_content .footer_topPart .row03 ul {
  list-style: none;
  display: flex;
  transition: 0.3s;
}

footer .center_content .footer_topPart .row03 ul li a {
  text-decoration: none;
  color: #000;
  padding: 4px 15px;
  font-size: 12px;
  border-right: 1px solid #000;
}

footer .center_content .footer_topPart .row03 ul li a:hover {
  color: #000000bd;
}

footer .center_content .footer_topPart .row03 ul li:last-child a {
  border: none;
}

footer .center_content .footer_bottomPart {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80.56px;
}

footer .center_content .footer_bottomPart p {
  font-size: 14px;
}

footer .center_content .footer_bottomPart .PrivacyPolicy {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #000;
}

footer .center_content .footer_bottomPart .PrivacyPolicy:hover {
  color: #000000bd;
}

footer .center_content .footer_bottomPart .PrivacyPolicy::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .PrivacyPolicy:hover::before {
  width: 100%;
}

footer .center_content .footer_bottomPart .centerLink {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .centerLink:hover {
  color: #000000bd;
}

footer .center_content .footer_bottomPart .centerLink span {
  position: relative;
}

footer .center_content .footer_bottomPart .centerLink span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .centerLink span:hover::before {
  width: 100%;
}

.animateBottomToTop {
  transform: translateY(100px);
  filter: blur(5px);
  opacity: 0;
  transition: all 2s;
}

.link01:nth-child(2) {
  transition-delay: 100ms !important;
}

.link01:nth-child(3) {
  transition-delay: 200ms !important;
}

.link01:nth-child(4) {
  transition-delay: 300ms !important;
}

.email {
  display: none;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay {
  padding: 0px;
  line-height: normal;
}

/* ********** Media Query *********** */
/* ******************************** */

@media screen and (max-width: 1400px) {
  .joinExp_section01 .center_content {
    max-width: 90%;
    width: 90%;
    flex-wrap: wrap;
  }

  .joinExp_section02 .center_content {
    max-width: 90%;
    width: 90%;
  }

  .joinExp_section02 .center_content .topPart {
    flex-wrap: wrap;
  }

  .joinExp_section02 .center_content .middlePart {
    flex-wrap: wrap;
    gap: 10px;
  }

  .joinExp_section02 .center_content .bottomPart {
    flex-wrap: wrap;
  }

  .joinExp_section04 .center_content {
    width: 90%;
  }

  .joinExp_section04 .center_content .center_box {
    width: 85%;
  }

  .joinExp_section01 .center_content .leftSide {
    max-width: 100%;
    width: 100%;
  }

  .joinExp_section01 .center_content .leftSide h1 br {
    display: none;
  }

  .joinExp_section01 .center_content {
    gap: 100px;
    padding: 0 4rem;
  }

  .joinExp_section02 .center_content .topPart .leftSide {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1375px) {
  .joinExp_section02 .center_content .middlePart {
    justify-content: center;
    gap: 30px;
  }
}

@media screen and (max-width: 1352px) {
  .joinExp_section02 .center_content .bottomPart {
    flex-direction: column-reverse;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide {
    max-width: 100%;
    width: 100%;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide h1 br {
    display: none;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1220px) {
  footer .center_content .footer_topPart .row02 {
    padding: 25px 0;
  }

  footer .center_content .footer_bottomPart {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1040px) {
  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    gap: 40px;
  }
}

@media screen and (max-width: 940px) {
  footer .center_content .footer_topPart .row02 .row02_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    padding: 60px 1rem;
  }

  footer .center_content .footer_topPart .row02 .row02_content .right_side {
    align-items: flex-start;
  }

  footer .center_content {
    margin: 5rem 0 3rem;
  }

  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    width: 100%;
  }

  footer .center_content .footer_bottomPart {
    flex-direction: column;
    gap: 20px;
  }

  .joinExp_section02 .center_content .topPart .rightSide {
    width: 100%;
  }

  .videoBannerAndPlayIcon {
    width: 100%;
  }

  .joinExp_section02 .center_content .topPart .rightSide .videoBannerAndPlayIcon {
    width: 100%;
  }

  .joinExp_section02 .center_content .middlePart .middlePart_card {
    width: 100%;
    max-width: 100%;
  }

  .joinExp_section03 .center_content .bottomPart .videoBanner .videoBannerAndPlayIcon,
  .joinExp_section03 .center_content .bottomPart .videoBanner {
    width: 100%;
    max-width: 100%;
    height: 330px;
  }

  .joinExp_section03 .center_content .bottomPart {
    flex-direction: column;
  }

  .joinExp_section03 .center_content {
    width: 90%;
  }

  .joinExp_section03 .center_content {
    padding: 100px 64px;
  }

  .joinExp_section03 .center_content .topPart p br {
    display: none;
  }

  .joinExp_section03 .center_content .topPart h1 {
    text-align: center;
  }
}

@media screen and (max-width: 885px) {
  .joinExp_section01 .center_content .rightSide::before {
    bottom: -85px;
    left: 59px;
    top: unset;
    right: unset;
  }

  .videoBannerAndPlayIcon {
    width: 100%;
  }

  .joinExp_section01 .center_content .rightSide {
    max-width: 100%;
    width: 100%;
  }

  .joinExp_section01 .center_content {
    padding: 0;
  }
}

@media screen and (max-width: 874px) {
  .joinExp_section02 .center_content .bottomPart .leftSide {
    gap: 25px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 775px) {
  .heroSection {
    padding: 0;
  }

  .heroSection .center_content .navbar {
    padding: 0px 1.5rem 20px;
    margin-top: 15px;
  }

  .heroSection .center_content .navbar .logo img {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  footer .center_content .footer_topPart .row01 img {
    width: 160px;
  }

  footer .center_content {
    width: 100%;
  }

  footer .center_content .footer_topPart {
    padding: 78px 20px 0;
  }

  footer .center_content .footer_topPart {
    gap: 20px;
  }

  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }

  footer .center_content .footer_topPart .row02 .row02_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 4rem 0px;
  }

  footer .center_content .footer_topPart .row02 .row02_content .right_side {
    align-items: flex-start;
  }

  footer .center_content .footer_topPart .row03 ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .center_content .footer_topPart .row03 ul li a {
    border: none;
  }

  footer .center_content .footer_topPart .row03,
  footer .center_content .footer_topPart .row03 ul li,
  footer .center_content .footer_topPart .row03 ul li a {
    width: 100%;
  }

  footer .center_content .footer_topPart .row03 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
  }

  footer .center_content .footer_bottomPart {
    flex-direction: column;
    position: relative;
  }

  footer .center_content .footer_bottomPart .centerLink {
    margin-top: 5rem;
    text-align: center;
  }

  footer .center_content .footer_bottomPart .PrivacyPolicy {
    position: absolute;
    top: 1.5rem;
  }

  footer .center_content .footer_bottomPart .centerLink {
    margin-top: 3.5rem;
  }

  footer .center_content {
    margin: 3rem 0 3rem;
  }

  .card .card_bgImage {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .card .card_content a.learnMoreBtn {
    display: none;
  }

  .card .card_content {
    padding-top: 0px !important;
  }

  .card:hover .card_content a.learnMoreBtn {
    display: none;
  }

  .card .card_content a.learnMoreBtn:hover {
    display: none;
  }
}

@media screen and (max-width: 710px) {
  .sideBarNav_middlePart::-webkit-scrollbar {
    width: 6px;
  }

  .sideBarNav_middlePart::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }

  .heroSection .center_content .navbar ul li {
    display: none;
  }

  .heroSection .center_content .navbar.fixNavbar {
    padding: 0px 1.5rem 0px;
  }

  .sideBar .sideBarNav {
    min-width: 100%;
    padding: 20px 20px;

    justify-content: flex-start;
    padding-top: 0;
  }

  .sideBar .sideBarNav .sideBarNav_topPart {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

    margin: 0;
    padding: 35px 0 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .Copanylogo {
    display: block;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon {
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div {
    width: 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(1) {
    transform: translate(20px, 0px) rotate(45deg);
  }

  .sideBar {
    left: unset;
    transition: 0.3s all ease;
  }

  .sideBar.hideSideBar {
    height: 0;
    width: 0;
    backdrop-filter: blur(50px);
  }

  .sideBarNav_middlePart {
    width: 100%;
    border-top: 2px solid rgb(11 11 11 / 24%);
    border-bottom: 2px solid rgb(0 0 0 / 24%);
  }

  .sideBarNav_middlePart ul li a {
    justify-content: flex-start;
    font-size: 20px;
    border-bottom: none;
    padding: 13px 0;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
  }

  .sideBarNav_middlePart ul li a:hover {
    opacity: 1;
  }

  .sideBarNav_bottomPart {
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .justAddInMobile {
    display: flex !important;
  }

  .mailIcon {
    display: none !important;
  }

  .verticalIcon {
    display: flex;
  }

  .sideBarNav_middlePart {
    height: calc(100% - 238px);
    padding: 30px 0;
  }

  .sideBarNav_middlePart ul {
    margin-left: 26.656px;
  }

  .sideBarNav_bottomPart .mail,
  .verticalIcon .verticalIcon_mailIcon,
  .verticalIcon .verticalIcon_phoneIcon {
    margin: 0 10px;
  }

  .mainDynamicText h1 {
    font-size: 25px;
  }

  .mainDynamicText {
    margin: 0.5rem 2rem;
  }

  .heroSection .center_content .back_video {
    display: none;
  }

  .videoContainer {
    background: url(../king-html-template/logan/images/join-exp-page/static_mobile.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btns {
    flex-wrap: wrap;
  }

  .centerContent .topTextAnimation .topTextAnimation_text01 p,
  .centerContent .topTextAnimation .topTextAnimation_text02 p {
    font-size: 14px;
  }

  .mainDynamicText h1 {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .btns {
    gap: 25px;
    margin-top: 1rem;
  }

  .centerContent {
    top: 4rem;
  }

  .btns button {
    width: 202.88px;
    font-size: 12px;
    line-height: 1.666;
    letter-spacing: 0.1em;
  }

  .heroSection .center_content .navbar ul {
    height: 100%;
  }

  .heroSection .center_content .navbar ul .hamburger_icon {
    height: 100%;
  }

  .t2 h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .centerContent .topTextAnimation {
    width: 196px;
  }

  .staticText {
    font-size: 14px;
  }

  .mobileHamburger {
    display: flex !important;
  }

  .breadcrumb .centerContent {
    width: 90%;
    justify-content: flex-end;
    top: 0rem;
    padding: 0;
    left: unset;
    padding-bottom: 48px;
  }

  .breadcrumb01 .centerContent {
    justify-content: center;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .slick-slider .slick-list {
    height: 241px !important;
    padding: 0 !important;
  }

  .slick-slide img {
    height: 241px;
  }

  .videoContainer01 {
    min-height: 300px;
  }

  .videoContainer01 iframe {
    height: 300px !important;
  }

  footer {
    padding-top: 0;
  }

  .joinExp_section01 .center_content .leftSide h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .joinExp_section01 .center_content .leftSide p {
    font-size: 16px;
    line-height: 26px;
  }

  .joinExp_section01 .center_content .leftSide h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .videoBannerAndPlayIcon {
    height: 309.81px;
  }

  .videoBanner p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .joinExp_section02 .center_content {
    padding: 90px 0;
    gap: 50px;
    background-image: unset;
  }

  .joinExp_section04 .center_content .center_box p br {
    display: none;
  }

  .joinExp_section02 .center_content .topPart .leftSide h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .joinExp_section02 .center_content .topPart .leftSide h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .joinExp_section02 .center_content .topPart .leftSide p {
    font-size: 16px;
    line-height: 26px;
  }

  .joinExp_section02 .center_content .topPart .rightSide .videoBannerAndPlayIcon {
    height: 300px;
  }

  .joinExp_section02 .center_content .middlePart .middlePart_card h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .joinExp_section02 .center_content .middlePart .middlePart_card p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section02 .center_content .middlePart .middlePart_card img {
    width: 45px;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide {
    padding: 0 2rem;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide ul li p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide ul {
    gap: 5px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard h1 {
    font-size: 28px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard h3 {
    font-size: 24px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard {
    gap: 10px;
  }

  .joinExp_section03 .center_content .topPart h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .joinExp_section03 .center_content .topPart h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .joinExp_section03 .center_content .topPart p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section03 .center_content {
    padding: 90px 0px;
  }

  .joinExp_section04 .center_content {
    width: 100%;
  }

  .joinExp_section04 .center_content .center_box {
    width: 90%;
  }

  .joinExp_section04 .center_content .center_box {
    min-height: 370px;
  }

  .joinExp_section04 .center_content .center_box h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .joinExp_section04 .center_content .center_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section04 .center_content {
    height: 497px;
  }

  .joinExp_section03 .center_content {
    padding-bottom: 20px;
  }

  .joinExp_section02 {
    background-image: linear-gradient(360deg,
        #f9f9f9 86%,
        rgba(0, 181, 226, 0) 100%);
  }

  .joinExp_section01 {
    padding: 90px 0;
  }

  .joinExp_section02 .center_content .middlePart {
    gap: 10px;
  }

  .joinExp_section04 .center_content .center_box .btn {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb .center_content {
    min-height: 410px;
  }

  .breadcrumb .centerContent h1 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .breadcrumb .centerContent p {
    font-size: 18px;
    line-height: 24px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 10px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 40px;
    height: 40px;
  }

  .card .card_content {
    width: 90%;
  }

  .card .card_content h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {

  .joinExp_section03 .center_content .bottomPart .videoBanner .videoBannerAndPlayIcon,
  .joinExp_section03 .center_content .bottomPart .videoBanner {
    height: 250px;
  }

  .videoBannerAndPlayIcon .playBtn svg {
    width: 24px;
    height: 24px;
  }

  .joinExp_section03 .center_content .bottomPart {
    gap: 10px;
  }

  .joinExp_section02 .center_content .topPart .rightSide .videoBannerAndPlayIcon {
    height: 250px;
  }

  .videoBannerAndPlayIcon .playBtn {
    width: 45.67px;
    height: 45.67px;
  }

  .videoBannerAndPlayIcon {
    height: 250px;
  }

  .joinExp_section01 .center_content {
    gap: 55px;
  }

  .joinExp_section01 .center_content .leftSide .btns {
    justify-content: flex-start;
  }

  .joinExp_section01 .center_content .leftSide .btns {
    gap: 10px;
  }

  .joinExp_section02 .center_content .middlePart .middlePart_card {
    border: 1px solid #efefef;
    gap: 10px;
  }

  .joinExp_section02 .center_content .topPart .leftSide p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section02 .center_content .bottomPart .rightSide {
    padding: 0;
  }

  .joinExp_section02 .center_content .bottomPart .leftSide .priceCard {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 377px) {
  .breadcrumb .center_content {
    min-height: 390px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 34px;
    height: 34px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a i,
  .breadcrumb .centerContent .breadcrumb_socialIcons a svg {
    font-size: 14px;
    height: unset;
  }

  .zillowIcon svg {
    height: 14px;
  }
}

@media screen and (max-width: 320px) {
  .card .card_content h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 300px) {
  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 34px;
    height: 34px;
  }

  .breadcrumb .centerContent p {
    font-size: 16px;
    line-height: 22px;
  }

  .breadcrumb .centerContent h1 {
    font-size: 20px;
  }
}



/* custom overrides */


.joinExp_section01 .center_content .leftSide {
  max-width: 100%;
  text-align: center;
  align-items: center;
}