@font-face {
  font-family: 'Barlow-Light';
  src: url('/fonts/Barlow-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Barlow-SemiBold';
  src: url('/fonts/Barlow-SemiBold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Chathura-Regular';
  src: url('/fonts/Chathura-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Chathura-Bold';
  src: url('/fonts/Chathura-Bold.woff2') format('woff2');
  font-display: swap;
}

h1
{
  font-family: "Chathura-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 74px;
  color: black;
  text-transform: uppercase;
  line-height: 80px;
  margin-block: 0px;
}

h2
{
  font-family: "Chathura-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 64px;
  color: #302F2F;
  text-transform: uppercase;
  line-height: 74px;
}

h3
{
font-family: "Chathura-Regular", sans-serif;
font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #F0F504;
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

h4
{
font-family: "Chathura-Regular", sans-serif;
font-weight: normal;
  font-style: normal;
  font-size: 60px;
  color: black;
  line-height: 50px;
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

body{
  margin:0px;
}

a {
  text-decoration: none;
  color: black;
}

img{
  width: 100%;
}

video{
  width: 100%;
  padding-bottom: 0px;
}

input{
  min-width: 75%;
  border: 1px solid #F0F504;
  font-family: "Chathura-Regular", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #F0F504;
  line-height: 30px;
  padding: 0px 20px;
  display: table;
  background-color: transparent;

}

textarea{
  width: 100%;
  box-sizing: border-box;
  min-height: 200px;
  border: 1px solid #F0F504;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #F0F504;
  line-height: 28px;
  padding: 10px 0px 10px 20px;
  display: table;
  background-color: transparent; 

}

input::placeholder {
  color: #F0F504;
}

textarea::placeholder {
  font-family: "Chathura-Regular", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #F0F504;
  line-height: 20px;
  padding-top:10px;
}

.mobile{
  display: none;
}


.img-mockup{
  width:75%;
  filter: brightness(95%);
  padding-left:120px;
  padding-right:20px;
  margin: 0 auto;

}

.img-mockup2{
  width:60%;
  padding-left:120px;
  padding-right:20px;
  margin: 0 auto;

}

.img-me{
  width: 25vw;
  height: auto;
  padding-right:20px;
  margin: 0 auto;
  float: right;
  opacity: 0.9;
}

.img-circle{
  width:15%;


}


.img50{
  width: 50%;
  padding-top:25px;
}

.img20{

  height: auto;
  cursor: pointer;
}

.rw_logo{
  width: 10vw;
}


.page{
  width: 100%;

}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row wrap;

}

.row > * {
  flex: 1; 
  min-width: 0; 
}

.row::after {
  content: "";
  display: table;
}

.rowmob{
  display: flex;
  flex-direction: row;
  margin-right: 5px;

}

.row2 {
display: grid;
gap: 15px;
grid-template-columns: 1fr 1fr 1fr 1fr;

}

.column50 {
  flex: 50%;
}


.row25 {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}


.column25 {
  flex: 25%;
}

.row20 {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.column20 {
  flex: 20%;
  padding: 15px;
  text-align: center;
 
}


.bg-yellow{
  background-color: #F0F504
}

.bg-black{
  background-color: #000000
}

.bg-dark-grey{
  background-color: #302F2F
}

.bg-dark-black{
  background-color: #202020
}

.bg-light-grey{
  background-color: #EEEBEB
}

.inner {
  width: 1440px;
  margin: 0 auto;
}

.inner-column-left {
padding-left: calc((100% - 1340px) / 2);
padding-right: 25px;
box-sizing: border-box;
}

.inner-column-right {
padding-right: calc((100% - 1340px) / 2);
padding-left: 25px;
box-sizing: border-box;
}

.inner-center {
  padding-left: calc((100% - 1040px) / 2);
  padding-right: calc((100% - 1040px) / 2);
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-headline {
  padding-left: calc((100% - 1340px) / 2);
  padding-right: calc((100% - 1340px) / 2);

}

.float-right {
  float: right;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.rightmob {
text-align: right;
}

.envelope{
    margin-top: 24px;
    width: 26px;
    height: 17px;
}

.fa {
  background-color: transparent;
  cursor: pointer;
  color: #F0F504;
  border: 0px;
}
    body.no-scroll {
    overflow: hidden;
}

    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      overflow: auto; /* Enables scrolling */
    }

   
    .popup img {
      display: block;
      margin: auto;
      max-width: 90%;

    }


    .popup .close-btn {
      width: 30px;
      height: 30px;
      background-color: white;
      border-radius: 50%;
      position: fixed;
      top: 10px;
      right: 20px;
      color: black;
      font-size: 30px;
      cursor: pointer;
      z-index: 1100;
      font-weight: bolder;
      text-align: center;
      line-height:32px;

    }

.cta {
  border: 1px solid black;
  font-family: "Chathura-Regular", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #F0F504;
  text-transform: uppercase;
  line-height: 40px;
  padding: 10px 20px;
  width: auto;
  display: table;
  background-color: black;
  cursor: pointer;
  transition: background-color 0.5s ease-in;
  transition: color 0.5s ease-out;

}

.cta:hover {
  border: 1px solid black;
  color: black;
  background-color: #F0F504;
  
}

.cta2 {
  border: 1px solid black;
  font-family: "Chathura-Regular", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #EEEBEB;
  text-transform: uppercase;
  line-height: 40px;
  padding: 10px 20px;
  width: auto;
  display: table;
  background-color: black;
  cursor: pointer;
  transition: background-color 0.5s ease-in;
  transition: color 0.5s ease-out;

}

.cta2:hover {
  color: black;
  background-color: transparent;
  border: 1px solid black;
  
}



.cta_yellow {

  border: 1px solid #F0F504;
  font-family: "Chathura-Regular", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #F0F504;
  text-transform: uppercase;
  line-height: 40px;
  padding: 10px 80px;
  width: auto;
  display: table;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.5s ease-in;
  transition: color 0.5s ease-out;

}

.cta_yellow:hover {
  color: black;
  background-color: #F0F504;
  
}



.headline-yellow {
  font-family: "Barlow-SemiBold", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #F0F504;
  line-height: 45px;
}

.headline-grey {
  font-family: "Barlow-SemiBold", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #302F2F;
  line-height: 45px;
}


.text-white {
  font-family: "Barlow-Light", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: white;
  line-height: 35px;
}

.text-grey {
  font-family: "Barlow-Light", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #302F2F;
  line-height: 35px;
}

.text-yellow
{
  font-family: "Barlow-Light", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #F0F504;
  line-height: 35px;
}

.text-grey-hl {
  font-family: "Barlow-Light", sans-serif;
  font-style: normal;
  font-size: 25px;
  color: #302F2F;
  line-height: 35px;
}


.ghost100 {
  height:100px
} 
.ghost50 {
  height:50px
} 

.ghost50mob {
  height:50px
} 

.card{
  gap:10px;
  border-radius: 12px;
  padding:25px;
  margin-bottom: 15px;
}

.border-left {
  border-left: 1px solid #F0F504 ;
}

.wobble {
  animation: wobble 7s ease infinite;
}

@keyframes wobble {
  0% { transform: translateX(-1%); }
  15% { transform: translateX(-5%) rotate(0deg); }
  30% { transform: translateX(-1%) rotate(0deg); }
  45% { transform: translateX(-5%) rotate(0deg); }
  60% { transform: translateX(-1%) rotate(0deg); }
  75% { transform: translateX(-5%) rotate(0deg); }
  100% { transform: translateX(-1%); }
}


#backToTop {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  background-color: #F0F504; 
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#backToTop:hover {
  background-color: black;
  color: #F0F504;
}

.slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%; /* Each slide takes full width */
  box-sizing: border-box;
}

.slider-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider-button {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border: none;
  border-radius: 50%;
  background-color: lightgray;
  cursor: pointer;
}

.slider-button.active {
  background-color: yellow;
}

#form-message {
  padding: 10px;
  animation: fadeIn 0.5s ease-in-out;
  font-family: "Barlow-Light", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #F0F504;
  line-height: 35px;
  float: right;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media (max-width: 800px) {

.mobile {
  display: block;
}

.desktop {
  display: none;
}

.img-me{
  width: 75vw;
  height: auto;
  margin: 0 auto;
  opacity: 0.9;
}

.envelope{
    margin-top: 18px;
    width: 26px;
    height: 17px;
}

.img20{
  height: auto;
  padding-top:  25px;
}
  .row {
    flex-direction: column;
  }

.inner-column-left {
padding-left: calc((100% - 380px) / 2);
padding-right: calc((100% - 380px) / 2);
box-sizing: border-box;
}

.inner-column-right {
padding-right: calc((100% - 380px) / 2);
padding-left: calc((100% - 380px) / 2);
box-sizing: border-box;
}


.inner-center {
  padding-left: calc((100% - 380px) / 2);
  padding-right: calc((100% - 380px) / 2);
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-headline {
  padding-left: calc((100% - 380px) / 2);
  padding-right: calc((100% - 380px) / 2);
  box-sizing: border-box;

}

.inner-center
{
  text-align: left;
}

h1
{
  font-family: "Chathura-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 68px;
  color: black;
  text-transform: uppercase;
  line-height: 75px;
  margin-block: 0px;
}

h2
{
  font-family: "Chathura-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  color: #302F2F;
  text-transform: uppercase;
  line-height: 66px;
  margin-block: 0px;
}

h3
{
  font-family: "Chathura-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #F0F504;
  text-transform: uppercase;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.headline-yellow {
  font-family: "Barlow-SemiBold", sans-serif;
  font-style: normal;
  font-size: 26px;
  color: #F0F504;
  line-height: 45px;
}

.headline-grey {
  font-family: "Barlow-SemiBold", sans-serif;
  font-style: normal;
  font-size: 26px;
  color: #302F2F;
  line-height: 45px;
}

.fa {
  font-size: 20px;
  background-color: transparent;
  cursor: pointer;
  color: #F0F504;
  border: 0px;
}

.row2 {
display: grid;
gap: 10px;
grid-template-columns: 1fr 1fr;

}

.row25 {
    display: flex;
    flex-direction: column;
    column-gap: 15px;
}

.row20 {
    display: flex;
    flex-direction: column;
    column-gap: 15px;
}

.img-mockup {
    width: 100%;
    filter: brightness(95%);
    margin: 0 auto;
    padding:0px;}

.img-mockup2{
  width:100%;
  padding:0px;
  margin: 0 auto;

}

.rw_logo{
  width: 20vw;
  margin-top:20px;
}

.ghost50mob {
  display: none;
}

.border-left {
  border-left: 0px;
}

.rightmob {
  text-align: left;
}

.slider-button {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: none;
  border-radius: 50%;
  background-color: lightgray;
  cursor: pointer;
}

.pad25{
  padding-top:25px;
}

}