/*font size*/
/* padding */
/* margin */
/* border */
/* transition */
/* opicity*/
@font-face {
  font-family: CircularStd;
  src: url(../../font-size/CircularStd-Medium.ttf); }
@font-face {
  font-family: Inter;
  src: url(../../font-size/Inter_28pt-Thin.ttf); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-weight: 700;
  color: #191825;
  overflow-x: hidden; }

h1 {
  font-size: 4.3125rem;
  font-family: CircularStd;
  line-height: 5.175rem; }

h2 {
  font-size: 3.4375rem;
  font-family: CircularStd;
  line-height: 4.125rem; }

h3 {
  font-size: 2.75rem;
  font-family: CircularStd;
  line-height: 3.3rem; }

h5 {
  font-size: 1.4375rem;
  font-family: CircularStd;
  line-height: 1.7375rem; }

p {
  margin: 0;
  font-weight: 400; }

img {
  max-width: 100%;
  height: auto; }

a img {
  border: 0 none;
  display: inline-block; }

video {
  width: 100%; }

li {
  list-style: none; }

a, button {
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:hover, a:focus {
  color: #191825;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

::-webkit-scrollbar {
  width: .5rem;
  scroll-padding: 0.625rem; }

::-webkit-scrollbar-track {
  background-color: #222831;
  border-radius: 0.625rem; }

/*media__Query*/
@media (max-width: 768px) {
  html {
    font-size: 0.8125rem;
    overflow-x: hidden; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8125rem;
    overflow-x: hidden; }

  body {
    overflow: hidden; } }
.navbar {
  width: 90%;
  margin-right: auto;
  padding-block: 2rem; }
  .navbar .sign {
    gap: .5rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .navbar .sign li .active {
      color: #191825;
      background-color: #EEEEEE;
      border-radius: 6.25rem;
      padding-inline: 2rem;
      padding-block: 1rem; }
    .navbar .sign li .link {
      color: #fff;
      background-color: #5D50C6;
      border-radius: 6.25rem;
      padding-inline: 2rem;
      padding-block: 1rem; }
  .navbar .container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-inline: 2.5rem; }
    .navbar .container .navbar-brand {
      margin-right: 0;
      width: 8.875rem; }
    .navbar .container .navbar-collapse {
      -webkit-box-flex: inherit;
          -ms-flex-positive: inherit;
              flex-grow: inherit; }
      .navbar .container .navbar-collapse .navbar-nav {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        gap: 3rem; }
        .navbar .container .navbar-collapse .navbar-nav .nav-link {
          padding-inline: 0; }

@media (max-width: 768px) {
  .navbar {
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .navbar .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .navbar .container .navbar-collapse .navbar-nav {
        gap: 2rem; }
      .navbar .container .navbar-toggler {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: inline-block; }
        .navbar .container .navbar-toggler .navbar-toggler-icon {
          background-image: url(../../img/menu.11\ 1.svg); } }
@media (max-width: 576px) {
  .navbar {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .navbar .container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar .container .navbar-collapse {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
        .navbar .container .navbar-collapse .navbar-nav {
          gap: 1.2rem; }
      .navbar .container .navbar-toggler {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .navbar .container .navbar-toggler .navbar-toggler-icon {
          background-image: url(../../img/menu.11\ 1.svg); }
    .navbar .sign {
      visibility: hidden; } }
.middle .sec2 {
  margin-top: .9375rem;
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700; }
  .middle .sec2 .left img {
    top: 84%;
    left: -15%;
    position: absolute; }
  .middle .sec2 .left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
    width: 40%; }
    .middle .sec2 .left p:nth-child(1) {
      font-size: 0.875rem;
      color: #F85E9F;
      border-radius: 6.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 34px 75px #00000012, 0px 137px 137px #0000000F,0px 308px 185px #0000000A,0px 548px 219px #00000003, 0px 856px 240px #00000000;
              box-shadow: 0px 34px 75px #00000012, 0px 137px 137px #0000000F,0px 308px 185px #0000000A,0px 548px 219px #00000003, 0px 856px 240px #00000000;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1.5625rem;
      gap: 1rem;
      font-weight: 700;
      font-family: CircularStd;
      line-height: 1.05rem; }
      .middle .sec2 .left p:nth-child(1) i {
        -ms-flex-item-align: center;
            align-self: center; }
    .middle .sec2 .left h2 {
      line-height: 5.175rem;
      font-size: 4.3125rem; }
      .middle .sec2 .left h2 span {
        color: #F85E9F; }
    .middle .sec2 .left p {
      font-size: 1.125rem;
      line-height: 1.8rem;
      font-weight: 400;
      font-family: Inter; }
    .middle .sec2 .left .start {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.5625rem; }
      .middle .sec2 .left .start a:nth-child(1) {
        color: #ffffff;
        background-color: #5D50C6;
        border-radius: 6.25rem;
        -webkit-box-shadow: 0px 5px 11px #0000001A,0px 20px 20px #00000017,0px  45px 27px #00000017,0px 81px 32px #00000003,0px 126px 35px #00000000;
                box-shadow: 0px 5px 11px #0000001A,0px 20px 20px #00000017,0px  45px 27px #00000017,0px 81px 32px #00000003,0px 126px 35px #00000000;
        -ms-flex-item-align: center;
            align-self: center;
        text-align: center;
        padding-block: 1rem;
        padding-inline: 2rem; }
      .middle .sec2 .left .start a:nth-child(2) {
        font-size: 0.875rem;
        line-height: 1.8rem;
        -ms-flex-item-align: center;
            align-self: center;
        border: 0.0625rem solid #EEEEEE;
        border-radius: 6.25rem;
        padding-block: 1rem;
        padding-inline: 2rem;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .75rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .middle .sec2 .left .start img {
        position: absolute;
        top: 87%;
        left: -27%; }
  .middle .sec2 .flex {
    background-image: url(../../img/layer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.9375rem; }
    .middle .sec2 .flex .two-pic .pic:nth-child(2) img:nth-child(2) {
      position: absolute !important;
      right: -82% !important;
      top: 67% !important; }
    .middle .sec2 .flex .pic3 {
      position: relative; }
      .middle .sec2 .flex .pic3 img:nth-child(2) {
        position: absolute;
        left: 57%;
        top: 68%; }
    .middle .sec2 .flex .two-pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem;
      margin-top: 8%; }
      .middle .sec2 .flex .two-pic .pic {
        position: relative; }
        .middle .sec2 .flex .two-pic .pic i {
          position: absolute;
          display: inline-block;
          right: 90%;
          top: 90%;
          font-size: 500%; }
@media (max-width: 768px) {
  .middle .sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .middle .sec2 .flex {
      width: 100%; }
    .middle .sec2 .left {
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .middle .sec2 .left p:nth-child(1) {
        margin-top: 25px; }
      .middle .sec2 .left p:nth-child(3) {
        width: 66%;
        text-align: center; }
      .middle .sec2 .left p {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .middle .sec2 .left h2 {
        text-align: center;
        font-size: 3rem; }
      .middle .sec2 .left .start a:nth-child(2) {
        padding-inline: 1.5rem;
        padding-block: 0.7rem; } }
@media (max-width: 576px) {
  .middle .sec2 {
    width: 100%; }
    .middle .sec2 .flex {
      width: 60%;
      margin-left: 25%; }
      .middle .sec2 .flex .two-pic .pic i {
        font-size: 250%; }
    .middle .sec2 .left p:nth-child(3) {
      width: 100%; }
    .middle .sec2 .left img {
      display: none; }
    .middle .sec2 .left .start {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .middle .sec2 .left .start a:nth-child(1), .middle .sec2 .left .start a:nth-child(2) {
        width: 97%;
        padding-inline: 11rem;
        text-align: center;
        line-height: 1; }
      .middle .sec2 .left .start a:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: .625rem;
        padding-block: .8625rem; } }
.middle .sec3 {
  margin-top: 5rem;
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem; }
  .middle .sec3 .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; }
  .middle .sec3 .group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; }
@media (max-width: 768px) {
  .middle .sec3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .middle .sec3 .group2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.5rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .middle .sec3 .group2 img {
        width: 23%; }
    .middle .sec3 .group1 img {
      width: 34%; } }
@media (max-width: 576px) {
  .middle .sec3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .middle .sec3 .group2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.5rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.middle .sec4 {
  width: 80%;
  margin-inline: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec4 .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -ms-flex-item-align: center;
        align-self: center; }
    .middle .sec4 .service p {
      color: #F85E9F;
      font-size: 1.4375rem;
      line-height: 1.725rem; }
    .middle .sec4 .service h3 {
      line-height: 3.3rem;
      font-size: 2.75rem;
      margin-bottom: 0;
      width: 27rem; }
  .middle .sec4 .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem; }
    .middle .sec4 .guide .pic5 {
      -webkit-box-shadow: 0 32px 71px #0000000D , 0 128px 128px #0000000A , 0 288px 173px #00000008, 0 513px 205px #00000003 , 0 801px 224px #00000000;
              box-shadow: 0 32px 71px #0000000D , 0 128px 128px #0000000A , 0 288px 173px #00000008, 0 513px 205px #00000003 , 0 801px 224px #00000000; }
    .middle .sec4 .guide .pic4, .middle .sec4 .guide .pic5 {
      padding-inline: 4rem;
      border-radius: 2rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: .125rem solid #eee;
      width: calc((100% - 2.5rem * 2) /3); }
      .middle .sec4 .guide .pic4 img, .middle .sec4 .guide .pic5 img {
        padding-inline: 5.2rem;
        padding-block: 4rem; }
      .middle .sec4 .guide .pic4 h4, .middle .sec4 .guide .pic5 h4 {
        font-size: 1.75rem;
        line-height: 2.1rem;
        text-align: center;
        width: 13.875rem;
        font-weight: 400; }
      .middle .sec4 .guide .pic4 p, .middle .sec4 .guide .pic5 p {
        font-size: 1.125rem;
        padding-block: 2.1875rem;
        line-height: 1.8rem;
        text-align: center;
        font-family: Inter;
        font-weight: 400; }
    .middle .sec4 .guide .picture-hidden {
      overflow-x: hidden; }
@media (max-width: 768px) {
  .middle .sec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2.5rem; }
    .middle .sec4 .service {
      gap: 1rem; }
      .middle .sec4 .service p {
        text-align: center;
        font-size: 1.4375rem;
        line-height: 1.725rem; }
      .middle .sec4 .service h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        text-align: center;
        width: 100%; }
    .middle .sec4 .guide {
      gap: 2rem;
      width: 102%; }
      .middle .sec4 .guide .pic4, .middle .sec4 .guide .pic5 {
        padding: 0;
        padding-block: 1rem !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2rem;
        padding-inline: unset; }
        .middle .sec4 .guide .pic4 img, .middle .sec4 .guide .pic5 img {
          padding-block: 2rem !important;
          padding-inline: unset;
          max-width: none; }
        .middle .sec4 .guide .pic4 .What, .middle .sec4 .guide .pic5 .What {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 1rem; }
          .middle .sec4 .guide .pic4 .What h4, .middle .sec4 .guide .pic5 .What h4 {
            width: auto; }
          .middle .sec4 .guide .pic4 .What p, .middle .sec4 .guide .pic5 .What p {
            padding-block: unset;
            text-align: center; } }
@media (max-width: 576px) {
  .middle .sec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2rem; }
    .middle .sec4 .service {
      gap: 1rem; }
      .middle .sec4 .service p {
        text-align: center;
        font-size: 16px;
        line-height: 1.2rem; }
      .middle .sec4 .service h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        text-align: center;
        width: 100%; }
    .middle .sec4 .guide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2rem; }
      .middle .sec4 .guide .pic4, .middle .sec4 .guide .pic5 {
        padding-block: 2rem;
        padding-inline: 16rem !important; }
        .middle .sec4 .guide .pic4 img, .middle .sec4 .guide .pic5 img {
          padding-block: 4rem; }
        .middle .sec4 .guide .pic4 .What h4, .middle .sec4 .guide .pic5 .What h4 {
          width: 13.875rem; } }
.middle .sec5 {
  width: 80%;
  margin-inline: auto;
  margin-top: 2.1875rem;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec5 #carouselExample {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .middle .sec5 #carouselExample .carousel-control-prev {
      opacity: 100% !important;
      position: static; }
      .middle .sec5 #carouselExample .carousel-control-prev .fa-rotate-180 {
        background-color: #ffffff;
        border-radius: 6.25rem;
        padding: 25px; }
    .middle .sec5 #carouselExample .carousel-control-next {
      position: static;
      opacity: 100% !important; }
      .middle .sec5 #carouselExample .carousel-control-next .fa-solid {
        background-color: #5D50C6;
        border-radius: 6.25rem;
        padding: 25px; }
  .middle .sec5 .Explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 50%; }
    .middle .sec5 .Explore p {
      color: #F85E9F;
      font-size: 1.4375rem;
      line-height: 1.725rem; }
    .middle .sec5 .Explore h3 {
      font-size: 2.75rem;
      line-height: 3.3rem;
      margin-bottom: 0; }
