/*
Theme Name: Softboxx Production Limited
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A custom theme for Softboxx Production Limited.
Version: 1.0
*/
body, html {
  height: 100%;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  background-color: black;
  scroll-behavior: smooth;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 100;
}

.video-background1 {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 110%;
  height: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-size: cover;
}

@media screen and (max-width: 650px) {
  .video-background1 {
  width:80%;
  }
}

/* For 13-inch and 14-inch laptops */
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  /* Your styles here */
  .video-background1 {
  width:80%;
  }
}


/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .video-background1 {
    width:80%;
    }
}

/* iPads in landscape orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .video-background1 {
    width:80%;
    }
}



.since{
text-align: right;
margin-right: 150px;
}

@media screen and (max-width: 650px) {
  .since {
  margin-right: 40px;
  margin-top: -100px;
  font-size: 10px;
  }
}

.content1 {
  position: relative;
  z-index: 3;
  text-align: center;
  top: 80%;
  transform: translateY(-50%);
}


h3{
color: #C39434   ;
font-size: 1.25rem;
text-align: center;
}

@media screen and (max-width: 650px) {
h3{
font-size: 16px;
}
}

.welcome{
color: white;
font-size: 1.2rem;
font-weight: 300;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
letter-spacing: 2px;
text-decoration: none;
margin: 20px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
     transition: all 0.3s linear;
}

.welcome:hover{
color: #C39434;
font-weight:500;
text-shadow: none;
transform: scale(1.02);
}



/*Desktop Navigation bar*/
nav
{
width: 100%;
height: 6rem;
background-color: black;
text-align: right;
top: 0;
position: fixed;
  border-bottom:1px solid #C39434;
z-index: 1000;	
}

@media screen and (max-width: 650px) {
nav{
display:none

}
}

/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  nav{
    display:none
    }
}

/* iPads in landscape orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  nav{
    display:none
    }
}



.logo {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  width: 0.313rem;
  height: 0.313rem;
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
      
}

.logo:hover{
transform: scale(1.02);
}


ul li
{
display: inline-block;
position: relative; /* Required for the positioning of the pop-up menu */
line-height: 6.25rem;
padding: 1rem;
font-size: 1rem;
font-weight: 100;
letter-spacing: 2px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-decoration: none;
margin-top: -3.125rem;
padding-top: 20px;
}

ul li a
{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 5px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;

}

ul li a:hover
{
color: #C39434;
transform: scale(1.02);
padding: 10px;

}

      /* Styling for the pop-up menu */
      .popup-menu {
        display: none; /* Hidden by default */
        position: absolute;
        border:1px solid #C39434;
        text-align: center;
        padding: 10px;
        top: 100%; /* Position it below the parent */
        left: 0;
        background-color: black;
        min-width: 250px; /* Adjust the width here */
        z-index: 10;
    }


.popup-menu a {
padding: 0;
margin-bottom: 0;
line-height: 3rem; /* Adjust line height */
  color: white;
  text-decoration: none;
  display: block;
}

.popup-menu a:hover {
  color: #C39434;
}


/* Show the pop-up menu when hovering over the parent list item */
li:hover .popup-menu {
display: block;
}

.animate__animated.animate__zoomIn{
  animation-duration: 5s;
display: block;
text-align: center;

}

.animate__animated.animate__backInDown{
  animation-duration: 3s;
  display: block;
}

.animate__animated.animate__backInLeft{
  animation-duration: 3s;
  display: block;
}



h2{
  color: #C39434 ;
  font-size: 1.35rem;
  padding-bottom:0; 
  letter-spacing: 2px;
}



@media screen and (max-width: 650px) {
h2{
font-size: 15px;
}
}

h3{
  color: #C39434   ;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 650px) {
h3{
font-size: 14px;
}
}


/* FOOTER  ///////////////////////////////////////////////////////////////////////////////////////     */
footer{
  width: 100%;
  background:black;
  height: 12rem;
  padding-top: 0.938rem;
  margin-top: 2rem;
  display: block;
  text-align: center;
  border-top:1px solid #C39434;
    }

    
  .footertext{

    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 0.313rem;
    color:white;
    
  }
  @media screen and (max-width: 650px) {
    .footertext {
    font-size: 0.75rem ;

    }
  }

    
