/*
- File name       : index.css
- Description     : This file includes index.html styles.
- Author          : Nifty Theme.
- Author          : Osama Bakri.
- Template name   : LAMAR.
- Version         : 1.0.1
- Created         : 10/4/2020.
- Contact         : niftytheme@gmail.com
- Copyright       : @ 2020 NiftyTheme All Rights Reserved.
- License         : You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
**/

/* --------------------------------- */

/* HEADER */
header {
  background-size: cover;
  overflow: hidden;
  z-index: 2;
  margin-top: 10px;
}
/* background */
.parallax-slider:nth-child(1) {
  left: -50px;
  width: 1900px !important;
  height: auto !important;
  top: -80px;
}
@media only screen and (max-width: 992px) {
  .parallax-slider:nth-child(1) {
    left: -280px;
    width: 1400px !important;
    height: auto !important;
    top: -60px;
  }
}
@media only screen and (min-width: 1014px) and (max-width: 1269.98px) {
  .parallax-slider:nth-child(1) {
    left: -50px;
    width: 1300px !important;
    height: auto !important;
    top: -55px;
  }
}
@media only screen and (min-width: 1270px) and (max-width: 1355.98px) {
  .parallax-slider:nth-child(1) {
    left: 40px;
    width: 1300px !important;
    height: auto !important;
    top: -40px;
  }
}
@media only screen and (min-width: 1356px) and (max-width: 1429.98px) {
  .parallax-slider:nth-child(1) {
    left: 40px;
    width: 1400px !important;
    height: auto !important;
    top: -60px;
  }
}
@media only screen and (min-width: 1430px) and (max-width: 1579.98px) {
  .parallax-slider:nth-child(1) {
    left: -80px;
    width: 1800px !important;
    height: auto !important;
    top: -120px;
  }
}
@media only screen and (min-width: 1580px) and (max-width: 1909.98px) {
  .parallax-slider:nth-child(1) {
    left: 70px;
    width: 1600px !important;
    height: auto !important;
    top: -85px;
  }
}
@media only screen and (min-width: 1910px) and (max-width: 2293.98px) {
  .parallax-slider:nth-child(1) {
    left: 100px;
    width: 1900px !important;
    height: auto !important;
    top: -80px;
  }
}
@media only screen and (min-width: 2294px) and (max-width: 2549.98px) {
  .parallax-slider:nth-child(1) {
    left: 320px;
    width: 1800px !important;
    height: auto !important;
    top: 100px;
  }
}
@media only screen and (min-width: 2550px) {
  .parallax-slider:nth-child(1) {
    left: 500px;
    width: 1700px !important;
    height: auto !important;
    top: 200px;
  }
}

