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

:root {
  --font-primary: "Roboto", sans-serif;
  --font-btn: "Open Sans", sans-serif;
  --blue: #124a9f;
  --white: #fff;
  --red: #c6392f;
  --gray: #4b4949;
  --gray2: #4b4c4f;
  --gray3: #bebebe;
  --gray4: #adadad;
  --gray5: #7e7e7e;
  --black: #0c1421;
  --light: #d9e5f2;
  --light2: #cbd4de;
  --black2: #000000;
  --black3: #3c414c;
  --black4: #292d32;
  --black5: #565656;
}

body {
  font-family: var(--font-primary);
  background: var(--white);
  color: var(--gray);
}

body,
html {
  position: relative;
}

.relative {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
ul {
  list-style: none;
}

.btn {
  background: var(--red);
  border-radius: 37px;
  font-size: 16px;
  font-family: var(--font-btn);
  line-height: 1.2;
  font-weight: 600;
  color: var(--light);
  padding: 1.277rem 2.482rem;
  position: relative;
  display: inline-block;
}
.btn span {
  display: inline-block;
  position: relative;
  color: var(--light);
}
.btn::before,
.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 37px;
}
.btn::before {
  content: "";
  background: var(--red);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
}

.btn::after {
  content: "";
  border: 1px solid var(--red);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
  transform: scale3d(0.85, 0.65, 1);
}
.btn:hover::before {
  transform: scale3d(0.9, 0.8, 1);
}
.btn:hover::after {
  transform: scale3d(1, 1, 1);
}





.btn2 {
  background: transparent;
  border-radius: 37px;
  font-size: 16px;
  font-family: var(--font-btn);
  line-height: 1.2;
  font-weight: 600;
  color: var(--blue);
  padding: 1.277rem 2.482rem;
  position: relative;
  border: 1px solid var(--blue);
  display: inline-block;
}
.btn2 span {
  display: inline-block;
  position: relative;
  color: var(--blue);
}
.btn2::before,
.btn2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 37px;
}
.btn2::before {
  content: "";
  background: transparent;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
  border: 1px solid var(--blue);
}

.btn2::after {
  content: "";
  /* border: 1px solid var(--blue); */
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
  transform: scale3d(0.85, 0.65, 1);
}
.btn2:hover::before {
  transform: scale3d(0.9, 0.8, 1);
  background: var(--blue);
  color: var(--white);
}
.btn2:hover::after {
  transform: scale3d(1, 1, 1);
  color: var(--white);
}

.btn2:hover span{
  color: var(--white);
}


.title {
  font-size: 46px;
  color: var(--black);
  letter-spacing: 2%;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
}
.title span {
  font-weight: 700;
}
.subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--red);
  letter-spacing: 0.52px;
  font-style: SemiBold;
}
.subtitle span {
  color: var(--black2);
  font-size: 16px;
  letter-spacing: 4.16px;
  font-weight: 400;
  font-style: normal;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
header .logo {
  width: 160px;
  flex: 0 0 160px;
}
.navWrap {
  width: 100%;
  max-width: 1137px;
  background: var(--blue);
  border-radius: 76px;
  position: relative;
  padding: 1.78em 0 1.8rem 2rem;
}
.navWrap .stellarnav ul {
  gap: 30px;
  display: flex;
}
.navWrap .stellarnav a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  background: linear-gradient(to right, var(--white) 0, var(--white) 100%) 0 95% /
    0 1px no-repeat;
  transition: all 500ms ease;
}
.navWrap .headerBtn {
  position: absolute;
  right: 20px;
  bottom: -15px;
}
.navWrap .stellarnav li:hover a {
  background-size: 100% 1px;
}

/* banner */
.banner {
  /* background-color: #D9E8ED; */
  position: relative;
  padding-top: 3rem;
  background-image: url("../img/banner-bg.webp");
  background-position: center;
}
.bannerContent p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 2%;
  font-weight: 400;
}

