* {
  box-sizing: border-box;
  }

/* animation goes here */
.mySlides {display: none;}
img {vertical-align: middle;}

/* header goes here */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 20px; */
  background-color: white;
}

.header img {
  height: 120px;
  padding-left: 10px;
  padding: 10px;
}

.nav_bar_list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 5px;
}

.nav_bar_list a {
  text-decoration: none;
  padding: 0 15px;
  color: #333; 
  font-size: 25px;
}

.nav_bar_list a:hover {
  /* background-color: black; 
  color: white;
  border-radius: 1px; 
  border-style: solid; */
  text-decoration-line: underline;
  text-decoration-color: #000000;
  text-underline-offset: 10px;
}
/* footer goes here */

footer {
  padding: 20px 0;
  font-size: 10px;
}

.footer-container p{
  font-size: 30px;
  padding-bottom: 30px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0;
}

.footer-social a {
  margin-left: 10px;
}

.footer-social img {
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* client gallery goes here */

.seperate-gallery p{
  font-size: 50px;
  text-align: center;
  font-style: italic;
}

.h3_client{
  font-size: 30px;
  text-align: center;
}


.image-gallery {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
}

.image-gallery:hover {
  background-color: black;
  color: white;
}

.gallery-item {
  text-align: center;
}

.gallery-item:hover{
  background-color: white;
  color: black;
  zoom: 1;
}

.gallery-item img {
  max-width: 100%;
  border-radius: 20px;
   height:auto ; /* if you want to make ita auto remove the above height */
   padding: 50px;
}


.gallery-item h3 {
  margin: 10px 0 5px;
  font-size: 25px;
  font-weight: bold;
}
.gallery-item p {
  font-size: 14px;
  color: #666;
}


/* about content  */

.about_beemstudio {
  justify-content: center; /* Optional: centers the section horizontally */
  padding: 20px; /* Optional: adds space around the section */
}

.about_beemstudio p {
  font-size: 35px;
  font-size: 35px;
  line-height: 1.2;
  text-align: justify;
  padding: 0px 50px;
  font-style: italic;
}

.about_beemstudio h2{
  font-size: 35px;
   margin: 15px 0;
  font-size: 45px;
  text-align: justify;
  padding: 0px 50px;
  font-style: italic;
}

/* client reviews goes here */
.review{
  padding: 50px;
}
/* video goes here */

.video video{
  height: 550px;
  width: fit-content;
  margin-left: 250px;
}

.video p{
  text-align: center;
  font-size: 50px;
}

/* floating buttons goes here */
.whatsapp {
  position: fixed;
  bottom: 40px; /* Adjust this value to move it up or down */
  right: 20px; /* Adjust this value to move it left or right */
  z-index: 1000; /* Ensures it stays on top of other elements */
}

.whatsapp img {
  width: 50px;
  height: 50px; 
}


/* btn for navigation for other pages */

.btn-for-navigation {
  text-align: center;
}
.btn-for-navigation a{
  font-size: 25px;
  background-color:white;
  color: black;
  padding: 10px;
  text-decoration: none;
  border-radius: 2px;
  border-style: solid;
}

.btn-for-navigation a:hover{
  font-size: 25px;
  background-color:black;
  color: white;
  padding: 10px;
  text-decoration: none;
  border-radius: 2px;
}

/* about goes hear */

.aboutcontent h2 {
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 45px;
  text-align: right;
  padding-right: 50px;
}

.aboutcontent h3 {
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 60px;
  padding-right: 50px;
  padding: 0px 50px;
}

.aboutcontent p {
  margin: 15px 0;
  font-size: 35px;
  line-height: 1.8;
  text-align: justify;
  padding: 0px 50px;
  font-style: italic;
}

.aboutcontentproverb h1 {
  font-size: 50px;
  font-style: italic;
  color: #333;
  text-align: center;
  padding-top: 20px;
}

.aboutcontentfounder{
  text-align: center;
  font-size: 50px;
  font-style: italic;
  color: #333;
}

.about div{
  padding-bottom: 30px;
}

.contactsection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactsection h3{
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 60px;
  padding-right: 50px;
  padding: 0px 50px; 
}
.contactsection p{
  font-size: 35px;
  font-style: italic; 
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact_us {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 600px;
  margin: 20px;
}

.contact_us p{
  font-size: 35px;
  font-style: italic;
}

.contact_item {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.contact_item img {
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

.contact_item p {
  margin: 0;
}

.contact_item a {
  text-decoration: none;
  color: black;
}

.map {
  flex: 1;
  max-width: 600px;
  margin: 20px;
  padding-top: 10px;
}



/* media query goes here for phone */




@media (max-width: 768px){
* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* header goes here */
.header {
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 10px;
}

.header img {
  height: 80px;
}

.nav_bar_list {
  display: list-item;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_bar_list a {
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  font-size: 20px;
}

.nav_bar_list a:hover {
  border-radius: 5px;
  border-style: solid;
}

/* footer goes here */
footer {
  padding: 20px 0;
  font-size: 10px;
}

.footer-container p {
  font-size: 20px;
  padding-bottom: 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 0;
}

.footer-social a {
  margin-left: 10px;
}

.footer-social img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* client gallery goes here */
.seperate-gallery p {
  font-size: 35px;
  text-align: center;
  font-style: italic;
}

.h3_client {
  font-size: 25px;
  text-align: center;
}

.image-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.gallery-item {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-item img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
  padding: 20px;
}

.gallery-item h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}

.gallery-item p {
  font-size: 14px;
  color: #666;
}

/* about content */
.about_beemstudio {
  justify-content: center;
  padding: 20px;
}

.about_beemstudio p {
  font-size: 25px;
  line-height: 1.2;
  text-align: justify;
  padding: 0px 20px;
  font-style: italic;
}

.about_beemstudio h2 {
  font-size: 30px;
  margin: 15px 0;
  text-align: justify;
  padding: 0px 20px;
  font-style: italic;
}

/* video goes here */
.video video {
  width: 100%;
  height: auto;
  margin-left: 0;
}

.video p {
  text-align: center;
  font-size: 30px;
}

/* floating buttons goes here */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

.whatsapp img {
  width: 40px;
  height: 40px;
}

/* btn for navigation for other pages */
.btn-for-navigation {
  text-align: center;
}

.btn-for-navigation a {
  font-size: 20px;
  background-color: white;
  color: black;
  padding: 8px;
  text-decoration: none;
  border-radius: 2px;
  border-style: solid;
}

.btn-for-navigation a:hover {
  background-color: black;
  color: white;
}

/* about content */
.aboutcontent h2 {
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 35px;
  text-align: right;
  padding-right: 20px;
}

.aboutcontent h3 {
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 40px;
  padding-right: 20px;
}

.aboutcontent p {
  margin: 15px 0;
  font-size: 25px;
  line-height: 1.8;
  text-align: justify;
  padding: 0px 20px;
  font-style: italic;
}

.aboutcontentproverb h1 {
  font-size: 35px;
  font-style: italic;
  color: #333;
  text-align: center;
  padding-top: 20px;
}

.aboutcontentfounder {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  color: #333;
}

.about div {
  padding-bottom: 20px;
}

.contactsection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactsection h3 {
  color: #000000;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 40px;
}

.contactsection p {
  font-size: 25px;
  font-style: italic;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_us {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.contact_us p {
  font-size: 25px;
  font-style: italic;
}

.contact_item {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.contact_item img {
  margin-right: 10px;
}

.contact_item p {
  margin: 0;
}

.map {
  width: 100%;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .header img {
    height: 60px;
  }

  .nav_bar_list {
    flex-direction: column;
    align-items: center;
  }

  .nav_bar_list a {
    padding: 10px 0;
    font-size: 18px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-container p {
    font-size: 18px;
  }

  .footer-social img {
    width: 25px;
    height: 25px;
  }

  .seperate-gallery p {
    font-size: 30px;
  }

  .h3_client {
    font-size: 20px;
  }

  .gallery-item img {
    padding: 10px;
  }

  .about_beemstudio p, .about_beemstudio h2, .aboutcontent p, .aboutcontent h2, .aboutcontent h3, .aboutcontentproverb h1, .aboutcontentfounder, .contactsection h3, .contactsection p, .contact_us p {
    font-size: 18px;
    padding: 0px 10px;
  }

  .video p {
    font-size: 25px;
  }
}
}