@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap');

.hovereffect,
.hovereffect h2,
.rig-cell,
.wwd-inner,
.wwd-inner h4,
.wwd-inner p {
  text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
figure {
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}

p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 20px;
  color: #828282;
}

a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #FA4659;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #FA4659;
  text-decoration: none;
  outline: 0;
}

.stud,
.stud li {
  list-style-type: none
}


.navbar {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  margin: 0;
  width: 100%;
  padding: 7px 0;
  z-index: 1001;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 41px; /* Default position considering the top header */
  position: fixed;

}




@media screen and (max-width: 768px) {
  .navbar {
    padding: 20px 0;
  }
}

footer {
  /* background-color: #f2f2f2; */
  padding: 25px;
}

::-webkit-selection {
  color: #fff;
  background: #FA4659;
}

::-moz-selection {
  color: #fff;
  background: #FA4659;
}

::selection {
  color: #fff;
  background: #FA4659;
}



.navbar-toggle {
  background-color: #333;
}

@media only screen and (max-width: 480px) {
  .query {
    flex-direction: column !important;
  }

  .navbar{
    margin-top: -50px !important;
  }
}


.navbar-brand {
  height: 80px;
  padding-top: 1px
}

.hovereffect,
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.navbar-inverse .navbar-nav>li>a {
  color: #394d58
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #CCC;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px
}

.nav-item .btn.btn-primary {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.nav-item .btn.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  transform: translateY(-1px);
}

.ccollapse {
  margin-top: 20px
}

.topmrgn {
  margin-top: 91px
}


@media(max-width:576px) {
  .top-header {
    display: none;
  }
  .navbar {
    margin-top: 0;
    position: fixed;
    top: 0;
  }
  .topmrgn {
    margin-top: 70px;
  }
}
.box {
  border: 1px solid #d6d6d6;
  background-color: #FFF;
  padding-top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d6d6d6
}

.wwd-inner {
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #657d8b;
  padding: 0 15px 40px;
  margin-top: 15px;
  background: #fdfdfd;
  border-radius: 5px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  cursor: pointer;
  box-shadow: 0 3px 0 #657d8b
}

.wwd-inner:hover {
  border-color: #fff;
  box-shadow: 0 0 10px grey;
  background: #fff
}

.wwd-inner h4 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  color: #657d8b;
  padding-top: 10px
}

.wwd-inner p {
  font-size: 14px;
  color: #797979;
  margin: 30px 0;
  min-height: 60px
}

.wwd-inner a {
  color: #657d8b;
  text-decoration: none;
  border: 1px solid #657d8b;
  padding: 8px 10px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s
}

.wwd-inner a:hover {
  background: #657d8b;
  color: #fff
}

h1 span {
  color: #657d8b
}

.blck_foot {
  background-color: #000;
  color: #FFF
}

.custm_h2 {
  color: #657d8b
}

.hovereffect a.info,
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff
}

.hovereffect {
  float: left;
  position: relative;
  cursor: default
}

.hovereffect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.hovereffect h2 {
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100)
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0)
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

#rig {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
  background-color: none
}

.rig-cell,
.rig-img {
  border: none;
  background-color: #fff;
  position: relative
}

#rig li {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.rig-cell {
  margin: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
  padding: 16px;
  color: #555;
  text-decoration: none;
  display: block;
  overflow: hidden
}

.rig-cell h3 {
  font-size: 18px;
  font-weight: 400
}

.rig-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 83.461538%;
  background-size: cover;
  background-image: url(img/web-ui.html);
  background-repeat: no-repeat
}

.rig-img:after,
.rig-overlay {
  position: absolute;
  filter: alpha(opacity=0);
  transition: all .3s
}

.rig-img:after {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '+';
  color: #fff;
  padding-top: 14%;
  font-size: 30px;
  opacity: 0;
  transform: scale(0)
}

