/* table of content - start
================================================== */
/* 
* Project Name   :  Borne - Agency Portfolio Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  Friday, 21 May 2021
* Author         :  wp_studio
* Developer      :  webrok (https://www.fiverr.com/webrok)
*/
/* table of content - end
================================================== */
/* template fonts - start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Calibre Thin";
  src: url("../fonts/calibre/Calibre-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Thin Italic";
  src: url("../fonts/calibre/Calibre-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Light";
  src: url("../fonts/calibre/Calibre-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Light Italic";
  src: url("../fonts/calibre/Calibre-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Regular";
  src: url("../fonts/calibre/Calibre-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Regular Italic";
  src: url("../fonts/calibre/Calibre-RegularItalic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Medium";
  src: url("../fonts/calibre/Calibre-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Medium Italic";
  src: url("../fonts/calibre/Calibre-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Semibold";
  src: url("../fonts/calibre/Calibre-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Semibold Italic";
  src: url("../fonts/calibre/Calibre-SemiboldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Bold";
  src: url("../fonts/calibre/Calibre-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Bold Italic";
  src: url("../fonts/calibre/Calibre-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Calibre Black";
  src: url("../fonts/calibre/Calibre-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Calibre Black Italic";
  src: url("../fonts/calibre/Calibre-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
/* template fonts - end
================================================== */
/* global reset - start
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  line-height: 1.4;
  font-style: normal;
  color: #8A8A8A;
  font-family: "Calibre Light", sans-serif;
  background-color: #17171A;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.body_wrap {
  overflow: hidden;
  position: relative;
}

::-moz-selection {
  color: #000000;
  background-color: #ffffff;
}

::selection {
  color: #000000;
  background-color: #ffffff;
}

::-moz-selection {
  color: #000000;
  background-color: #ffffff;
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Calibre Regular", sans-serif;
}

.layer {
  position: relative !important;
}

.section_space {
  padding: 120px 0px;
}

a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* global reset - end
================================================== */
/* back to top button - start
================================================== */
.backtotop {
  right: 12px;
  z-index: 999;
  bottom: 50px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
.backtotop .scroll:before, .backtotop .scroll:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
}
.backtotop .scroll:after {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.backtotop .scroll:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.backtotop .scroll:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.backtotop .scroll i {
  left: 50%;
  z-index: 1;
  font-size: 15px;
  position: absolute;
  color: #0D1313;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.backtotop .scroll i:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.backtotop .scroll i:nth-child(2) {
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
.backtotop .scroll:hover i:nth-child(1) {
  top: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.backtotop .scroll:hover i:nth-child(2) {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* back to top button - end
================================================== */
/* order & unorder list reset - start
================================================== */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ul_li_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ul_li_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

/* order & unorder list reset - end
================================================== */
/* animation css - start
================================================== */
.line_wrap {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 80%;
  z-index: -1;
  display: block;
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.03);
}
.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  -webkit-animation: line1 15s ease-out infinite;
          animation: line1 15s ease-out infinite;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(transparent));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), transparent);
}
.line_wrap .line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.03);
}
.line_wrap .line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}
.line_wrap .line_item:nth-child(odd):before {
  -webkit-animation: scroll2 15s ease-out infinite;
          animation: scroll2 15s ease-out infinite;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.3));
}
.line_wrap .line_item:nth-child(even):before {
  -webkit-animation: line1 15s ease-out infinite;
          animation: line1 15s ease-out infinite;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(transparent));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), transparent);
}

@-webkit-keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
/* animation css - end
================================================== */
/* section title - start
================================================== */
.section_title {
  margin-bottom: 50px;
}
.section_title .small_title {
  line-height: 1;
  font-size: 17px;
  color: #b5b5b5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.section_title .small_title big {
  font-size: 54px;
}
.section_title .big_title {
  line-height: 1;
  font-size: 54px;
  margin-bottom: 0px;
}