/* Style all font awesome icons */
.fa {
  margin-top: 0.625rem;
  display: inline-block ;
  margin-left: 1.25rem;
  padding-top: 1.375rem; 
  padding: 0.7rem;
  width: 1.875rem;
  height: 0.5em;
  text-align: center;
  text-decoration: none;
  margin: 0.313rem 0.313rem;
  }
  
  .fa-brands {
    margin-top: 0.625rem;
    display: inline-block ;
    margin-left: 1.25rem;
    padding-top: 1.375rem;
    
    padding: 0.7rem;
    width: 1.875rem;
    height: 0.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.313rem 0.313rem;
    }
    
  /* Add a hover effect */
  .fa:hover {
    transform: scale(1.1);
    color: #C39434 
  }

  .fa-brands:hover {
    transform: scale(1.1);
    color: #C39434 
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    color: #ffffff ;
  }
  
  /* Twitter */
  .fa-x-twitter {
    color:  #ffffff;
  }
  .fa-instagram{
  color: rgb(255, 255, 255);
  }

  .fa-envelope{
    color: rgb(255, 255, 255);  
  }
 
  .fa-whatsapp{
    color: rgb(255, 255, 255);
  }
.fa-linkedin{
  color: #ffffff;
}

.container1{
  height: 100vh;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display:flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container1 {
    width: 100%; /* Makes the container take up full width */
    height: 100vh; /* Makes the container take up full viewport height */
    display: block; /* Ensures block layout */
    margin-top: 200px;
    margin-left: auto; /* Centers horizontally */
    margin-right: auto; /* Centers horizontally */
    text-align: center; /* Centers inline elements and text inside the container */
    position: relative; /* Allows positioning of child elements */
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
     .container1 {
	width: 100%; /* Makes the container take up full width */
    height: calc(var(--vh) * 100);
    margin-bottom: 100px;
  }
}


#home{
display: flex;
width:100%;
height: 100vh;
align-items:center;
justify-content: center;
}

@media screen and (max-width: 650px) {
#home{
margin-top: 150px;
}
}

@media (min-width: 1920px) and (max-width: 2560px)  {
.container1{
height: 100vh;
}
}

.container3{
display: flex;
justify-content: center;
height: 100vh;
align-items: center;
margin-left: auto;
margin-right: auto;
width: 95%;
}

/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container3{
    width: 100%; /* Makes the container take up full width */
    height: 100vh; /* Makes the container take up full viewport height */
    display: block; /* Ensures block layout */
    margin-top: 200px;
    margin-left: auto; /* Centers horizontally */
    margin-right: auto; /* Centers horizontally */
    text-align: center; /* Centers inline elements and text inside the container */
    position: relative; /* Allows positioning of child elements */
    }
}


@media screen and (max-width: 650px) {
 .container1{
 width: 100%;
 display: block;
 }
}

@media screen and (max-width: 650px) {
.container3{
  margin-top: 200px;
flex-direction: column;
width: 100%;
height: 150vh;
align-items: center;
justify-content: center;
}
}

.container1text{
display:flex;
justify-content: center;
  width: 60%;
  padding: 30px;
  color: white;
  font-weight:100;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 32px;
  margin-right: 20px;
  
}

@media (min-width: 1920px) and (max-width: 2560px)  {
.container1text{
width: 55%;
}
}


.container3text{
width: 60%;
padding: 30px;
color: white;
font-weight:100;
font-size: 17px;
text-align: center;
letter-spacing: 2px;
line-height: 25px;
margin-left: 20px;

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container3text{
    width: 90%;
    padding: 30px;
    color: white;
    font-weight:100;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 25px;
    margin-left: 20px;
    
    }
}

@media (min-width: 1920px) and (max-width: 2560px)  {
.container3text{
width: 50%;
}
}

@media screen and (max-width: 650px) {
.container3text{
width: 50%;
font-size: 16px;
margin-left: auto;
margin-right: auto;
padding: 0;
}
}


@media screen and (max-width: 650px) {
.container1text{
  padding: 0;
  width: 90%;
font-size: 16px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-weight: 100;
}
}

/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container1text{
    padding: 0;
    width: 90%;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 100;
  }
  }

@media screen and (max-width: 650px) {
.container3text{
  padding: 0;
width: 95%;
font-size: 16px;
text-align: center;
font-weight: 100;
margin-left: auto;
margin-right: auto;
}
}

