body {
  /* height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  overflow: hidden; */
}


.modal.fullscreen-modal .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
  background: url('../assets/image/welcome-bg.png');
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
}

.welcome-section-modal .modal.fullscreen-modal .modal-body{
  min-height: calc(100vh - 318px);
}

.welcome-section {
  /* display: flex;
  align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
  gap: 50px;
  flex-direction: column; */
  position: relative;
}

.welcome-content {
  position: relative;
  z-index: 1;
}

 .circle-image-left {
    position: absolute;
    bottom: 5%;
    left: -87%;
    right: 0;
    margin: 0 auto;
}

 .circle-image-left img {
  width: 130px;
  height: auto;
}
.welcome-content{
  height: 100%;
}
.welcome-sub-title{
  margin-bottom: 0;
}
.welcome-section .common-title h1,
.welcome-sub-title h2 {
  font-size: 80px;
  font-weight: 400;
  color: var(--white);
  text-shadow: 3px 3px 4px rgb(0 0 0 / 44%);
  transform: translateY(-50%);
  font-family: var(--Glacial-Indifference);
  margin: 0;
}

.welcome-section .common-title h1,
.welcome-section h2 span:first-child {
  text-align: center;
}

.welcom-main-title {
  text-align: left;
  position: absolute;
  left: -40%;
  top: 13%;
  z-index: 999;
}

.welcome-sub-title {
  position: absolute;
  z-index: 999;
  bottom: 10%;
  right: -53%;
}
.welcome-sub-title h2{
  display: inline-grid;
}
.welcome-content .welcome-sub-title span {
  display: block;
}

.welcome-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.circle-frame {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #e7c08e;
  padding: 10px;
  border: 5px solid #f5e4c3;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #e9c391;
}

.modal .welcome-down-img {
  position: absolute;
  bottom: 0%;
  left: 184px;
}

.modal .welcome-down-img img {
  width: 181px;
  height: auto;
}

.modal .welcome-left-img {
  position: absolute;
  bottom: 257px;
  left: 0;
}

.modal .welcome-left-img img {
  width: 159px;
  height: auto;
}

.modal .welcome-right-img {
  position: absolute;
  top: 314px;
  right: 0;
}

.modal .welcome-right-img img {
  width: 146px;
  height: auto;
}

.modal .welcome-up-img {
  position: absolute;
  top: 0px;
  right: 65px;
}

.modal .welcome-up-img img {
  width: 143px;
  height: auto;
}

.welcome-section.dekstop-view{
  display: block;
  position: relative;
}
.welcome-section.mobile-view

{
  display: none;
}
.welcome-section .welcome-content .welcom-main-title h1{
  position: absolute;
  color: var(--white);
}
@media (max-width:1440px) {
.welcome-section-modal .modal.fullscreen-modal .modal-body {
    min-height: calc(100vh - 243px);
}
.welcome-section .common-title h1,
  .welcome-sub-title h2 {
    font-size: 64px;
    
    /* color: var(--white); */
  }

  .welcome-content .welcom-main-title h1 {
    left: -210px;
  }

  .welcome-content .welcome-sub-title {
    right: -56%;
    top: 66%;
  }

  .welcome-section {
    gap: 40px;
  }

  .circle-image-left {
           bottom: 2%;
           /* left: -69%; */
  }
 .circle-image-left img {
    width: 119px;
  }

  .modal .welcome-left-img {
    bottom: 194px;
  }

  .modal .welcome-left-img img {
    width: 119px;
  }

  .modal .welcome-right-img {
    top: 236px;
  }

  .modal .welcome-right-img img {
    width: 110px;
  }

  .modal .welcome-up-img img {
    width: 107px;
  }

  .modal .welcome-up-img {
    right: 49px;
  }

  .modal .welcome-down-img {
    left: 138px;
  }

  .modal .welcome-down-img img {
    width: 136px;
  }


}

@media (max-width:1280px) {

  .welcome-section .common-title h1,
  .welcome-sub-title h2 {
    font-size: 54px;
  }
/* .welcom-main-title{
      left: -70%;
} */
  .welcome-content .welcom-main-title h1 {
    left: -187px;
  }
.welcome-content .welcome-sub-title {
        top: 45%;
    } 

  .welcome-section {
    gap: 30px;
    position: relative;
  }

  .circle-image-left {
          bottom: 15%;
          left: -91%;
  }

  .circle-image-left img {
    width: 106px;
  }

  .modal .welcome-left-img {
    bottom: 171px;
  }

  .modal .welcome-left-img img {
    width: 106px;
  }

  .modal .welcome-right-img {
    top: 209px;
  }

  .modal .welcome-right-img img {
    width: 97px;
  }

  .modal .welcome-up-img img {
    width: 95px;
  }

  .modal .welcome-up-img {
    right: 43px;
  }

  .modal .welcome-down-img {
    left: 123px;
  }

  .modal .welcome-down-img img {
    width: 121px;
  }
 .welcome-section-modal .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 300px);
    }
}

