/*@import url('tanker.css');*/
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
/*@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');*/
:root{
  --primary-color: #ff4400;
  --secondary-color: #fad67f;
  --bg-color:#f7f7f7;
  --bg-color-1: #ffd681;
  --bg-color-2: #aea97c;
  --gray-color: #4a555a;
  --dark-gray-color: #4e4d43;
  --text-color: #fffbdb;
  --white-color: #fff;
  --header-color: #d0721a;
  --header-color-second: rgba(255, 255, 255, 0.5);
  --light-gray: #cccccc;
}
html{
  font-size: 1.5rem;
  background-color: var(--bg-color );
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
*{
  font-family: "Teko", sans-serif ;
}
body{
  /*font-family: 'Helvetica Neue', sans-serif;*/
  font-family: "Teko", sans-serif;
}
p{
  font-weight: 500;
  font-family: "Teko", sans-serif;
}
.head-title{
  color: var(--primary-color);
  text-align: right;
  padding-top: 35px;
  font-size: 20px;
}
/*.head-title span {*/
/*  padding-right: 70px;*/
/*}*/
/* .home-bg{
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
.header{
  background-color: var(--header-color-second) ;
  height: 100px;
  position: fixed;
  top: 0;
  display: block;
  z-index: 3;
  width: 100%;
  transition: all 0.3s ease-out;
}
#menu-btn {
  transition: transform 0.5s; /* Dönme animasyonu için geçiş süresi */
}

#menu-btn:hover {
  transform: rotate(360deg); /* 360 derece dönme */
}

.offcanvas {
  background-color: var(--header-color-second) !important;
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
}
.header.small {
  height: 100px;
}

.header.large {
  height: 180px;
}
/*.stick{*/
/*  z-index: 4;*/
/*  position: relative;*/
/*  padding-top: 30px;*/
/*  display: block;*/
/*}*/

.stick-container {
  display: grid;
  grid-template-columns: 35% 15% 50%;
  margin: 0;
}

.stick {
  z-index: 999;
  position: relative;
  padding-top: 20px;
  /*margin-top: 28px;*/
  margin-top: 10px;
}

.stick:nth-child(1) {
  background-color: #fad67f;
}

.stick:nth-child(2) {
  background-color: #ff4400;
}

.stick:nth-child(3) {
  background-color: #4a555a;
}

.home-bg{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  left: 0;
  right: 0;
}
.home-bg img{
  width: 100%;
  height: auto;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
}

.logo{
  z-index: 4;
  position: fixed;
  max-width: 250px;
  height: auto;
  display: block;
  top: 50px;
  left: 10%;
}
.logo img{
  width: 100%;
}
.menu{
  z-index: 2;
  position: absolute;
  font-size: 2rem;
  top: 25%;
  left: 10%;
  /*font-family: 'Tanker-Regular' !important;*/
  font-family: "Teko", sans-serif;
}
.mobile-menu{
  font-size: 1.3rem;
  left: 0;
  line-height: 2.5rem;
  font-family: "Teko", sans-serif;
}
.menu a{
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.5s;
}
.mobile-menu a{
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.5s;
}
.menu a:hover, .mobile-menu a:hover{
  text-decoration: none;
  color: var(--gray-color);
}

.menu li, .mobile-menu li{
  list-style: none;
}
.navbar-icon{
  position: fixed;
  z-index: 4;
  right: 0;
  margin: 110px 20px;
  display: block;
}
.btn-primary{
  background-color: var(--primary-color) !important;
  border: 3px solid var(--bg-color) !important;
}
.navbar-icon .btn-primary{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-secondary{
  background-color: var(--gray-color) !important;
  border: 1.5px solid var(--gray-color) !important;
}
.desc{
  font-family: 'Politica-Regular';
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}
/*About Start*/
.about{
  /*background-color: #eb1200;*/
  background-color: #fff;
}
.about h3{
  font-family: "Teko", sans-serif;
  letter-spacing: 5px;
}

.about .text-bg{
  color: var(--white-color);
  padding: 120px 80px 80px 180px;
}
.text-box{
  width: 75%;
}
.img-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
}
.about-img-1, .about-img-2 {
  position: absolute;
  text-align: center;
}
.about-img-1 img {
  max-width: 400px;
  max-height: auto;
  position: absolute;
  margin-top: 0;
  left: 50%;
  overflow: hidden;
}
.about-img-2 img {
  max-width: 400px;
  max-height: auto;
  position: absolute;
  right:0px;
  overflow: hidden;
}
.about-logo{
  background-color: var(--bg-color-1);
  height: 200px;
}
.logo-box{
  position: static;
  margin-top: -5rem;
  float: right;
  margin-right: 4rem;
}
@media (min-width: 375px) and (max-width: 768px) {
  .head-title{
    text-align: right;
  }
  .about-img-1, .about-img-2{
    display: none;
  }
  .text-box{
    width: 100%;
  }
  .img-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
  }
  .about .text-bg{
    color: var(--white-color);
    padding: 50px;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-img-1, .about-img-2{
    display: none;
  }
  .text-box{
    width: 100%;
  }
  .img-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
  }
  .about .text-bg{
    color: var(--white-color);
    padding: 50px;
    width: 100% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .about .text-bg{
    color: var(--white-color);
    padding: 80px 80px 80px 100px;
  }

  .img-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
  }
  .about-img-1, .about-img-2 {
    position: absolute;
    text-align: center;
  }
  .about-img-1 img {
    max-width: 400px;
    max-height: auto;
    position: absolute;
    margin-top: 0;
    left: 50%;
    overflow: hidden;
  }
  .about-img-2 img {
    max-width: 400px;
    max-height: auto;
    position: absolute;
    margin-top: 40%;
    left: 50%;
    overflow: hidden;
  }
}
/*About End*/