.container1img{
width: 50%;
height: 480px;
padding: 2px;
margin-top: 20px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
       transition: all 0.3s linear;

}

/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container1img{
    width: 70%;
    height: 480px;
    padding: 2px;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
    
    }
  }



@media (min-width: 1920px) and (max-width: 2560px)  {
.container1img{
width: 700px;
height: 600px;
margin-left: 50px;

}
}

@media screen and (min-width: 2560px) {
 .container1img{
width: 700px;
height: 600px;
margin-left: 50px;

}
}


.container3img{
width: 50%;
height: 520px;
padding: 2px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
       transition: all 0.3s linear;
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
 .container3img{
width: 50%;
height: 520px;
padding: 2px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
       transition: all 0.3s linear;
}
}


/* iPads in portrait orientation */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container3img{
    width: 60%;
    height: 480px;
    padding: 2px;
    margin-top: 20px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
    
    }
  }


@media (min-width: 1920px) and (max-width: 2560px)  {
.container3img{
  width: 650px;
 height: 650px;
}
}

@media screen and (min-width: 2560px) {
  .container3img{
  width: 650px;
 height: 650px;
} 
}


@media screen and (max-width: 650px) {
.container3img{
height: 500px;
}
}


.container1img:hover
{
transform: scale(1.02);
}

.container3img:hover
{
transform: scale(1.02);
}


@media screen and (max-width: 650px) {
.container3img{
  width: 100%;
height: 450px;
padding-bottom: 50px;

}
}

@media (min-width: 1920px) and (max-width: 2560px)  {
.container1img{
width: 550px;
 height: 500px;
}
}

@media screen and (max-width: 650px) {
.container1img{
width: 100%;
height:350px;
}
}

#medical{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

@media screen and (max-width: 650px) {
#medical{
padding-top: 100px;  
height:50vh;
}
}

#lifestyle{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

@media screen and (max-width: 650px) {
  #lifestyle{
 height:50vh;
  }
}

#corporate{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  }

  @media screen and (max-width: 650px) {
    #corporate{
   height:50vh;
    }
  }

  #kenya{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  @media screen and (max-width: 650px) {
    #kenya{
    margin-top: 100px;
    width: 100%;
    display: flex;
    height: 50vh;
    align-items: center;
    justify-content: center;
    }
  }

  
#graphics{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  }

  @media screen and (max-width: 650px) {
    #graphics{
   height:50vh;
    }
  }

  #reviews{
  margin-top: 200px;
  margin-bottom: 200px;
    }
  
    @media screen and (max-width: 650px) {
      #reviews{
     height:150vh;
      }
    }
  

    
#livestream{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  }

  @media screen and (max-width: 650px) {
    #livestream{
   height:50vh;
    }
  }

  #soundrecording{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    }

    @media screen and (max-width: 650px) {
      #soundrecording{
     height:50vh;
     padding-bottom: 100px;
      }
    }
  
  #podcasts{
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      }

      @media screen and (max-width: 650px) {
        #podcasts{
       height:50vh;
        }
      }
    
      #schools{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        }

        @media screen and (max-width: 650px) {
          #schools{
         height:50vh;
         padding-bottom: 200px;
          }
        }

        #branding{
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100vh;
          margin-bottom: 100px;
        }

        @media screen and (max-width: 650px) {
          #branding{
         height:50vh;
         padding-top: 100px;
         padding-bottom: 100px;
          }
        }
/* Slideshow container //////////////////////////////////////////////*/


.swiper-container {
width: 70%;
height: 70%;
position: relative;
}

@media screen and (max-width: 650px) {
.swiper-container{
  width: 100%;
  height: 100%;
}
}

.swiper-slide {
display: flex;
border-radius: 10px;
justify-content: center;
align-items: center;
font-size: 2rem;
color: #fff;
}

/* Style for pagination bullets */
.swiper-pagination-bullet {
background-color: #fff; /* Default bullet color */
}
.swiper-pagination-bullet-active {
background-color: #C39434; /* Active bullet color */
}
/* Move pagination below the slider */
.swiper-pagination {
position: static;
text-align: center;
margin-top: 20px;
}

