/*
>>Main Colors used:
  soft rouse: #CFC9C6
  soft grey: #C6C2BE
  strong rouse: #9D6B6C
>>Range Colors used:
  For text in white bg:
Grey: #383838
*/
* {
  box-sizing: border-box;
}

header {
  background-color: #fff;
  text-align: unset;
  width: 100%;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.15);
  padding: 15px 0;
  position: fixed;
}

main {
  padding-top: 54px;
  background-image: linear-gradient(to bottom right, #f98ca3, #ff946e);
}

.bg_uxclash {
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
}

.bg_random {
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
}

.bg_mourning {
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
}

.center {
  text-align: center;
}

.padding {
  padding-top: 100px;
  padding-bottom: 40px;
}

/* Layout styling */
.container {
  padding: 0 15px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
}

mark {
  background-color: #bf6d85;
  color: #fff;
}

.no_line_height {
  line-height: 0;
}

.image_bg {
  text-align: center;
  color: white;
}

.row_experiences {
  margin: 30px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #9d6b6c;
}

.nobottommargin {
  margin-bottom: 0;
}

.row_experiences:last-child {
  border-bottom: none;
}

.row_experiences::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 3rem;
  padding: 4rem 0;
}

.experience_card {
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.15);
  background-color: white;
  color: #9d6b6c;
  display: flex;
  flex-direction: column;
}

/* .experience_card img {
  max-width: 100%;
  max-height: 100%;
  display: block;
} */
.experience_card div {
  padding: 1.5rem;
  padding-top: 0;
}

.experience_card div h2 {
  margin: 0;
  color: #00afb9;
}

/* parallax effect */
#parallax {
  background: url("../img/5.about/dmirty-fisenko-HL6gzlxnMjM-unsplash.jpg");
  height: 900px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* --> end of parallax effect <-- */
.hooked {
  max-height: 200px;
}

.borderparagrah {
  background-color: rgba(50, 50, 50, 0.3);
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.berlin-illustration {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 2em auto;
}

@keyframes color-change {
  0% {
    fill: #fce8e3;
  }

  50% {
    fill: #fcffad;
  }

  100% {
    fill: #f47382;
  }
}

.sun {
  animation-duration: 5s;
  animation-name: color-change;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes cloud-move {
  from {
    transform: translate(0, 50px);
  }

  to {
    transform: translate(200px, 50px);
  }
}

.cloud-front {
  animation-duration: 30s;
  animation-name: cloud-move;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes cloud-move-reverse {
  from {
    transform: translate(446px, 48px);
  }

  to {
    transform: translate(100px, 48px);
  }
}

.cloud-back {
  animation-duration: 34s;
  animation-name: cloud-move-reverse;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

/* animation of "uxclashes" */
@keyframes bubble {
  from {
    transform: translate(0, 20px);
  }

  to {
    transform: translate(20px, 0);
  }
}

.groupbubble2 {
  animation-duration: 5s;
  animation-name: bubble;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.groupbubble3 {
  animation-duration: 4s;
  animation-name: bubble;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes bubble1 {
  from {
    transform: translate(0, 20px);
  }

  to {
    transform: translate(-20px, 0);
  }
}

.groupbubble1 {
  animation-duration: 3s;
  animation-name: bubble1;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.circle4 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  display: inline-block;
}

.circle3 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  display: inline-block;
}

.circle2 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  display: inline-block;
}

.circle1 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
  display: inline-block;
}

/* end of animation of "mourning" */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#course_1 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_2 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_3 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_5 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_8 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_4,
#course_10,
#course_11,
#course_6,
#course_7 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  display: inline-block;
}

#course_9,
#course_12,
#course_13,
#course_14,
#course_15,
#course_16 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  display: inline-block;
}

/* end of all animations */
.bold_text {
  font-weight: 700;
}

#aboutbixacorabg {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}

#experience_title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

#title_experiences {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

#hero h1 {
  padding-top: 20px;
  color: #fff;
  margin-top: 0;
}

#hero {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#hero span {
  display: block;
}

#parallax span {
  display: block;
}

#getintouch span {
  display: block;
}

#aboutimage {
  width: 100%;
}

#navigation {
  display: flex;
  align-items: center;
  margin: 0;
  flex-direction: column;
}

#bixacora {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  /* border: 15px solid white;
   background-color: #bf6d85; */
}

#bixacorabox {
  border: 15px solid white;
  /* background-color: rgba(0, 0, 0, 0.1); */
}

#aboutme {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#getintouch {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #bf6d85;
  background-color: #fff;
}

#copyright {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
}

#skillsandtools {
  background-color: #bf6d85;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
}

#skillsandtools ul li {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}

#skillsandtools .column {
  text-align: center;
}