#rig li:hover .rig-img:after {
  opacity: 1;
  transform: scale(1)
}

.rig-overlay {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #f1f1f1;
  background-size: 50px 50px;
  opacity: 0
}

#rig li:hover .rig-overlay {
  opacity: .5
}

.stud {
  padding: 0;
  margin: 0
}

.stud li {
  margin: 10px 0;
  font-size: 16px;
  color: #000
}

@media (max-width:9000px) {
  #rig li {
    width: 25%
  }
}

@media (max-width:800px) {
  #rig li {
    width: 33.33%
  }
}

@media (max-width:500px) {
  #rig li {
    width: 50%
  }
}

@media (max-width:350px) {
  #rig li {
    width: 100%
  }
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none !important;
}

.navbar-inverse {
  background-color: #222;
  border: none !important;
}



@font-face {
  font-family: myFirstFont;
  /*
  src: url(sansation_light.woff);*/
  src: url(../fonts/comicbd.html);
}

.font {
  font-family: myFirstFont;
  color: #00B3FF
}


/* hero section start*/

.hero {
  position: relative;
  height: 700px; /* Default height for larger screens */
  background-image: url('../img/ban1.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* Text color */
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.589); /* Black shade with 59% opacity */
}

.hero-text {
  position: relative;
  z-index: 1; /* Ensure text is above the overlay */
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero {
    height: 500px; /* Adjust height for tablets and smaller devices */
  }
}

@media (max-width: 480px) {
  .hero {
    height: 500px; /* Adjust height for mobile phones */
  }

  .hero-text h1 {
    font-size: 24px; /* Adjust font size for smaller screens */
  }
}

/* hero section end*/




/*** Case Study ***/
.case-item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.case-item img {
  transition: .5s;
  width: 100%;
}

.case-item:hover img {
  transform: scale(1.2);
}

.case-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: justify;
  left: 0;
  display: flex;
  text-decoration: none !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(20, 24, 62, 0.5), #0e0e0e);
  z-index: 1;
}

.case-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: #FFFFFF;
  font-size: 16px;
  background: rgb(4 4 4 / 70%);
  border-radius: 25px;
  margin-bottom: 15px;
  text-decoration: none;
}

.case-overlay h5 {
  color: #FFFFFF;
}

.case-overlay .btn {
  background-color: #394d58 !important;
  border: none;
}

.case-overlay span.btn:hover {
  color: var(--primary);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

@media only screen and (max-width:480px) {
  .case-item {
    margin-bottom: 2rem;
  }

  .case-overlay {
    padding: 10px;
  }

  .case-overlay small {
    padding: 3px 9px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 5px;
    text-decoration: none;
  }
}


.service-item {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: #657d8b;
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item h5 {
  font-size: 18px;
  font-weight: 600;
}

.service-item .btn-light {
  background-color: #cfcfcf;
  color: #000;
}

.service-item .btn-light .fas {
  padding-left: 1rem;
}

.service-item:hover h5,
.service-item:hover p {
  color: #fff;
}

.service-item:hover .icon-box-primary::before {
  background: #394d58;
}

.service-item:hover .icon-box-primary i {
  color: gray !important;
}



/*** Project ***/
.project-item {
  position: relative;
  width: 100%;
  padding: 1rem;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, .4); */
}

.project-item img {
  width: 100%;
}

.project-item .project-title {
  position: absolute;
  top: auto;
  right: 2rem;
  bottom: 1rem;
  left: 2rem;
  padding: 0.5rem;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
  text-decoration: none;
}

.project-item .project-title h4 {
  margin-bottom: 5px;
}

.project-item:hover .project-title {
  color: #FFFFFF;
  background: #394d58;
}

/*** Footer ***/
@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: var(--secondary);
  }
}

.footer {
  padding: 3rem 0rem;
}

.footer .fab {
  color: #fff !important;
}

.footer .fab:hover {
  color: #fff !important;
}