.swiper-slide img {
width: 100%;
height: auto;
object-fit: cover;
background-color: #C39434;
}

  /* Custom styles for navigation buttons */
  .swiper-button-next, .swiper-button-prev {
    color: #fff; /* Default color for buttons */
    border-radius: 50%; /* Make buttons circular */
    width: 100px; /* Button width */
    height: 100px; /* Button height */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%; /* Center buttons vertically */
    transform: translateY(-50%); /* Adjust for button height */
    z-index: 10; /* Ensure buttons are on top of slides */
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
  }


  .swiper-button-next {
    right: 10px; /* Position next button on the right */
    
}

.swiper-button-prev {
    left: 10px; /* Position prev button on the left */
}


@media screen and (max-width: 650px) {
.swiper-slide {
  font-size: 1.5rem; /* Adjust font size for smaller screens */
}

.swiper-button-next, .swiper-button-prev {
  width: 10px; /* Adjust button size for smaller screens */
  height: 10px;
  top: 75% !important; /* Center buttons vertically */
}
}


.swiper-button-next:hover, .swiper-button-prev:hover {
color: #C39434 ; /* Hover text color */


}

/* Container 2 */


#vision{
display: flex;
flex-direction: column;
width:80%;
height: 100vh;
align-items:center;
justify-content: center;
margin-left: auto;
margin-right: auto;
color: white;
font-weight:100;
font-size: 16px;
letter-spacing: 2px;
line-height: 32px;
}

@media screen and (max-width: 650px) {
#vision{
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: justify;
font-size: 16px;
}
}

#team{
display: flex;
flex-direction: column;
width:80%;
height: 100vh;
align-items:center;
justify-content: center;
color: white;
font-weight:100;
font-size: 16px;
letter-spacing: 2px;
line-height: 32px;
}

@media screen and (max-width: 650px) {
#team{
width: 100%;
height: 100vh;
}
}

#ambition{
display: flex;
flex-direction: column;
width:80%;
height: 100vh;
align-items:center;
justify-content: center;
color: white;
font-weight:100;
font-size: 16px;
letter-spacing: 2px;
line-height: 32px;
}
@media screen and (max-width: 650px) {
#ambition{
width: 100%;
height: 100vh;
}
}

#companies{
box-sizing: border-box;
}


.container2text{
font-size: 18px;
font-weight: 100;
align-self: center;
text-align: center;
}


@media screen and (max-width: 650px) {
.container2text{
width: 95%;
font-size: 16px;
text-align: center;
font-weight: 100;
margin-left: auto;
margin-right: auto;
}
}

.hidden{
opacity: 0;
filter: blur(2px);
/* transform: translateX(-100%); */
transition: all 2s;
transform:scale(0.7) ;

}

@media screen and (max-width: 650px) {
.hidden{
  transition: all 1s;  
}
}

.show{
opacity: 1;
filter: blur(0px);
transition: all 2s;
/* transform: translateX(0); */
transform:scale(1) ;
}

@media screen and (max-width: 650px) {
.show{
  transition: all 1s;  
}
}   

.card-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
box-sizing: border-box;
}

@media screen and (max-width: 650px) {
  .card img {
    width: 80%;
    height: 20px;
    }
} 

.card {
border-radius: 20px;
overflow: hidden;
width: calc(33.333% - 40px);
max-width: 100px;
margin: 20px;
flex: 1 1 calc(33.333% - 20px);
transition: transform 0.3s ease;
}

.card:hover {
transform: translateY(-10px);
}

.card img {
width: 100%;
height: 40px;

}

.card-content {
padding: 5px;
}

.card-title {
font-size: 1rem;
margin: 0;
margin-bottom: 10px;
}

.card-text {
font-size: 1rem;
margin: 0;
}

@media (max-width: 768px) {
.card {
    width: calc(50% - 30px);
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;

}
}

@media (max-width: 480px) {
.card {
    width: calc(100% - 50px);
    margin-bottom: 20px;
    margin-top: 20px;
}
}

.button2 {
border: 2px solid #C39434 ;
border-radius: 30px;
outline: 0;
display:inline-block;
padding: 0.625rem;
margin-top: 5px;
color: white;
background-color: #C39434;
text-align: center;
font-weight:600;
font-size: 1.25rem;
cursor: pointer;
width: 200px;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
       transition: all 0.3s linear;
}

