
/* 
Theme Name: Test Theme
Author: Mr Digital
*/ 

* {
  margin: 0; 
  padding: 0; 
}

:root {
  --h1-font-size: 35px; 
  --h2-font-size: 20px; 
  --h3-font-size: 19px; 
  --bgc-color: rgb(46,46,46); 
  --secondary-bgc: rgb(57, 57, 57); 
  --secondary-font-color: rgb(210, 210, 210); 
  --paragraph-line-height: 180%; 
  --bold-letterspacing: 1.2px; 
}

html {
  font-family: Poppins, Arial, Helvetica, sans-serif; 
}

.container {
  position: relative;
  width: 100%; 
  max-width: 2500px; 
  margin: auto; 
  /* border: 1px solid black;  */
}

.hamburger {
  display: none; 
}

.hero {
  position: relative; 
  width: 100%; 
  height: 80vh;
  color: #fff;  
}

.hero-container {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0; 
  bottom: 0;
  
  background: linear-gradient(rgba(37,39,45,.83), rgba(37,39,45,0.83)),
  url('../images/tlumaczenie\ konferencyjne.jpg'); 
  background-position: center;
  background-size: cover;  
}

.hero-menu-social {
  font-size: 10px; 
  font-family: Roboto, sans-serif;
  font-weight: medium; 
  letter-spacing: 3px; 
}

.logo-menu {
  position: relative; 
  font-family: Roboto, sans-serif;  
  width: 85%; 
  margin: 35px auto;  
}

.logo-text a {
  font-size: 14px;
  letter-spacing: 3px; 
  font-weight: medium; 
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; 
}

.logo-text .fa-solid {
  margin-left: 20px; 
}

/* HERO CENTER */ 
.hero-center {
  position: absolute; 
  width: 85%; 
  margin: 0 auto; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -60%); 
   /* border: 1px solid white;   */
}

  header h1 {
    font-weight: 900;
    font-size: 52px; 
    letter-spacing: 5px;
    line-height: 130%; 
    text-transform: uppercase;
    width: 100%; 
    text-align: center; 
  }

    .hero-secondary-text {
      margin-top: 6%;
      /* max-width: 400px; */
      font-size: 22px;
      font-family: Roboto, sans-serif;
      font-weight: medium;
      line-height: 180%;
      width: 80%;
      margin: auto; 
      margin-top: 40px;  
      text-align: center; 
    }

/* Hero Bottom */ 
.hero-bottom {
  width: 85%; 
  text-transform: uppercase; 

  display: flex; 
  flex-direction: row;
  justify-content: space-between;

  position: absolute;
  bottom: 40px; 
  left: 50%; 
  transform: translateX(-50%);
}
  .socials {
    display: flex;         
    align-items: center;
    gap: 10px; 
  }
  .socials-dash {
    display: inline-block; 
    width: 25px; 
    height: 1px; 
    background-color: white;
  }
  .hero-contact {
    display: flex;     
    align-items: center;
    gap: 10px; 
  } 
  .socials a i.facebook-icon {
    vertical-align: middle;
    font-size: 10px; 
    color: white; 
  } 
  .socials a:hover i.facebook-icon {
    color: #007bff; 
  }
/* Navigation */ 

.close {
  display: none; 
}

nav {
  position: absolute; 
  top: 0px; 
  right: 0px; 
  z-index: 4; 
}

.navigation {
  list-style-type: none;
}

.navigation li {
  display: inline-block; 
  margin-left: 70px; 
}

.navigation a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; 
  width: 100%; 
  height: 100%; 
  border-bottom: 1px solid transparent;
  padding: 4px; 
  transition: border-bottom .3s ease; 
}

.navigation li:hover a {
  border-bottom: 1px solid white; 
}

/* Blog section */ 
.blog-info {
  position: relative; 
}

.blog-photo {
  width: 45px; 
  height: 45px; 
  border-radius: 50%;

  position: relative; 
  display: inline-block; 
  transform: translateY(30%); 
}

.name {
  margin-left: 10px; 
}

.name {
  font-style: bold;
  color: #333;  
}

.date {
  margin-left: 70%;  
}
/* Article */ 

#articles {
  padding: 0 15%; 
}

.article-left {
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  padding-right: 120px; 
}

.sub-hero-left {

}
    .article-left-header {
       font-size: 32px; 
       color: black; 
       margin-top: 30px; 
    }

    .sub-hero-text {
      margin-top: 30px; 
      /* border: 1px solid blue;  */
      line-height: 200%; 
    }

    .sub-hero-left-read-more {
      letter-spacing: 160%;
      font-size: 12px;
      font-weight: bold;      
      margin-top: 100px;
    }

