/* style.css */
#logo {
  width: 150px;
  height: auto;
  margin-left: 100px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 80px;
  background-color: transparent;
  transition: background-color 0.5s, height 0.5s;
}
.navbar-expand-lg .navbar-nav {
  /*flex-direction: row;*/
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: right;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: yellow;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar {
  background-color: transparent !important;
}
.carousel-div {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
}
.slider_image {
  height: 800px;
  object-fit: cover;
  width: 100%;
  /* opacity: 0.8; */
}
.carousel-caption-text {
  position: absolute;
  top: 65%;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
}
.carousel-caption-text h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: unset;
  font-family: "Winky Rough", "Poppins", sans-serif;
}
.carousel-caption-text p {
  padding-top: 15px;
  margin: 0px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.carousel-caption-text .get_started {
  margin-top: 25px;
  margin-left: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1a4683;
  border-radius: 10px;
  border: 2px solid oldlace;
  padding: 10px 20px;
  text-decoration: none;
}
.carousel-caption .get_started:hover {
  background-color: #ffffff;
  color: #1a4683;
  border: 2px solid #1a4683;
}
.sticky_details {
  width: 50px;
  height: 400px;
  position: sticky;
  top: 200px;
  left: 0px;
  z-index: 1000;
  background-color: #1a4683;
  border-radius: 0px 10px 10px 0px;
}
.about_div {
  padding: 50px 0px;
  background-color: white;
  width: 100%;
  height: auto;
}
.about_image {
  display: flex;
}
.big_pic,
.pic1,
.pic2,
.pic3 {
  width: 200px;
  height: 200px;
  position: relative;
}
.big_pic {
  left: 125px;
  top: 70px;
  height: 400px;
  width: 375px;
  box-shadow: 0px 1px 16px 4px rgba(16, 49, 135, 0.742);
  z-index: 0;
}
.small_pic {
  position: relative;
  top: 20px;
  left: 0px;
  width: 400px;
  height: 500px;
  z-index: 1;
}
.pic1,
.pic2,
.pic3 {
  position: relative;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 150px;
}
.pic1,
.pic2 {
  top: 0px;
  left: 0px;
  margin-bottom: 25px;
}
.pic1:hover,
.pic2:hover,
.pic3:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.about_image_big {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_text h1 {
  font-size: 50px;
  font-weight: bold;
  color: #1a4683;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 30px;
  font-family: "Noto Sans", sans-serif;
}
.about_text p {
  font-size: 20px;
  color: rgb(111, 111, 111);
  text-align: justify;
  padding: 0px 80px 0px 10px;
}
.strength_div {
  background-image: url("assets/website_bg/strengthbg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
.why_we {
  background-color: white;
  width: 100%;
  padding: 50px 0px;
}
.container-why-me {
  margin: auto;
  width: 1240px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
}
#why_we_heading {
  height: 90px;
  text-align: center;
}
#para_top{
  font-size: 20px;
  color: grey;
  text-align: justify;
  padding: 0px 60px;
}
.para {
  font-size: 20px;
  color: grey;
  text-align: justify;
  padding: 0px 40px;
}
.why_we_card_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px; /* Add some space between cards */
}
.why_we .card {
  margin-top: 45px;
  box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
  width: 20%;
  height: 350px;
}
.why_we .card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.para_end_why_we {
  margin-top: 30px;
  font-size: 20px;
  color: #671818;
  text-align: justify;
  padding: 0px 60px;
  font-weight: bold;
}

.line {
  width: 50px;
  height: 5px;
  padding: 0px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.heading-main {
  font-family: cambria, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: rgb(36, 61, 119);
}
.line {
  margin-top: 25px;
}
.services_container {
  margin: auto;
  width: 90%;
  height: auto;
  /* border: 2px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.card {
  width: 30%;
  height: 450px;
  border: none;
  border-radius: 10px;
}
.image {
  width: 100%;
  height: 275px;
  border-radius: 10px;
}
.symbol {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  background-color: black;
  border: 5px solid white;
  position: relative;
  top: -100px;
  margin: auto;
  z-index: 1001;
}
.symbol:hover {
  color: black;
  background-color: white;
  border: 5px solid black;
  transition: all 0.5s ease;
}
.title {
  width: 90%;
  height: 225px;
  margin: auto;
  position: relative;
  top: -135px;
  color: grey;
  text-align: center;
  background-color: white;
  padding: 25px;
  padding-top: 50px;
  border-radius: 10px;
  box-shadow: -1px 5px 10px rgba(199, 172, 172, 0.742);
}
.title:hover {
  background-color: rgb(245, 243, 243);
  color: black;
  box-shadow: -1px 5px 10px rgba(199, 172, 172, 0.742);
  transition: all 0.5s ease;
}
.technologies_container p {
  font-family: "Brush Script MT", cursive;
  font-size: 40px;
  text-align: center;
  color: rgb(62, 62, 62);
  margin-bottom: 30px;
  margin-top: 20px;
}
.logo_container {
  width: 70%;
  height: auto;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.logo_card {
  width: 15%;
  height: 15%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: -1px 5px 10px rgba(199, 172, 172, 0.742);
}
.logo_card:hover{
  box-shadow: 0px 1px 20px 2px rgba(9, 226, 246, 0.74); 
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.logo_card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.connect_us_form {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.1);
}
/*...................................Footer section............................. */
#footer_top {
  padding: 50px;
  margin-top: 40px;
  font-size: 13px;
}
#footer_our_services a, #footer_top a {
  text-decoration: none;
  font-weight: bold;
}
#footer_bottom{
    font-size: 14px;
  }

