/*-----------------------------------------------------------------------------------

 Theme Name: koman
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: H-coder
 Version: 1.0

 main Font    : Rubik
 Main Color   : #EC407A

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Navbar
	03 Header
	04 about
	05 Services
	06 portfolio
	07 blog
	08 Contact
	09 Footer
  10 Responsive
  
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden !important;
  margin-right: 70px;
  margin-left: 70px;
  font-family: 'Rubik', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Rubik', sans-serif;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  line-height: 1.8;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 70px;
}

.section-head h6{
  color: #EC407A;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.section-head h6:after, .section-head h6:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #EC407A;
  top: 50%;
}

.section-head h6:after{
  right: 120%;
}

.section-head h6:before{
  left: 120%;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.valign{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-stage-outer{
  padding: 30px 0;
}
.main{
  position: relative;
  z-index: 1000;
}

/*===================================================
             loading
=====================================================*/
.loading{
  position: fixed;
  height: 100vh;
  background-color: #fff;
  z-index: 100000;
  width: calc(100% + 200px);
  margin-left: -100px;
  
}
.spinner {
  width: 80px;
  height: 80px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  margin-left: 42%;
  margin-top: 20%;
  background-image: linear-gradient(to bottom , #FF5F6D, #FFC371);
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
0% { 
  transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
  transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
  transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* ==================== buttons =================== */
.butn {
  padding: 12px 50px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(192, 170, 130, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  border-radius: 30px;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: #EC407A;
  border-color: #EC407A;
  color: #fff;
}
.butn-bg:hover span {
  color: #EC407A;
}

.butn-light {
  background: #fff;
}
.butn-light:before, .butn-light:after {
  background: #EC407A;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #EC407A;
}
/* ==================== animation header=================== */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 2.2rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 2.5rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
/* ----------------------------------------------------------------
     [ 02 Start navbar ]
-----------------------------------------------------------------*/
#nav-toggle{
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}

#nav-toggle .btn{
  margin-top: 3px;
}

#nav-toggle .btn span{
  height: 3px;
  width: 30px;
  background-color: #fff;
  margin: 5px;
  display: block;
  transition: all 0.5s ease;
}

#nav-toggle .btn.active span:first-of-type{
  transform: rotate(-45deg);
  margin-top: 10px;
}

#nav-toggle .btn.active span:nth-of-type(2){
  transform: rotate(45deg);
  margin-top: -8px;
}

#nav-toggle .btn.active span:last-of-type{
  opacity: 0;
}