.article-image {
    display: inline-block; 
    width: 300px; 
}

/* Article 2 - using floats */
.article-h4 {
  margin-top: 30px; 
}

.article-2-h4 {
    margin-top: 30px; 
}

.article-floated {
    padding: 30px; 
}

.image-floated {
    float: right; 
    padding: 40px; 
}

.image-floated-left {
  float: left; 
  padding: 40px; 
}

.article-bullets {
  padding-left: 30px; 
  margin-left: 30px; 
  margin-top: 15px; 
}

.article-link {
  text-decoration: none;
  color: #777; 
}

.article-link:hover {
  text-decoration: underline;
  color: #444; 
}

.article-list {
  padding: 0; 
  margin: 30px 0px 30px 30px;
}

/* Text */ 
.info {
  padding: 200px; 

  display: flex; 
  gap: 100px; 
  justify-content: space-around; 
}

.info h2 {
  font-size: var(--h2-font-size);
}

.info h3 {
  font-size: var(--h3-font-size); 
  margin-top: 30px; 
}

.info p {
  margin-top: 40px; 
  font-size: 16px; 
  line-height: var(--paragraph-line-height);
}

.info iframe {
  margin-top: 30px; 
  border: none; 
}

/* Contact */ 

.contact {
  background-color: var(--bgc-color); 
  padding: 100px 40px; 
  color: #fff;
}

.contact h1 {
  font-size: var(--h1-font-size);
  width: 100%; 
  text-align: center;
  margin-bottom: 100px;
}

.contact .row {
  display: flex; 
  flex-direction: row; 
  justify-content: center;  
  gap: 80px; 
}

.contact .follow {
  padding: 20px 25px; 
  background-color: var(--secondary-bgc);
  font-size: 16px;
  margin: 30px; 
}

.contact b {
  letter-spacing: 120%;
}

.contact-info.left {

}

.contact-info.right {
  /* margin-right: 150px; */ 
}