/* ...........................................................Responsiveness for the tablets */
@media ((min-width: 550px) and (max-width: 870px) ){
  #logo {
    width: 150px;
    height: auto;
    margin-left: 10px;
  }
  .about_div {
    padding: 30px 0px 5px 0px;
    background-color: white;
    width: 100%;
    height: auto;
    display: flex;
  }
  .about_image {
    padding: 0px;
  }
  .pic1,
  .pic2,
  .pic3 {
    width: 100%;
    height: 130px;
    position: relative;
  }
  .big_pic {
    left: 25px;
    top: 70px;
    width: 100%;
    height: 350px;
    box-shadow: 0px 1px 16px 4px rgba(16, 49, 135, 0.742);
    z-index: 0;
  }
  .about_text {
    align-items: center;
    height: auto;
  }
  .about_text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #1a4683;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: "Noto Sans", sans-serif;
  }
  .about_text p {
    font-size: 15px;
    color: rgb(111, 111, 111);
    text-align: justify;
    align-items: center;
    margin: auto;
    padding: 0px 20px 0px 20px;
  }
  /* .............................................why we section,...................................................*/
  .container-why-me {
    margin: auto;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
  }
  .para {
    font-size: 15px;
    color: grey;
    text-align: justify;
    padding: 0px 20px;
  }
  #para_top {
    font-size: 17px;
    color: grey;
    text-align: justify;
    padding: 0px 30px;
  }
  .why_we_card_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* column-gap: 45px; /* Add some space between cards */
    /* row-gap: 20px; /* Add some space between cards */
  }
  .why_we .card {
    margin-top: 5px;
    box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
    width: 40%;
    height: auto;
  }
  .para_end_why_we {
    margin-top: 20px;
    font-size: 17px;
    color: #671818;
    text-align: center;
    padding: 0px 20px;
    font-weight: bold;
  }
  #why_we_heading {
    height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #why_we_heading h1 {
    width: 25%;
    font-size: 35px;
  }
  #why_we_heading .line {
    margin-top: 20px;
  }

  /* .............................................services section,...................................................*/
  .services_container {
    /* margin: auto; */
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }
  #services_heading_div {
    height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #services_heading h1 {
    width: 25%;
    font-size: 35px;
  }
  #services_heading .line {
    margin-top: 20px;
  }
  .card {
    width: 75%;
    height: 450px;
    border-radius: 10px;
  }
  .image {
    width: 100%;
    height: 275px;
    border-radius: 10px;
  }
  .title {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    top: -135px;
    color: grey;
    text-align: center;
    background-color: white;
    padding: 25px;
    padding-top: 50px;
    border-radius: 10px;
    box-shadow: -1px 5px 10px rgba(199, 172, 172, 0.742);
  }
  .title h3 {
    font-size: 25px;
    font-weight: bold;
    color: #1a4683;
  }
  /* .............................................Technology section...................................................*/
  .logo_card {
    width: 30%;
    height: auto;
  }
  /* .............................................Form section...................................................*/

  #connect_us_div {
    height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #connect_us_heading h1 {
    width: 25%;
    font-size: 34px;
  }
  #connect_us_heading .line {
    margin-top: 20px;
  }
  .connect_us_form {
    width: 90%;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.1);
  }
  /* .............................................Footer section................................................... */
  #footer_top {
    font-size: 10px;
    padding: 20px;
  }
  #footer_bottom{
    font-size: 12px;
  }
  #footer_bottom .col-sm-6{
  width: 70%;
}
}