.left-nav{
  background-image: linear-gradient(to bottom , #FF5F6D, #FFC371);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 70px;
  color: #fff;
  text-align: center;
  z-index: 100;
}

.logo h6{
  transform: rotate(-90deg);
  margin-top: 70px;
  font-family: 'Pacifico', cursive;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}

.right-nav .logo{
  display: none;
}

.left-nav .social-icon{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 15px;
}

.left-nav .social-icon a{
  display: block;
  margin-bottom: 15px;
}

.left-nav .social-icon a:hover{
  color: #EC407A;
}

.right-nav{
  background-image: linear-gradient(to bottom , #FF5F6D, #FFC371);
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 100;
  width: 70px;
  text-align: center;
}

.right-nav ul{
  margin-top: 50vh;
  transform: translate(0 , -50%);
}

.right-nav ul li{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  position: relative;
  overflow: visible;
}

.right-nav ul li a{
  transition: all 0.3s ease;
}

.right-nav ul li a:hover, .right-nav ul li a.active{
  color: #EC407A
}

/* ----------------------------------------------------------------
     [ 03 Start header ]
-----------------------------------------------------------------*/
header{
  height: 100vh;
  background: url(../img/header-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

header .container{
  position: relative;
  z-index: 1;
}

header h4{
  color: #EC407A;
}

header p{
  color: #ddd;
}

header .butn{
  margin-top: 30px;
}

/* ----------------------------------------------------------------
     [ 04 Start about ]
-----------------------------------------------------------------*/
.about{
  position: relative;
  overflow: hidden;
}

.about:after{
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/about-bg.png);
  top: 0;
  right: -1px;
  z-index: -1;
  opacity: 0.5;
  background-attachment: fixed;
}

.about .img{
  padding: 0px;
  position: relative;
}

.about .img::before{
  position: absolute;
  content: "";
  background: url(../img/before-hero.png);
  left: -45%;
  top: -60%;
  width: 200%;
  height: 200%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.about .img img{
  position: relative;
  z-index: 0;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.about .info{
  position: relative;
}

.about .info p:first-of-type{
  margin-bottom: 15px;
  font-size: 21px;
}

.about .info p span{
  text-transform: capitalize;
  color: #EC407A;
}

.about .social-icon{
  margin-top: 20px;
}

.about .social-icon a{
  margin: 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.about .social-icon a:hover{
  color: #EC407A
}

.about .butn{
  margin-top: 20px;
  padding: 10px 25px;
}

/* ----------------------------------------------------------------
     [ 05 Start services ]
-----------------------------------------------------------------*/
.services{
  background-color: #f7f7f7;
  padding-bottom: 70px;
}

.services .custm-p {
  padding: 0 25px;
}
.services .item {
  padding: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.services .item:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.services .item:hover .numb {
  -webkit-text-stroke: 1px #EC407A;
}
.services .item .icon {
  color: #845cfe;
  font-size: 35px;
  float: left;
}
.services .item h5 {
  font-size: 17px;
  margin-bottom: 20px;
  margin-left: 50px;
}
.services .item p {
  margin-left: 50px;
}
.services .item .numb {
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 15px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  opacity: .5;
}
/* ----------------------------------------------------------------
     [ 06 Start portfolio ]
-----------------------------------------------------------------*/
.portfolio .taps{
	display: inline-block;
  border: 1px solid #EC407A50;
  border-radius: 30px;
	border-style: dashed;
	margin-bottom: 30px;
}

.portfolio .taps span{
	font-size: 14px;
	border-radius: 30px;
	padding: 10px 30px;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
	background: transparent;
	cursor: pointer;
}

.portfolio .taps span:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: -1;
	transition: all 0.2s ease;
  transform: scale(0);
  background-color: #EC407A;
}

.portfolio .taps span.active{
	color: #fff;
}

.portfolio .taps span.active:after{
	transform: scale(1)
}

.portfolio .items .mix {
  margin-top: 30px;
}

.portfolio .items .mix .img{
  position: relative;
}

.portfolio .items .mix .img img{
  width: 100% !important;
}

.portfolio .items .mix .img:after{
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0;
  left: 3%;
  top: 30px;
  width: 94%;
  height: 94%;
  transition: all 0.3s ease;
}

.portfolio .items .mix .img:hover:after{
  opacity: 0.85;
  top: 3%;
}

.portfolio .items .mix .img .info{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #EC407A;
  opacity: 0;
  transition: all 0.5s ease;
}

.portfolio .items .mix .img:hover .info{
  opacity: 1;
  top: 50%;
}

/* ----------------------------------------------------------------
     [ 07 Start blog ]
-----------------------------------------------------------------*/
.blog{
  background-color: #f7f7f7;
}

.blog .item{
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog .item .more{
  position: absolute;
  right: 30px;
  bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #EC407A;
  font-size: 19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transform: translate(0 , 100px);
  transition: all 0.3s ease-in-out;
}

.blog .item:hover .more{
  transform: translate(0 , 0)
}

.blog .item:hover .img img{
  transition: all 0.4s ease;
}

.blog .item:hover .img img{
  transform: rotate(-5deg) scale(1.2 , 1.2);
}

.blog .item .img{
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
}

.blog .item .info{
  padding: 30px;
  position: relative;
}

.blog .item .info .date{
  position: absolute;
  left: calc(50% - 25px);
  top: -54px;
  width: 50px;
  height: 50px;
  line-height: 20px;
  text-align: center;
  background-color: #EC407A;
  color: #fff;
  padding: 5px;
  transform: rotate(45deg);
}

.blog .item .info .date span{
  transform: rotate(-45deg);
}

.blog .item .info h5:hover{
  color: #EC407A;
}

.blog .item .info .user{
  margin-top: 20px;
  color: #EC407A;
}

.blog .item .info .user i{
  margin-right: 5px;
  font-size: 14px;
}
/* ----------------------------------------------------------------
     [ 08 Start contact ]
-----------------------------------------------------------------*/
.contact .form-group{
  text-align: center;
}

.contact .form-group input, .contact .form-group textarea{
  text-align: center;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #7776;
  width: 70%;
  margin-bottom: 30px;
}
/* ----------------------------------------------------------------
     [ 09 Start footer ]
-----------------------------------------------------------------*/
footer{
  background: url(../img/footer-bg.png);
  color: #fff;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

footer p{
  color: #fff;
  font-size: 19px;
}

footer .contact-info .item, footer .contact-info{
  padding: 15px 0;
}

footer .contact-info .item span{
  font-size: 22px;
  margin-bottom: 10px;
}

footer .foot{
  padding: 30px 0;
  position: relative;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.6);
}

footer .foot:after, footer .foot:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  left: -50px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

footer .foot:after{
  left: auto;
  right: -50px;
}

footer .foot .social-icon a{
  margin: 0 15px;
}

footer .foot .social-icon a:hover{
  color: #EC407A;
}

footer .foot p{
  margin-top: 15px;
  font-size: 16px;
}

/* ----------------------------------------------------------------
     [ 10 index page ]
-----------------------------------------------------------------*/
.index header{
  height: 50vh;
  text-align: center !important;
}

.index header h4{
  color: #EC407A;
}

.index .first-row{
  margin-bottom: 80px;
}

.index h4{
  margin-top: 30px;
  color: #444;
  transition: all 0.2s ease;
}

.index .col-lg-4:hover h4{
  color: #EC407A;
}

.index img{
  transition: all 0.4s ease;
}

.index .col-lg-4:hover img{
  transform: translateY(-10px);
}

/* ----------------------------------------------------------------
     [ 10 classic index page ]
-----------------------------------------------------------------*/
body.classic-index{
  margin: 0 !important;
}

.classic-index nav{
  z-index: 100;
  padding: 15px 0;
  position: absolute;
  width: 100%;
}

.classic-index .nav-fix{
  background-color: #fff;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  top: -75px;
  transition: transform 0.5s ease;
  transform: translateY(75px);
}

.classic-index .nav-fix a{
  color: #777 !important;
}

.classic-index .nav-fix .navbar-toggler span{
  background-color: #EC407A;
}

.classic-index .navbar-expand-lg .navbar-nav{
  font-size: 18px;
  margin: auto;
  margin-right: 0;
}

.classic-index .navbar-brand{
  font-size: 30px;
  font-family: 'Pacifico', cursive;
  font-weight: 400;
}

.classic-index .navbar-toggler-icon{
  display: none;
}

.classic-index .navbar-toggler{
  position: relative;
  border: none;
}

.classic-index .navbar-toggler:focus, .classic-index .navbar-toggler:hover, .classic-index .navbar-toggler span:focus, .classic-index .navbar-toggler span:hover{
  outline: none;
}

.classic-index .navbar-toggler span{
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  border: none;
  left: 15px;
}

.classic-index .active .frs{
  transform: rotate(45deg);
  left: -25px;
}

.classic-index .active .sec{
  transform: translate(-50px);
  opacity: 0;
}

.classic-index .active .thr{
  transform: rotate(-45deg);
  position: absolute;
  bottom: 11px;
  left: 12px;
}

.classic-index .navbar-nav .nav-link{
  color: #fff;
  margin-left: 15px;
  font-size: 17px;
}

.classic-index .navbar-expand-lg .navbar-nav .nav-link:hover, .classic-index .navbar-expand-lg .navbar-nav .nav-link.active{
  color: #FF5F6D !important;
}

.classic-index header .info-pr{
  position: relative;
  height: 100vh;
}

.classic-index header .info-pr .info{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
}

@media screen and (max-width: 767px){
  .classic-index nav{
    background-color: #fff;
    color: #777;
  }

  .classic-index .navbar-toggler span{
    background-color: #777;
  }

  .classic-index .navbar-nav .nav-link{
    color: #777;
  }

  .classic-index .navbar-brand{
    margin-left: 15px;
  }
}


/* ----------------------------------------------------------------
     [ 11 creative page ]
-----------------------------------------------------------------*/
.creative-page header svg{
  position: absolute;
  fill: #fff;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: 10;
  height: 200px;
}

.waves .path-frs{
  fill: #fff1;
}

.waves .path-sec{
  fill: #fff4;
}

.creative-page .about:after{
  display: none;
}

/* ----------------------------------------------------------------
     [ 11 creative-tow page ]
-----------------------------------------------------------------*/
.creative-tow .wave{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  fill: #fff;
  transform: rotate(180deg);
}

.creative-tow .about:after{
  display: none;
}

/* ----------------------------------------------------------------
     [ 11 particles page ]
-----------------------------------------------------------------*/
header #particles-js{
	position: absolute;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
     [ 11 video page ]
-----------------------------------------------------------------*/
.video header{
  overflow: hidden;
}

.video header video{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}
/* ----------------------------------------------------------------
     [ 10 responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px){
  body{
    margin-left: 0;
  }

 .left-nav{
   display: none;
 }

 .right-nav .logo{
   display: block;
 }

 .about .img{
   margin: 15px 0;
 }

 .about{
   padding-bottom: 70px;
 }

 .services .item h5{
   font-size: 16px;
 }

 .blog .item{
   margin-bottom: 50px;
 }

 .blog{
   padding-bottom: 50px;
 }

 .portfolio .taps span{
   font-size: 14px;
   padding: 8px 10px;
 }
}

/* ========================================= */
@media screen and (max-width: 767px){
  body{
    margin-right: 0;
  }

  #nav-toggle{
    display: block;
    z-index: 10000;
  }

  .right-nav{
    height: calc(100vh - 50px);
    top: 50px;
    display: none;
    z-index: 10000;
   }

  .right-nav ul li{
  padding: 12px;
  }

  .about:after{
    display: none;
  }

  .about .img::before{
    opacity: 0.3;
  }

  .about .img img{
    margin-bottom: 30px;
  }

  .services .item{
    padding: 35px;
    text-align: center;
    padding-top: 90px;
  }

  .services .item .numb{
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0)
  }

  .services .item h5, .services .item p{
    margin-left: 0;
  }
}

/* ========================================== */
@media screen and (max-width: 480px){
  .portfolio .taps{
    border: none;
  }

  .portfolio .tap{
    text-align: left !important;
  }

  .portfolio .taps span{
    margin: 5px;
    display: block;
  }

  .right-nav ul{
    margin-top: 40vh;
  }
}