.bannerButtn{
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
}
.sideImg {
  position: relative;
  z-index: 1;
}
/* .sideImg::after {
  position: absolute;
  content: "";
  border: 1px solid #927777;
  width: 474px;
  height: 509px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sideImg::before {
  position: absolute;
  content: "";
  background: var(--red);
  width: 448px;
  height: 483px;
  border-radius: 50%;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.sideImg img {
  position: relative;
  z-index: 1;
} */

.timing {
  background: var(--blue);
  padding-top: 1.25rem;
  position: relative;
}
.timing-box {
  padding: 36px 35px;
  background: #f0f7ff;
  border-radius: 6px;
  position: relative;
  bottom: -47px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 166px;
}
.timing-box .icon {
  height: 93px;
  width: 93px;
  border-radius: 50%;
  border: 1px solid var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}
.timing-box .text h5 {
  color: var(--black);
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
.timing-box .text p {
  color: var(--gray2);
  font-size: 18px;
  font-weight: 400;
  line-gap-override: 1.3;
  letter-spacing: 12%;
}
.timing .col-md-4:nth-child(2) .timing-box {
  bottom: -100px;
}

/* personalMessage */
.personalMessage{
  padding-top: 7rem;
  padding-bottom: 3rem;
}
.personalMessage .topTitle{
  margin-bottom: 40px;
}
.personalMessage .content{
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
.personalMessage .content::after{
  position: absolute;
  content: '';
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  width: 700px;
  border-radius: 50%;
  background-image: url('../img/ellipse.png');
  z-index: -1;
  background-repeat: no-repeat;
    background-size: contain;  
    background-position: bottom; 
}
.personalMessage .content h4{
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 2%;
  color: var(--black);
}
.personalMessageImage ul{
  display: flex;
  gap: 30px;
  position: relative;
  height: 200px;
  width: 100%;
  left: 0;

}
.personalMessageImage li{
  width: 144px;
  height: 156px;
  border-radius: 12px;
  flex: 0 0 144px;
  position: absolute;
}
.personalMessageImage ul li:nth-last-child(3) {
    right: 2%;
    bottom: 0;
}
.personalMessageImage ul li:nth-last-child(2) {
    right: -20%;
    bottom: -139px;
}
.personalMessageImage ul li:last-child{
  left: auto;
  right: -25%;
}
.personalMessageImage ul li:first-child{
  left: -25%;
  right: auto;
}
.personalMessageImage ul li:nth-child(2){
  left: -20%;
  bottom: -139px;
}
.personalMessageImage ul li:nth-child(3) {
    left: 5%;
    bottom: 10%;
}
.personalMessageImage ul li:nth-child(4) {
    left: 25%;
    top: -15%;
}

.personalMessageImage ul li:nth-child(6) {
    left: 55%;
    top: -15%;
}
.personalMessageImage ul li:nth-child(5){
  left: 50%;
  transform: translateX(-50%);
}
.personalMessageImage li img{
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

/* mission */
.mission {
  background-color: var(--blue);
  padding-top: 75px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.missionBtn{
  position: absolute;
  right: 5%;
  left: auto;
  top: auto;
  bottom: 10%;
}
.missionBtn .btn2{
  color: var(--white);
  border-color: var(--white);
  z-index: 2;
}
.missionBtn .btn2 span{
  color: var(--white);
}
.missionBtn .btn2:hover span{
  color: var(--blue);
}
.missionBtn .btn2:hover::before{
  background: var(--white);
}
.missionBtn .btn2:hover::before span, .missionBtn .btn2:hover span{
  color: var(--blue) !important;
}
.mission::after {
  position: absolute;
  content: "";
  width: 880px;
  height: 695px;
  bottom: 0;
  left: 0%;
  z-index: -1;
  background-image: url("../img/icon/missiondot.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.mission::before {
  position: absolute;
  content: "";
  width: 902px;
  height: 925px;
  border-radius: 50%;
  bottom: -30%;
  left: -30%;
  z-index: -1;
  background-image: url("../img/banner-top2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  overflow: hidden;
}
.mission .topTitle {
  color: #d3d3d3;
  margin-bottom: 6rem;
}
.mission .title {
  color: var(--white);
}

.mission .swiper {
  width: 100%;
  height: 687px;
}

.mission .swiper-slide {
  /* text-align: start; */
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2%;
  color: #d3d3d3;
  display: flex;
  align-items: center;
  gap: 25px;
}
.mission .swiper-slide.swiper-slide-next {
  margin-left: 12rem;
}

.mission .swiper-slide-active + .swiper-slide + .swiper-slide {
  margin-left: 16rem;
}

.mission .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-left: 13rem;
}

.mission .swiper-slide h4 {
  text-align: left;
}
.mission .swiper-slide .icon {
  height: 100px;
  width: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  background: var(--light2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.mission .swiper-slide-active .icon {
  background: var(--red);
}

.mission .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission .swiper-slide .icon img {
  width: 100%;
  max-width: 58px;
  height: auto;
}
.mission .swiper-slide .content p {
  display: none;
}
.mission .swiper-slide-active .content p {
  display: block;
  color: var(--white);
}

/* concept overview */
.concept {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.concept::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--light2);
  border-radius: 12px;
  width: 1320px;
  height: 362px;
  z-index: -1;
}
.concept .topTitle {
  margin-bottom: 4rem;
}
.concept .content {
  padding-left: 30px;
  max-width: 319px;
  margin-top: 64px;
}
.concept .content.right {
  max-width: 310px;
  padding: 0;
  margin: auto;
  margin-top: 90px;
}
.conceptImg {
  position: absolute;
  height: 778px;
  width: 629px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.conceptImg img {
  width: 100%;
  height: auto;
}
.rightTitle {
  min-height: 160px;
  display: flex;
  align-items: end;
}
.rightTitle .secondtitle {
  color: var(--black);
  font-size: 40px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 2%;
  text-align: center;
}

/* overview content */
.overview {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
.overview::after {
  position: absolute;
  content: "";
  top: 46%;
  transform: translate(-50%, -49%);
  left: 50%;
  width: 1320px;
  height: 369px;
  border: 1px solid var(--red);
  border-radius: 16px;
  z-index: -1;
}
.overview .topTitle {
  margin-bottom: 5rem;
}
.overview .content {
  margin-top: 50px;
  padding-left: 2rem;
}
.overview .bottomText {
  padding: 33px 44px;
  background-color: var(--light2);
  border-radius: 36px;
  width: 100%;
  max-width: 883px;
  margin: auto;
  margin-top: -5rem;
}
.overImage {
  text-align: center;
}
.overImage img {
  height: 621px;
}
.overview .bottomText h5 {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 2%;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.overview .bottomText ul li {
  margin-bottom: 16px;
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.overview .bottomText ul li:last-child {
  margin-bottom: 0;
}
.overview .bottomText ul li i {
  font-size: 21px;
  color: var(--blue);
}
.overview .content p {
  margin-bottom: 1rem;
}

/* opportunity-overview */
.opportunity-overview {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
.opportunity-overview p,
.overview .content p,
.concept p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 2%;
  font-weight: 400;
}

.opportunity-overview .bottom-text {
  width: 361px;
  margin-left: auto;
  margin-top: 2rem;
}
.opportunity-overview .bottom-text .btn {
  margin-top: 3rem;
}
.sideText {
  width: 451px;
}
.opportunityImage {
  position: absolute;
  width: 426px;
  height: 502px;
  left: 50%;
  transform: translateX(-50%);
}
.opportunityImage .img1 {
  width: 101px;
  height: 87px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 36px;
}
.opportunityImage .img2 {
  width: 136px;
  height: 115px;
  border-radius: 12px;
  margin-left: auto;
}
.opportunityImage .img4 {
  width: 190px;
  height: 159px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: 12px;
  margin-top: -120px;
}
.opportunityImage .img3 {
  width: 347px;
  height: 308px;
  border-radius: 12px;
  margin-top: -90px;
}
.opportunityImage .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* advantages */
.advantages {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.advantages::after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-60%);
  left: 0;
  width: 100%;
  height: 142px;
  background-color: var(--blue);
  z-index: -1;
}
.advantagesImage {
  position: relative;
  z-index: 1;
}
.advantagesImage::after {
  position: absolute;
  content: "";
  top: -30%;
  left: 0;
  width: 459px;
  height: 415px;
  border-radius: 50%;
  background-color: var(--red);
  z-index: -1;
}
.advantages .container-fluid {
  padding-left: 5rem;
}
.advantages .swiper {
  width: 100%;
  height: 100%;
}

.advantages .swiper-slide {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2%;
  color: var(--gray);
}
.advantages .swiper-slide .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--light2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 17px;
}

.advantages .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages .swiper-slide .icon img {
  width: 100%;
  max-width: 58px;
  height: auto;
}
/* faq */
.faq {
  padding: 4rem 0;
  position: relative;
}
.faq #accordionExample .accordion-item {
  width: 100%;
  max-width: 73.75%;
  margin-bottom: 30px;
  border-radius: 8px;
}
.faq #accordionExample .accordion-item:last-child {
  margin-bottom: 0;
}
.faq #accordionExample .accordion-item:nth-child(odd) {
  margin-right: auto;
}
.faq #accordionExample .accordion-item:nth-child(even) {
  margin-left: auto;
}
.faq #accordionExample .accordion-item .accordion-button {
  background-color: var(--blue);
  color: var(--white);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 8px;
}
.faq #accordionExample .accordion-item .accordion-button.collapsed {
  background-color: var(--light2);
  color: var(--black4);
}
.faq #accordionExample .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq #accordionExample .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black5);
}

.faq
  #accordionExample
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  /* background: #fff; */
  color: #fff;
  filter: invert(1);
}