.linkedin {
  max-width: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navtoggle.responsive li.no-animation {
  padding-bottom: 0;
}

.logo {
  width: 150px;
}

.uxlogo {
  max-width: 45px;
  padding-bottom: 0;
}

.goback {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goback svg {
  width: 35px;
  margin-right: 20px;
}

.goback:hover svg .st0 {
  fill: #bf6d85;
}

p.goback:hover {
  color: #bf6d85;
}

.navtoggle li:not(:last-child) {
  display: none;
}

.navtoggle,
.navtoggle.responsive {
  position: relative;
}

.navtoggle li .burger {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 20px;
}

.navtoggle.responsive nav {
  padding: 10px 0 0;
}

.navtoggle.responsive li {
  display: block;
  padding: 10px 0;
}

.navtoggle.responsive li:last-child {
  padding: 0 0 10px;
}

.heightsvg {
  max-height: 50%;
}

nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav > ul > li > a {
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  color: #bf6d85;
}

nav > ul {
  list-style-type: none;
  padding: 0;
}

nav > ul > li {
  display: inline-block;
}

nav>ul>li>img {
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 100;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  color: #fff;
}

h1 {
  font-family: "Poppins";
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.2;
}

h2 {
  font-family: "Poppins";
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1.2;
}

h3 {
  font-family: "Poppins";
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  font-family: "Roboto";
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2.3;
}

h5 {
  font-family: "Poppins";
  font-size: 1.15em;
  font-weight: 600;
  line-height: 2.35;
}

h6 {
  font-family: "Poppins";
  font-size: 0.812em;
  font-weight: 500;
  line-height: 2;
}

h2 span.subheading {
  font-family: "Poppins";
  font-size: 0.575em;
  font-weight: 600;
  line-height: 2.35;
  display: block;
  text-transform: uppercase;
  margin-top: 0.8em;
}

.placetitle {
  font-family: "Poppins";
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-transform: uppercase;
  margin-top: 0.1em;
}

.abouttext {
  font-family: "Poppins";
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
  margin: 1em;
  outline-color: #fff;
  padding: 10px;
}

.borderabout {
  outline: #fff;
  outline-style: dotted;
}

.minilogo {
  max-height: 30px;
}

.section {
  padding: 2em 0;
}

img {
  width: 100%;
}

a {
  color: #f47382;/* no underlining */
  text-decoration: none;
}

a:visited {
  /* visited link */
  color: #bf6d85;
}

a:hover,
a:focus {
  color: #f47382;
}

a:active {
  /* selected link */
  color: #f47382;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #bf6d85; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 50px;
  height: 50px;
}

#myBtn:hover {
  background-color: #f47382; /* Add a dark-grey background on hover */
}

.first::first-letter {
  font-size: 300%;
  font-style: italic;
}

selector {
  margin: 0 auto;
}

#my_experiences h2 {
  margin-top: 2rem;
  text-align: center;
}

/* button rules always at the end of the file, otherwise it can be overwritten */
.button {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  transition: 0.2s opacity;
}

.button:hover {
  opacity: 0.8;
}

.button:active {
  color: #ff8080;
}

.button.contact {
  background-color: #bf6d85;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border: 2px solid #bf6d85;
}

.button.contact:hover {
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
  color: #fff;
  border: 2px solid #ffafbd;
}

.button.contact:active {
  color: #ffafbd;
}

.button.experiences {
  background-image: linear-gradient(to bottom right, #ffafbd, #ffc3a0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border: 2px solid #ffafbd;
}

.button.experiences:hover {
  color: #9d6b6c;
}

.button.experiences:active {
  color: #bf6d85;
}

.downbutton {
  margin-top: auto;
}

.button.curious {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border: 2px solid #fff;
  margin-bottom: 25px;
}

.button.curious:hover {
  background-image: linear-gradient(to bottom right, #bf6d85, #6c5c7a);
  color: #fff;
  border: 2px solid #bf6d85;
  margin-bottom: 25px;
}

.button.curious:active {
  color: #9d6b6c;
}

.button.about {
  background-image: linear-gradient(to bottom right, #f98ca3, #ff946e);
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border: 2px solid #fff;
  margin-bottom: 25px;
}

.button.about:hover {
  background-image: linear-gradient(to bottom right, #bf6d85, #6c5c7a);
  color: #fff;
  border: 2px solid #bf6d85;
  margin-bottom: 25px;
}

.button.about:active {
  color: #9d6b6c;
}

.col-12 {
  width: 100%;
}

#aboutbixacorabg .column {
  margin-bottom: 20px;
}

/* ================
For different devides
==================== */
[class*="col-"] {
  float: left;
  padding: 10px;
}

@media only screen and (min-width: 640px) {
  main {
    padding-top: 97px;
  }

  .col-md-6 {
    width: 50%;
  }

  #title_experiences {
    padding-top: 10px;
  }

  .skiing {
    right: 20px;
    max-width: 100px;
  }

  header {
    text-align: unset;
    padding: 20px 0 13px;
  }

  nav {
    width: auto;
    float: right;
    margin-top: 0;
    flex-direction: row;
  }

  #navigation {
    flex-direction: row;
  }

  nav > ul {
    margin: 1em 0;
  }

  .navtoggle li:not(:last-child) {
    display: inline-block;
  }

  .navtoggle li:last-child {
    display: none;
  }

  .navtoggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Top and Bottom borders come in */
  ul.topBotomBordersIn li:not(.no-animation) a::before,
  ul.topBotomBordersIn li:not(.no-animation) a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fcd2c5;
    content: "";
    opacity: 0;
    transition: all 0.3s;
  }

  ul.topBotomBordersIn li:not(.no-animation) a::before {
    top: 0;
    transform: translateY(-10px);
  }

  ul.topBotomBordersIn li:not(.no-animation) a::after {
    bottom: 0;
    transform: translateY(10px);
  }

  ul.topBotomBordersIn li:not(.no-animation) a:hover::before,
  ul.topBotomBordersIn li:not(.no-animation) a:hover::after {
    opacity: 1;
    transform: translateY(0);
  }

  ul.topBotomBordersIn li {
    position: relative;
  }

  #aboutbixacorabg .row {
    display: flex;
    justify-content: space-between;
  }

  #aboutbixacorabg .col-md-6 {
    width: 48%;
  }

  .abouttext {
    font-size: 1.4em;
  }

  #parallax {
    height: 700px;
  }
}

@media only screen and (min-width: 1024px) {
  .col-lg-7 {
    width: 60%;
  }

  .col-lg-5 {
    width: 40%;
  }
}
