/* this page includes css  for Home section page */
html,
body,
.page {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.3, 0.2, 0.2, 1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  color: #fff;
  overflow: hidden;
}

* {
  font-family: "open sans", "lato", "helvetica", sans-serif;
}
.main__header {
  border: 1px solid black;
  display: flex;
  margin: 0 auto;
  background: #6264a7;
  text-align: center;
  font-size: 20px;
  -webkit-app-region: drag;
  color: white;
  width: 100vw;
  height: 10vh;
}

.page {
  position: absolute;
}

#p1 {
  left: 0;
}

#p2,
#p3,
#p4,
#p5 {
  left: 198%;
}

#p1 {
  background: #6264a7;
}
#p2 {
    background: #6264a7;
}
#p3 {
    background: #6264a7;
  
}
#p4 {
    background: #6264a7;
}
#p5 {
  background: #6264a7;
}

#t2:target #p2,
#t3:target #p3,
#t4:target #p4,
#t5:target #p5 {
  transform: translateX(-190%);
  -webkit-transform: translateX(-190%);
  -moz-transform: translateX(-190%);
  -o-transform: translateX(-190%);
  transition-delay: 0.4s !important;
}

#t2:target #p1,
#t3:target #p1 {
  background: #6264a7;
}
#t4:target #p1 {
  background: #6264a7;
}
#t5:target #p1 {
  background: #6264a7;
}

#t2:target #p1 .icon,
#t3:target #p1 .icon,
#t4:target #p1 .icon,
#t5:target #p1 .icon {
  -webkit-filter: blur(3px);
}

.icon {
  color: #fff;
  font-size: 28px;
  display: block;
}

ul .icon:hover {
  opacity: 0.5;
}

.page .icon .title {
  line-height: 2;
}

#t2:target ul .icon,
#t3:target ul .icon,
#t4:target ul .icon,
#t5:target ul .icon {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transition-delay: 0.25s;
}

#t2:target #dos,
#t3:target #tres,
#t4:target #cuatro,
#t5:target #cinco {
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
}

ul {
  position: fixed;
  z-index: 1;
  top: 20px;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 100vh;
  width: 2%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

#menu .icon {
  margin: 25px 10px;
  transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.icon_body {
  margin: 10px 10px;
  transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.title,
.hint {
  display: block;
}

.title {
  font-size: 14px;
}

.hint {
  font-size: 13px;
}

#p4 .hint {
  display: inherit !important;
}

.hint a {
  color: yellow;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}

.hint a:hover {
  color: #fff;
}

.line-trough {
  text-decoration: line-through;
}

.page .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  left: 0;
  width: 270px;
  height: 170px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  transform: translateX(360%);
  -webkit-transform: translateX(360%);
  -moz-transform: translateX(360%);
  -o-transform: translateX(360%);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
  -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1.25);
}

.page#p1 .icon {
  height: 220px;
}

.page#p1 .icon {
  transform: translateX(10%) !important;
}

#t2:target .page#p2 .icon,
#t3:target .page#p3 .icon,
#t4:target .page#p4 .icon,
#t5:target .page#p5 .icon {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transition-delay: 1s;
}



.home {
  margin-left: 100px;
  background-color: #f5f6fa;
  display: flex;
  justify-content: space-between;
  height: 100vh;
}
.home_left {
  display: flex;
  flex-direction: column;
  flex: 0.6;
  justify-content: center;
  align-items: center;
}
.home_left_title {
  color: hsl(236, 46%, 52%);
  font-size: 50px;
  font-weight: 600;
  margin-top: -40px;
  font: bold;
  margin-bottom: 8px;
  
}
.home-tit{
    margin-left: 455px;
    /* font: bold; */
    /* border-radius: 15px; */
    /* background-color: #444681; */
}
.home_left_text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(92, 89, 89);
  font-weight: 400;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
  background-color: aquamarine;
  border-radius: 15px;
  font-size: 25px;
}
#home_left_emailtext {
  display: none;
  background-color: #f5f6fa;
  color: black;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;

  margin-bottom: 30px;
  margin-top: -10px;
}
.home_right {
  display: flex;
  flex: 0.4;
}
.home_right_img {
  width: 100%;
  height: 400px;
  padding: 20px;
}