/* contact-section */

.contact {
  padding: 2rem 0 4rem;
  position: relative;
}
.contact-sec ul li {
  display: flex;
  gap: 18px;
  align-items: center;
}
.contactIcon {
  width: 80px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
}
.contactIcon svg {
  height: 34px;
  width: 34px;
}
.contact-sec {
  padding-right: 1rem;
}
.contact-sec h4 {
  color: var(--black);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 2%;
  margin-bottom: 23px;
}
.contact-sec ul {
  margin-bottom: 50px;
}
.contact-sec ul li {
  margin-bottom: 25px;
}
.contact-sec ul li:last-child {
  margin-bottom: 0;
}
.contact-sec ul li a {
  display: flex;
  flex-direction: column;
  color: var(--black);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-all;
}
.contact-sec ul li span {
  font-size: 16px;
  line-height: 0.8;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-sec p {
  color: var(--black5);
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
}
.top-image {
  width: 717px;
  height: 378px;
  margin-bottom: 55px;
}
.top-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.contactForm {
  padding-top: 12rem;
  position: relative;
  z-index: 1;
  padding-left: 2.75rem;
}
.contactForm h4 {
  text-align: center;
  color: var(--black);
  font-size: 32px;
  letter-spacing: 2%;
  line-height: 1.35;
  font-weight: 500;
  margin-left: 12rem;
  margin-bottom: 25px;
}
.homeContact {
  padding: 60px;
  background-color: var(--white);
  border-radius: 12px;
  border: 1px solid #cc3628;
  position: relative;
}
.homeContact .input-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
.homeContact .input-box .checkPart {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.homeContact label {
  color: var(--black);
  line-height: 0.8;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.6rem;
}
.homeContact input {
  height: 52px;
  line-height: 52px;
}
.homeContact textarea {
  resize: none;
  height: 64px;
}
.homeContact input,
.homeContact textarea {
  background-color: var(--light2);
  color: var(--black);
}
.homeContact .btn {
  position: absolute;
  right: 50px;
  bottom: -30px;
  min-width: 253px;
  min-height: 72px;
}
.form-check-input {
  height: 18px !important;
  width: 18px;
  border-color: var(--red);
}
.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
  box-shadow: none;
}
.form-check .form-check-label {
  margin-bottom: 0;
}
.homeContact .form-control:focus {
  background-color: var(--light2);
  color: var(--black);
  border: none;
  box-shadow: none;
}

/* footer */
footer {
  background: var(--black3);
  padding: 50px 0;
  position: relative;
}
.footer-wideget-logo {
  color: var(--gray3);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.footer-wideget-logo .logo {
  width: 166.46px;
  height: 105px;
  flex: 0 0 166.46px;
  display: flex;
  margin-bottom: 20px;
}
.footer-widget-container h5 {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer-widget-container li {
  margin-bottom: 10px;
}
.footer-widget-container li:last-child {
  margin-bottom: 0;
}
.footer-widget-container a {
  color: var(--white);
  font-weight: 300;
  line-height: 1.2;
  font-size: 17px;
  text-decoration: none;
}
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact a span {
  word-break: break-word;
}

.bottomFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-right: 50px;
}
.bottomFooter::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--gray5);
  top: -50%;
  z-index: -1;
}

