@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* nav bar==================================================================================== */
body {
  background-color: #eeeff5;
}
nav {
  background: #0c154c;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  float: left;
  height: 70px;
}

nav img {
  width: 235px;
  margin: 5px;
}
nav ul {
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}

.hidden {
  display: none !important;
}

nav ul li {
    float: left;
  display: inline-block;
  margin: 5px 14px;
}
nav ul li a {
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 1px;
}
nav ul li a:hover {
  border-bottom: 2px solid white;
}

nav ul ul {
  position: absolute;
  background-color: #ffffff;
  top: 90px;
  color: #5069ff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}

.dropdown-menu {
  background-color: #ffffff !important;
  text-align: center;
  color: #5069ff;
  border-bottom: 3px solid white;
  border: 1px solid white;
}
.dropdown-menu li a {
  color: #5069ff;
}

nav ul li:hover > ul {
  top: 63px;
  left: 185px;
  z-index: 1;
  border-radius: 7px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li {
  position: relative;
  margin: 0px;
  width: 330px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
nav ul ul li a {
  line-height: 50px;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 150px;
}
.show,
.icon,
input {
  display: none;
}
.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}

@media all and (max-width: 1918px) { 

  .product-para {
    font-size: 23px;
  
}

  
}
@media all and (max-width: 968px) {
  nav ul {
    margin-right: 0px;
    float: left;
  }
  nav .logo {
    padding-left: 30px;
    width: 90%;
  }
  nav img {
    width: 125px;
    margin: -1px;
    height: auto;
    padding: 2px;
    margin-top: 15px;
  }
  .show + a,
  ul {
    display: none;
  }
  nav ul li,
  nav ul ul li {
    display: block;
    width: 100%;
  }
  .dropdown-menu li a {
    color: #ffffff;
  }

  nav ul li a:hover {
    box-shadow: none;
  }
  nav ul li {
    background: #0c154c;
    margin: 0px 5px;
  }
  nav ul li a {
    margin-left: 35px;
  }
  .show {
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 35px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover {
    color: rgb(255, 255, 255);
  }
  .icon {
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  .dropdown-menu {
    text-align: center;
    color: #ffffff;
    border: none;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    padding-left: 40px;
  }
  nav ul ul ul a {
    padding-left: 80px;
  }
  nav ul ul li a {
    line-height: 30px;
  }
  /* nav ul li {
    margin: -10px 5px;
  } */
  nav ul ul ul li {
    position: static;
  }
  [id^="btn"]:checked + ul {
    display: block;
  }
  nav ul ul li {
    border-bottom: 0px;
    text-align: left;
  }
  span.cancel:before {
    content: "\f00d";
  }
}

/*  prouduction content1======================================================================= */

.product-container {
  display: flex;
  padding: 25px;
  justify-content: center;
  margin-top: 0px;
  background-color: #ffffff;
}

.product-image-container2 {
  flex: 1;
  padding: 20px;
}
.mast-heading {
  color: #17215e;
  font-size: 27px;
  margin-bottom: 20px;
}
 #video-container {
  position: relative;
  width: 640px;
  height: 360px;
} 

#custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-play-button:before {
  content: '\25B6'; /* Unicode character for play arrow */
  font-size: 36px;
  color: white;
}

video {
  width: 100%;
  height: 100%;
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.video {
  flex: 1 0 45%; /* Adjust the width as needed */
  margin: 10px;
  box-sizing: border-box;
}

video {
  width: 100%;
  height: 89%;
  /* margin-left: -7px; */
  border-radius: 20px;
}
/* .play-button {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  cursor: pointer;
} */

.v-heading {
  text-align: center;
  font-weight: 500;
}
.product-para {
  letter-spacing: 0.5px;
  color: #17215e;
  font-size: 16px;
  padding: 10px 10px 0px 20px;
}
.image-contain {
  width: 500px;
  height: 289px;
  display: block;
}



.image-contain1 {
  width: 500px;
  height: 270px;
  margin-top: 5px;
  display: block;
}

.product-text-container {
  padding: 20px;
  font-size: 13.8px;
  margin-top: -20px;
  color: #17215e;
}



@media only screen and (max-width: 768px) {
  .video {
    flex: 1 0 100%;
    margin-bottom: 30px;
    width: 100%;
    height: 80%;
  }
  .product-container {
    display: flex;
    padding: 2px 25px;
    justify-content: center;
    margin-top: 0px;
    background-color: #eeeff5;
}
}
@media all and (min-width: 1918px) { 

  .product-para {
    font-size: 20px;
  
}
.product-para1 {
 
  font-size: 20px;
 
}
}
@media (max-width: 768px) {
  /* Adjust styling for screens with a maximum width of 768px */
  .product-container {
    flex-direction: column; /* Stack items vertically on smaller screens */
  }

  .product-text-container {
    margin-top: 0; /* Remove negative margin on smaller screens */
  }
  .image-contain {
    width: 320px;
    height: 256px;
  }
  .image-contain1 {
    width: 320px;
    height: 256px;
  }
}

/*  prouduction content2================================================================= */
.production-container1 {
  background-color: #ffffff;
}

.product-container1 {
  display: flex;
  padding: 25px;
  justify-content: center;
  margin-top: 30px;
}


.mast-heading1 {
  color: #17215e;
  margin-left: 20px;
}
.product-para1 {
  letter-spacing: 0.5px;
  color: #17215e;
  font-size: 16px;
  padding: 10px 10px 0px 20px;
  
}
.image-contain2 {
  width: 500px;
  height: 375px;
  display: block;
}

.product-text-container1 {
  padding: 20px;
  font-size: 13.8px;
  margin-top: -10px;
  color: #17215e;
}

.product-image-container1 {
  flex: 1;
  padding: 20px;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  width: 550px;
}

.mySlides {
  display: none;
}

.s-image {
  max-width: 100%;
}

.dot-container {
  text-align: center;
  margin-top: -70px;
  position: relative;

}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  border: 2px solid white;
  margin: 0 10px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  border-bottom: 2px solid white;
}
/*.active,*/
.dot:hover {
  background-color: #555;
}
/* 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: 500px) {
  /* .prev, .next,.text {font-size: 11px} */
  .s-image  {
    width: 300px;
    margin-left: -20px;
    margin-bottom: 5px;
  }
  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    width: 300px;
  }
}
@media (min-width: 1918px) {
 
  nav ul li a {
    font-size: 23px;
   }
   nav ul li:hover > ul {
     top: 63px;
     left: 280px;
   }
   .dropdown-menu li a {
    font-size: 18px;
}
 }
 