@media (max-width: 768px) {
  .middle .sec5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .middle .sec5 .Explore {
      text-align: center;
      width: auto; }
    .middle .sec5 #carouselExample {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      width: 64%; }
      .middle .sec5 #carouselExample .carousel-control-prev, .middle .sec5 #carouselExample .carousel-control-next {
        width: auto; } }
@media (max-width: 576px) {
  .middle .sec5 {
    width: 100%; }
    .middle .sec5 #carouselExample {
      width: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.middle .sec6 {
  width: 80%;
  margin-inline: auto;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec6 .Room {
    gap: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .middle .sec6 .Room .magic {
      width: calc((100% - 2rem * 2)/3); }
      .middle .sec6 .Room .magic .pic6 {
        max-width: 50.3331rem; }
        .middle .sec6 .Room .magic .pic6 img {
          width: 100%; }
      .middle .sec6 .Room .magic .Island {
        border-radius: 0 0 2rem 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-block: 2rem;
        gap: 2rem;
        padding-inline: 14px;
        -webkit-box-shadow: 0 32px 71px  #0000000D, 0 128px 128px #0000000A, 0 288px 173px #00000008 ,0px 513px 205px #00000003,0px 801px 224px #00000000;
                box-shadow: 0 32px 71px  #0000000D, 0 128px 128px #0000000A, 0 288px 173px #00000008 ,0px 513px 205px #00000003,0px 801px 224px #00000000; }
        .middle .sec6 .Room .magic .Island p:nth-child(1) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          font-size: 1.4375rem;
          line-height: 1.725rem; }
          .middle .sec6 .Room .magic .Island p:nth-child(1) span {
            color: #F85E9F;
            font-size: 1.4375rem;
            line-height: 1.725rem; }
        .middle .sec6 .Room .magic .Island p:nth-child(2) {
          font-size: 1.125rem;
          line-height: 1.8rem;
          font-weight: 400;
          font-family: Inter; }
        .middle .sec6 .Room .magic .Island span {
          color: #ff5722; }
@media (max-width: 768px) {
  .middle .sec6 {
    width: 100%;
    margin-top: 10px; }
    .middle .sec6 .Room {
      gap: 1.8125rem;
      width: 100%; }
      .middle .sec6 .Room .magic {
        width: 100%; }
        .middle .sec6 .Room .magic .pic6 img {
          width: 100%; }
        .middle .sec6 .Room .magic .Island {
          padding-inline: 13px; }
          .middle .sec6 .Room .magic .Island p:nth-child(1) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
@media (max-width: 576px) {
  .middle .sec6 {
    width: 100%;
    margin-top: 10px; }
    .middle .sec6 .Room {
      gap: 1.8125rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .middle .sec6 .Room .magic {
        width: 100%; }
        .middle .sec6 .Room .magic .pic6 {
          max-width: none; }
          .middle .sec6 .Room .magic .pic6 img {
            width: 100%; }
        .middle .sec6 .Room .magic .Island {
          padding-inline: 13px; }
          .middle .sec6 .Room .magic .Island p:nth-child(1) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
.middle .sec7 {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec7 .pic7 {
    width: 100%; }
  .middle .sec7 .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    background-image: url(../../img/Frame\ 50.svg);
    background-repeat: no-repeat;
    background-position-x: 100%; }
    .middle .sec7 .all .travel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; }
      .middle .sec7 .all .travel .point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem; }
        .middle .sec7 .all .travel .point p {
          color: #F85E9F;
          font-size: 1.4375rem;
          line-height: 1.725rem; }
        .middle .sec7 .all .travel .point h3 {
          font-size: 2.75rem;
          line-height: 3.3rem;
          margin-bottom: 0; }
      .middle .sec7 .all .travel p:nth-child(2) {
        font-size: 1.125rem;
        line-height: 1.8rem;
        font-weight: 400;
        font-family: Inter; }
    .middle .sec7 .all .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      gap: .625rem; }
      .middle .sec7 .all .row .col-lg-5 {
        padding: 2rem; }
        .middle .sec7 .all .row .col-lg-5 p:nth-child(1) {
          color: #ff5722;
          font-size: 2.1875rem;
          line-height: 2.625rem;
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-family: CircularStd; }
        .middle .sec7 .all .row .col-lg-5 p {
          font-size: 0.7rem;
          text-align: center;
          color: #191825;
          width: 103%;
          line-height: 1.8rem;
          font-weight: 400;
          font-family: CircularStd; }
@media (max-width: 768px) {
  .middle .sec7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .middle .sec7 .pic7 {
      width: 100%; }
    .middle .sec7 .all {
      background-image: none; }
      .middle .sec7 .all .travel {
        text-align: center; }
        .middle .sec7 .all .travel .point h3 {
          width: 100%;
          font-size: 2rem; }
        .middle .sec7 .all .travel p:nth-child(2) {
          width: 95%;
          font-size: 1.125rem;
          line-height: 1.8rem;
          font-weight: 400;
          font-family: Inter; }
      .middle .sec7 .all .row {
        gap: 1.25rem;
        width: 91%;
        margin-left: 2.1875rem;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .middle .sec7 .all .row .col-md-6 p:nth-child(1) {
          width: 100%; } }
@media (max-width: 576px) {
  .middle .sec7 .all {
    width: 100%;
    gap: 1rem;
    background-image: none; }
    .middle .sec7 .all .travel {
      text-align: center; }
      .middle .sec7 .all .travel .point h3 {
        font-size: 2rem; }
      .middle .sec7 .all .travel p:nth-child(2) {
        font-size: 16px; }
    .middle .sec7 .all .row {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-inline: 0; }
      .middle .sec7 .all .row .col-sm-6 p:nth-child(1) {
        width: 100%; } }
.middle .sec8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-inline: auto;
  gap: 4.375rem;
  padding-inline: 2rem;
  padding-block: 4rem;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec8 .pic8 {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .middle .sec8 .this-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: calc((100% - 4.375rem *1)/2); }
    .middle .sec8 .this-all .things {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; }
      .middle .sec8 .this-all .things .offer:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 2rem;
        border: 2px solid #1918251A;
        padding: 32px; }
        .middle .sec8 .this-all .things .offer:nth-child(2) .bor {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1rem; }
          .middle .sec8 .this-all .things .offer:nth-child(2) .bor span i:nth-child(1) {
            background-color: #FACD49;
            border-radius: 2rem;
            padding-block: 20px;
            padding-inline: 28px;
            font-size: 50px; }
      .middle .sec8 .this-all .things .offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
        padding: 32px; }
        .middle .sec8 .this-all .things .offer .bor {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1rem; }
          .middle .sec8 .this-all .things .offer .bor .magic1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .middle .sec8 .this-all .things .offer .bor .magic1 p {
              font-family: Inter;
              line-height: 1.8rem;
              font-size: 1.125rem; }
          .middle .sec8 .this-all .things .offer .bor i:nth-child(1) {
            background-color: #ff5722;
            border-radius: 2rem;
            padding-block: 20px;
            padding-inline: 30px;
            font-size: 50px; }
          .middle .sec8 .this-all .things .offer .bor img {
            border-radius: 2rem;
            padding-block: 30px;
            padding-inline: 29px;
            font-size: 50px;
            background-color: #F85E9F;
            max-width: none; }
    .middle .sec8 .this-all .key {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; }
      .middle .sec8 .this-all .key p:nth-child(1) {
        color: #F85E9F;
        font-size: 1.4375rem;
        line-height: 1.725rem;
        font-weight: 700;
        font-family: CircularStd; }
      .middle .sec8 .this-all .key h3 {
        font-size: 2.75rem;
        line-height: 3.3rem;
        margin-bottom: 0; }
      .middle .sec8 .this-all .key p {
        font-size: 1.125rem;
        line-height: 1.8rem;
        font-weight: 400;
        font-family: Inter; }
@media (max-width: 768px) {
  .middle .sec8 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .middle .sec8 .pic8 {
      width: 95%; }
    .middle .sec8 .this-all {
      width: 100%; }
      .middle .sec8 .this-all .key {
        text-align: center; }
      .middle .sec8 .this-all .things .offer:nth-child(2) {
        width: 105%; } }
@media (max-width: 576px) {
  .middle .sec8 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .middle .sec8 .pic8 {
      width: 90%; }
    .middle .sec8 .this-all .things .offer:nth-child(2) {
      width: 64%; }
    .middle .sec8 .this-all .things .offer .bor {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .middle .sec8 .this-all .things .offer .magic1 {
      padding: 10px; } }
.middle .sec9::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 10%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f3e6f9), to(#e9d6f3));
  background: linear-gradient(90deg, #f3e6f9, #e9d6f3);
  border-radius: 0 0 0 0;
  -webkit-clip-path: polygon(100% 0%, 20% 0%, 20% 100%, 60% 20%, 100% 100%);
          clip-path: polygon(100% 0%, 20% 0%, 20% 100%, 60% 20%, 100% 100%);
  z-index: -1; }
.middle .sec9 {
  margin-bottom: 90px;
  font-weight: 700;
  font-family: CircularStd;
  width: 80%;
  margin-inline: auto;
  margin-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.75rem;
  position: relative; }
  .middle .sec9 #carouselExampleCaptions .carousel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible; }
    .middle .sec9 #carouselExampleCaptions .carousel-inner .carousel-item .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      bottom: 40%; }
    .middle .sec9 #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption {
      color: #111;
      position: absolute;
      top: 80%; }
      .middle .sec9 #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 1.75rem;
        line-height: 2.1rem;
        text-align: center; }
        .middle .sec9 #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption h5 span {
          font-size: 1.75rem;
          line-height: 2.1125rem;
          color: #FF5722; }
      .middle .sec9 #carouselExampleCaptions .carousel-inner .carousel-item .carousel-caption p {
        font-weight: 450;
        font-size: 1.4375rem;
        line-height: 2.3rem; }
  .middle .sec9 #carouselExampleCaptions #indicators {
    bottom: -200%;
    gap: 25px; }
    .middle .sec9 #carouselExampleCaptions #indicators button:nth-child(2) {
      background-color: #F85E9F; }
    .middle .sec9 #carouselExampleCaptions #indicators button {
      background-color: #EEEEEE;
      border-radius: 50%;
      padding-block: .725rem; }
  .middle .sec9 #carouselExampleCaptions .carousel-control-prev {
    top: 100%;
    width: auto; }
    .middle .sec9 #carouselExampleCaptions .carousel-control-prev i {
      background-color: #EEEEEE;
      border-radius: 6.25rem;
      padding: 3.125rem; }
  .middle .sec9 #carouselExampleCaptions .carousel-control-next {
    top: 100%;
    width: auto; }
    .middle .sec9 #carouselExampleCaptions .carousel-control-next i {
      background-color: #5D50C6;
      border-radius: 6.25rem;
      padding: 3.125rem; }
  .middle .sec9 .trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem; }
    .middle .sec9 .trust h3 {
      font-size: 2.75rem;
      line-height: 3.3rem;
      text-align: center;
      color: #111;
      margin-bottom: 0; }
    .middle .sec9 .trust p {
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #F85E9F;
      text-align: center; }