.bottomFooter .social ul {
  display: flex;
  gap: 13px;
  align-items: center;
}
.bottomFooter .social li {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light2);
  border-radius: 50%;
}
.bottomFooter p.copyright {
  color: var(--gray3);
  margin-bottom: 0;
  margin-top: 3rem;
}
.bottomFooter p.copyright a {
  color: var(--gray3);
  text-decoration: none;
}
.bottomFooter p.copyright a:hover {
  color: var(--white);
  font-weight: 500;
}
.bottomFooter form {
  position: relative;
  width: 100%;
  max-width: 551px;
}
.bottomFooter form input {
  width: 100%;
  max-width: 551px;
  height: 71px;
  line-height: 71px;
  border-radius: 36px;
  border: 1px solid var(--white);
  background: var(--black3);
  padding: 20px 30px;
  color: var(--white);
}
.bottomFooter form .btn {
  position: absolute;
  right: 18px;
  top: 12px;
  padding: 1rem 3.06rem;
}
.form-control:focus {
  background: transparent;
  color: var(--white);
}
.form-control:focus-visible {
  box-shadow: none;
  border-color: unset;
  color: var(--white);
}
.bottomFooter form input:focus-visible {
  border-color: var(--white);
}
.bottomFooter form input::placeholder {
  color: var(--gray4);
}