.follow {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.follow i {
  font-size: 20px; 
}

.contact-info .fa, .contact-info .fab {
  margin: 10px;
  color: #007bff;
  font-weight: bold;
}

.contact b {
  letter-spacing: var(--bold-letterspacing);
}

.map {
    width: 450px; 
}
/* Contact and footer */ 

/* Pre footer */ 
.pre-footer {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
  padding: 80px 150px; 

  border-bottom: 1px solid #ccc; 
}

.footer-links {
  padding: 0; 
  margin: 0; 
  list-style-type: none; 
}

.footer-links li a.footer-link {
  display: inline-block; 
  text-decoration: none;
  font-size: 16px;  
  color: #333; 
  margin-top: 8px; 
}

/* Footer */ 
.footer {
  background-color: #fff;;
  color: #333; 
  padding: 50px 250px 50px 250px; 
  text-align: center;
}

.footer-paragraph {
  font-size: 16px;
}   

.fa-heart-o {
margin: 3px;
color: red;
}


@media (max-width: 1220px) {

  /* header */ 
  header h1 {
    font-size: 28px; 
    letter-spacing: 3.5px;
  }

  .left-hero {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 460px;
  }

  .hero-secondary-text {
    margin-top: 30px; 
    max-width: 300px; 
    font-size: 12px; 
  }  

  .right-hero {
    /* height: 400px; 
    width: 600px;  */
  }
  
  .img-div {
    width: 470px; 
    height: 300px; 
  }
  
  /* separator */ 

  .separator {
    flex-direction: column;
    align-items: center;
  }

  .quote {
    padding: 100px 0 100px 0; 
  }
  
  .separator-text {
    padding: 60px 0px; 
  }

  /* cards */ 
  .cards {
    padding: 100px 100px 100px 100px;
  }

  .header-cards {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px; 
    align-items: space-around;
    justify-content: space-around;
  }
  
  /* Portfolio */ 

  .portfolio img {
    width: 100%;  
  }

  .portfolio h1 {
    font-size: 25px; 
  }

  .project {
    width: 450px; 
    margin: 60px auto; 
    display: flex; 
    flex-direction: column;
  }
  .navigation {
    margin-left: 10px; 
  }

  /* Services */ 

/* services */
.services {
  padding: 120px 0px 120px 0px; 

  display: flex; 
  position: relative; 
  justify-content: space-around;
}

.services .service-left, .services .service-right {
  margin-top: 70px; 
  display: flex; 
  flex-direction: column;
}

.service {
  width: 380px; 
  padding: 0px;  
}

.services h3 {
  font-size: 18px; 
}

.icon {
  font-size: 35px;
  margin: 20px auto;
  
  padding: 20px;
  height: 60px;
  width: 60px;
}

.services p {
  font-size: 14px;
}


.services .text-center {
  text-align: center; 
}


@media (max-width: 1020px) {
  .container {
    width: 100%; 
    max-width: 1020px; 
    overflow: hidden; 
  }

  .hero-center .right-hero {
    display: none;
    visibility: hidden;  
  }

  .left-hero {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 460px;
  }

  .hero-bottom {
    flex-direction: column; 
    align-items: flex-start;

    
    /* width: 400px; 
    height: 150px;  */
    
    /*i
    position: absolute; 
    left: 850px; 
    top: 140px; 
    */
  }

  .hero-contact {
    flex-direction: column; 
    align-items: flex-start; 
  }

  .socials-dash {
    display: none; 
  }

  .socials {
   width: 200px; 
   height: 15px; 
  }

}

@media (max-width: 950px) {

  .bottom-right, .headsets, .bottom-right p {
    /* display: none; */ 
  }

  /* Separator */ 
  .quote, .separator-text {
    font-size: 17px; 
    width: 350px; 
    text-align: center;
  }
  
  /* alternating order in project tabs */ 

    /* CONTACT */ 

    .contact .row  {
      flex-direction: column;
      align-items: center;
      justify-content: center; 
    } 

    .contact-info.right {
      margin: 0px; 
    }

    .contact-info.right .follow {
      display: flex; 
      flex-direction: column;
      align-items: center;
    }

    .follow b, .follow a {
      font-size: 16px; 
    }

  }

@media (max-width: 850px) {

.hero-bottom {
  /* align-items: center;  */
  /* border: 1px solid white;  */
}

.socials {
    display: none; 
}

/* .hero-center {
  display: flex; 
  justify-content: center;
} */

/* Contact */ 

.contact h1 {
  font-size: 20px;
}

.contact .follow, .contact .follow b {
  font-size: 14px; 
}
}

@media only screen and (max-width: 750px) {
  nav {
    position: fixed; 
    height: 100vh; 
    width: 70%; 
    background-color: var(--bgc-color);
    color: #fff; 
    transform: translateX(100%);
    transition: transform .5s ease;
    z-index: 5; 
  }

  .openNav {
    transform: translateX(0%); 
  }

  .close {  
    position: absolute; 
    top: 5vh; 
    right: 5vh; 
    border: 1px solid #fff; 
    padding: 15px; 
    border-radius: 50%;
    width: 20px; 
    height: 20px; 
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-style: bold;
    cursor: pointer; 
  }

  .openNav .close {
    display: block;
  }

  .hamburger {
    box-sizing: border-box;
    width: 35px; 
    height: 25px; 
    position: absolute; 
    right: 0px;
    top: 0px;  
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer; 
  }

  .openNav .hamburger {
    display: none; 
  }

  .logo-text {
    top: 5vh; 
    left: 5vw; 
  }

  .hamburger .line {
    height: 2px; 
    width: 100%; 
    background-color: white; 
  }

  .navigation {
    top: 20vh; 
    right: 10vw; 
    position: absolute; 
    margin: 0;
    display: inline-block; 
    font-size: 20px;
  }

  .navigation li {
    margin-top: 30px; 
    display: block; 
    margin-right: 0;
  }

  .navigation a {
    color: #fff; 
  }
   /* Subhero  */ 
   .sub-hero {
    flex-direction: column;
    justify-content: space-between; 
    height: 200vh; 
  }
  .sub-hero-left {
    width: 100%;
  }
  .sub-hero-right {
    width: 100%; 
  }
  .sub-hero-img-box {
    display: none; 
  }
  
}

}

@media (max-width: 470px) {
  
  /* deparator */ 
  .quote, .separator-text {
    width: 280px; 
  }
  .quote q {
    padding: 20px; 
  }

  .cards {
    padding: 100px 30px 100px 30px; 
  }

  .header-card {
    width: 270px; 
    height: 390px; 
  }

  /* portfolio */ 

  .project {
    width: 280px; 
  }
  /* contact */ 

  .contact .follow {
    width: 280px; 
    font-size: 14px; 
    padding: 0px; 
  }

  .follow b {
    display: none; 
  }

  .footer p {
    font-size: 12px; 
  }
}