@media (max-width: 768px) {
  .middle .sec9 #carouselExampleCaptions .carousel-control-prev, .middle .sec9 #carouselExampleCaptions .carousel-control-next {
    width: 3%; }
  .middle .sec9 #carouselExampleCaptions #indicators {
    bottom: -200%; }
    .middle .sec9 #carouselExampleCaptions #indicators button {
      padding-block: 0.825rem; } }
@media (max-width: 576px) {
  .middle .sec9::before {
    display: none; }
  .middle .sec9 {
    width: 100%; }
    .middle .sec9 #carouselExampleCaptions #indicators {
      bottom: -200%; }
      .middle .sec9 #carouselExampleCaptions #indicators button {
        padding-block: 0.825rem; }
    .middle .sec9 #carouselExampleCaptions .carousel-control-prev, .middle .sec9 #carouselExampleCaptions .carousel-control-next {
      top: 305%;
      width: auto; } }
.middle .sec10 {
  position: relative;
  width: 80%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FACD4914;
  gap: 4rem;
  padding-block: 8rem;
  padding-inline: 4rem;
  border-radius: 2rem;
  font-weight: 700;
  font-family: CircularStd; }
  .middle .sec10 .img {
    position: absolute;
    bottom: 80%;
    left: 0%; }
  .middle .sec10 .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
    .middle .sec10 .subscribe p {
      color: #F85E9F;
      font-size: 1.4375rem;
      line-height: 1.725rem;
      text-align: center;
      letter-spacing: 5px; }
    .middle .sec10 .subscribe h2 {
      text-align: center;
      font-size: 3.4375rem;
      line-height: 4.125rem; }
  .middle .sec10 .Email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem; }
    .middle .sec10 .Email input {
      border-radius: 2rem;
      padding: 2rem;
      background-color: #ffffff;
      width: 100%;
      border: 0;
      outline: none;
      font-size: 1.4375rem;
      line-height: 1.725rem; }
    .middle .sec10 .Email a {
      color: #ffffff;
      background-color: #5D50C6;
      border-radius: 2rem;
      padding-inline: 4rem;
      padding-block: 2rem; }