/* ..............................................................Responsiveness for the mobile devices */
@media (max-width: 550px) {
  #logo {
    width: 130px;
    height: auto;
    margin-left: 5px;
  }
  .about_div {
    padding: 30px 0px;
    background-color: white;
    width: 100%;
    height: auto;
  }
  .about_image {
    display: none;
  }
  .about_text {
    width: 100%;
    align-items: center;
    height: auto;
  }
  .about_text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #1a4683;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: "Noto Sans", sans-serif;
  }
  .about_text p {
    font-size: 15px;
    color: rgb(111, 111, 111);
    text-align: justify;
    align-items: center;
    margin: auto;
    padding: 0px 20px 0px 20px;
  }
  /* .............................................why we section,...................................................*/
  .container-why-me {
    margin: auto;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
  }
  .para {
    font-size: 12px;
    color: grey;
    text-align: justify;
    padding: 0px 20px;
  }
  #para_top {
    font-size: 14px;
    color: grey;
    text-align: justify;
    padding: 0px 20px;
  }
  .why_we_card_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* column-gap: 45px; /* Add some space between cards */
    /* row-gap: 20px; /* Add some space between cards */
  }
  .why_we .card {
    margin-top: 5px;
    box-shadow: 0px 0px 10px rgba(108, 107, 107, 0.742);
    width: 40%;
    height: auto;
  }
  .para_end_why_we {
    margin-top: 20px;
    font-size: 15px;
    color: #671818;
    text-align: justify;
    padding: 0px 20px;
    font-weight: bold;
  }
  #why_we_heading {
    height: 70px;
    margin-top: 0px;
  }
  .line {
    width: 50px;
    height: 5px;
    padding: 0px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
  }
  .heading-main {
    font-family: cambria, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: rgb(36, 61, 119);
  }
  .line {
    margin-top: 17px;
  }

  /* .............................................services section,...................................................*/
  .services_container {
    /* margin: auto; */
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }
  #services_heading_div {
    height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #services_heading h1 {
    width: 50%;
    font-size: 30px;
  }
  #services_heading .line {
    margin-top: 17px;
  }
  .card {
    width: 75%;
    height: 450px;
    border-radius: 10px;
  }
  .image {
    width: 100%;
    height: 275px;
    border-radius: 10px;
  }
  .title {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
    top: -135px;
    color: grey;
    text-align: center;
    background-color: white;
    padding: 25px;
    padding-top: 50px;
    border-radius: 10px;
    box-shadow: -1px 5px 10px rgba(199, 172, 172, 0.742);
  }
  .title h3 {
    font-size: 25px;
    font-weight: bold;
    color: #1a4683;
  }
  /* .............................................Technology section...................................................*/
  .logo_card {
    width: 45%;
    height: auto;
  }
  /* .............................................Form section...................................................*/

  #connect_us_div {
    height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #connect_us_heading h1 {
    width: 50%;
    font-size: 34px;
  }
  #connect_us_heading .line {
    margin-top: 20px;
  }
  .connect_us_form {
    width: 90%;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.1);
  }
  /* .............................................Footer section................................................... */
  #footer_top {
    font-size: 10px;
    padding: 5px;
    margin-top: 5px;
  }
  .footer_sec {
    display: none;
  }
  #footer_our_services {
    padding: 15px;
  }
  #footer_our_services a{
    font-size: 14px;
    text-decoration: none;
  }
  .footer_contact_sec {
    margin-top: 20px;
  }
  .footer_reach_us {
    width: 100%;
    font-size: 14px;
  }
  #footer_social {
    display: none;
  }
#footer_bottom{
    font-size: 13px;
  }
}
@media (max-width: 1180px) and (min-width: 770px) {
  #logo {
    width: 100px;
    height: auto;
    margin-left: 5px;
  }
  .carousel-caption-text h1 {
    font-size: 20px;
  }
  .carousel-caption-text p {
    font-size: 14px;
  }
  .carousel-caption-text .get_started {
    font-size: 18px;
    padding: 8px 16px;
  }
}
