@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.main {
  position: relative;
}
.notification {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 50px;
  background-color: rgba(2, 18, 41, 0.8911939775910365);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  display: none;
}

#header {
  background: #073b4c;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.scroll-nav__item--active {
  border-bottom: 2px solid white;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
  /* display: none; */
}
.main-page-link {
  text-decoration: none;
  color: white;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 2px;
  outline: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(255, 94, 247, 1) 17.8%,
    rgba(2, 245, 255, 1) 100.2%
  );
  background-clip: text;
  transition: background-image 5s;
}
.main-page-link:hover {
  background-image: linear-gradient(
    109.6deg,
    rgba(247, 253, 166, 1) 11.2%,
    rgba(128, 255, 221, 1) 57.8%,
    rgba(255, 128, 249, 1) 85.9%
  );
}

.nav-list {
  list-style: none;
  display: inline-block;
  font-family: Poppins, sans-serif;
}
.nav-list li {
  display: inline-block;
  padding: 0 1rem;
}
.nav-list a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  background-image: linear-gradient(
    93.1deg,
    rgba(238, 254, 183, 1) 19.1%,
    rgba(169, 254, 222, 1) 53.9%,
    rgba(90, 222, 255, 1) 92%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.floral-design {
  height: 80px;
  /* url("floral_pattern.svg"), */
  background-image: url("https://res.cloudinary.com/dmftvj7uj/image/upload/v1706121771/sgth-assets/floral_pattern_qm3ntq_bhr7uf.svg"),
    linear-gradient(180deg, rgba(7, 59, 76, 1) 40%, rgba(0, 0, 0, 0.01) 70%);
  /* background-repeat: no-repeat; */
  /* background-image: ; */
}
.floral-design object {
  height: 80px;
  background-color: none;
}

/* m des*/
.m-navbar {
  display: flex;
  flex-flow: column;
  padding: 1rem 1rem 0 1rem;
  justify-content: space-between;
  display: none;
}
.m-header-bar {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
}
.m-header--brand svg {
  display: none;
  width: 40px;
  height: 40px;
}

.m-hamburger {
  width: 35px;
  height: 35px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
}
.m-hamburger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #51b8d7;
  background-image: linear-gradient(
    105.5deg,
    rgba(31, 212, 248, 1) 11%,
    rgba(218, 15, 183, 1) 74.9%
  );
  transition: transform 0.55s;
  /* animation-fill-mode: both; */
}

