* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --color-black: #000;
  --base-color: #047835;
  --secondar-color: #eafff1;
  --color-white: #ffffff;
  --color-blue: #022147;
  --color-golden: #efa758;
  --color-golden-light: #deb669;
  --color-gray: #f3f3f0;
  --color-light-gray: #999999;
  --color-light_black: #6d6d6d;
}
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-f516035cb806da4a249e.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-46e441a492e5db01a626.ttf)
      format("truetype");
}
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-aa601df2de76cd05565b.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-c8b8a9932c11d2c59584.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-84f82f94f85c86547d1b.ttf)
      format("truetype"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_600_v2-a7594ac15c232b284a78.eot)
      format("embedded-opentype");
}
@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff2)
      format("woff2"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-72cba63e779d86520525.woff)
      format("woff"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-7084d97ccd992205d87b.ttf)
      format("truetype"),
    url(https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-6f30c4f7cce4d463f8e4.eot)
      format("embedded-opentype");
}

body {
  font-family: "Shurjo";
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  color: var(--black);
  background-color: var(--white);
  margin: 0;
  padding: 0;
}
p {
  display: block;
}
a {
  text-decoration: none;
  vertical-align: top;
}

.border-bottom {
  border-bottom: 1px solid var(--light-gray);
  -webkit-box-shadow: 0 0px 2px 0 rgb(32 33 36 / 28%);
  box-shadow: 0 0px 2px 0 rgb(32 33 36 / 28%);
}
.container-full {
  width: 100%;
  margin-bottom: 85px;
}
.container_middle {
  width: 1240px;
  margin: 0 auto;
  display: block;
}
.header_full_container {
  background-color: var(--white);
  margin-bottom: 30px;
}
.header {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 620px;
}
.header_left_portion {
  background-color: var(--color-blue);
  display: grid;
  align-content: center;
  justify-content: center;
  position: relative;
}
.header_nav_icon {
  color: var(--color-white);
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: 40px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 12px 8px 12px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav {
  padding-top: 15px;
}
.sidenav a {
  font-size: 1rem;
}

.header_left_portion h1 {
  color: var(--color-white);
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}
.big_heading {
  font-size: 4rem;
  font-weight: bold;
}
.header_left_portion p {
  color: var(--color-white);
  font-size: 1rem;
  margin: 10px 0;
  text-align: center;
}
.header_right_image {
  background-image: url("https://images.prothomalo.com/prothomalo-bangla/2021-06/bae4f6b7-5cc5-4c93-b643-a3d78fb81d03/latifur_rahman.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: stickyHeader 0.4s ease-in-out 1;
  /* -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; */
}

.header a img:hover {
  /* transform: translate(0, -6px); */
  animation: myfirst 0.2s ease-in 1;
  /* animation-direction: alternate; */
  /* animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
}
.bio_full_container {
  padding: 16px 0;
  margin-bottom: 115px;
  /* padding-top: 130px; */
}
.bio {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-gap: 25px;
}
.bio_image_container {
}
.bio_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio_text_container {
  display: grid;
  align-content: center;
  justify-content: center;
}
.bio_text_container h2 {
  margin-bottom: 7px;
  padding-bottom: 0px;
  color: #0099ff;
  font-weight: bold;
  font-size: 1.6rem;
  border: none;
}
.details_data:hover h3,
.details_data:hover p,
.details_data:hover,
.details_data:hover + .bio_author {
  text-decoration: underline;
}
.bio_text_container p {
  line-height: 1.5;
  font-size: 1.125rem;
}
.bio_card_container {
  display: block;
  /* box-shadow: 0 0px 2px 1px rgb(0 0 0 / 15%); */
  margin: 0px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  transition: all 0.2s ease-in-out;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.bio_card_container:hover {
  /* box-shadow: 0 5px 22px 0 rgb(0 0 0 / 25%); */
}

.bio_text_container p:nth-of-type(3) {
  border-bottom: 1px solid #f7d6b1;
  padding-bottom: 35px;
  margin-bottom: 38px;
}
.bio_text_container p.bio_author {
  line-height: 1.7;
  font-size: 1.2rem;
  border-bottom: 1px solid #f7d6b1;
  padding-bottom: 34px;
  border: none;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0 35px;
  color: var(--color-golden);
}
.modal-body p {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.bio_read_more_btn {
  background-color: var(--color-golden);
  color: var(--color-white);
  border: none;
  padding: 17px 25px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 30px;
}
.main_article_each_container .bio_read_more_btn {
  padding: 9px 22px;
  margin-top: 9px;
}
.main_video_container_full {
  padding: 8px 0;
}

.heading_container h2 {
  font-size: 2.5rem;
  text-align: center;
  color: var(--color-black);
  position: relative;
  padding-bottom: 50px;
  background: url("https://images.prothomalo.com/prothomalo-bangla/2021-06/61194002-027b-4897-aeac-901f75366335/heading_icon_gray.png")
    no-repeat bottom center;
}

.faraz_corner_container_middle h2 {
  font-size: 2.5rem;
  text-align: center;
  color: var(--color-black);
  position: relative;
  padding-bottom: 50px;
  background: url("https://images.prothomalo.com/prothomalo-bangla/2021-06/16baeedc-7db1-44a7-b2a7-286a9f134118/heading_icon_blue.png")
    no-repeat bottom center;
}
.main_article_container_middle .heading_container h2,
.main_photo_container_middle .heading_container h2,
.faraz_corner_container_middle .heading_container h2,
.main_video_container .heading_container h2 {
  background: url("https://images.prothomalo.com/prothomalo-bangla/2021-06/6cc1139f-ab35-41aa-b538-88b9b0df52e4/heading_icon_white.png")
    no-repeat bottom center;
}
.main_video_container .heading_container h2,
.main_photo_container_middle .heading_container h2 {
  padding-bottom: 38px;
  background-size: 153px auto;
  padding-left: 40px;
  padding-right: 40px;
}
.heading_container {
  display: grid;
  justify-content: center;
  margin-bottom: 45px;
}
.faraz_article_container_full {
  background-color: var(--color-gray);
  padding: 50px 0;
}

.faraz_article_each {
  background: var(--color-white);
  overflow: hidden;
}
.faraz_story_content_part {
  padding: 10px 16px;
}

.faraz_article_each a:hover {
  text-decoration: none;
}
.faraz_article_container h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-black);
  text-decoration: none;
  text-align: left;
  margin: 12px 0 8px;
}
.faraz_article_container p {
  font-size: 1rem;
  color: #555;
  text-decoration: none;
  margin: 5px 0 8px;
}
.faraz_article_container p.date {
  font-size: 0.8rem;
  color: #999999;
  text-decoration: none;
  margin: 5px 0 8px;
}

.second_heading_icon {
  left: 70px;
}
.video_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
}

.video_each_container p {
  color: var(--color-light-gray);
  font-size: 1rem;
  margin-bottom: 15px;
}
.video_title_container {
  margin-top: 22px;
}
.video_title_container h3 {
  font-weight: bold;
  font-size: 1.7rem;
  color: var(--color-black);
  text-align: left;
  margin: 0;
}

.slider_container {
  display: grid;
  grid-template-columns: 40px 40px;
  grid-column-gap: 24px;
  justify-content: center;
}
.slider {
  width: 40px;
  height: 40px;
  background-color: var(--color-white);
  display: grid;
  justify-content: center;
  align-content: center;
}
.video_container1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 30px;
}

