* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --white: #ffffff;
  --black: #000;
  --base-color: #047835;
  --secondar-color: #eafff1;
  --sky-color: #8fd8e7;
  --light-gray: #dcdcdc;
  --light-black: #222;
}
@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: inline-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%;
}
.container {
  width: 1170px;
  margin: 0 auto;
  display: block;
}
.header_full_container {
  background-color: var(--white);
}
.header {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 162px auto;
}
.client_logo {
  height: 73px;
}
.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 {
  font-size: 0;
}

.palo_logo {
  float: right;
  margin-top: 25px;
  height: 26px;
}

.header a img {
  /* transition: 0.3s; */
}

.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; */
}
.banner_full_container {
  background-color: var(--secondar-color);
  padding: 16px 0;
  margin-bottom: 32px;
  /* padding-top: 130px; */
}
img {
  max-width: 100%;
  height: auto;
}
.ad_container_full {
  /* border-bottom: 1px solid var(--light-gray); */
  /* border-top: 1px solid var(--light-gray); */
  margin-bottom: 48px;
  /* padding-bottom: 24px; */
  /* padding-top: 24px; */
}
.ad_container {
}
.ad_container a img {
  display: block;
  margin: 0 auto;
}
.slogan_container_full {
  margin: 32px 0;
  padding: 64px 0;
  background-image: linear-gradient(to top left, #143b42 0%, #039340 100%);
}
.slogan_container {
  width: 60%;
  margin: 0 auto;
}
.slogan_container h2 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-indent: 100px;
  color: var(--white);
}
.slogan_container .first_word {
  font-size: 150%;
  color: #c1ffdb;
}
.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: 3fr 3fr 3fr;
  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;
}
figure {
  position: relative;
  padding-top: 49%;
  margin: 0;
}
.qt-figure .qt-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zoom-desktop {
  transform: none;
  transition: transform 0.1s ease-out;
}
.zoom-desktop:hover {
  transform: scale(0.98);
}

.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;
}
.fb_btn {
  background-color: #304c86;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.fb_btn:hover {
  border-radius: 4px;
}
a.facebook_btn:hover {
  background-color: #126cdf;
  color: #fff;
  border-radius: 4px;
}

.footer_full_container {
  background-color: var(--light-black);
  padding: 42px 0;
}
.footer_full_container p {
  color: var(--light-gray);
  font-size: 1rem;
  text-align: center;
  display: block;
}

@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%;
  }
  .container {
    width: 96% !important;
    margin: 0 auto;
  }
  .content_container {
    display: block;
  }
  .palo_logo {
    margin-top: 27px;
    height: 23px;
    padding-right: 7px;
  }
  .client_logo {
    height: 53px;
  }
  .slogan_container h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
  }
  .slogan_container {
    width: 80%;
    margin: 0 auto;
  }
  h3 {
    font-size: 1.5rem;
    margin: 20px 0 26px 0;
  }
  .each_story_container {
    margin-bottom: 16px;
  }
}