/* text */
header .text {
  min-height: 800px;
}
header .text .title_1 {
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  font-family: 'GT-Walsheim', 'Poppins', sans-serif;
}
header .text .title_1 .special_color {
  color: var(--co-1);
}
/* social links */
header .social_links {
  top: 270px;
  left: -30px;
  bottom: 0;
  z-index: 5;
}
header .social_links::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  background: var(--co-4);
  z-index: -1;
}
/* social links > links */
header .social_links .links {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  background: #fdfdfd;
}
header .social_links .links li:not(:last-child) {
  margin-bottom: 15px;
}
header .social_links .links a {
  color: var(--co-4);
  font-size: 17px;
  transition: all .25s ease;
}
header .social_links .links a:hover {
  color: var(--co-1);
}
/* social links > word */
header .social_links .word {
  font-size: 17px;
  font-weight: 500;
  color: var(--co-4);
  background: #fdfdfd;
  transform: rotate(-90deg);
  padding-left: 20px;
}
@media only screen and (max-width: 1366px) {
  /* text */
  header .text {
    min-height: auto;
    padding: 140px 0;
  }
  /* social links */
  header .social_links {
    top: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  header .text .title_1 {
	font-size: 60px;
	line-height: 1;
	font-weight: 900;
	font-family: 'GT-Walsheim', 'Poppins', sans-serif;
  }
  /* social links */
  header .social_links {
    top: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  /* header overlay */
  header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  /* text */
  header .text {
    min-height: auto;
    padding: 160px 0 120px;
  }
  /* social links */
  header .social_links {
    top: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .social_links::before {
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    width: unset;
    transform: translateX(0) translateY(-50%);
  }
  header .social_links .word {
    display: none;
  }
  header .social_links {
    left: unset;
    margin-bottom: 20px;
  }
  header .social_links,
  header .social_links .links {
    top: unset;
    right: unset;
    background: unset;
    position: relative !important;
  }
  header .social_links .links {
    padding: 5px 20px;
    background: #fdfdfd;
    width: 120px;
  }
  header .social_links .links li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
/* --------------------------------- */

/* SECTION I - ABOUT ME */
/* text */
.se_i .title_1 {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: var(--co-4);
}
.se_i .para_1 {
  font-size: 18px;
  line-height: 1.7;
  color: #4f7281;
}
/* info */
.se_i .info ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--co-4);
}
.se_i .info ul li.active {
  color: var(--co-1);
}
.se_i .info ul li::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  border: 1px solid var(--co-4);
  width: 20px;
  border-radius: 20px;
  transition: all .25s;
}
.se_i .info ul li.active::before {
  border-color: var(--co-1);
  width: 100%;
}
/* sec */
.se_i .info_secs .sec {
  display: none;
}
.se_i .info_secs .sec.show {
  display: block;
}
/* item */
.se_i .info_secs .sec .item p {
  font-size: 16px;
  font-weight: 300;
  color: #4f7281;
}
.se_i .info_secs .sec .item p strong {
  font-weight: 500;
}
/* actions > line */
.se_i .actions .line {
  width: 80px;
  height: 1px;
  background: #aaa;
}
/* action > social links */
.se_i .actions .social_links a {
  font-size: 24px;
  color: #2f444d;
  transition: all .25s;
}
.se_i .actions .social_links a:hover {
  color: var(--co-1);
}
/* box */
.se_i .box img {
  clip-path: inset(0);
	-webkit-clip-path: inset(0);
	transition: .4s cubic-bezier(.13,.43,0,.94);
}
.se_i .box:hover img {
  clip-path: inset(10px);
	-webkit-clip-path: inset(10px)
}
.se_i .box .title_2 {
  font-size: 20px;
  color: var(--co-4);
  font-weight: 700;
}
.se_i .box .para_2 {
  font-size: 15px;
  color: #4f7281;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  /* text */
  .se_i .title_1 {
    font-size: 44px;
  }
  .se_i .para_1 {
    font-size: 16px;
  }
  /* info */
  .se_i .info ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  /* hero image */
  .se_i .heros_contain {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  /* hero image */
  .se_i .heros_contain {
    width: 100%;
    height: 300px;
  }
  /* action > social links */
  .se_i .actions .social_links {
    width: 100%;
  }
}
/* --------------------------------- */

/* SECTION II - GALLERY */
.se_ii::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 450px;
  background: rgba(213, 160, 38, 0.2);
  z-index: -1;
}
/* gallery > item */
.se_ii .gallery .item {
  padding: 15px;
  float: left;
  overflow: hidden;
  display: none;
}
.se_ii .gallery .item.top_small{
  width: 20%;
}
.se_ii .gallery .item.right_big {
  width: calc(40% - 1px);
}
.se_ii .gallery .item.left_small {
  width: 20%;
  margin-top: -20%;
}
.se_ii .gallery .item.center_big {
  width: calc(40% - 1px);
  margin-top: -20%;
  margin-left: 20%;
}
.se_ii .gallery .item.right_small {
  width: 20%;
}
/* gallery > item > a */
.se_ii .gallery .item a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* gallery > item > text */
.se_ii .gallery .item .text {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 30px;
  background: rgba(213, 160, 38, 0.9);
  opacity: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.se_ii .gallery .item:hover .text {
  opacity: 1;
}
.se_ii .gallery .item:nth-child(odd) .text {
  background: rgba(242, 16, 35, 0.9);
}
.se_ii .gallery .item .text .title_1 {
  color: #FFF;
  font-weight: 700;
}
.se_ii .gallery .item .text .para_1 {
  color: #FFF;
  font-size: 16px;
}
/* less_button */
.se_ii .less_button {
  display: none;
}
/* media query */
@media only screen and (max-width: 1199.98px) {
  .se_ii .gallery .item.top_small,
  .se_ii .gallery .item.right_big,
  .se_ii .gallery .item.left_small,
  .se_ii .gallery .item.center_big,
  .se_ii .gallery .item.right_small {
    width: 33.33%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .se_ii .gallery .item.top_small,
  .se_ii .gallery .item.right_big,
  .se_ii .gallery .item.left_small,
  .se_ii .gallery .item.center_big,
  .se_ii .gallery .item.right_small {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .se_ii .gallery .item.top_small,
  .se_ii .gallery .item.right_big,
  .se_ii .gallery .item.left_small,
  .se_ii .gallery .item.center_big,
  .se_ii .gallery .item.right_small {
    width: 100%;
  }
}
/* --------------------------------- */

/* SECTION III */
.se_iii {
  background-size: cover;
  background: rgba(213, 160, 38, 0.2);
}
/* item */
.se_iii .item .item_inner {
  transition: .1s;
  opacity: .6;
}
.se_iii .item.active .item_inner {
  opacity: 1;
  transition: .8s;
}
.se_iii .item .title_1 {
  font-size: 60px;
  color: var(--co-4);
  font-weight: 700;
}
.se_iii .item .para_1 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--co-4);
}
.se_iii .item .para_2 {
  font-size: 20px;
  color: var(--co-4);
}
.se_iii .item .para_2 b {
  font-weight: 700;
}
/* carousel controllers */
.se_iii .carousel_controllers {
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
  bottom: unset;
  width: 60px;
  opacity: 1;
}
.se_iii .carousel_controllers .lines::before,
.se_iii .carousel_controllers .lines::after {
  content: '';
	width: 2px;
	height: 24px;
	background-color: var(--co-4);
	position: absolute;
	right: 100%;
	top: 0;
	transition: .2s cubic-bezier(.23,.24,0,.99);
	transform-origin: top;
	display: inline-block!important;
}
.se_iii .carousel_controllers .lines::after {
  top: 24px;
	transform-origin: bottom;
}
.se_iii .carousel_controllers.next_btn .lines::before,
.se_iii .carousel_controllers.next_btn .lines::after {
  right: unset;
  left: 100%;
}
.se_iii .carousel_controllers:hover .lines::before {
  transform: translateY(7px) rotate(45deg);
}
.se_iii .carousel_controllers:hover .lines::after {
  transform: translateY(-7px) rotate(-45deg);
}
.se_iii .carousel_controllers.next_btn:hover .lines::before {
  transform: translateY(7px) rotate(-45deg);
}
.se_iii .carousel_controllers.next_btn:hover .lines::after  {
  transform: translateY(-7px) rotate(45deg);
}
.se_iii .carousel_controllers .label {
  color: var(--co-4);
  font-size: 14px;
  font-weight: 700;
}
.se_iii .carousel_controllers.prev_btn {
  right: 100%;
  left: unset;
}
.se_iii .carousel_controllers.next_btn {
  right: unset;
  left: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .se_iii .carousel {
    max-width: calc(100% - 100px);
    padding: 0 30px;
    margin: 0 auto;
  }
  .se_iii .item .title_1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .se_iii .item .title_1 {
    font-size: 32px;
  }
  .se_iii .item .para_1 {
    font-size: 16px;
  }
  .se_iii .carousel {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .se_iii .carousel_controllers {
    position: relative;
    left: unset;
    right: unset;
  }
  .se_iii .carousel_controllers.prev_btn,
  .se_iii .carousel_controllers.next_btn {
    left: unset;
    right: unset;
    float: left;
    margin: 0 30px;
  }
}
/* --------------------------------- */

/* SECTION IV */
/* box */
.se_iv .box {
  overflow: hidden;
}
.se_iv .box img {
  transition: .4s cubic-bezier(.22,.12,0,.8);
}
.se_iv .box:hover img {
  transform: scale(1.05);
}
/* box > text */
.se_iv .box .text {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
/* box > text > job */
.se_iv .box .text .job {
  padding: 5px 10px;
  min-width: 100px;
}
.se_iv .box .text .job span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--co-4);
  z-index: 1;
  width: 0;
  transition: all .25s;
}
.se_iv .box .text .job h4 {
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  color: #FFF;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all .25s .15s;
}
.se_iv .box:hover .text .job span {
  width: 100%;
}
.se_iv .box:hover .text .job h4 {
  width: 100%;
}
/* box > text > name */
.se_iv .box .text .name {
  padding: 10px 20px;
  min-width: 150px;
}
.se_iv .box .text .name span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1;
  width: 0;
  transition: all .25s .25s;
}
.se_iv .box .text .name h4 {
  font-size: 22px;
  color: var(--co-4);
  font-weight: 600;
  z-index: 2;
  font-family: 'GT-Walsheim', 'Poppins', sans-serif;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all .25s .30s;
}
.se_iv .box:hover .text .name span {
  width: 100%;
}
.se_iv .box:hover .text .name h4 {
  width: 100%;
}
/* --------------------------------- */

/* SECTION V */
/* box */
.se_v .box {
  overflow: hidden;
}
.se_v .box::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,#f21022 0,#000);
  z-index: 2;
  opacity: 0;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.se_v .box:hover::after {
  opacity: .85;
}
.se_v .box img {
  transition: .4s cubic-bezier(.22,.12,0,.8);
}
.se_v .box:hover img {
  transform: scale(1.1);
}
/* box > text */
.se_v .box .text {
  position: absolute;
  bottom: -119px;
  z-index: 3;
  padding: 50px 35px;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.se_v .box:hover .text {
  bottom: 0;
}
.se_v .box .text::before {
  position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#0000 0,#000 70%);
	opacity: 1;
  z-index: -1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.se_v .box:hover .text::before {
  opacity: .2;
}
.se_v .box .text .para_1 {
  font-size: 14px;
  color: #c6c9d8;
  font-weight: 400;
  margin-bottom: 5px;
}
.se_v .box .text .title_1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.se_v .box .text .para_2 {
  height: 70px;
  color: #aaa;
  line-height: 1.7;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* --------------------------------- */

/* SECTION VI */
.se_vi .title_1 {
  font-size: 46px;
  color: var(--co-4);
  font-weight: 700;
}
.se_vi .para_1 {
  font-size: 17px;
  color: #4f7281;
  line-height: 1.7;
}
.se_vi .para_1 b {
  font-weight: 500;
}
.se_vi .para_1 a {
  color: #2f444d;
  transition: all .25s;
  font-family: 'GT-Walsheim', 'Poppins', sans-serif;
}
.se_vi .para_1 a:hover {
  color: var(--co-1);
}
/* form */
.se_vi .contact_form .form_input {
  padding: 14px 20px;
  font-size: 15px;
  color: var(--co-4);
  font-weight: 500;
  outline: none;
  transition: all .25s;
  border: 1px solid #6c757d;
  background: #FFF;
}
.se_vi .contact_form .form_input::-webkit-input-placeholder {
  font-weight: 400;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.se_vi .contact_form .form_input::-moz-placeholder {
  font-weight: 400;
  -moz-transition: all .25s;
  transition: all .25s;
}
.se_vi .contact_form .form_input:-ms-input-placeholder {
  font-weight: 400;
  -ms-transition: all .25s;
  transition: all .25s;
}
.se_vi .contact_form .form_input::-ms-input-placeholder {
  font-weight: 400;
  -ms-transition: all .25s;
  transition: all .25s;
}
.se_vi .contact_form .form_input::placeholder {
  font-weight: 400;
  transition: all .25s;
}
.se_vi .contact_form .form_input:hover {
  border-color: #bdbdbd;
  background: #fdfdfd;
  color: rgba(213, 160, 38, 1);
}
.se_vi .contact_form .form_input:focus {
  border-color: #6c757d;
  background: #FFF;
  color: var(--co-4);
}
.se_vi .contact_form .form_input:focus::-webkit-input-placeholder {
  color: #FFF;
}
.se_vi .contact_form .form_input:focus::-moz-placeholder {
  color: #FFF;
}
.se_vi .contact_form .form_input:focus:-ms-input-placeholder {
  color: #FFF;
}
.se_vi .contact_form .form_input:focus::-ms-input-placeholder {
  color: #FFF;
}
.se_vi .contact_form .form_input:focus::placeholder {
  color: #FFF;
}
/* --------------------------------- */
