@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

/*-------------------
2. Theme Default CSS
--------------------*/

.caption-title h2 {
  font-size: 35px !important;
}

.articleIcon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 25px;
  padding-bottom: 35px;
}

@media (max-width: 1000px) {
  .navbar-right {
    font-size: 11px !important;
  }
}

.navbar-brand {
  float: left;
  padding: 0px 15px !important;
  font-size: 18px;
  line-height: 20px;
}

.modal-bar {
  color: white;
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.modal-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #f6d62a;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #f6d62a;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 600;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #333a42;
}

/**
*small addonn classes for design
**/

.full-height {
  width: 100%;
  height: 100vh;
}

.relative {
  position: relative;
}

.fixed,
.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-padding {
  padding: 120px 0;
}

.social-media-links {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.social-media-links li {
  display: inline-block;
  margin: 0 3px;
}

.social-media-links li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 2.5em;
  background-color: #ffffff;
  color: #333a42;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  font-size: 15px;
  padding-top: 10px;
}

.social-media-links li a:hover {
  background-color: #333a42;
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Default Background Class
**/

.overlay:before,
.colored-background {
  background: #485058;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#485058),
    to(#333a42)
  );
  background: linear-gradient(to bottom, #485058 0%, #333a42 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#485058', endColorstr='#333A42', GradientType=0);
  color: #ffffff;
}

.uncolored-background {
  background-color: rgb(251, 251, 251);
}

/**
*Bootstrap Button Override
**/

.button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #000;
  background-color: #f6d62a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
  background-color: #ffffff;
  color: #333a42;
}

.button.white:hover {
  background-color: #f6d62a;
  color: #000;
}

.button i {
  margin-left: 5px;
}

/**
* custom scrollbar appereance
**/

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: rgb(200, 200, 200);
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**
*section-heading
**/

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/**
*feature-card-style
**/

.feature-card {
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature-card:hover {
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.feature-card h4 {
  text-transform: uppercase;
}

.feature-card {
  color: #333a42;
  text-decoration: none;
}

.feature-card .feature-card-icon {
  height: 160px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .feature-card .feature-card-icon img {
    -webkit-filter: contrast(0);
    filter: contrast(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.feature-card:hover .feature-card-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/**
*navigation-menu
**/

.navigation-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: 0.3s !important;
  transition: 0.3s;
}

.overlay,
.overlay a,
.navigation-menu a {
  color: #ffffff;
}

.navigation-menu .logo {
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  height: inherit;
  margin-top: 8px;
  padding-left: 0;
}

.navigation-menu .logo h2 {
  margin-bottom: 0;
  font-size: 1.5vw;
}

.logoimg {
  height: 3vw;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .navigation-menu .logo h2 {
    font-size: 4vw;
  }
  .logoimg {
    /* height: 9vw !important;*/
    padding-right: 5px;
  }
}

.navigation-menu #mainNav > ul > li > a {
  background: none;
  padding: 30px 15px;
  position: relative;
  border-top: 3px solid transparent;
  text-align: center;
}

.navigation-menu #maiNav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #ffffff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation-menu #mainNav > ul > li > a:hover:before,
.navigation-menu #mainNav > ul > li.active > a:before {
  opacity: 1;
  top: 0;
}

.navigation-menu #mainNav ul li.active a,
.navigation-menu #mainNav ul li a:hover {
  border-top: 3px solid #ffffff;
}

.navigation-menu.affix {
  background-color: #333a42;
}

@media only screen and (max-width: 767px) {
  .navigation-menu {
    background-color: #333a42;
  }
  .hamburger {
    display: inline-block !important;
  }
}

/**
*Header-area   to be changed
**/

.client-area,
.header-area {
  background: #000000 url("../$file/Mockup_domino_Pc_1920x1080px.jpg") no-repeat
    scroll center center / cover;
}

.prallax-top-image {
  background: url("") no-repeat scroll center bottom -120px / 100% auto;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.header-text h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.header-text .button {
  margin-top: 30px;
}

.screen-slider .item {
  background: url("") no-repeat scroll center center / auto 100%;
  padding: 56px 22px;
  display: inline-block;
  margin: auto;
}

.screen-slider.owl-carousel .owl-item {
  text-align: center;
}

.screen-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.screen-slider .owl-controls .owl-nav {
  position: relative;
  margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**
*tabbed-feature-slider
**/

.tabbed-feature-slider .carousel-inner {
  min-height: 300px !important;
}

.tabbed-feature-slider .carousel-indicators {
  position: static;
  margin: 30px auto 0 auto;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabbed-feature-slider .carousel-indicators li {
  float: left;
  padding-top: 20px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  list-style: none;
}

.tabbed-feature-slider .carousel-indicators li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  opacity: 0;
}

.tabbed-feature-slider .carousel-indicators li.active:before {
  opacity: 1;
}

.tabbed-feature-slider .carousel-indicators li strong {
  display: block;
}

.tabbed-feature-slider h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.tabbed-feature-slider .button {
  margin-top: 30px;
}

.tabbed-feature-slider .caption-photo {
  display: inline-block;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.tabbed-feature-slider .caption-photo.two {
  margin-top: 60px;
}

.tabbed-feature-slider .caption-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.tabbed-feature-slider .caption-desc {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.tabbed-feature-slider .caption-button {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.caption-button a {
  text-decoration: none;
}

.tabbed-feature-slider .caption-photo.one {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.tabbed-feature-slider .caption-photo.two {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/**
*tabbed-anwendungsbereiche-slider
**/

.tabbed-anwendungsbereiche-slider .carousel-inner {
  min-height: 300px !important;
}

.tabbed-anwendungsbereiche-slider .carousel-indicators {
  position: static;
  margin: 30px auto 0 auto;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabbed-anwendungsbereiche-slider .carousel-indicators li {
  float: left;
  padding-top: 20px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  list-style: none;
}

.tabbed-anwendungsbereiche-slider .carousel-indicators li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  opacity: 0;
}

.tabbed-anwendungsbereiche-slider .carousel-indicators li.active:before {
  opacity: 1;
}

.tabbed-anwendungsbereiche-slider .carousel-indicators li strong {
  display: block;
}

.tabbed-anwendungsbereiche-slider h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.tabbed-anwendungsbereiche-slider .button {
  margin-top: 30px;
}

.tabbed-anwendungsbereiche-slider .caption-photo {
  display: inline-block;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.tabbed-anwendungsbereiche-slider .caption-photo.two {
  margin-top: 60px;
}

.tabbed-anwendungsbereiche-slider .caption-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.tabbed-anwendungsbereiche-slider .caption-desc {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.tabbed-anwendungsbereiche-slider .caption-button {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.tabbed-anwendungsbereiche-slider .caption-photo.one {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.tabbed-anwendungsbereiche-slider .caption-photo.two {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/***
*success-story-Page
***/

.success-story-area {
  background: url("../$file/parallax-7.jpg") no-repeat scroll center center /
    cover;
  position: relative;
  color: #ffffff;
}

.success-story-area:before {
  opacity: 0.9;
}

.success-story {
  text-align: center;
}

.success-story .success-story-photo {
  margin-bottom: 20px;
  display: inline-block;
  /*margin-right: 30px;*/
  border-radius: 50%;
  /*   -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5); */
  /*   box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);*/
  position: relative;
}

.success-story .success-story-photo:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}

.success-storys.owl-carousel .owl-controls .owl-nav {
  text-align: center;
}

/**
*expandable-accordion-list
**/

#expandable-accordion-list .panel {
  background: none;
}

#expandable-accordion-list .panel .panel-title {
  padding: 30px 0 30px 60px;
  position: relative;
}

#expandable-accordion-list .panel .panel-collapse {
  padding-left: 60px;
}

#expandable-accordion-list .panel .panel-title a span:after,
#expandable-accordion-list .panel .panel-title a span:before,
#expandable-accordion-list .panel .panel-title a span {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 36px;
  height: 36px;
  background: #f6d62a;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#expandable-accordion-list .panel .panel-title a span:before,
#expandable-accordion-list .panel .panel-title a span:after {
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#expandable-accordion-list .panel .panel-title a span:before {
  -webkit-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg);
}

#expandable-accordion-list
  .panel
  .panel-title
  a[aria-expanded="true"]
  span:before {
  -webkit-transform: translate(-50%) rotate(0deg);
  transform: translate(-50%) rotate(0deg);
}

/***
*footer-section
***/

.footer-section {
  padding-top: 120px;
  z-index: 1;
}

.footer-background {
  background: url("") no-repeat scroll center bottom / 100% auto;
  z-index: -1;
}

.footer-top {
  margin-bottom: 150px;
}

.side-icon-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}

.side-icon-box a {
  color: #f6d62a;
}

.side-icon-box .side-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.side-icon-box strong {
  display: block;
  margin-bottom: 10px;
}

.footer-middle {
  margin-bottom: 60px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  padding-bottom: 15px;
}

/***
*Contact-form
****/

.contact-form .button {
  letter-spacing: 2px;
  min-width: 150px;
  margin-top: 10px;
  border-radius: 3px;
}

.form-control {
  margin-bottom: 20px;
  height: auto;
  padding: 12px 20px;
}

.form-double input {
  width: calc(50% - 10px);
  float: left;
}

.form-double input:last-child {
  float: right;
}

.has-error {
  border-color: red;
}

.has-error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: red !important;
  opacity: 1;
}

.has-error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red !important;
  opacity: 1;
}

.has-error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red !important;
  opacity: 1;
}

.has-error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: red !important;
  opacity: 1;
}

.has-error #agreement {
  outline-color: red;
  outline-style: solid;
  outline-width: thin;
}

alert {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  padding: 10px;
}

.clrcrr a {
  color: white !important;
  padding-right: 20px;
}

/*-----------
preloader
------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #485058;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#485058),
    to(#333a42)
  );
  background: linear-gradient(to bottom, #485058 0%, #333a42 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#485058', endColorstr='#333A42', GradientType=0);
  z-index: 99999999999;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

p a,
ul a,
.flexConText a {
  color: #f6d62a;
  text-decoration: underline;
}

.navbar-nav a {
  text-decoration: none;
  font-weight: normal;
}

.footer-bottom a {
  text-decoration: none;
}

/* Override Social media hover color */

.social-media-links li a:hover {
  background-color: #f6d62a;
  color: rgb(51, 58, 66);
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.container-attachment {
  display: grid;
  grid-column-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}

.container-attachment article {
  display: contents;
  background-color: #2f333c;
  margin-bottom: 15px;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

article header {
  background-color: #2f333c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 30px 30px 20px 30px;
}

article section {
  background-color: #2f333c;
  padding: 0px 30px 0px 30px;
}

article footer {
  background-color: #2f333c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 30px 30px 30px;
}

article footer ul {
  padding: 10px 0 10px 0;
}

article footer li {
  list-style: none;
}

article footer svg {
  margin-right: 5px;
  color: #333a42;
}

article footer div {
  color: #333a42;
  background-color: #f6d62a;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 2px;
}

article:nth-child(n + 4) header {
  margin-top: 1em;
}

article:nth-child(1) header {
  grid-row: 1;
  grid-column: 1;
}
article:nth-child(2) header {
  grid-row: 1;
  grid-column: 2;
}
article:nth-child(3) header {
  grid-row: 1;
  grid-column: 3;
}
article:nth-child(4) header {
  grid-row: 4;
  grid-column: 1;
}
article:nth-child(1) section {
  grid-row: 2;
  grid-column: 1;
}
article:nth-child(2) section {
  grid-row: 2;
  grid-column: 2;
}
article:nth-child(3) section {
  grid-row: 2;
  grid-column: 3;
}
article:nth-child(4) section {
  grid-row: 5;
  grid-column: 1;
}
article:nth-child(1) footer {
  grid-row: 3;
  grid-column: 1;
}
article:nth-child(2) footer {
  grid-row: 3;
  grid-column: 2;
}
article:nth-child(3) footer {
  grid-row: 3;
  grid-column: 3;
}
article:nth-child(4) footer {
  grid-row: 6;
  grid-column: 1;
}

.closeeyes {
  display: none !important;
}
