@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
/* Global CSS */
#blog {
  min-height: 100vh;
  padding: 50px 10px 0;
  position: relative;
}
#blog .blog__header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-left: 10px;
}
#blog .blog__header h3 {
  margin: 0;
  font-size: 2em;
}
#blog .blog__header a {
  border: 3px solid #2F4858;
  font-size: 0.9em;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 100px;
  display: block;
  max-width: 150px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  background: #fafafa;
  text-decoration: none;
  color: #2F4858;
}
#blog .blog__header a:hover {
  background-color: #2F4858;
  color: white;
  transition: color 0.3s ease-in-out;
}
#blog .blog-container {
  box-sizing: border-box;
  padding: 0 2px;
  --padding: 1em;
  --border-radius: 15px;
  --height: 300px;
  --border-left-width: 8px;
}
#blog .blog-container .post {
  border-left: var(--border-left-width) solid #F5AE2B;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--border-radius);
  height: var(--height);
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}
#blog .blog-container .post:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
#blog .blog-container .post__text {
  overflow: hidden;
  border-radius: var(--border-radius);
  z-index: 0;
  --inner-padding: 1em;
  padding: 1em var(--inner-padding) calc(40% + 1em) var(--inner-padding);
}
#blog .blog-container .post__text h3 {
  margin: 0.25em 0;
  font-size: 1.2em;
}
#blog .blog-container .post__text time {
  font-size: 0.9em;
  font-style: italic;
  display: block;
}
#blog .blog-container .post__text p {
  max-width: 90%;
  font-size: 0.9em;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
#blog .blog-container .post__text p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
#blog .blog-container .post__text p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
#blog .blog-container .post__image {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
}
#blog .blog-container .post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .blog-container .post__btn {
  display: inline-block;
  z-index: 1;
  padding: 0.5em;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  background-color: #2F4858;
  color: white;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
}
#blog .blog-container .post:nth-child(odd) .post__image {
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}
#blog .blog-container .post:nth-child(even) .post__image {
  clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
}
#blog .blog-container__background-img {
  position: absolute;
  width: 100%;
  margin-top: -90%;
  z-index: -10;
}
#blog p {
  max-width: 50em;
}

/* Additional styling for small screens */
@media screen and (min-width: 375px) {
  #blog {
    padding: 50px 5px 0;
  }
  #blog .blog__header {
    padding: 0 10px;
  }
  #blog .blog__header h3 {
    padding-left: 20px;
  }
  #blog .blog-container {
    --height: 250px;
  }
  #blog .blog-container .post__text h3 {
    font-size: 1.2em;
    max-width: 60%;
  }
  #blog .blog-container .post__text p {
    max-width: 50%;
  }
  #blog .blog-container .post__image {
    position: absolute;
    width: 40%;
    height: 100%;
    margin-top: calc(0px - var(--height));
    right: 0;
  }
  #blog .blog-container .post__btn {
    top: initial;
    width: initial;
    height: initial;
    opacity: 1;
    bottom: var(--padding);
    left: var(--padding);
    min-width: 100px;
    border-radius: 50px;
  }
  #blog .blog-container .post:nth-child(odd) .post__image {
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  }
  #blog .blog-container .post:nth-child(even) .post__image {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  }
}
/* Tablet styling*/
@media screen and (min-width: 768px) {
  #blog .blog__header {
    padding: 0 3em 0 2em;
  }
  #blog .blog-container {
    margin: 25px 2em;
  }
  #blog .blog-container .post {
    margin-bottom: 2em;
  }
  #blog .blog-container .post__text h3 {
    font-size: 1.4em;
  }
  #blog .blog-container .post__text p {
    font-size: 1em;
    max-height: 3.6em;
  }
}
/* Desktop styling */
@media screen and (min-width: 992px) {
  #blog {
    width: 90%;
    max-width: 1200px;
    margin: 5em auto;
  }
  #blog .blog-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    --height: 350px;
    max-height: 900px;
  }
  #blog .blog-container .post {
    width: 49%;
  }
  #blog .blog-container .post__text h3 {
    font-size: 1.6em;
  }
}
/* General/Mobile Styling */
#action-calls {
  margin: 0 auto 1em;
  width: 90%;
}
#action-calls .cta {
  box-sizing: border-box;
  padding-top: 2em;
}
#action-calls .cta__icon {
  padding-right: 1em;
}
#action-calls .cta__icon img {
  margin-left: -20px;
}
#action-calls .cta h3 {
  margin: 0 0 0.5em 0;
  font-size: 2em;
}
#action-calls .cta p {
  margin: 0 0 1em 0;
  font-size: 1.1em;
  border-radius: 5px;
}
#action-calls .cta a {
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  color: #2F4858;
  font-family: "Baloo Bhai 2", cursive;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  border: 3px solid #2F4858;
  padding: 0.5em;
  background: #fafafa;
}
#action-calls .cta a:hover {
  transition: all 250ms ease-in-out;
  background-color: #2F4858;
  color: #fafafa;
}