/*Product Area Start*/
.product{
  background-color: var(--bg-color);
}
.product h2{
  font-family: "Teko", sans-serif;
  color: var(--primary-color);
  text-align: right;
  font-size: 2.5rem;
  margin-right: 70px;
}
.product h3{
  font-family: "Teko", sans-serif;
  font-size: 2.5rem;
}
.product span{
  color: var(--gray-color);
}
.full-image img{
  object-fit: cover;
  width: 100%;
}
/*Product Area End*/

/*Franchise Area Start*/
.franchise-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 900px;
  min-width: 100%;
}
.franchise-title{
  height: 2.5rem;
  line-height: 1rem;
  font-size: 1.1rem;
  border: 1px solid #ff4400;
  border-right: none;
  padding: 7px;
}
.franchise-text{
  color: var(--white-color);
  width: 55%;
  float: right;
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
}
.franchise-text p{
  width: 75%;
}
.franchise-text h3{
  color: #000;
}
.franchise-form{
  width: 60%;
  display: block;
}
.franchise-form input{
  background-color: transparent;
  border: 1px solid var(--primary-color);
  padding: 5px 0 5px 20px;
  width: 100%;
}
.franchise-form button{
  background-color: transparent;
  border: 1px solid var(--primary-color);
  padding: 40px 60px;
  float: right;
  position: relative;
}
.franchise-form button img{
  position: absolute;
  right: 30px;
}
.franchise-form input:focus{
  outline: none;
}
.franchise-form input::placeholder{
  color: #000;
}
@media (min-width: 375px) and (max-width: 768px) {
  .franchise-text{
    width: 90%;
    float: none;
    font-size: 1rem;
    margin: auto;
  }
  .franchise-title{
    height: 4rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
    border: 1px solid #ff4400;
    border-right: none;
    padding: 7px;
  }
  .franchise-text p{
    width: 90%;
  }

  .franchise-form{
    width: 100%;
    display: block;
  }
  .franchise-form input{
    padding: 5px 0 5px 20px;
    width: 100%;
  }
  .franchise-form button{
    padding: 40px 60px;
    float: right;
    position: relative;
  }
  .franchise-form button img{
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .franchise-text{
    width: 90%;
    float: none;
    font-size: 1.2rem;
    margin: auto;
  }
  .franchise-text p{
    width: 90%;
  }

  .franchise-form{
    width: 100%;
    display: block;
  }
  .franchise-form input{
    background-color: transparent;
    border: 1px solid #ffd681;
    padding: 5px 0 5px 20px;
    width: 100%;
  }
  .franchise-form button{
    background-color: transparent;
    border: 1px solid #ffd681;
    padding: 40px 60px;
    float: right;
    position: relative;
  }
  .franchise-form button img{
    position: absolute;
    right: 30px;
  }
}
/*Franchise Area End*/

/*Contact Form Start*/
.contact{
  background: linear-gradient(53deg, rgba(142,115,88,1) 0%, rgba(185,156,128,1) 51%, rgba(198,166,133,1) 100%);
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
}
.contact-logo{
  display: flex;
  justify-content: end;
}
@media (min-width: 374px) and (max-width: 768px) {
  .contact-logo{
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .contact-logo img{
    margin: auto;

  }
}
.contact-form input{
  background-color: transparent;
  border: 2px solid var(--primary-color);
  padding: 20px 0 7px 20px;
  width: 100%;

  box-shadow: 8px 8px 0px 0px rgba(204,204,204,0.6);
}
.contact-form input:focus{
  outline: 1px solid var(--primary-color);
}
.contact-form input::placeholder{
  color: #cccccc;
}

.form-btn{
  background-color: var(--primary-color);
  border: 2px solid  #808080;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0% 60%);
  padding: 10px 35px 10px 35px;
  color: var(--white-color);
}
.contact-form input[type="file"] {
  text-align: right;
  border: none;
  box-shadow: none;
  float: right;
}

.contact-form .custom-file-upload {
  background-color: var(--primary-color);
  outline: 2px solid #808080;
  border: 2px solid  #808080;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0% 60%);
  padding: 10px 35px;
  color: var(--white-color);
  cursor: pointer;
  width: 160px;
  margin-right: 10px;
  height: 75px;
}
.custom-file-upload::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-upload::before {
  content: "CV YÜKLE";
  display: inline;
  -webkit-user-select: none;
  /*cursor: pointer;*/
  /*outline: none;*/
  /*font-size: 1.5rem;*/
  /*background-color: var(--primary-color);*/
  /*border: 2px solid #808080;*/
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0% 60%);*/
  /*padding: 15px 35px 15px 35px;*/
  /*color: var(--white-color);*/
}


/*.contact-form input[type="file"] {*/
/*  border: none;*/
/*  box-shadow: none;*/
/*}*/
/*.custom-file-input {*/
/*  color: transparent;*/
/*}*/
/*.custom-file-input::-webkit-file-upload-button {*/
/*  visibility: hidden;*/
/*}*/
/*.custom-file-input::before {*/
/*  content: "CV YÜKLE";*/
/*  display: inline;*/
/*  -webkit-user-select: none;*/
/*  cursor: pointer;*/
/*  outline: none;*/
/*  font-size: 1.5rem;*/
/*  background-color: var(--primary-color);*/
/*  border: 2px solid #808080;*/
/*  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0% 60%);*/
/*  padding: 15px 35px 15px 35px;*/
/*  color: var(--white-color);*/
/*}*/
/*.custom-file-input:focus {*/
/*  outline: none !important;*/
/*}*/

@media (min-width: 375px) and (max-width: 768px) {
  .contact-logo{
    justify-content: center;
  }
}

/*Contact Form End*/

/*Contact Page Start*/
.contact-page {
  background-color: #e2e2e2;
  color: var(--white);
}

.contact-page .card {
  background-color: var(--primary-color);
  min-height: 200px;
  padding: 20px;
  transition: all 0.6s;
}
.contact-page .card:hover {
  background-color: #4a555a;
}
.contact-page .card i{
  background-color: #4a555a;
  border-radius: 50%;
  padding: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
  box-shadow: 10px -2px 36px -15px rgba(0,0,0,0.75);
  color: #fff;
}
.contact-page .card p {
  color: #fff;
}

.contact-page .icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.map-card {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
/*Contact Page End*/

/*Footer start*/
.contact-area {
  border-bottom: 1px solid #353C46;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media screen and (max-width: 600px) {
  .contact-area ul {
    display: flex !important;  ;
    flex-wrap: wrap;
    gap: 20px;
  }
  .magaza_img{
    width: 100%;
    height: auto !important;
  }
.ekip_img{
  height: auto!important;
float: right;
  width: 100%;
}
}
.contact-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #f16504;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  /*border: 1px solid #8b9199;*/
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  /*border: 1px solid var(--primary-color);*/
  color: var(--primary-color);
}

.contact-content img {
  max-width: 210px;
}

section, footer {
  background: #1A1E25;
  color: #868c96;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

footer p {
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
}

footer img {
  width: 44px;
}

/*BANNER*/
.banner {
  position: relative;
  width: 100%;
  height: 400px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
/*BANNER END*/
@media (min-width: 375px) and (max-width: 768px) {
  .logo{
    width: 150px;
    top: 5%;
    left: 3%;
  }
  .menu{
    display: none;
  }
  .navbar-icon{
    display: block;
  }
  .mobile-menu ul{
    padding-left: 0;
    padding-top: 30px;
  }
}

/*.entering {*/
/*  padding: 3vw 25vw;*/
/*  text-align: center;*/
/*  background: white;*/
/*}*/

/*.entering > p {*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  font-size: .94vw;*/
/*  letter-spacing: 0.02vw;*/
/*  line-height: 1.77em;*/
/*}*/
/*.entering .scrollto {*/
/*  overflow: hidden;*/
/*  cursor: pointer;*/
/*  margin-top: 2vw;*/
/*}*/

/*.entering .scrollto .icon-wrap {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/

/*.entering .scrollto .icon-wrap:after {*/
/*  width: 2vw;*/
/*  height: 2vw;*/
/*  border: 1px solid #000;*/
/*  border-radius: 50%;*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: 0;*/
/*  -webkit-transform: translateX(-50%);*/
/*  transform: translateX(-50%);*/
/*}*/
.fr-body{
  background-color: #fff;
}
.entering{
  text-align: center;
  padding: 50px 0 30px;
  font-size: 20px;
  letter-spacing: 0.02vw;
  line-height: 1.77em;
}
.entering a{
  color: #ff4400;
  text-decoration: none;
}
.icon-wrap{
  border: 2px solid #868c96;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.fr-icon{
  animation: moveUpDown 1.5s infinite alternate ease-in-out;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
#comments{
  padding: 70px 0px 50px;
  background-color: #1e1e1e;
  color: #fff;
}
#comments p{
  color: #868c96;
}
@media (min-width: 768px) {
  #comments .carousel-inner p {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #comments .carousel-inner p {
    width: auto;
  }
}

#comments .carousel-controls button{
  position: relative;
  display: inline;
}
#comments .carousel-control-next, .carousel-control-prev {
  width: auto !important;
  margin-right: 30px;
  float: right;
}
#comments .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: start;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15px;
}
#comments .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 7px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.125);
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 50%;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  opacity: .5;
  transition: opacity .6s ease;
}
#comments .carousel-indicators .active {
  opacity: 1;
}
#comments .carousel-controls i{
  color: #fff;
  font-size: 50px;
}
#steps{
  background-color: #e9ecef;
}
.main-title{
  color: #ff4400;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#consept-accordion{
  background-color: #fff;
  padding: 70px 0;
}