@media (max-width: 768px) {
  /* Adjust styling for screens with a maximum width of 768px */
  .product-container1 {
    flex-direction: column; /* Stack items vertically on smaller screens */
  }

  .product-text-container1 {
    margin-top: 0; /* Remove negative margin on smaller screens */
  }
  .image-contain2 {
    width: 300px;
    height: 256px;
  }
}
@media all and (min-width: 1918px) { 

  
.product-para1 {
 
  font-size: 19px;
 
}
}
/*  prouduction content3================================================================= */
.production-container2 {
  background-color: #eeeff5;
}


.image-contain3 {
  width: 500px;
  height: 395px;
  display: block;
}

/*  prouduction content4================================================================= */

.image-contain4 {
  width: 500px;
  height: 400px;
  display: block;
}

/*  prouduction content5================================================================= */

.image-contain5 {
  width: 500px;
  height: 415px;
  display: block;
}

/*  prouduction content6================================================================= */

.image-contain6 {
  width: 500px;
  height: 415px;
  display: block;
}

/*  prouduction content7================================================================= */

.image-contain7 {
  width: 500px;
  height: 430px;
  display: block;
}

@media (max-width: 768px) {
  .image-contain3 {
    width: 300px;
    height: 256px;
  }
  .image-contain4 {
    width: 300px;
    height: 256px;
  }
  .image-contain5 {
    width: 300px;
    height: 256px;
  }
  .image-contain6 {
    width: 300px;
    height: 256px;
  }
  .image-contain7 {
    width: 300px;
    height: 256px;
  }
}

.container_wrap {
  background-color: #0c0e4a;;
  padding: 20px ;
  margin-top: 50px;
  color: aliceblue;
  font-size: 14px;
}
.widgettitle1 {
  margin-bottom: 20px;
  margin-left: 40px;
}
.footer-container {
  display: flex;
}

/* Styling individual columns */
.flex_column-footer{
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Styling the logo and text section */
.textwidget {
  text-align: justify;
}


.menu {
  list-style-type: none;
  margin: 0%;

}

/* Styling links in menu */
.menu-item a {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}  
.menu-item a:hover {
  color: #5069FF; /* Change color on hover */
}

.menu-item p {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.menu-item p:hover {
  color: #4e63e8; /* Change color on hover */
}

/* email and phone*/
.textwidget a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
}

.textwidget .con-mail {
  position: relative;
  top: 5px;
  margin-left: 27px;
}

.textwidget img {
margin-right: 10px;
}
.textwidget a:hover {
  color: #5069FF; /* Change color on hover */
}
.footer-powered{
  background-color: #06072b;
  color: white;
}
/* Styling the social media icons container */
.social_bookmarks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  
}

.social_bookmarks li {
  display: inline;
  margin-right: 10px; /* Adjust the spacing between icons */
}

/* Styling the social media icons */
/* ... (Previous CSS code) ... */

/* Styling the social media icons */
.social_bookmarks a {
  color: #007bff; /* Blue color for icons */
  text-decoration: none;
  font-size: 24px;
  display: inline-flex;
  align-items: center; /* Vertically align icon and text */
  transition: color 0.3s;
}

.cont1 {
  margin-left: 65px;
}
/* Styling the icon */
.social_bookmarks a i {
  margin-right: 5px; /* Adjust spacing between icon and text */
}

/* ... (Rest of the CSS code) ... */

.social_bookmarks a:hover {
  color: #007bff; /* Blue color on hover */
}
.widgettitle {
  margin-bottom: 20px;
}
.widgettitle1 {
  margin-bottom: 20px;
  margin-left: 40px;
}
.textwidget .para {
  margin-left: 25px;
  margin-top: -25px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .flex_column {
      flex-basis: 50%;
      padding: 0 10px;
  }
}
/*footer resposive---------------------------------*/
@media (max-width: 768px) {
  .flex_column {
      flex-basis: 50%;
      padding: 0 10px;
  }
  .textwidget .con-mail {
      position: relative;
      top: 5px;
      margin-left: 0px;
  }
  .cont1 {
      margin-left: 35px;
  }
  .textwidget .con-mail1 {
      position: relative;
  left: -25px;
  }
  .widgettitle1 {
      margin-bottom: 20px;
      margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .footer-container {
      display: flex;
      justify-content: space-around;
  
     
  }

  .flex_column-footer {
      margin-top: 20px;
      padding: 0 24px;
      box-sizing: border-box;
      margin-bottom: 20px;
      
  }
  .menu {
      display: block;
   }
}

/* Define styles for smaller screens */
@media screen and (max-width: 767px) {
  .footer-container {
      flex-direction: column;
  }

  .flex_column-footer {
      
      padding: 0 10px;
  }
  .menu {
     display: block;
  }
}