/* about page */
.innerBanner{
  min-height: 503px;
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
  padding-top: 5rem;
  display: flex;
    justify-content: center;
    align-items: end;
}

.innerBanner::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url('../img/innerBanner.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
      height: 100%;
    width: 100%;
}
.innerBanner::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/icon/redBorder.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
      height: 297px;
    width: 455px;
}
.innerBannerTitle{
  /* position: relative;
  z-index: 2;
  display: contents; */
   position: absolute;
  content: '';
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 388px;
  height: 323px;
  border-radius: 50%;
  background: var(--red);
  bottom: -15%;
  z-index: 1;
      display: flex;
    justify-content: center;
    align-items: center;
}


.innerBannerTitle h1{
  color: var(--white);
  position: relative;
    z-index: 1;
    width: 100%;
    max-width: 221px;
    margin: auto;
    text-align: center;
}



.aboutUS{
  position: relative;
  padding: 150px 0 100px;
}
.aboutUsBox{
  padding: 45px 80px;
  position: relative;
}

.aboutUstext{
  border: 1px solid var(--red);
  border-radius: 16px;
  padding: 35px 55px;
}

.aboutUsBox .leftImage{
width: 266px;
height: 274px;
border-radius: 12px;
position: absolute;
top: 0;
left: 0;
}
.aboutUsBox .rightImage{
width: 266px;
height: 274px;
border-radius: 12px;
position: absolute;
bottom: 0;
right: 0;
}
.aboutUsBox .leftImage img, .aboutUsBox .rightImage img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.content.one{
  width: 807px;
      margin-left: auto;
      margin-bottom: 60px;
}

.content.two{
  width: 870px;
      margin-right: auto;
      text-align: end;
}

.content p{
  color: var(--gray);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.4px;
      line-height: 2.05;
}

.aboutOpportunity{
      position: relative;
    z-index: 1;
    padding-bottom: 100px;
    padding-top: 7rem;
}
.aboutOpportunity::after{
  position: absolute;
  content: '';
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  width: 700px;
  border-radius: 50%;
  background-image: url('../img/ellipse.png');
  z-index: -1;
  background-repeat: no-repeat;
    background-size: contain;  
    background-position: bottom; 
}