.main_photo_container_middle .slider,
.main_article_container_middle .slider {
  background-color: var(--color-gray);
}
.slider:hover {
  background-color: var(--color-golden);
}

.arrow {
  border: solid #999999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slider:hover .arrow {
  border: solid var(--color-white);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

img {
  width: 100%;
  height: auto;
}

.main_article_container {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 45px;
  margin-bottom: 50px;
}
.main_article_left_container {
  border-right: 2px solid #f0f0f0;
  padding-right: 20px;
  margin-right: 20px;
}
.main_article_each_container {
  margin-bottom: 32px;
}
.main_article_image_header_container {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-column-gap: 20px;
  margin-bottom: 15px;
}
.main_article_image_header_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_article_list_container {
  margin-bottom: 42px;
}

.main_article_image_header_container h3 {
  text-align: left;
  font-size: 1.6rem;
  color: var(--color-black);
  margin: 3px 0 2px;
}
.main_article_image_header_container h5 {
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 0.8rem;
}
.main_article_container p {
  /* color: var(--color-light_black); */
  font-size: 1rem;
  margin: 6px 0;
  line-height: 1.5;
}
.main_article_date {
  color: var(--color-golden);
  margin: 0 0 5px;
}
.main_article_list_container h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 4px 0 28px 0;
  color: var(--color-black);
  text-align: left;
}