.button2:hover {
color: #C39434;
border: 2px solid #C39434 ;
background-color: white;
font-weight: 600;
    width: 210px;
}

.video-background {
position: fixed;
top: 50%;
left: 50%;
width: 80%;
height: 80%;
z-index: -1;
transform: translate(-50%, -50%);
background-size: cover;
}

@media screen and (max-width: 650px) {
.video-background{
width: 100%;
height: 100%;
}
}

#reviews{
box-sizing: border-box;
}

.marquee-container {
width: 100%;
overflow: hidden;
padding: 20px 0;
position: relative;
}

.marquee {
display: flex;
align-items: center;
white-space: nowrap;
animation: marquee 15s linear infinite;
}

.marquee img {
width: 200px;
height: 200px;
margin: 0 20px;
}

@keyframes marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
.marquee img {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 480px) {
.marquee img {
    width: 100px;
    height: 100px;
}
}


.reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.review-card {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: calc(20% - 20px); /* 5 columns with a gap */
  box-sizing: border-box;
}

.review-card img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}

.review-card .review-text {
  font-size: 1rem;
  text-align: center;
  color:white;
}

@media (max-width: 1024px) {
  .review-card {
      width: calc(33.33% - 20px); /* 3 columns */
  }
}

@media (max-width: 768px) {
  .review-card {
      width: calc(50% - 20px); /* 2 columns */
  }
}




input[type=text], select, textarea {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 16px;
width: 100%; /* Full width */
padding: 12px; 
background-color: black;
color: white;
border: 1px solid #C39434; /* Gray border */
border-radius: 4px; /* Rounded borders */
box-sizing: border-box; /* Make sure that padding and width stays in place */
margin-top: 6px; /* Add a top margin */
margin-bottom: 16px; /* Bottom margin */
resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

label{
font-weight: 600;
color: #C39434;
}

/* Style the submit button */
input[type=submit] {
background-color: #C39434;
color: white;
padding: 12px 20px;
border: none;
border-radius: 20px;
cursor: pointer;
font-weight: 600;
font-size: 15px;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
       transition: all 0.3s linear;
       width: 100px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
background-color: white;
color:#C39434;
       transform: scale(1.05);
}

/* Add a background color and some padding around the form */
.formcontainer {
border-radius: 5px;
padding: 10px;
box-sizing : border-box;
width: 80%;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 650px) {
.formcontainer {
width: 100%;
}
}

.thankyou{
color: white;
text-align: center;
font-size: 16px;
padding-top: 10px;
word-spacing: 5px;
}

@media screen and (max-width: 650px) {
  .thankyou{
    color: white;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    word-spacing: 5px;
    }
  }



.formheading{
text-align: center;
font-size: 16px;
}

@media screen and (max-width: 650px) {
.formheading{
  text-align: center;
  font-size: 15px;
  }  
}

/* MOBILE NAVIGATION MENU */
.topnav {
overflow: hidden;
background-color: black;
border-bottom:1px solid #C39434;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 2;
-webkit-transition: all 0.4s linear;
-khtml-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
       transition: all 0.4s linear;
}

.mobilelogo{
margin-left: 0px;
width: 100px;

}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
display: none;

}


.nested {
display: none;
padding-left: 50px;
}

.nested a {
padding-left: 30px;
}
.topnav.responsive .nested {
display: none;
}
.topnav.responsive .nested.show {
display: block;
}

/* Style navigation menu links */
.topnav a {
color: white;
padding: 14px 16px;
text-decoration:none;
font-size: 18px;
display: block; 
}

/* Style the hamburger menu */
.topnav a.icon {
color: white;
display: block;
position: absolute;
right: 0;
top: 0;
padding-top: 20px;

}

/* Dont display MOBILE navbar on BIG screens */
@media screen and (min-width: 970px) {
.topnav {
display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .topnav {
    display: block;
    }
}

.swiper-slide video {
  height: 90%;
  width: 90%;
  max-width: 100%;  /* Ensure videos fit inside the slide */
  display: block;   /* Ensure videos are displayed */
  opacity: 1;       /* Make sure video is visible */
  z-index: 1;       /* Ensure video isn't under any other content */
}

@media screen and (max-width: 650px) {
  .swiper-slide video {
    height: 100%;
    width: 100%;
    max-width: 100%;  /* Ensure videos fit inside the slide */
  }

  }





 