@font-face {
  font-family: 'FoundryMonoline';
  src: url(fonts/FoundryMonoline.ttf);
}



/* map area */
.map_area{
  padding-top: 30px;
  padding-left: 45px;
}







/* contact us */
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}







/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    color: white;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #000000;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: white;
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}
/* the end of portfolio works  */

body{
    font-family: 'FoundryMonoline', sans-serif;
    background-color: black;
}

.marketing{
    font-size: 70px;
    font-family: 'FoundryMonoline', sans-serif;
    font-weight: bolder;
}
p{
    font-size: 17px;
}
.round{
    width: 220px;
    height: 220px;
    background-color: white;

}
.second{
    width: 400px;
    height: 400px;
    background-color: white;
    margin-top: 100px;
    margin-left: 95px;
}



a{
    color: white;
}


h2{
    text-align:center;
    padding: 20px;
  }
  /* Slider */

h6{
  color: white;
  font-weight: lighter;
}

  .slick-slide {
      margin: 0px 20px;
  }

  .slick-slide img {
      width: 100%;
  }

  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
.question{
    font-size: 80px;
    /* margin-top: 100px; */
}
.bg-image01{

}


.bg-image02{
  width: auto;
  height: auto;
}



.heading-vertical{
transform: rotate(-90deg);
transform-origin: left top 0;
}

.heading-1 p{
    font-family: 'FoundryMonoline', sans-serif;
    color: white;
    font-size: 55px;
    line-height: 20px;
}
.heading-1 p.description{
    font-size: 20px;
    padding-top: 15px;
    line-height: 30px;
}
p.small-header-1{
    font-size: 80px;
    font-weight:500;
    line-height: 0.8;
}

p.small-header-2{
  font-size: 45px;
  line-height: 1.0;
  font-weight: 200;
}
.heading-1 img {
    width: 10%;
}
.footer-icon .mail span{
    padding: 0 10px;
    font-size: 30px;
}
.footer-icon .mail i{
    padding: 0 10px;
    font-size: 40px;
}
.demo{
    font-family: 'FoundryMonoline', sans-serif;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.service-font {
    font-size: 60px;
}
@media screen and (min-width: 144px) and (max-width: 3400px) {
    .question {font-size:1.5rem;} /*1rem = 16px*/
    .talk {font-size: 2.5rem;}
    .size {font-size: 0.5rem;}
    p {font-size: 1rem;}
    .project {font-size: 2px;}
    /* .marketing-size { font-size: 5rem;} */
    .first{ font-size: 60px;}

    .primary {
        display: none;
    }
    .service-font {
        font-size: 60px;
        line-height: 55px;
    }
    .project {
        font-size: 55px;
        font-weight: bold;
        color: black;
        line-height: 60px;
  }
  @media (min-width: 768px) {
    .question {font-size:3.5rem;}
    .project {font-size: 1px;}
    .first{ font-size: 60px;}

     /*1rem = 16px*/
  }
.talk{
    font-size: 50px;
}
.button{
    width: 250px;
    height: 50px;

}
/* .logo{
    width:120px;
    height: 120px;
} */
@media screen and (min-width: 144px) and (max-width: 900px) {
    .heading-1 p, p.small-header-1 {
        font-size: 45px;
        line-height: 30px;
    }
    .heading-1 img {
        width: 20%;
    }
    /* .text-500 {
        margin-left: -100px;
    } */
    .footer-icon .mail span{
        display: block;
    }
}


.height{
    height: 400px;
}
.service{
    height: 600px;
}
.secondlogo{
    width: 100%;
    height: 100px;
    background-color: black;
    float: left;
}
.paragraph{
    font-size: 15px;
    margin-top: 30px;
}
.slide{
    margin-top: 100px;
}
.years{
    font-size: 55px;
    font-family: 'FoundryMonoline', sans-serif;
    font-weight: 200;
    margin-left: 70px;
    margin-top: 10px;

}
.year{
    margin-left: 70px;
    line-height: 1;
}
.heading{
    font-size: 50px;
    color: #fff;
    /* margin-left: 120px; */
    margin-top: 120px;
}
.primary{
    height: 200px;

}
.header{
    font-size: 50px;
    color: #fff;
    /* margin-left: 120px; */
    margin-top: 90px;
}
.underline{
    text-decoration: underline;
    text-underline-position: under;
}
.color{
    color: #FF7518;
}
.image{
    opacity: 0.5;
    background-image: url('/image/roberto-nickson-tleCJiDOri0-unsplash.jpg');
    width: 100%;
    height: 900px;

}
.service{
    margin-top: 100px;
    font-size: 26px;
    background-color: white;
}
.project{
    font-size: 55px;
    font-weight: bold;
    color: black;
}
.block{
    width: 100%;
    height: 400px;
    background-color: white;
    float: left;
    border-radius: 25px;
}
.e-book{
    width: 100%;
    height: 300px;
    background-color: black;
    float: left;
}
.text-color{
    color: #fc5000;
}
.border-color {
    border-color: #fc5000;
    border-width: 4px;
}
.footer{
    width: 100%;
    height: 300px;
    float: left;
    background-color: #161616 }
a{
    color: white;
}
a:hover{
    color: #fc5000;
}
.space{
    width: 100%;
    height: 100px;
    float: left;
    background-color: black;
}
.block-service{
        width: 100%;
        height: 500px;
        margin-top: 60px;
        background-color: black;
        float: left;
        border-radius: 25px;

}
.vertical{
        writing-mode: vertical-rl;
        text-orientation: upright;
        /* font-size: 30px; */
}