.footer .fa {
  margin-right: 1rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .text-light {
  margin-top: 3rem;
}

.footer .navbar-brand {
  width: 100%;
}

.footer-shape::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: var(--secondary);
  transform: skew(40deg);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, .5);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  padding: 2rem 0rem;
}

.copyright .text-primary {
  color: #394d58;
}

.copyright .text-primary:hover {
  color: #fff;
}

.colabration-banner {
  background-image: url(../img/colabration.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}


.form {
  background-color: #fff;
  /* background: linear-gradient(rgb(255 255 255 / 90%), rgb(211 211 211)); */
  padding: 2.2rem;
  margin-left: 1rem;
  border-radius: 5px;
  box-shadow: 1px 0px 6px 8px rgba(61, 61, 61, 0.09);
}

.form h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  color: #394d58;
  margin-bottom: 1rem;
}

.form p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #aeaeae;
}

.form form {
  margin-top: 2.5rem;
}

.form form .form-control {
  border-bottom: 1px solid #394d58 !important;
  border-radius: 0;
  margin-bottom: 2rem;
  background-color: transparent;
  color: #394d58;
  border: none;
}

.form form input::placeholder,
.form form textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #394d58;
  text-transform: capitalize;
}

.form form input:focus {
  outline: none;
  box-shadow: none;
}

.form form select:focus {
  outline: none;
  box-shadow: none;
}

.form form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form form .btn-yollow {
  font-style: normal;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #fff;
  background-color: #394d58;
  text-transform: uppercase;
}

.form form .btn-yollow:hover {}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal.show .modal-content {
  transform: translateY(0);
}
.modal-content {
  border-radius: 15px !important;
}
.form-control, .form-select {
  border: 2px solid #e9ecef !important;
  transition: all 0.3s ease !important;
}
.form-control:focus, .form-select:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.15) !important;
}

/* Carousel Styles */
  /* Ensure the carousel height on small screens */
  .carousel {
    height: 100vh;
  }
  .carousel-caption{
    margin-top: 100px;
  }
  @media (max-width: 768px) {
    .vh-100 {
      height: 75vh !important;
    }
    .display-4 {
      font-size: 1.8rem;
    }
    .fs-5 {
      font-size: 1rem;
    }
    .btn {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
    }
    .carousel-caption{
      margin-top: 70px;
    }
  }
  @media(max-width:576px)
  {
    .carousel-caption{
      margin-top: 50px;
    }
    .display-4 {
      font-size: 1.4rem;
    }
    .fs-5 {
      font-size: 10pt;
    }
  }

  /* Adjust the carousel height on medium screens */
  @media (min-width: 769px) and (max-width: 992px) {
   .vh-100 {
      height: 80vh!important;
    }
   .display-4 {
      font-size: 2rem;
    }
   .fs-5 {
      font-size: 1.2rem;
    }
  }





.box {
  border: 1px solid #d6d6d6;
  background-color: #FFF;
  padding-top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #d6d6d6
}

.wwd-inner {
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #657d8b;
  padding: 0 15px 40px;
  margin-top: 15px;
  background: #fdfdfd;
  border-radius: 5px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  cursor: pointer;
  box-shadow: 0 3px 0 #657d8b
}

.wwd-inner:hover {
  border-color: #fff;
  box-shadow: 0 0 10px grey;
  background: #fff
}

.wwd-inner h4 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  color: #657d8b;
  padding-top: 10px
}

.wwd-inner p {
  font-size: 14px;
  color: #797979;
  margin: 30px 0;
  min-height: 60px
}

.wwd-inner a {
  color: #657d8b;
  text-decoration: none;
  border: 1px solid #657d8b;
  padding: 8px 10px;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s
}

.wwd-inner a:hover {
  background: #657d8b;
  color: #fff
}

h1 span {
  color: #657d8b
}

.blck_foot {
  background-color: #000;
  color: #FFF
}

