body {
  font-family:'Source Sans Pro', sans-serif;
}

.mainColor {
  color: #ff305b !important;
}

.nav-link {
  color: white;
  transition: all 0.3s;
}

nav ul li a {
  color: white !important;
  font-size: 16px !important ;
  transition: all 0.3s;
}

nav ul li a:hover {
  color: #ff305b !important;
}

.navbar-toggler {
  font-size: 25px;
}

.navbar-toggler-icon {
  color: white !important;
}



.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-brand {
  font-weight: 700;
  font-size: 24px;
}

#home {
  background-image: url(../image/slider/slider-01.jpg);
  background-size: 100% 100%;
  height: 100vh;
}

.layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header h1 {
  font-size: 70px;
  font-weight: 700;
}

header p {
  font-size: 26px;
}

/*  section About */
#about .pic {
  transform: translate(20px , 20px);
  position: relative;
  border-radius: 10px;
}

#about .brdr {
  width: 70%;
  height: 98%;
  border: #555555 solid 8px;
  border-radius: 10px;
}

#about .pic:hover .layer-2 {
  top: 0;
  opacity: 1;
}

.pic img {
  border-radius: 10px;
}

#about .layer-2 {
  border-radius: 10px;
  content: "";
  background-color: rgba(0, 0, 0, 0.57);
  width: 108%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}

.layer-2 i {
  transition: all 0.2s;
}

.layer-2 i:hover {
  color: #ff305b;
}

#about h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 25px;
  background-color: #ff305b;
}

#about .info .text {
  color: #555555;
  border-bottom: gray 1px dashed;
}

#about .info span {
  color: #333333;
  font-weight: 600;
}

#about .info button {
  background-color: #ff305b;
  border: none;
  border-radius: 5px;
  transition: all 1s;
}

#about .info button:hover {
  background-color: #EC2403;
}

/* section services */
#services , #number , #blog {
  background-color: #F1F1F1;
}

.title{
  font-size: 40px;
  font-weight: 700;
}

.line1,
.line2,
.line3
{
  width: 150px;
  background-color: #ff305b;
  height: 1px;
  margin: 3px auto;
}

.line1,
.line3
{
  width: 60px;
}

#services i {
  color: #ff305b;
  font-size: 20px;
}

#services .item {
  cursor: pointer;
  transition: all 0.3s;
}

#services .item:hover {
  border-radius: 5px;
  background-color: white;
}

/*  section Portfilo  */
.nav-link {
  color: black;
  font-size: 20px;
}

.nav-pills .nav-link.active {
  background-color: transparent ;
  color: #ff305b;
}

.port:hover .layerTwo  {
  opacity: 1;
}

.layerTwo {
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.57);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}

/*  section number  */
#number i {
  color: #ff305b;
  font-size: 22px;
}

/*  section Tettmonial */
.client{
  background: linear-gradient( 135deg ,#ff305b 20% ,#F1F1F1 20% );  
  border-top-left-radius: 10px; 
}

.client img {
  width: 100px;
  border-radius: 50%;
}

.client h2 {
  font-size: 26px;
  color: #333333;
}

.client h4 {
  font-size: 15px;
  color: #777777;
}

.client p {
  color: #555555;
}

.client .stars i {
  color: #f1c30d;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: #ff305b solid 1px;
  margin: 2px !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff305b !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots span {
  background: #ff305b;
  width: 23px;
}


/*  section blog  */

#blog span , #blog p {
  color: #555555;
}

#blog h5 {
  font-weight: 600;
  font-size: 24px;
}

#blog h5  , #blog .arrow {
  transition: all 0.3s;
}

#blog h5:hover , #blog .arrow:hover{
  color: #ff305b;
  cursor: pointer;
}


/*  section contact  */
#contact button {
  background-color: #ff305b;
  color: white;
}

/*  footer */
footer {
  background-color: #333333;
}

footer span {
  color: #ff305b;
}

footer i {
  transition: all 0.3s;
}

footer i:hover {
  color: #ff305b;
  cursor: pointer;
}

#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #ff305b;
  z-index: 1000;
}


/* -----------------------media Query-------------------- */
@media screen and (max-width:568px)
{
  #home p {
    font-size: 20px;
  }

  #about .info {
    padding: 0 25px;
  }

  #about .pic1 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .pic img {
    width: 100%;
  }

  #about .pic {
    transform: translate(0 , 0);
    margin-left: 0 !important;
  }
  #about .brdr {
    width: 100%;
    border: none;
    margin: auto!important;
  }

  #about .layer-2 {
    width: 98%;
  }

  #about .info div {
    display: block !important;
  }

  #about .info .space {
    margin-left: 0 !important;
  }

  .clientOne {
    margin: auto !important;
    width: 40%;
    margin-top: 40px !important;
  }

  #portfolio .nav-link {
    padding: 5px !important;
    font-size: 15px !important;
  }

  #testmon .client {
    margin: 10px;
    padding-right: 8px;
  }

  #testmon .client1 {
    padding-left: 8pxpx !important;
  }
}

@media screen and (min-width:769px) and (max-width:992px)
{
  #about .pic {
    transform: translate(0 , 0);
    margin-left: 0 !important;
    margin-top: 50px;
  }
  #about .brdr {
    width: 100%;
    border: none;
    margin: auto!important;
  }
}


