/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&family=Roboto+Condensed&display=swap');

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;
  
  /*===== Colores =====*/
  --first-color: #f3f3f31c;
  --dark-color: #1c232e;
  --dark-color-alt: #282B3A;
  --white-color: #E6E7E9;

  /*===== Fuente y tipografia =====*/
  --body-font: 'Poppins', sans-serif;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;

  /*===== z index =====*/
  --z-fixed: 100;
}

@media screen and (min-width: 768px) {
  :root {
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
  }

  
}

/*===== BASE =====*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: 500;

  background: #181f2a;
}

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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.bd-grid {
  max-width: 1024px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/*===== HEADER =====*/
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  background-color: var(--dark-color);
  z-index: var(--z-fixed);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  color: var(--white-color);
}

.header__toggle {
  font-size: 1.5rem;
  color: var(--white-color);
  cursor: pointer;
}

section{
  padding: 4.5rem 4rem;

}



/* GİRİŞ */
.logo img{
  width: 100%;
  max-width: 400px;
  height: auto;

}



.logo{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.logo > div{
  width: 60%;
}

.int_text{
  color: var(--white-color);
}


.int_text h2{
  font-family: 'Roboto Condensed', sans-serif;
}

.int_text a{
  color: white;
  border-radius: 20px;
  padding: 10px;
  width: 20%;
  border: none;
  cursor: pointer;
  font-weight: 700px;
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(50deg, hsl(176, 68%, 64%), hsl(198, 60%, 50%));
}

.int_features{
  display: flex;
  flex-wrap:wrap ;
  justify-content: center;
  align-items: center;
  background-color: #1c232e;
  color: var(--white-color);
  font-family: 'Raleway', sans-serif;
}

.int_features img{
  height: 50px;
}
.int_features .features-i{
  width: 33.33%;
  padding: 2rem 2.5rem;
  text-align: center;
}


/* HAKKIMIZDA */
.about{
  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white-color);
}

.about-contact , .about{
  padding: 4.5rem;
}

 .title{
   font-family: Arial, Helvetica, sans-serif;
  color: #65e2d9;
}

/* blog */

.testlimons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);

}

.test-item{
  margin-left: 1rem;
  flex-basis: 33.33%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.159);
  padding: 2.5rem;
  transition: 0.5s;
}



.head {
  padding-top: 10%;
  text-align: center;
}

.head-img {
  width: 150px;
  border-radius: 999%;
  border: 5px solid #1f2937;
  transition: 1s;
}

.head-img:hover {
  transform: rotate(180deg);
  width: 150px;
  -webkit-transform: rotate(180deg);
}



.text{
  text-align: center;
}



footer {
  background-color: 181f2a;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #d8cccc;
}
 /* PARALLAX  */ 
 .animation_text h1 {
  font-family:"Poppins",Sans-serif;
  text-align:center;
  color:#cccbcd;
  font-size:20px;
  font-weight:500;
  line-height:70px;
  }
  
  .animation_text h1 span {
  color:#d61a20
  }
  
@media(max-width: 800px){

.logo img{
  width: 100%;
  max-width: 200px;
  height: 50%;
  margin-left: 0rem;
  margin-bottom: 40px;
  
}



.logo{
  text-align: center;
  display: block; 
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.logo > div{
  width:100%;
}

.int_text{
  color: var(--white-color);
}


.int_text h2{
  font-family: 'Roboto Condensed', sans-serif;
}

.int_text a{
  color: white;
  border-radius: 20px;
  padding: 10px;
  width: 50%;
  border: none;
  cursor: pointer;
  font-weight: 700px;
  font-family: 'Raleway', sans-serif;
  background: linear-gradient(50deg, hsl(176, 68%, 64%), hsl(198, 60%, 50%));
}

.int_features{
  display: block;
  flex-wrap:wrap ;
  justify-content: center;
  align-items: center;
  background-color: #1c232e;
  color: var(--white-color);
  font-family: 'Raleway', sans-serif;
}

.int_features img{
  height: 50px;
}
.int_features .features-i{
  width: 100%;
  padding: 2rem 2.5rem;
  text-align: center;
}


/* HAKKIMIZDA */
.about{
  display: block;
  align-items: left;
  justify-content: center;
;
max-width: 1000px;
  margin-left: -5rem;
  color: var(--white-color);
}

.about img{
  height: 200px;
  margin-left: 3rem;
}

.about-contact , .about{
  padding: 4.5rem;
}

 .title{
   font-family: Arial, Helvetica, sans-serif;
  color: #65e2d9;
}

/* blog */

.testlimons{
  display: block;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);

}

.test-item{
  margin-left: 1rem;
  flex-basis: 33.33%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.159);
  box-shadow: 2px 2px 20px 2px #202a3c;
  padding: 2.5rem 2rem;
  margin-top: 10px;
  transition: 0.5s;
}