.aboutOpportunity p{
  line-height: 2;
}

.mission.whyUs{
  padding: 100px 0;
}
.mission.whyUs::after, .mission.whyUs::before{
  content: normal;
}

.mission.whyUs .topTitle {
    color: #D9E7EC;
    margin-bottom: 5rem;
    font-size: 20px;
    line-height: 2;
}

.mission.whyUs .topTitle .subtitle, .mission.whyUs .topTitle .subtitle span{
  color: #F7E7E6;
}

.mission.whyUs ul li{
  background: #F0F7FF26;
border-radius: 12px;
border-left: 6px solid #FFFFFF;
padding: 20px 32px 20px 47px;
margin-right: 135px;
margin-bottom: 24px;
}
.mission.whyUs ul li:last-child{
  margin-bottom: 0;
}

.mission.whyUs ul li h5{
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.mission.whyUs ul li p{
  color: #D9E7EC;
  font-size: 16px;
  letter-spacing: 2%;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;

}

.mission.whyUs ul li:nth-child(odd){
margin-left: 135px;
margin-right: 0;
}

.section-space{
  padding-top: 150px;
}


.contactPage .topTitle p{
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2%;
}

.why-franchising{
  padding: 150px 0 100px;
}

.franchisingMain{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.franchisingMain .franchisingBox{
  width: 100%;
  max-width: 84.491%;
}
.franchisingBox{
  position: relative;
  z-index: 1;
  padding: 25px 50px;
}
.franchisingMain .franchisingBox:nth-child(even){
  margin-left: auto;
}
.franchisingBox::after{
position: absolute;
z-index: -1;
content: '';
width: 100%;
height: 194px;
border-radius: 12px;
background: var(--blue);
top: 0;
left: 0;
}

.franchisingBox h5{
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.35;
  letter-spacing: 2%;
}
.franchisingBox ul{
  padding: 20px 35px;
  border: 1px solid var(--red);
  border-radius: 12px;
  margin-top: 20px;
}
.franchisingBox ul li{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2%;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 45px;
}
.franchisingBox ul li:last-child{
  margin-bottom: 0;
}
.franchisingBox ul li:first-child{
  color: var(--white);
}

.franchisingBox ul li span{
  font-size: 20px;
  font-weight: 600;
}




.ourConcept{
  padding: 150px 0 45px;
}
.ourConcept .opportunityImage {
    height: 473px;
    width: 402px;
    position: relative;
    margin-bottom: 45px;
}

.ourConcept .opportunityImage .image{
position: absolute;
}
.ourConcept .opportunityImage .img1 {
    width: 96px;
    height: 93px;
    margin-bottom: 0;
        left: 50%;
    transform: translateX(-50%);
}
.ourConcept .opportunityImage .img2 {
    width: 128px;
    height: 116px;
        margin-top: unset;
    top: 28%;
    right: 15px;
}
.ourConcept .opportunityImage .img3 {
    width: 326px;
    height: 290px;
    margin-top: unset;
    bottom: 25px;
    left: 0;
}
.ourConcept .opportunityImage .img4 {
        width: 179px;
    height: 150px;
    margin-top: 0;
    bottom: 0;
    right: 0;
}
.ourConcept .opportunityImage .btn{
margin-top: 45px;
    margin-bottom: 45px;
}
.ourConcept .toptitle{
      position: absolute;
    width: 548px;
    top: 0;
}
.ourConcept .bottom-text .title{
  margin-bottom: 27px;
}
.ourConcept.opportunity-overview .bottom-text {
    width: 333px;
    margin-right: 50px;
    margin-bottom: 0;
}
.ourConcept .sideText {
    width: 336px;
    margin-left: 50px;
}

.ourConcept::after{
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  max-width: 1320px;
  height: 341px;
  border-radius: 16px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--red);
  z-index: -1;
}

.ourConcept p, .historyBox p{
  font-size: 20px;
  line-height: 2.2;
}

.historyBox{
  background-color: var(--light2);
  border-radius: 12px;
  padding: 37px 55px;
}
.historyBox p{
font-weight: 400;
letter-spacing: 2%;
color: var(--gray);
margin-bottom: 0;
}

.our_concept .btn{
  margin-top: 45px;
}

.uniqueModal{
  padding-bottom: 100px;
}
.uniqueModal .topTitle{
  margin-bottom: 40px;
width: 100%;
    max-width: 548px;
}
.uniqueModal .content{
position: relative;
z-index: 1;
padding: 50px 30px 50px 60px;
}
.uniqueModal .content p{
  color: var(--white);
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 2%;
  font-weight: 400;
  margin-bottom: 0;
}
.uniqueModal .content::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 789px;
  height: 371px;
  border-radius: 12px;
  background: var(--blue);
  z-index: -1;
}
.uniqueModalImg, .uniqueModal .row {
  position: relative;
  z-index: 1;
}
.uniqueModal .row::after{
  position: absolute;
  content: '';
     right: 0;
    top: 13%;
  width: 627px;
  height: 473px;
  border-radius: 12px;
  border: 1px solid var(--red);
  z-index: -1;
}
.uniqueModalImg .image img{
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.uniqueModalImg .img1{
  width: 118px;
  height: 114px;
      margin: auto;
  margin-bottom: 17px;
}

.uniqueModalImg .img2{
  width: 158px;
  height: 145px;
  margin-right: 80px;
  margin-left: auto;
}
.uniqueModalImg .img3{
  width: 404px;
  height: 356px;
      margin-top: -95px;
}
.uniqueModalImg .img4{
  width: 285px;
  height: 246px;
  margin-right: 0;
  margin-left: auto;
  margin-top: -150px;
}

.mission_section{
  padding: 150px 0 100px;
  position: relative;
}

.mission_section .row{
  position: relative;
  z-index: 1;
}
.mission_section .row::before{
  position: absolute;
  content: '';
  width: 100%;
  max-width: 1151px;
  height: 451px;
  border-radius: 12px;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: var(--light2);
}


.mission_section .row::after{
  position: absolute;
  content: '';
  width: 388px;
  height: 370px;
  border-radius: 50%;
  z-index: -2;
  left: 0;
  bottom: 60px;
  background: var(--red);
}
.mission_section .topTitle{
  margin-bottom: 5rem;
}

.mission_sec_img{
  height: 515px;
}
.mission_sec_img img{
      border-radius: 0 0 60% 50%;
      height: 100%;
    width: 100%;
    object-fit: contain;
}

.guiding_principle{
  padding-bottom: 100px;
}
.guiding_list{
  padding-left: 2rem;
  position: relative;
    z-index: 1;
}
.guiding_list li{
  display: flex;
  gap: 27px;
  align-items: center;
  margin-bottom: 25px;
}
.guiding_list li:last-child{
  margin-bottom: 0;
}
.guiding_list li:nth-child(2), .guiding_list li:nth-child(3){
  margin-left: 2.3rem;
}
.guiding_list .icon{
  width: 83.7px;
  height: 83.7px;
  flex: 0 0 83.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--red);
  border-radius: 50%;
}
.guiding_list .icon img{
  width: 100%;
  max-width: 50%;
}
.guiding_list h5{
  color: var(--black);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 2%;
  text-transform: capitalize;
  font-weight: 500;
}
.guiding_list p{
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  letter-spacing: 2%;
  font-weight: 400;
  margin-bottom: 0;
}