@media (max-width:1024px) {
    .welcome-section-modal .modal.fullscreen-modal .modal-body {
        min-height: calc(100vh - 30vh);
    }
    .circle-image-left{display: none;}
  .welcome-section .common-title h1,
  .welcome-sub-title h2 {
    font-size: 43px;
  }
/* .welcome-content{
  flex-direction: column;
  gap: 0;
} */
  .welcome-content .welcom-main-title {
    left: -28%;
    /* position: unset; */
  }

  .welcome-content .welcome-sub-title {
    right: -44%;
    top: -9%;
    /* position: unset; */
  }

  .welcome-section {
    gap: 32px;
  }

  .welcome-section .circle-image-left {
          bottom: 24%;
          left: -66%;
  }

  .welcome-section .circle-image-left img {
    width: 85px;
  }

  .modal .welcome-left-img {
    bottom: 137px;
  }

  .modal .welcome-left-img img {
    width: 85px;
  }

  .modal .welcome-right-img {
    top: 168px;
  }

  .modal .welcome-right-img img {
    width: 78px;
  }

  .modal .welcome-up-img img {
    width: 76px;
  }

  .modal .welcome-up-img {
    right: 35px;
  }

  .modal .welcome-down-img {
    left: 98px;
  }

  .modal .welcome-down-img img {
    width: 97px;
  }
  .welcome-content{
    height: auto;
  } 
  .welcome-section.dekstop-view{
    display: none;
  }
  .welcome-section.mobile-view
  
  {
    display: block;
  }
  .welcom-main-title{
    text-align: center;
    position: unset;
  }
  
  .welcome-content .circle-image{
    margin: 20px 0 50px;
  }
   .welcome-sub-title
  {
    position: unset;
    text-align: center;
    display: inline-block;
  }
}
@media (max-width:991px){
  .welcome-section .circle-image-left {

display: none;
}

}
@media (max-width: 767px) {
  
    .welcome-section-modal .modal.fullscreen-modal .modal-body {
        min-height: calc(100% - 40vh);
    }
  /* .welcome-content{
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  .welcome-section .common-title h1,
  .welcome-sub-title h2 {
    font-size: 32px;
  }

  .welcome-content .welcom-main-title {
    left: 26%;
    top: 14%;
  }


  /* .welcome-content .welcome-sub-title h2 {
    top: unset;
    right: 40px;
    text-align: center;
    bottom: -92px;
  } */
  .welcome-content .welcome-sub-title {
    left: -15px;
    top: unset;
    bottom: 14%;
    /* position: fixed; */
    right: unset;
  }
  .welcome-content .welcome-sub-title h2{
    text-align: center;
  }
  .welcome-section {
    gap: 90px;
  }

  .welcome-section .circle-image-left {
    bottom: 34%;
    left: -35%;
    right: 0;
    margin: 0 auto;
    
    ;
    display: none;
  }

  .welcome-section .circle-image-left img {
    width: 50px;
  }

  .modal .welcome-left-img {
    bottom: 156px;
  }

  .modal .welcome-left-img img {
    width: 54px;
  }

  .modal .welcome-right-img {
    top: 125px;
  }

  .welcome-wrapper {
    flex-direction: column;
  }

  .welcom-title,
  .welcome-sub-title {
    position: static;
    transform: none;
    text-align: center;
  }

  .modal .welcome-right-img img {
    width: 58px;
  }

  .modal .welcome-up-img img {
    width: 57px;
  }

  .modal .welcome-up-img {
    right: 0;
  }

  .modal .welcome-down-img {
    left: 0;
  }

  .modal .welcome-down-img img {
    width: 72px;
  }
}
/* @media (max-width:600px){
  .welcome-content .welcome-sub-title{
    bottom: 22%;
  }
  .welcome-content .welcom-main-title {
    left: 18%;
    top: 24%;
    right: 0;
    margin: 0 auto;
}
} */
@media (max-width:576px){
      .welcome-section-modal .modal.fullscreen-modal .modal-body {
        min-height: calc(100% - 208px);
    }
    .welcome-content .welcome-sub-title{
      bottom: 10%;
    }
    .welcome-content .welcom-main-title {
      left: 18%;
      top: 18%;
      right: 0;
      margin: 0 auto;
  }
}

/* .modal.fullscreen-modal .modal-content {
  height: 100;
  border: none;
  border-radius: 0;
  background: url('../assets/image/welcome-bg.png');
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
}
.welcome-content{
  position: relative;
}
.welcome-content .welcom-main-title h1 {
  text-align: left;
  position: absolute;
  left: -280px;
  top: 50%;
  z-index: 1;
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
  gap: 50px;
  flex-direction: column;
} */