/* common css */
body {
  /* font-family: "Roboto", sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
br,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.about_us .one .text {
  order: 1;
}

.img_md {
  order: 2;
}


/* MAIN CSS */

.meet_our_team .top-header {
  background: #0f2d46;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  color: #fbf7f5;
}


.container {
  width: 88%;
  height: 485px;
  background: #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* padding: 20px; */
  text-align: center;
  margin: 30px auto;
  padding: 10px 0;
}

/* Header Section */
.header {
  margin-bottom: 20px;
}

.header .founders {
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.header .company a {
  font-size: 24px;
  font-weight: 600;
  color: #042d74;
  letter-spacing: 2px;
  padding: 5px 0;
}


.event-date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.event-title h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
}

.event-title h1 span {
  color: #00aaff;
}

.location {
  display: inline-block;
  background: #00aaff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  margin: 10px 0;
}

.cointain .subtitle {
  font-size: 14px;
  color: #555;
}

/* Speakers Section */
.speakers {
  width: 88%;
  display: flex;
  margin-bottom: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.speaker:hover {
  transform: scale(1.1);
  transition: all 50ms linear;
}

.speaker {
  flex: 1;
  margin: 10px;
  text-align: center;
}

.speaker img {
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

.speaker .name {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  padding-bottom: 3px;
}

/* Footer Section */
.footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.footer h2 {
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: bold;
}

.footer-buttons {
  width: 103%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  background: #eee;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.btn.register {
  background: #00aaff;
  color: #fff;
}

.btn-link {
  color: #00aaff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}



.meet_our_team p {
  font-size: 17px !important;
  line-height: 28px !important;
  word-spacing: 1px !important;
}

.meet_our_team p span {
  font-size: 40px;
  font-weight: 700;
  padding-top: 2px;
  display: inline-block;

}

/* images */
/* one */
.meet_our_team .ceo_div {
  width: 90% !important;
}

.meet_our_team .one .img_ceo {
  background: url(../img/founders_photos/Bellal_CEO.svg) no-repeat;
  width: 50%;
  height: 70vh;
  background-size: 100% 100%;
}

/* two */
.meet_our_team .md_div {
  width: 90% !important;
  margin: 25px auto !important;
}

.meet_our_team .one .img_md {
  background: url(../img/founders_photos/fahim_MD.svg) no-repeat;
  width: 28%;
  height: 70vh;
  background-size: 100% 100%;
}

/* three */
.meet_our_team .coo_div {
  width: 85% !important;
  margin: 25px auto !important;
}

.meet_our_team .one .img_coo {
  background: url(../img/founders_photos/rayhan_COO.svg) no-repeat;
  width: 35%;
  height: 70vh;
  background-size: 100% 100%;
}

.meet_our_team .cto_div {
  width: 85% !important;
  margin: 25px auto !important;
}

#coo_text {
  width: 45%;
}

/* four */
.meet_our_team .one .img_cto {
  background: url(../img/founders_photos/sajdiCTO.svg) no-repeat;
  width: 35%;
  height: 70vh;
  background-size: 100% 100%;
}

#last_footer{
  margin-top: 80px; padding-top: 0px !important
}





@media (min-width: 768px) and (max-width: 1024px) {

  .container {
    width: 94%;
    height: 508px;
  }

  .speakers {
    width: 95%;
  }

  .speaker img {
    width: 170px;
    height: 245px;
  }

  .footer {
    padding-top: 8px;
  }

  .about_us .one {
    margin: 15px auto !important;
  }

  .about_us .one .text p {
    font-weight: 600;
  }

  .meet_our_team .one .img_ceo {
    width: 39%;
  }

  .meet_our_team .one .img_md {
    width: 37%;
  }

  .meet_our_team .coo_div {
    width: 90% !important;
  }

  .meet_our_team .one .img_coo {
    width: 41%;
  }

  .meet_our_team .one .img_cto {
    width: 39%;
    background-size: 113% 100%;
    background-position: center;
    filter: contrast(1.2);
  }

  .footer-buttons {
    width: 60%;
    margin: 0 auto;
  }

  .footer-buttons a:first-child {
    padding: 15px 20px !important;

  }

  .footer-buttons a:last-child {
    padding: 16px !important;
  }

  .footer-container-top {
    padding: 17px 24%;
  }

  .footer-tiffin_time-bottom {
    padding: 8px 0px 0px 30%;
  }

  .footer-tiffin_time-logo img {
    display: none;
  }

  .footer-tiffin_time-links a {
    font-size: 15px !important;
  }

  .language-selector {
    font-size: 16px !important;
  }




}

@media (min-width: 375px) and (max-width: 425px) {
  .container {
    width: 90%;
    height: inherit;

  }

  .speakers {
    flex-direction: column;
  }

  .about_us h2{
    font-size: 25px !important;
        margin-top: 10px;
        margin-bottom:5px;
  }

  .footer {
    padding-top: 10px !important;
  }

  .about_us .one {
    flex-direction: column;
  }

  .about_us .one {
    width: 90% !important;
    margin: auto !important;
  }

  .about_us .one .text {
    width: 85% !important;
    order: 2;
  }

  .meet_our_team .one .img_ceo {
    width: 70%;
    height: 45vh !important;
    border-radius: 12% !important;
  }

  .img_md {
    order: 1;
  }

  .meet_our_team .one .img_md {
    width: 70%;
    height: 45vh !important;
        border-radius: 12% !important;
  }

  .meet_our_team .one .img_coo {
    width: 75%;
    height: 45vh !important;
        border-radius: 15% !important;
  }

  .meet_our_team .one .img_cto {
    width: 70%;
    height: 45vh !important;
    background-size: 116% 100%;
    background-position: center;
    filter: contrast(1.2);
        border-radius: 12% !important;
  }

  .footer-buttons{
width: 95% !important;
        margin-top: 20px !important;
  }




.footer-container-top{
      padding: 17px 5% !important;
}

.footer-buttons a:first-child{
  padding: 8px !important;
}

.footer-buttons a:last-child{
          padding: 9px 7px !important;
}

.btn-link{
      margin-left: 23px;
}

#last_footer{
  margin-top: 45px !important;
}


.footer-tiffin_time-links{
  padding-right: 0 !important;
}

.language-selector{
  padding-right: 0px !important;
}

.footer-bottom-info p{
  font-size: 14px !important;
}



  .footer-tiffin_time-top {
    margin-left: 0 !important;
  }

  .footer-tiffin_time-bottom {
    padding: 15px 0px 0px 0% !important;
  }

  .social-media {
    padding-left: 0 !important;
  }

  .footer-tiffin_time-apps {
    padding-left: 0 !important;
    padding-top: 40px !important;
  }

  .deliver_img img {
    display: none;
  }

  .footer-bottom-info p {
    font-size: 15px !important;
  }



}