.main_article_right_image {
  border: 2px solid #000;
  padding: 55px 33px;
}

.english_article_container_full {
  background-color: var(--color-gray);
  padding: 50px 0;
}
.english_article_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
}
.english_article_content_each {
  background-color: var(--color-white);
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.english_article_content_each h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-black);
  text-decoration: none;
  text-align: center;
  margin: 12px 0 8px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

.english_article_content_each h3 .author {
  color: #5d5959;
  text-align: center;
  font-weight: 400;
  font-family: roboto, sans-serif;
  display: block;
  font-size: 15px;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}

.english_article_content_each p.author {
  font-size: 1rem;
  color: #494949;
  margin: 15px 0 19px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.english_article_content_each p {
  font-size: 1rem;
  color: #5b5b5b;
  text-decoration: none;
  margin: 16px 0 8px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.english_article_content_each .bio_read_more_btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 14px 25px;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
}

.main_photo_container {
  display: block;
  margin-bottom: 50px;
  transition: 0.5s;
}
.main_photo_container a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 9px;
}
.main_photo_container_2,
.main_photo_container_3,
.main_photo_container_4 {
  display: none;
}
.faraz_photo_container_2,
.faraz_photo_container_3,
.faraz_photo_container_4 {
  display: none;
}
.content_container_full {
  margin: 32px 0;
  padding: 32px 0;
}
h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 20px 0 26px 0;
  color: #0a2372;
  text-align: center;
}
.content_container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
}
.each_story_container {
  border: 1px solid var(--light-gray);
  min-height: 322px;
}
.content_portion {
  padding: 8px 16px;
}
.content_portion h2 {
  color: #06632d;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 6px 0;
}
.content_portion p {
  font-size: 0.93rem;
  color: #2e2e2e;
  line-height: 1.5;
  margin: 3px 0;
}
.faraz_corner_container_full {
  background-color: var(--white);
}
.faraz_corner_container {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 620px;
}
.faraz_corner_right_portion {
  background-color: var(--color-blue);
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 0px 56px;
  text-align: center;
}
.faraz_corner_right_portion p {
  color: var(--color-golden-light);
  margin-bottom: 6px;
}
button:focus {
  outline: none;
}