.principleImg{
  position: relative;
  z-index: 1;
  width: 475px;
  height: 421px;
      margin-top: 140px;
}
.principleImg::after{
  position: absolute;
  content: '';
  width: 419px;
  height: 343px;
  border-radius: 12px;
  top: -93px;
  right: -170px;
  z-index: -1;
  border: 1px solid var(--red);
}
.principleImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.mission.opportunity_mission{
  background-color: unset;
  padding-top: 0;
  padding-bottom: 100px;
}


.mission.opportunity_mission::before {
    width: 644px;
    height: 638px;
    top: 8%;
    left: -10%;
}

.mission.opportunity_mission::after{
height: 728px;
width: 729px;
border-radius: 50%;
border: 1px solid var(--red);
left: -10%;
top: 2%;
background-image: unset;
}
.opportunity_missionSwiper .swiper-slide .hiddenBox{
  display: none;
}
.opportunity_missionSwiper .swiper-slide.swiper-slide-next .hiddenBox{
  display: block;
}

.opportunity_missionSwiper .swiper-slide-active .icon{
  background-color: var(--light2);
}
.opportunity_missionSwiper .swiper-slide.swiper-slide-prev{
margin-left: 7rem;
}
.opportunity_missionSwiper .swiper-slide.swiper-slide-active{
  margin-left: 15rem;
}
.opportunity_missionSwiper .swiper-slide.swiper-slide-next .icon{
  background-color: var(--red);
}
.opportunity_missionSwiper  .swiper-slide h4{
font-size: 30px;
color: var(--black);
font-weight: 500;
line-height: 1.15;
letter-spacing: 2%;
}

