
body{
    background-color:  #ff8f14;
}

.demo-wrapper h1 { 
    font-size: 5rem }
.demo-wrapper h2 { 
    font-size: 2rem }

.demo-wrapper img {
  width: 100%;
  height: auto;
  background: #f0f0f0;
}

.demo-wrapper ul {
  padding-left: 1rem;
  list-style: none;
}

.demo-wrapper li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 1rem;
}


.demo-wrapper .df {display: flex}
.demo-wrapper .aic {align-items: center}
.demo-wrapper .jcc {justify-content: center}

.loaderr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
}

.demo-wrapper {
  overflow-x: hidden;
}

.demo-wrapper1 {
  padding: 3em;
  margin:auto;
  max-width: 1000px;
}

.wrapper {
  display: flex;
}

.demo-wrapper .demo-gallery:not(.last) {
  padding-bottom: 1rem;
}

.demo-wrapper .demo-text .text {
  text-transform: uppercase;
  font-family: var(--font-6);
  font-size: clamp(8rem, 15vw, 16rem);
  line-height: 1;
  font-weight: 100;
  padding-left: 2.6rem;
  color: #c83a00;
  
}

h5{
  color: white;
    /* font-size: x-large; */
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: var(--font-3);
}


@media screen and (max-width: 1000px){
  .demo-wrapper .demo-text .text {
  text-transform: uppercase;
  font-family: var(--font-6);
  font-size: clamp(6rem, 15vw, 10rem);
  line-height: 1;
  font-weight: 100;
  padding-left: 0;
  color: #c83a00;
}
}

.font-2{
  font-weight: 100;
  font-size: clamp(7rem, 14vw, 15rem);
  font-family: var(--font-2);
}


.s-header__nav a {
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--font-3);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 4rem;
  color: #f9fafb;
  transition-property: color, background-color;
  letter-spacing: 0.1rem;
}

.s-header__nav a:hover {
  color: #f9fafb;
}

/* a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f9fafb;
  transform: scaleX(0);
  transition: transform 0.3s ease;
} */

.s-header__nav ul {
  z-index: 200;
  margin: 0;
  padding: 2rem 0;
  background: #035070;
  border-radius: 0 0 4px 4px;
  transform: translate(0, 20px);
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

.s-header__nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0.6rem 3rem 0.6rem 2rem;
  font-family: var(--font-1);
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  color: #f9fafb;
}



/* 
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500&family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap");


marquee {
  font-size: 20px;
  background-color: #121418;
  color: #e9e6e4;
  padding: 6px 0;
  width: calc(100% + 44px);
  margin-left: -20px;
  flex-shrink: 0;
}
marquee span:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  vertical-align: baseline;
  background-color: #e9e6e4;
  margin: 0 16px;
}

.blog-right {
  overflow: auto;
  height: calc(100% + 60px);
}
.blog-right .rounded {
  font-style: italic;
  font-size: 18px;
}
.blog-right .rounded:before {
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #161419;
  margin-right: 6px;
}

.blog-right-title {
  font-size: 25px;
  font-family: "Playfair Display", serif;
}

.blog-right-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #94918f;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 100px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1400px) {
  .blog-right-title-container {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1260px) {
  .blog-right-title-container {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1030px) {
  .blog-right-title-container {
    margin-top: 5vw;
  }
}

.blog-title-date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.blog-right-page {
  font-size: 56px;
  margin-bottom: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.blog-right-page-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 600;
  max-width: 16ch;
  letter-spacing: -2px;
}
.blog-right-page-subtitle {
  max-width: 33ch;
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.4;
}

.blog-right-container + .blog-right-container {
  margin-top: 40px;
}

.right-blog {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .right-blog {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .right-blog .blog-menu {
    display: none;
  }
}

::-webkit-scrollbar {
  display: none;
}

.circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #121418;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #e9e6e4;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}
.circle-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Space Grotesk", sans-serif;
}
@media screen and (max-width: 1030px) {
  .circle-title {
    display: none;
  }
}
.circle-subtitle {
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.circle-footer {
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

@media screen and (max-width: 560px) {
  .blog-is-sticky {
    display: none;
  }
} */


/*
Index Css
*/
.hero__entry-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0;
  left: 0%;
} 
.hero__entry-text {
  margin-left: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: unset;
  padding-top: calc(8.8rem + var(--vspace-3));
  padding-bottom: var(--vspace-4);
}

.hero__slider {
  --slider-bg-color: #f9fafb00;
}

.hero__entry-text-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: none;
  pointer-events: none;
}

.hero__slide::before {
  content: "";
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
} 