:root {
  --container-bg-color: #333;
  --left-bg-color: rgba(223, 39, 39, 0.7);
  --left-button-hover-color: rgba(161, 11, 11, 0.3);
  --right-bg-color: rgba(43, 43, 43, 0.8);
  --right-button-hover-color: rgba(92, 92, 92, 0.3);
  --black-overlay: rgba(0, 0, 0, 0.3);
  --the-green: rgb(0, 159, 79);
  --the-red: rgb(237, 28, 36);
  --hover-width: 80%;
  --other-width: 20%;
  --speed: 1500ms;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@100;200;300;400;600&display=swap");

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/*--------------------------*/
/* SEEDCO FONTS */
/*--------------------------*/
@font-face {
  font-family: "seedco";
  src: url("font/seedco.eot?59941859");
  src: url("font/seedco.eot?59941859#iefix") format("embedded-opentype"),
    url("font/seedco.woff2?59941859") format("woff2"),
    url("font/seedco.woff?59941859") format("woff"),
    url("font/seedco.ttf?59941859") format("truetype"),
    url("font/seedco.svg?59941859#seedco") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'seedco';
      src: url('../font/seedco.svg?59941859#seedco') format('svg');
    }
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "seedco";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-latest_news_icon:before {
  content: "\e800";
} /* '' */
.icon-next_arrow:before {
  content: "\e801";
} /* '' */
.icon-online_shop_icon:before {
  content: "\e802";
} /* '' */
.icon-promotions_icon:before {
  content: "\e803";
} /* '' */
.icon-slider_back_icon:before {
  content: "\e804";
} /* '' */
.icon-slider_next_icon:before {
  content: "\e805";
} /* '' */
.icon-tip_of_the-day_icon:before {
  content: "\e806";
} /* '' */
.icon-twitter_icon:before {
  content: "\e807";
} /* '' */
.icon-youtube_icon:before {
  content: "\e808";
} /* '' */
.icon-blog_icon:before {
  content: "\e809";
} /* '' */
.icon-dropdown_arrow_icon:before {
  content: "\e80a";
} /* '' */
.icon-facebook_icon:before {
  content: "\e80b";
} /* '' */
.icon-home_icon:before {
  content: "\e80c";
} /* '' */
.icon-instagram_icon:before {
  content: "\e80d";
} /* '' */

/* '' */

h1 {
  font-size: 2.8rem;
  color: #fff;
  white-space: nowrap;
  margin-top: 60px;
}

.button {
  display: block;
  position: absolute;
  left: 50vw;
  bottom: 10%;
  height: 2.5rem;
  padding-top: 1.3rem;
  width: 15rem;
  text-align: center;
  color: #fff;
  border: #fff solid 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateX(-50%);
}

a.button.fieldcrops::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: rgba(0, 159, 79, 0.6);
  left: -16px;
  top: -15px;
  padding: 15px;
  z-index: -1;
}

a.button.vegetables::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: rgb(237, 28, 36, 0.7);
  right: -16px;
  top: -15px;
  padding: 15px;
  z-index: -1;
}

.hover-left a.button.fieldcrops::after {
  width: 100%;
}

.hover-right a.button.vegetables::after {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  /* background: url("img/mountains-bg-1200x800.jpg") center center no-repeat; */
  background: url("img/Vegetables.jpg") center center no-repeat;
  background-size: cover;
}

.split {
  position: absolute;
  width: 50%;
  height: 100%;
  /* overflow: hidden; */
}

/* .split.left {
  left: 0;
  background: url("img/Vegetables.jpg") center center no-repeat;
  background-size: cover;
} */

.split.left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background: var(--black-overlay); */
}

/* .split.right {
  right: 0;
  background: url("img/basket-with-vegetables.jpg") center center no-repeat;
  background-size: cover;
} */

/* .split.right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black-overlay);
} */

.split.left,
.split.right,
.split.right:before,
.split.left:before {
  transition: var(--speed) all ease-in-out;
}

/* .hover-left .left {
  width: var(--hover-width);
}

.hover-left .right {
  width: var(--other-width);
}

.hover-left .right:before {
  z-index: 2;
}

.hover-right .right {
  width: var(--hover-width);
}

.hover-right .left {
  width: var(--other-width);
} */

.hover-right .left:before {
  z-index: 2;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2rem;
  }

  .button {
    width: 12rem;
  }
}

@media (max-height: 700px) {
  .button {
    top: 70%;
  }
}

.logo-container {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.flex-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.logo img {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

/* Select */

.inside-container {
  width: 95%;
  position: relative;
}

.countries-select {
  position: absolute;
  z-index: 99999;
  right: 0;
  top: 20px;
}

div#myBtn {
  border: 2px solid white;
  padding: 5px 15px;
  border-radius: 50px;
  color: white;
}

#myBtn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: ;
}

/*-------------------------------*/

/*----------Counrty dropdown -----------*/