#consept-accordion .accordion-button:not(.collapsed) {
  background-color: #ff4400;
  color: #fff;
}

#consept-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1); /* İkon rengini beyaza çevirmek için */
}

#consept-accordion .accordion-button {
  color: #000; /* Varsayılan metin rengi */
}
#consept-accordion .accordion-button:focus {
  box-shadow: none;
}

#consept-accordion .accordion-button.collapsed {
  background-color: #fff; /* Kapanmış haldeki başlık arka planı */
  color: #000; /* Kapanmış haldeki metin rengi */
}
#franchise {
  background-color: #e9ecef;
}
#franchise .form-control:focus{
  box-shadow: none;
  border: 2px solid #ff4400;
}
#franchise .form-select:focus{
  box-shadow: none;
  border: 2px solid #ff4400;
}
#franchise .form-check-input:checked {
  background-color: #ff4400;
  border-color: #ff4400;
}
#franchise .form-check-input:focus {
  box-shadow: none;
}
#franchise .text-left {
  text-align: left;
}
#franchise .text-right {
  text-align: right;
}
#franchise  .progress {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  height: 20px;
  margin-bottom: 30px;
}
#franchise .progress-bar {
  background-color: #ff4400;
  transition: width 0.3s;
  padding-top: 5px;
}

.timeline {
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5rem;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}
.timeline-content{
  color: #fff;
}
.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-right: 2px dashed #4b546f;
  height: 100%;
  display: block;
}

.timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
}
.timeline-row .timeline-time {
  position: absolute;
  right: 50%;
  top: 15px;
  text-align: right;
  margin-right: 20px;
  color: #15384d;
  font-size: 1.5rem;
}
.timeline-row .timeline-time small {
  display: block;
  font-size: 0.8rem;
}
.timeline-row .timeline-content {
  position: relative;
  padding: 20px 30px;
  background: #ff4400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.timeline-row .timeline-content:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 16px;
  width: 16px;
  background: #ff4400;
}
.timeline-row .timeline-content:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -49px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 10;
  background: #15384d;
  border: 2px dashed #4b546f;
}
.timeline-row .timeline-content h4 {
  margin: 0 0 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 150%;
}
.timeline-row .timeline-content p {
  margin-bottom: 30px;
  line-height: 150%;
}
.timeline-row .timeline-content i {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.timeline-row .timeline-content .thumbs {
  margin-bottom: 20px;
  display: flex;
}
.timeline-row .timeline-content .thumbs img {
  margin: 5px;
  max-width: 60px;
}
.timeline-row:nth-child(even) .timeline-content {
  margin-left: 40px;
  text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
  left: -8px;
  right: initial;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
  left: -52px;
  right: initial;
}
.timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
  margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
  right: -8px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .timeline {
    padding: 15px;
  }
  .timeline:after {
    border: 0;
  }
  .timeline .timeline-row:nth-child(odd) {
    padding: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content:before {
    display: none;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    display: none;
  }
  .timeline .timeline-row:nth-child(even) {
    padding: 0;
  }
  .timeline .timeline-row:nth-child(even) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .timeline .timeline-row:nth-child(even) .timeline-content {
    margin: 0;
  }
  .timeline .timeline-row:nth-child(even) .timeline-content:before {
    display: none;
  }
  .timeline .timeline-row:nth-child(even) .timeline-content:after {
    display: none;
  }
}