.faraz_corner_right_portion h2 {
  color: var(--color-white);
  margin-bottom: 30px;
}
p.faraz_short_bio {
  margin: 35px 0;
}
.faraz_left_image {
  background-image: url("https://images.prothomalo.com/prothomalo-bangla/2021-06/761c8e2a-04a4-44bf-aa0b-4fe8f5163830/faraz_big_image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.faraz_article_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 50px;
}

figure {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
}
.qt-figure .qt-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.zoom-desktop {
  transform: none;
  transition: transform 0.1s ease-out;
}
.zoom-desktop:hover {
  transform: scale(1.04);
}

.facebook_share_container {
  position: fixed;
  bottom: 6px;
  left: 2px;
  z-index: 999;
  height: 153px;
  transform: rotate(-90deg);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.modal-dialog {
  max-width: 60%;
  margin: 1.75rem auto;
}
.modal-title {
  font-weight: bold;
}
span.icon {
  background: #e2e2e2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  /* line-height: 58px; */
  vertical-align: middle;
  margin-right: 8px;
}
.timeline-slider .owl-controls,
.timeline-slider .owl-buttons {
  margin-top: 32px;
}
.latifur-slider.owl-carousel.owl-theme {
  width: 98%;
}
.video_image_container {
  position: relative;
  overflow: hidden;
}
.video_image_container .video_thumb_image:hover {
  transform: scale(1.015);
  transition: 0.1s;
}

.video_icon {
  margin: 0;
  position: absolute;
  top: 42%;
  left: 42%;
  width: 60px;
}

/* .is-close {
  display: none;
} */
.footer_full_container {
  background-color: var(--color-blue);
  padding: 26px 0;
  margin-bottom: 0;
}
.footer_full_container p {
  color: var(--color-white);
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

@keyframes myfirst {
  0% {
    transform: translate(0, 0px);
  }
  40% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 0px);
  }
  60% {
    transform: translate(0, -2px);
  }
  80% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes stickyHeader {
  0% {
    transform: translate(0, -100px);
  }

  100% {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 800px) {
  .container-full {
    width: 100%;
    margin-bottom: 55px;
  }
  .header_full_container {
    margin-bottom: 10px;
  }
  .container_middle {
    width: 94% !important;
    margin: 0 auto;
  }
  .header {
    display: block;
    height: auto;
  }
  .header_left_portion {
    height: 472px;
  }
  .header_left_portion h1 {
    color: var(--color-white);
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .big_heading {
    font-size: 3.1rem;
  }
  .header_left_portion p {
    margin: 0px 0;
  }
  .heading_container h2 {
    font-size: 1.9rem;
    position: relative;
    padding-bottom: 42px;
    background: url(https://images.assettype.com/prothomalo-bangla/2021-07/84e4e884-f3df-439d-b826-d1755b705472/heading_icon_gray.png)
      no-repeat bottom center;
  }
  .content_container {
    display: block;
  }
  .bio {
    display: block;
  }

  .bio_text_container {
    display: block;
    margin-top: 16px;
  }
  .video_container {
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    margin-bottom: 25px;
  }
  .faraz_article_container {
    display: block;
  }
  .faraz_article_each {
    margin-bottom: 16px;
  }
  .video_title_container {
  }
  .video_container1 {
    display: block;
    padding-bottom: 30px;
  }
  .video_each_container {
    margin-bottom: 30px;
  }

  .main_article_right_image {
    display: none;
  }
  .main_article_container {
    display: block;
  }
  .main_article_image_header_container {
    grid-template-columns: 0.7fr 0.7fr;
    grid-column-gap: 16px;
  }

  .timeline-slider .owl-controls,
  .timeline-slider .owl-buttons {
    margin-top: 32px;
  }
  .english_article_container {
    display: block;
  }
  .english_article_content_each {
    margin-bottom: 24px;
  }
  .main_article_left_container {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
  .main_photo_container {
    grid-template-columns: repeat(2, 1fr);
    /* display: none; */
  }
  .main_photo_container a {
    width: 48%;
    margin-right: 2%;
  }
  .main_photo_container a:nth-of-type(2),
  .main_photo_container a:nth-of-type(4),
  .main_photo_container a:nth-of-type(6),
  .main_photo_container a:nth-of-type(8),
  .main_photo_container a:nth-of-type(10),
  .main_photo_container a:nth-of-type(12) {
    margin-right: 0;
  }

  .main_article_image_header_container h3 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.5rem;
    margin: 20px 0 26px 0;
  }
  .each_story_container {
    margin-bottom: 16px;
  }
  .faraz_corner_container {
    display: block;
    height: auto;
  }
  .faraz_corner_right_portion {
    padding: 40px 20px;
  }
  .video_title_container h3 {
    font-size: 1.4rem;
  }
  .main_article_container p {
    margin: 1px 0;
  }

  .header_right_image {
    display: none;
  }
  .footer_full_container {
    margin-bottom: 0;
  }
}