/* Dropdown */
.dropbtn {
  padding: 5px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  color: var(--the-white);
}

.dropbtn:hover,
.dropbtn:focus {
  color: var(--the-light-gray);
}

.desk-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: ease-in-out 700ms;
  z-index: 999999999999;
}

.dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

.country-menu * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.seedco-countries .country {
  padding: 85px 0px 0px;
}

.country-menu ul {
  list-style: none;
}

.country {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

.country-menu {
  display: inline-block;
}

.country .select {
  position: relative;
  padding: 3px 35px 0px 20px;
  height: 40px;
  line-height: 26px;
  border: none;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  color: var(--the-white);
  font-size: 0.8em;
}

.country .select .flagstrap-icon {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
  background-image: url("https://zinee91.dothome.co.kr/codepen/flags.png");
  background-repeat: no-repeat;
  background-color: #e3e5e7;
}

img.flag {
  width: 30px;
  margin-left: 5px;
}

img.flag-dropdown {
  width: 30px;
  margin-right: 3px;
}

.country .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 8px;
  height: 5px;
  background: url("https://zinee91.dothome.co.kr/codepen/ico_updown3.png")
    no-repeat;
}

.country .select.open:after {
  background-position: 0 -5px;
}

.country .dropdown {
  display: none;
  position: absolute;
  /* top: 135px; */
  left: 0;
  width: 100%;
  height: auto;
  /* border: 1px solid #cfcfcf; */
  /* border-top: 1px solid #a6a6a6; */
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  /* overflow-y: scroll; */
  z-index: 99;
}

.country .dropdown li a {
  padding: 0 20px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  color: #828282;
  cursor: pointer;
}

.country .dropdown li:first-child {
  margin-top: 12px;
}

.country .dropdown li:last-child {
  margin-bottom: 12px;
}

.country .dropdown li:hover {
  background: #dedede;
  color: #454545;
}

.country .dropdown li.open {
  display: block;
}
.fluid-container.bread {
  margin-bottom: 60px;
}

i#the_close {
  z-index: 99;
  font-size: 3em;
  color: #fff;
  right: 7px;
  position: absolute;
  top: 2px;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.icon-menu-button-of-three-horizontal-lines::before {
  content: "\e810";
  color: #fff;
  font-size: 2.3em;
  top: 20px;
  position: absolute;
  left: 35px;
  z-index: 99;
}
.sub-menu li a {
  font-size: 1em !important;
}

/* Social Media */

.slider-social-media {
  position: absolute;
  bottom: 54px;
  right: 90px;
  color: #fff;
}

.slider-social-media i {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 20px;
  padding: 5px 3px;
  transition: ease-in-out 900ms;
}

.slider-social-media i:hover {
  color: #000;
  background: #fff;
}

.slider-social-media {
  position: absolute;
  top: 40vh;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9999999;
}

@media (max-width: 796px) {
  .slider-social-media {
    display: none;
  }

  .learn-more-btn a {
    padding: 13px 2px;
  }
}

.slider-social-media p {
  transform: rotate(90deg);
  position: relative;
  left: -16px;
  font-size: 13px;
  margin: 20px 0;
}

/* .the-line span::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid white;
  width: 36%;
  height: 100%;
  z-index: 999;
  top: 86vh;
  left: 32vw;
}

.the-line {
  position: relative;
} */

@media (min-width: 800px) {
  .logo #reveal {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }

  .logo #reveal:first-of-type {
    /* For increasing performance 
                         ID/Class should've been used. 
                         For a small demo 
                         it's okaish for now */
    animation: showup 7s;
  }

  .logo #reveal:last-of-type {
    width: 500px;
    animation: reveal 7s;
  }

  .logo #reveal:last-of-type span {
    margin-left: -355px;
    animation: slidein 7s;
  }

  @keyframes showup {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes slidein {
    0% {
      margin-left: -800px;
    }
    20% {
      margin-left: -800px;
    }
    35% {
      margin-left: 0px;
    }
    100% {
      margin-left: 0px;
    }
  }

  @keyframes reveal {
    0% {
      opacity: 0;
      width: 0px;
    }
    20% {
      opacity: 1;
      width: 0px;
    }
    30% {
      width: 500px;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      width: 500px;
    }
  }
}

/* Smaller Screens than 500px */

@media (max-width: 500px) {
  .logo-container {
    top: 10%;
  }

  .logo img {
    width: 240px;
  }
  h1 {
    font-size: 1.2rem;
  }

  .button {
    bottom: 20%;
    width: 70%;
    font-size: 15px;
  }

  a.button.fieldcrops::after {
    width: 88%;
    left: -13px;
    top: -13px;
    padding: 13px;
  }

  a.button.vegetables::after {
    width: 88%;
    right: -13px;
    top: -13px;
    padding: 13px;
  }
}

@media (max-width: 281px) {
  h1 {
    font-size: 1rem;
  }
}