.opportunity_missionSwiper  .swiper-slide p{
  color: #4B4949;
  line-height: 2.01;
  font-size: 20px;
  font-weight: 400;
}
.opportunity_missionSwiper .swiper-slide .content p {
    display: block;
    margin-bottom: 0;
}
.opportunity_missionSwiper .swiper-slide .content ul{
  display: grid;
  grid-template-columns: auto auto;
}
.opportunity_missionSwiper .swiper-slide .content ul li{
  color: var(--gray);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  font-weight: 400;
}
.opportunity_missionSwiper .swiper-slide .content ul li i{
  color: var(--blue);
  font-size: 20px;
}
.mission.opportunity_mission .missionBtn {
    top: 5%;
    bottom: unset;
}
.mission.opportunity_mission .missionBtn .btn{
  z-index: 2;
}




.ideal_concept_overview{
  padding: 150px 0 100px  ;
}
.ideal_concept_overview_img{
  position: relative;
  z-index: 1;
}
.ideal_concept_overview_img::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 446px;
  height: 323px;
  background-color: var(--red);
  border-radius: 50%;
  z-index: -1;
}
.ideal_concept_overview_img img{
  width: 100%;
}
.ideal_concept_overview p{
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2%;
  color: var(--gray);
}
.ideal_concept_overview .botom_text{
width: 363px;
margin-right: 30px;
margin-left: auto;
}
.ideal_concept_overview .side-text{
width: 363px;
margin-left: 0;
}
.ideal_concept_overview .side-text .btn{
  margin-top: 50px;
}
.normal_right_border{
  position: relative;
  z-index: 1;
}
.normal_right_border::after{
  position: absolute;
  content: '';
  right: 0;
  width: 546px;
  height: 452px;
  top: 0;
  border-radius: 16px;
  border: 1px solid var(--red);
  z-index: -1;
}

.traits{
  position: relative;
  padding: 0;
z-index: 1;
}
.traits .topTitle{
  margin-bottom: 45px;
}
.traitsBox{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px;
}
.traitsBox li{
  background: var(--light2);
  border-radius: 12px;
  padding: 45px 40px;
  text-align: center;
  height: 273px;
}
.traitsBox li p{
  color: var(--gray);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 2%;
  margin-bottom: 0;
}
.traitsBox li:nth-child(2){
  margin-top: -46px;
}
.traitsBox li h5{
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 2%;
}
.growth{
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.growth .topTitle{
  margin-bottom: 40px;
}
.lineDraw{
  position: relative;
  z-index: 1;
}
.lineDraw::after{
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 288px;
  border: 1px solid var(--red);
  border-radius: 12px;
  z-index: -1;
}

.grayBox{
  background-color: var(--light2);
  padding: 30px 40px 30px 58px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.grayBox p{
  color: var(--gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 2%;
  margin-bottom: 0;
}
.growthContent{
  padding-top: 2rem;
  padding-right: 2rem;
  position: relative;
}
.growthContent ul{
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 35px;
}

.growthContent li{
  color: var(--gray);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 2%;
  display: flex;
  gap: 14px;
  align-items: center;
}
.growthContent li i{
  font-size: 20px;
  color: var(--blue);
}

.growthImg{
  height: 537px;
  width: 482px;
  margin: auto;
}
.growthImg img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
}