.custm_h2 {
  color: #657d8b
}

.hovereffect a.info,
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff
}

.hovereffect {
  float: left;
  position: relative;
  cursor: default
}

.hovereffect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear
}

.hovereffect h2 {
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100)
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0)
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

#rig {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
  background-color: none
}

.rig-cell,
.rig-img {
  border: none;
  background-color: #fff;
  position: relative
}

#rig li {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.rig-cell {
  margin: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
  padding: 16px;
  color: #555;
  text-decoration: none;
  display: block;
  overflow: hidden
}

.rig-cell h3 {
  font-size: 18px;
  font-weight: 400
}

.rig-img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 83.461538%;
  background-size: cover;
  background-image: url(img/web-ui.html);
  background-repeat: no-repeat
}

.rig-img:after,
.rig-overlay {
  position: absolute;
  filter: alpha(opacity=0);
  transition: all .3s
}

.rig-img:after {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '+';
  color: #fff;
  padding-top: 14%;
  font-size: 30px;
  opacity: 0;
  transform: scale(0)
}

#rig li:hover .rig-img:after {
  opacity: 1;
  transform: scale(1)
}

.rig-overlay {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #f1f1f1;
  background-size: 50px 50px;
  opacity: 0
}

#rig li:hover .rig-overlay {
  opacity: .5
}

.stud {
  padding: 0;
  margin: 0
}

.stud li {
  margin: 10px 0;
  font-size: 16px;
  color: #000
}

@media (max-width:9000px) {
  #rig li {
    width: 25%
  }
}

@media (max-width:800px) {
  #rig li {
    width: 33.33%
  }
}

@media (max-width:500px) {
  #rig li {
    width: 50%
  }
}

@media (max-width:350px) {
  #rig li {
    width: 100%
  }
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none !important;
}

.navbar-inverse {
  background-color: #222;
  border: none !important;
}



@font-face {
  font-family: myFirstFont;
  /*
  src: url(sansation_light.woff);*/
  src: url(../fonts/comicbd.html);
}

.font {
  font-family: myFirstFont;
  color: #00B3FF
}

/*** Case Study ***/
.case-item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.case-item img {
  transition: .5s;
  width: 100%;
}

.case-item:hover img {
  transform: scale(1.2);
}

.case-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: justify;
  left: 0;
  display: flex;
  text-decoration: none !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(20, 24, 62, 0.5), #0e0e0e);
  z-index: 1;
}

.case-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: #FFFFFF;
  font-size: 16px;
  background: rgb(4 4 4 / 70%);
  border-radius: 25px;
  margin-bottom: 15px;
  text-decoration: none;
}

.case-overlay h5 {
  color: #FFFFFF;
}

.case-overlay .btn {
  background-color: #394d58 !important;
  border: none;
}

.case-overlay span.btn:hover {
  color: var(--primary);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

@media only screen and (max-width:480px) {
  .case-item {
    margin-bottom: 2rem;
  }

  .case-overlay {
    padding: 10px;
  }

  .case-overlay small {
    padding: 3px 9px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 5px;
    text-decoration: none;
  }
}


.service-item {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
  background: #657d8b;
}

.service-item:hover::before {
  height: 100%;
  top: 0;
}

.service-item * {
  position: relative;
  transition: .5s;
  z-index: 1;
}

.service-item h5 {
  font-size: 18px;
  font-weight: 600;
}

.service-item .btn-light {
  background-color: #cfcfcf;
  color: #000;
}

.service-item .btn-light .fas {
  padding-left: 1rem;
}

.service-item:hover h5,
.service-item:hover p {
  color: #fff;
}

.service-item:hover .icon-box-primary::before {
  background: #394d58;
}

.service-item:hover .icon-box-primary i {
  color: gray !important;
}



/*** Project ***/
.project-item {
  position: relative;
  width: 100%;
  padding: 1rem;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, .4); */
}