.test:first-child{
  margin-left: 0;
}
.test-item:hover{
  transform: scale(0.5s);
  margin-bottom: 20px;
  box-shadow: 2px 2px 20px 2px #e9e9e97e;
}

.item-user-img{
  text-align: center;
}

.animation_text h1 {
  font-size:15px
  }


}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}

}





@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: var(--dark-color);
    color: var(--white-color);
    width: 100%;
    height: 100vh;
    padding: 1.5rem 0;
    z-index: var(--z-fixed);
    -webkit-transition: .5s;
    transition: .5s;
  }
}



.nav__content {
  height: 100%;
  -ms-grid-rows: max-content 1fr max-content;
      grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
      grid-template-rows: max-content 1fr max-content;
  row-gap: 2rem;
}

.nav__close {
  position: absolute;
  right: 2rem;
  font-size: 1.3rem;
  padding: .25rem;
  background-color: var(--dark-color-alt);
  border-radius: 50%;
  cursor: pointer;
}

.nav__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: .25rem;
  margin-bottom: .8rem;
  width: 56px;
  height: 56px;
  background-color: var(--first-color);
  border-radius: 50%;
  overflow: hidden;
}

.nav__img img {
  width: 46px;
}

.nav__name {
  display: block;
  color: var(--white-color);
}

.nav__profesion {
  font-size: var(--small-font-size);
}

.nav__menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nav__item {
  margin: 2.5rem 0;
}

.nav__link {
  color: var(--white-color);
}

.nav__social {
  padding-top: .5rem;
}

.nav__social-icon {
  font-size: 1.2rem;
  color: var(--white-color);
  margin-right: 1rem;
}

.nav__social-icon:hover {
  color: var(--white-color);
}

/*Aparecer menu*/
.show {
  left: 0;
}

/*Active menu*/
.active {
  color: var(--white-color);
}



/*===== MEDIA QUERIES =====*/
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .header {
    height: calc(var(--header-height) + 1rem);
  }
  .header__logo, .header__toggle {
    display: none;
  }
  .nav {
    width: 100%;
  }
  .nav__content {
    -ms-grid-columns: (max-content);
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav__close, .nav__profesion {
    display: none;
  }
  .nav__perfil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__img {
    width: 32px;
    height: 32px;
    margin-right: .5rem;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__img img {
    width: 26px;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__item {
    margin: 0 .25rem;
  }
  .nav__link {
    padding: .5rem .8rem;
    border-radius: .25rem;
  }
  .nav__link:hover {
    background-color: var(--first-color);
  }
  .active {
    background-color: var(--first-color);
    color: var(--white-color);
  }

  
}

#cd-timeline a{
color: white;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;

}

#cd-timeline img{
  border-radius: 2%;

}

@media screen and (min-width: 1024px) {
  .bd-grid {
    margin-left: auto;
    margin-right: auto;
  }
  
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #d0d0d13a;
}


@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #646464, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
  background: #646464;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */

  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #333C42;
  border-radius: 2px;
  padding: 1em;
}
.cd-timeline-content .timeline-content-info {
  background: #2B343A;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: calc(50% - 2px);
  display: inline-block;
}
@media (max-width: 500px) {
  .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: block;
    width: 100%;
  }
}
.cd-timeline-content .content-skills {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cd-timeline-content .content-skills li {
  background: #40484D;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  margin-bottom: 5px;
}

.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333C42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333C42;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #333C42;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}