.m-hamburger span:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: top left;
}
.m-hamburger span:nth-child(2) {
  width: 25px;
}
.m-hamburger span:nth-child(3) {
  transform: rotate(0deg);
  transform-origin: top left;
}
.m-header-bar a {
  text-decoration: none;
  color: white;
  font-family: "Great Vibes", cursive;
  font-weight: 300;
  font-size: 2.5rem;
  letter-spacing: 2px;
  background-image: linear-gradient(
    105.5deg,
    rgba(31, 212, 248, 1) 11%,
    rgba(218, 15, 183, 1) 74.9%
  );
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
/* cross animation */
.m-hamburger.cross-animation span:nth-child(2) {
  opacity: 0;
}
.m-hamburger.cross-animation span:nth-child(1) {
  transform: rotateZ(45deg);
}
.m-hamburger.cross-animation span:nth-child(3) {
  transform: rotateZ(-45deg);
}

.m-nav-list {
  padding-top: 1rem;
  /* position: absolute; */
  text-align: right;
  /* top: 50%;
  left: 0; */
  list-style: none;
  display: none;
  background-color: #073b4c;
}
.m-nav-list a {
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  background-image: linear-gradient(
    93.1deg,
    rgba(238, 254, 183, 1) 19.1%,
    rgba(169, 254, 222, 1) 53.9%,
    rgba(90, 222, 255, 1) 92%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main-page-section {
  background: rgb(24, 37, 74);
  background: linear-gradient(
    90deg,
    rgba(24, 37, 74, 1) 0%,
    rgba(7, 59, 76, 1) 50%,
    rgba(24, 37, 74, 1) 100%
  );
}
.landing-page {
  background: url("https://res.cloudinary.com/dmftvj7uj/image/upload/v1706122278/sgth-assets/landing-page_dwdzrt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 64px);
  background-position: left 50% top 100%;
}

.about-us {
  /* background-color: #000012; */
  background-repeat: no-repeat;
  position: relative;
  /* background: rgb(4,13,68);
background: linear-gradient(90deg, rgba(4,13,68,1) 0%, rgba(31,37,113,1) 48%, rgba(4,13,68,1) 100%); */

  background-image: radial-gradient(
    circle 976px at 51.2% 51%,
    rgba(11, 27, 103, 1) 0%,
    rgba(16, 66, 157, 1) 0%,
    rgba(11, 27, 103, 1) 17.3%,
    rgba(11, 27, 103, 1) 58.8%,
    rgba(11, 27, 103, 1) 71.4%,
    rgba(16, 66, 157, 1) 100.2%,
    rgba(187, 187, 187, 1) 100.2%
  );
}
.about-us-heading {
  display: inline-block;
  letter-spacing: 2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-us-heading h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  padding: 0.5rem;
  background-image: linear-gradient(
    to right,
    #462523 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-us-info {
  position: relative;
}
.about-us-info img {
  display: block;
  width: 100%;
  position: relative;
}
.about-us-info .brand-reveal {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 51%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(
    109.6deg,
    rgba(247, 253, 166, 1) 11.2%,
    rgba(128, 255, 221, 1) 57.8%,
    rgba(255, 128, 249, 1) 85.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  color: white;
}
.about-us-info .message1,
.message2 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  display:none;
}
.about-us-info .message2 {
  bottom: 58px;
  font-size: 1rem;
}
.m-about-us-info{
  display: none;
  padding: 0.5rem;
  color: grey;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
/* contact us */
.contact-us {
  width: 100%;
  min-height: 600px;
  background-image: radial-gradient(
    circle 976px at 51.2% 51%,
    rgba(11, 27, 103, 1) 0%,
    rgba(16, 66, 157, 1) 0%,
    rgba(11, 27, 103, 1) 17.3%,
    rgba(11, 27, 103, 1) 58.8%,
    rgba(11, 27, 103, 1) 71.4%,
    rgba(16, 66, 157, 1) 100.2%,
    rgba(187, 187, 187, 1) 100.2%
  );
  padding: 1rem;
}

.contact-us-heading h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  padding-top: 1rem;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    #462523 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-us__card {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.contact__card,
.social-media__card {
  margin-top: 1rem;
  padding: 0.5rem;
  width: 500px;
  height: 250px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  color: grey;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  position: relative;
  backdrop-filter: blur(5px);
}

.contact__card::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background-color: #9d4edd;
  filter: blur(8px);
  bottom: 50%;
  left: 50%;
  z-index: -2;
}
.contact__card {
  display: flex;
  padding: 1rem;
  flex-direction: column;
}
.contact__card .heading {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-image: linear-gradient(
    109.6deg,
    rgba(247, 253, 166, 1) 11.2%,
    rgba(128, 255, 221, 1) 57.8%,
    rgba(255, 128, 249, 1) 85.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact__card .phone {
  margin-top: 3rem;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  color: #e5e5e5;
  font-weight: 300;
}
.contact__card .address {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #cea7ee;
}

.contact__card .cta a {
  width: 120px;
  height: 25px;
  background-image: linear-gradient(
    109.6deg,
    rgba(61, 245, 167, 1) 11.2%,
    rgba(9, 111, 224, 1) 91.1%
  );
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: white;
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
}

.contact__card .cta a:hover {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(255, 94, 247, 1) 17.8%,
    rgba(2, 245, 255, 1) 100.2%
  );
}

.social-media__wrapper {
  padding: 1rem;
}
.social-media__wrapper .message {
  color: white;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.social-media__wrapper .social-icons {
  margin-top: 4rem;
  display: flex;
  justify-content: space-around;
  grid-template-columns: repeat(4, 1fr);
}
.social-media__wrapper .social-icons a:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.social-media__wrapper .social-icons a::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.social-media__wrapper .social-icons img {
  text-decoration: none;
  display: inline-block;
  width: 35px;
}

.google-map {
  text-align: center;
  margin-top: 8rem;
  /* padding: 0.5rem; */
  padding-bottom: 5rem;
}
.google-map h1 {
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: wheat;
}
.google-map__wrapper {
  border: 2px solid grey;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 500px;
}
.google-map__wrapper .text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: grey;
  z-index: 0;
}
.google-map iframe {
  border-radius: 4px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.copyright-box {
  text-align: center;
  padding: 1rem;
  background-color: #073b4c;
  color: white;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
}

.gallery-section {
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.gallery-section__heading span {
  font-size: 2rem;
  padding-left: 1rem;
  margin-bottom: 4rem;
  display: inline-block;
  color: white;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(
    to right,
    #462523 0,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gg-box {
  gap: 0;
}
.gg-box img {
  /* display: inline-block;
  width: 100%; */
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.test-img {
  padding: 5rem;
}
.test-img svg {
  width: 100px;
}
svg .cls-1 {
  /* fill: #040d44; */
  fill: url(#gradient_2);
}


h2#scroll-nav__1,
h2#scroll-nav__2,
h2#scroll-nav__3{
  height: 65px;
}
/*  */
@media screen and (max-width: 1079px) {
  .contact-us__card {
    flex-flow: column;
  }
  .contact__card {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .nav-bar {
    display: none;
  }
  .m-navbar {
    display: flex;
  }
  .about-us{
    height: 500px;
  }
  .about-us-info img,
  .about-us-info .brand-reveal,
  .about-us-info .message1,
  .about-us-info .message2{
    display: none;
  }
  .m-about-us-info{
    display: block;
  }
}

@media screen and (max-width: 572px) {
  .nav-bar {
    display: none;
  }
  .m-header-bar a {
    font-size: 1.5rem;
  }
  .m-navbar {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .m-header-bar svg {
    display: block;
  }
  .m-header--brand {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .m-header-bar a {
    /* display: none; */
    font-family: "Poppins";
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
  .landing-page {
    height: calc(100vh - 48px);
  }
  .about-us-heading h1,
  .contact-us-heading h1,
  .gallery-section__heading span{
    font-size: 1.5rem;
  }
  
  .contact__card,
  .social-media__card {
    width: 100%;
    /* height: auto; */
    
  }
  .contact__card .heading {
    font-size: 1.5rem;
  }
  .contact__card .cta a {
    height: 35px;
    font-size: 1rem;
    font-weight: 100;
  }
  .contact-us__card {
    margin-top: 1rem;
  }
  .google-map h1 {
    font-size: 1.2rem;
  }
}

#main{
    display:none;
}
#mSelector{
    /*display:none;*/
}
}