/* section title - end
================================================== */
/* button style - start
================================================== */
.btn {
  z-index: 1;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.09;
  position: relative;
  padding: 26px 40px;
  padding-bottom: 20px;
  border-radius: 0px;
  letter-spacing: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Calibre Medium";
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn:before {
  top: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  width: 0px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.btn i {
  margin-top: -4px;
  margin-right: 12px;
}

.btn.btn_light {
  background-color: #2B2B2B;
}
.btn.btn_light:hover {
  color: #000000;
}
.btn.btn_white {
  color: #000000;
  background-color: #ffffff;
}
.btn.btn_white:before {
  background-color: #2B2B2B;
}
.btn.btn_white:hover {
  color: #ffffff;
}

.btn.btn_border {
  color: #ffffff;
  padding: 25px 40px;
  padding-bottom: 19px;
  border: 1px solid transparent;
}
.btn.border_white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.border_white:before {
  background-color: #ffffff;
}
.btn.border_white:hover {
  color: #0D1313;
}

/* button style - end
================================================== */
/* body content - start
================================================== */
/* header section - start */
.header_section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_content h1 {
  font-size: 85px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1em;
}
.header_content p {
  font-size: 25px;
  margin-bottom: 30px;
}

.demo_items_list li {
  width: 430px;
  position: relative;
}
.demo_items_list li img {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.demo_items_list li:not(:first-child) {
  margin-top: -80px;
}
.demo_items_list li:nth-child(1) {
  z-index: 1;
}
.demo_items_list li:nth-child(2) {
  z-index: 2;
  margin-left: 60px;
}
.demo_items_list li:nth-child(3) {
  z-index: 3;
  margin-left: 120px;
}

/* header section - end */
/* demo section - start */
.home_demo_item:not(:last-child) {
  margin-bottom: 100px;
}
.home_demo_item .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.home_demo_item .item_image:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.home_demo_item .item_title {
  font-size: 26px;
  margin-bottom: 0px;
  color: #c7c7c7;
  text-transform: uppercase;
}
.home_demo_item:nth-child(even) .item_title {
  text-align: left;
}
.home_demo_item:nth-child(odd) .item_title {
  text-align: right;
}

/* demo section - end */
/* variation section - start */
.variation_section {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo_version_item {
  display: block;
  margin-top: 80px;
  text-align: center;
}
.demo_version_item span {
  display: block;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.demo_version_item .item_image {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c1c1d;
}
.demo_version_item .item_image img {
  height: auto;
  margin: auto;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.demo_version_item:hover .item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.demo_version_item .item_title {
  color: #ffffff;
  font-size: 26px;
  margin-top: 40px;
  font-family: "Calibre Light";
  text-transform: uppercase;
}

/* variation section - end */
/* inner section - start */
.inner_demo_item {
  margin-bottom: 60px;
}
.inner_demo_item .item_image {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid rgba(75, 75, 75, 0.3);
}
.inner_demo_item:hover .item_image {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.inner_demo_item .item_title {
  font-size: 20px;
  color: #d0d0d0;
}

/* inner section - end */
/* features section - start */
.features_item {
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 24px;
  background-color: #232323;
}
.features_item .item_icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features_item .item_title {
  font-size: 17px;
  color: #b3b3b3;
}

/* features section - end */
/* footer section - start */
.footer_section {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer_section .header_content {
  max-width: 700px;
  margin: 0 auto;
}
.footer_section .header_content p {
  font-size: 22px;
  color: #a2a2a2;
  margin: 0px auto 30px;
}

/* footer section - end */
/* body content - end
================================================== */
/* ================================================== 
* Project Name   :  Borne - Agency Portfolio Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  Friday, 21 May 2021
* Author         :  wp_studio
* Developer      :  webrok (https://www.fiverr.com/webrok)

*	css code for responsive layout To make Responsive
================================================== */
/* media screen and (max-width: 1360px) - start
==================================================================================================== */
@media screen and (max-width: 1360px) {
  .header_content h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .header_content p {
    font-size: 26px;
  }

  .home_demo_item .item_title {
    font-size: 25px;
  }

  .demo_version_item .item_image {
    height: 500px;
  }

  .demo_version_item .item_title {
    font-size: 30px;
  }

  .features_item {
    padding: 40px 15px;
  }

  .features_item .item_title {
    font-size: 15px;
  }
}
/* media screen and (max-width: 1360px) - end
==================================================================================================== */
/* media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  .header_content h1 {
    font-size: 48px;
  }

  .header_content p {
    font-size: 22px;
  }

  .demo_items_list li {
    width: 500px;
  }

  .demo_items_list li:not(:first-child) {
    margin-top: -50px;
  }

  .section_title .big_title {
    font-size: 42px;
  }

  .section_title .small_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section_title {
    margin-bottom: 40px;
  }

  .demo_version_item .item_image {
    height: 400px;
  }

  .inner_demo_item .item_title {
    font-size: 18px;
  }

  .footer_section .header_content p {
    max-width: 510px;
  }
}
/* media screen and (max-width: 1199px) - end
==================================================================================================== */
/* media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  .header_content h1 {
    font-size: 42px;
  }

  .header_content p {
    font-size: 19px;
  }

  .header_section {
    min-height: auto;
  }

  .demo_items_list li {
    width: 280px;
  }

  .btn {
    font-size: 14px;
    padding: 21px 30px;
    padding-bottom: 14px;
    letter-spacing: 1px;
  }

  .btn.btn_border {
    padding: 20px 30px;
    padding-bottom: 13px;
  }

  .home_demo_item .item_title {
    font-size: 20px;
  }

  .home_demo_item:not(:last-child) {
    margin-bottom: 50px;
  }

  .demo_version_item .item_image {
    height: 300px;
  }

  .demo_version_item .item_title {
    font-size: 20px;
    margin-top: 30px;
  }
}
/* media screen and (max-width: 991px) - end
==================================================================================================== */
/* media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  .order-last {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .demo_items_list {
    width: auto;
    margin: auto;
    display: table;
  }

  .header_section .header_content {
    margin-top: 40px;
    text-align: center;
  }

  .header_content h1 span {
    display: block;
  }

  .home_demo_item:nth-child(even) .item_title,
.home_demo_item:nth-child(odd) .item_title {
    text-align: center;
  }

  .home_demo_item .item_title {
    margin-top: 25px;
  }

  .section_title {
    margin-bottom: 40px;
  }

  .inner_demo_item {
    margin-bottom: 30px;
  }

  .inner_demo_item .item_image {
    margin-bottom: 16px;
  }
}
/* media screen and (max-width: 767px) - end
==================================================================================================== */
/* media screen and (max-width: 575px) - start
==================================================================================================== */
@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_space {
    padding: 80px 0px;
  }

  .header_section .header_content {
    padding: 0px 30px;
  }

  .demo_items_list li {
    width: 230px;
  }

  .demo_items_list li:not(:first-child) {
    margin-top: -30px;
  }

  .demo_items_list li:nth-child(2) {
    margin-left: 36px;
  }

  .demo_items_list li:nth-child(3) {
    margin-left: 72px;
  }

  .demo_version_item .item_image {
    height: auto;
  }

  .demo_version_item {
    max-width: 300px;
    margin: 50px auto 0;
  }

  .demo_version_item .item_title {
    font-size: 22px;
    margin-top: 20px;
  }

  .inner_demo_item {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
/* media screen and (max-width: 575px) - end
==================================================================================================== */
/* media screen and (max-width: 380px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  .section_title .big_title {
    font-size: 30px;
  }

  .section_title .small_title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .header_section .header_content {
    padding: 0;
  }

  .features_item {
    padding: 20px 15px;
  }

  .features_item .item_icon {
    width: auto;
    height: 50px;
  }
}
/* media screen and (max-width: 380px) - end
==================================================================================================== */