/* Mobile Styling */
@media screen and (min-width: 480px) {
  .cta p {
    max-width: 500px;
  }
}
/* Tablet Styling */
@media screen and (min-width: 768px) {
  #action-calls {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 20px;
    box-sizing: border-box;
    --text-size: 320px;
  }
  #action-calls .cta:nth-child(1) {
    flex: 0 0 100%;
    margin: 0 auto 3em auto;
  }
  #action-calls .cta:nth-child(1) .cta__icon {
    width: var(--text-size);
    margin: 0 auto;
  }
  #action-calls .cta {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex: 0 0 20em;
    margin: 0 auto;
  }
  #action-calls .cta__text {
    flex: 4;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #action-calls .cta__text h3 {
    font-size: 2em;
    color: #2F4858;
    text-transform: uppercase;
  }
  #action-calls .cta__text p {
    width: var(--text-size);
    font-size: 1.2em;
    padding: 0.5em 0;
  }
  #action-calls .cta__text a {
    text-decoration: none;
    color: #2F4858;
    border: 3px solid;
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 70px;
    padding: 0.25em 1.5em;
    max-width: var(--text-size);
    text-align: center;
    font-family: "Baloo Bhai 2", cursive;
  }
  #action-calls .cta__icon {
    height: 50px;
  }
  #action-calls .cta__icon img {
    margin-left: -20px;
    width: auto;
  }
}
/* Desktop Styling */
@media screen and (min-width: 992px) {
  #action-calls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "left right1" "left right2";
    margin-top: 150px;
    background: rgba(250, 250, 250, 0.7);
    padding: 2em 10% 0;
  }
  #action-calls .cta:nth-child(1) {
    grid-area: left;
    height: 50%;
    margin: auto 0;
  }
  #action-calls .cta:nth-child(2) {
    grid-area: right1;
  }
  #action-calls .cta:nth-child(3) {
    grid-area: right2;
  }
  #action-calls .cta {
    padding: 0 3em 0 0;
    border-radius: 10px;
    margin-bottom: 4em;
    max-width: 612px;
  }
  #action-calls .cta__text {
    display: inline;
  }
  #action-calls .cta__text h3 {
    font-size: 300%;
    margin-top: 0.25em;
    color: #2F4858;
    text-transform: uppercase;
  }
  #action-calls .cta__text p {
    font-size: 140%;
    padding: 0 1em 1em 0;
    max-width: 500px;
    width: auto;
  }
  #action-calls .cta__text a {
    text-decoration: none;
    color: #2F4858;
    border: 3px solid;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 70px;
    min-width: 250px;
    padding: 0.5em 1.5em;
    text-align: center;
    font-family: "Baloo Bhai 2", cursive;
  }
  #action-calls .cta__icon {
    min-width: 100%;
  }
  #action-calls .cta__icon img {
    margin-left: -40px;
    width: 80px;
    height: auto;
  }
}
.offer {
  padding: 0 20px;
  position: relative;
}
.offer h3 {
  margin: 0;
  padding: 2em 0 1em;
  font-size: 2em;
}
.offer > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: none;
}
.offer__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 3em;
  box-sizing: border-box;
  border-radius: 1em;
  margin-bottom: 1em;
}
.offer__item h4 {
  text-transform: uppercase;
  min-height: 2em;
  margin: 0 0 1em;
  font-size: 1.3em;
}
.offer__item img {
  width: 100%;
}
.offer__item a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  border-radius: 300px;
  padding: 0.3em 1.5em;
  color: white;
  background: #2F4858;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