@media (max-width: 768px) {
  .middle .sec10 {
    width: 90%;
    padding-inline: 1rem;
    padding-block: 2rem;
    margin-top: 200px; }
    .middle .sec10 .subscribe h2 {
      text-align: center;
      font-size: 2.5rem;
      line-height: 3rem; }
    .middle .sec10 .subscribe p {
      font-size: 1.4375rem;
      line-height: 1.725rem; }
    .middle .sec10 .Email {
      gap: 1rem; }
      .middle .sec10 .Email input {
        font-size: 1.4375rem;
        line-height: 1.725rem; } }
@media (max-width: 576px) {
  .middle .sec10 {
    margin-top: 17.9375rem; }
    .middle .sec10 .img {
      display: none; }
    .middle .sec10 .subscribe p {
      font-size: 16px;
      line-height: 1.2rem; }
    .middle .sec10 .subscribe h2 {
      font-size: 2rem;
      line-height: 2.4rem;
      text-align: center; }
    .middle .sec10 .Email {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .middle .sec10 .Email a {
        text-align: center;
        font-size: 16px;
        line-height: 1.2rem; }
      .middle .sec10 .Email input {
        font-size: 0.875rem;
        line-height: 1.05rem; } }

.End {
  width: 80%;
  padding-block: 4rem;
  margin-inline: auto;
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: CircularStd; }
  .End .contrary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 50%; }
    .End .contrary .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem; }
    .End .contrary .random {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; }
      .End .contrary .random .pic2 {
        width: 8.875rem; }
        .End .contrary .random .pic2 img {
          width: 100%; }
      .End .contrary .random p {
        font-weight: 450;
        font-family: Inter;
        line-height: 2.3rem;
        font-size: 1.4375rem; }
      .End .contrary .random a i {
        font-size: 29px; }
  .End .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    width: 50%; }
    .End .right .dropdown {
      width: 100%; }
      .End .right .dropdown h6 {
        font-family: CircularStd;
        font-size: 1.4375rem;
        line-height: 1.725rem; }
      .End .right .dropdown .Company {
        display: none; }
      .End .right .dropdown .Mahmoud {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.5rem;
        background: none;
        border: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .End .right .dropdown .Mahmoud li .dropdown-item {
          padding: 0;
          font-size: 1.125rem;
          line-height: 1.8rem;
          font-family: Inter; }

@media (max-width: 768px) {
  .End {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .End .contrary {
      width: 100%; }
    .End .right .dropdown-menu {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .End .right .dropdown {
      padding-inline: 1.9375rem; }
      .End .right .dropdown .Company {
        padding-inline: 0; } }
@media (max-width: 576px) {
  .End {
    width: 94%; }
    .End .contrary {
      width: 100%; }
    .End .right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4rem;
      width: 100%; }
      .End .right .dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 2rem;
        padding-inline: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .End .right .dropdown .Company {
          display: none; }
        .End .right .dropdown .dropdown-toggle:focus + .Mahmoud {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .End .right .dropdown .dropdown-toggle:focus + .Mahmoud li .dropdown-item {
            padding: 0;
            display: block;
            font-size: 1.125rem;
            line-height: 1.8rem;
            font-family: Inter;
            text-align: center; }
        .End .right .dropdown .dropdown-toggle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background-color: #ffffff;
          border: 0; }
          .End .right .dropdown .dropdown-toggle .myfriend {
            width: 25px;
            height: 25px;
            border: 1px outset #111;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative;
            cursor: pointer; }
            .End .right .dropdown .dropdown-toggle .myfriend .Mohammed {
              width: 10px;
              height: 10px;
              border-left: 3px solid #111;
              border-bottom: 3px solid #111;
              -webkit-transform: rotate(318deg);
                      transform: rotate(318deg);
              position: absolute; }
        .End .right .dropdown .dropdown-toggle::after {
          display: none; }
        .End .right .dropdown .Mahmoud {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          position: absolute;
          gap: .625rem;
          margin: 0px;
          -webkit-transform: translate3d(-14.4px, 8539.2px, 0px);
                  transform: translate3d(-14.4px, 8539.2px, 0px);
          background: none;
          border: 4px #fff solid;
          background-color: antiquewhite;
          border-radius: 20px; } }

/*# sourceMappingURL=style.css.map */