.project-item img {
  width: 100%;
}

.project-item .project-title {
  position: absolute;
  top: auto;
  right: 2rem;
  bottom: 1rem;
  left: 2rem;
  padding: 0.5rem;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
  text-decoration: none;
}

.project-item .project-title h4 {
  margin-bottom: 5px;
}

.project-item:hover .project-title {
  color: #FFFFFF;
  background: #394d58;
}

/*** Footer ***/
@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: var(--secondary);
  }
}

.footer {
  padding: 3rem 0rem;
}

.footer .fab {
  color: #fff !important;
}

.footer .fab:hover {
  color: #fff !important;
}

.footer .fa {
  margin-right: 1rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .text-light {
  margin-top: 3rem;
}

.footer .navbar-brand {
  width: 100%;
}

.footer-shape::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: var(--secondary);
  transform: skew(40deg);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, .5);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  padding: 2rem 0rem;
}

.copyright .text-primary {
  color: #394d58;
}

.copyright .text-primary:hover {
  color: #fff;
}

.colabration-banner {
  background-image: url(../img/colabration.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}


.form {
  background-color: #fff;
  /* background: linear-gradient(rgb(255 255 255 / 90%), rgb(211 211 211)); */
  padding: 2.2rem;
  margin-left: 1rem;
  border-radius: 5px;
  box-shadow: 1px 0px 6px 8px rgba(61, 61, 61, 0.09);
}

.form h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  color: #394d58;
  margin-bottom: 1rem;
}

.form p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #aeaeae;
}

.form form {
  margin-top: 2.5rem;
}

.form form .form-control {
  border-bottom: 1px solid #394d58 !important;
  border-radius: 0;
  margin-bottom: 2rem;
  background-color: transparent;
  color: #394d58;
  border: none;
}

.form form input::placeholder,
.form form textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #394d58;
  text-transform: capitalize;
}

.form form input:focus {
  outline: none;
  box-shadow: none;
}

.form form select:focus {
  outline: none;
  box-shadow: none;
}

.form form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form form .btn-yollow {
  font-style: normal;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #fff;
  background-color: #394d58;
  text-transform: uppercase;
}

.form form .btn-yollow:hover {}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal.show .modal-content {
  transform: translateY(0);
}
.modal-content {
  border-radius: 15px !important;
}
.form-control, .form-select {
  border: 2px solid #e9ecef !important;
  transition: all 0.3s ease !important;
}
.form-control:focus, .form-select:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.15) !important;
}



/*working process start*/
.training-process {
  text-align: center;
}
.process-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.progress-bar-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ddd;
}
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #007bff;
  transition: width 5s linear;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  position: relative;
  text-align: center;
}
.step-number {
  background: #007bff;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 10px;
}
.step-icon i {
  font-size: 30px;
  color: #007bff;
}
@media (max-width: 768px) {
  .process-container {
      flex-direction: column;
      align-items: center;
  }
  .progress-bar-container {
      width: 5px;
      height: 100%;
      left: 50%;
      top: 0;
  }
  .progress-bar {
      width: 100%;
      height: 0;
      transition: height 5s linear;
  }
  .process-step {
      width: 100%;
      margin-bottom: 30px;
  }
}

/*working process end*/

/*team start*/

/* Section Background */
.team-section {
  background-color: #f8f9fa;
}

/* Team Card Styling */
.team-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Image Container with Hover Effect */
.team-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-img-container img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.team-card:hover .team-img-container img {
  transform: scale(1.1);
}

/* Overlay Effect */
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

/* Section Title */
.text-primary {
  color: #007bff !important;
}

/*team end*/


.certificate {
  text-align: justify;
  box-shadow: 3px 4px 15px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.certificate img {
  height: 240px;
  object-fit: cover;
}

.certificate h2 {
  font-size: 16px;
  font-weight: 600;
}

.certificate hr {
  margin: 10px 0;
}

.pera-break {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}