.offer__item a i {
  margin-right: 1em;
}

/* Tablet Styling */
@media screen and (min-width: 768px) {
  .offer {
    margin: 0;
    padding: 0 5%;
  }
  .offer > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .offer__item {
    width: calc(50% - 0.5rem);
  }
}
/* Desktop Styling */
@media screen and (min-width: 992px) {
  .offer {
    padding: 0 10%;
  }
  .offer__item {
    width: calc(25% - 1rem);
    padding: 1em 1em 3em;
  }
  .offer__item a {
    width: 70%;
  }
  .offer h3 {
    font-size: 3em;
  }
  .offer > img {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

/* General/Mobile Styling */
.footer {
  background-color: #2F4858;
}
.footer a, .footer button {
  color: white;
}

#landing {
  position: relative;
  margin: 0 20px;
}
#landing .landing__text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8em;
  height: 100%;
}
#landing .landing__text h2 {
  color: #2F4858;
  font-size: 3.5em;
  margin: 0.5em 0 0;
  text-transform: uppercase;
  flex: 1;
}
#landing .landing__text p {
  font-family: "Merriweather", serif;
  flex: 3;
  font-size: 20px;
  margin-bottom: 0;
}
#landing .landing__text a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  border-radius: 300px;
  padding: 0.3em 1.5em;
  color: white;
  background: #2F4858;
  font-family: "Baloo Bhai 2", cursive;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: white;
  color: #2F4858;
  border: 0.15em solid;
  background: inherit;
  font-size: 2em;
  display: none;
  margin-top: 1em;
}
#landing .landing__text a i {
  margin-right: 1em;
}
#landing .landing__image {
  position: absolute;
  display: none;
  z-index: -1;
  top: 2rem;
  right: 0;
  width: 80%;
}

.background-img {
  position: absolute;
  bottom: 145px;
}

/* Mobile Styling */
@media screen and (min-width: 480px) {
  #landing .landing__text h2 {
    font-size: 4.5em;
  }
  #landing .landing__text p {
    max-width: 80%;
    font-size: 23px;
  }
}
/* Tablet Styling */
@media screen and (min-width: 768px) {
  .main-nav__menu-items {
    border-radius: 0 0 0 50px;
    background-color: #B9E3E8;
  }
  .main-nav__menu-items__menu-item__submenu {
    background-color: #B9E3E8;
  }
  .main-nav__language-selector {
    background-color: #B9E3E8;
    border-radius: 0 50px 0 0;
  }
  .main-nav__language-selector__container__options {
    background-color: #B9E3E8;
  }

  #landing {
    margin: 0 auto;
    width: 90%;
  }
  #landing .landing__text h2 {
    font-size: 4.5em;
  }
  #landing .landing__text p {
    background: rgba(250, 250, 250, 0.7);
    width: 60%;
    border-radius: 10px;
    padding: 1em 1em 1em 0;
    font-size: 23px;
    max-width: 20em;
  }
  #landing .landing__image {
    display: block;
  }
}
/* Desktop Styling */
@media screen and (min-width: 992px) {
  #landing {
    width: 80%;
    min-height: 90vh;
  }
  #landing .landing__text p {
    flex: 1;
  }
  #landing .landing__text a {
    display: block;
  }
}

/*# sourceMappingURL=home.css.map */
