@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 90%;
  margin: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.flex {
  display: flex;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}

/*-------------head--------- */
.head {
  height: 10vh;
  line-height: 10vh;
}

.head i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #FAF3E7;
  text-align: center;
  color: #CC8C18;
}

.head img {
  margin-top: 10px;
}

/*-------------head--------- */
/*-------------header--------- */
header {
  background: #CC8C18;
  padding: 15px 0 15px 0;
  color: white;
}

.navbar {
  display: flex;
  align-items: center;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.5s ease-in-out;
  background: white;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul {
  padding: 0 20px 0 0;
}

header li {
  margin-right: 30px;
}

header ul li a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

header ul li a:hover {
  color: #000;
}

header .head_contact {
  position: relative;
}

header .head_contact i {
  position: absolute;
  top: -29px;
  left: -70%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: white;
  color: #CC8C18;
  border-radius: 50%;
  transform: rotate(-45deg);
  border: 5px solid #ECE3D2;
  font-size: 30px;
}

header .sticky_logo {
  display: none;
}

header.sticky .sticky_logo {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -10px;
}

header.sticky {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: #313538;
  transition: 0.5s;
  height: 12vh;
  transition: 0.5s;
  top: 0;
  padding: 30px 0 0 0;
}

header.sticky ul li a {
  color: white;
}

@media only screen and (max-width:768px) {

  /*------------head------------*/
  .header .head_contact,
  .logo {
    display: none;
  }

  /*------------head------------*/
  header.sticky {
    height: 8vh;
  }

  header.sticky .nav-menu {
    background: #313538;
  }

  .navbar {
    height: 5vh;
    justify-content: space-between;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 11rem;
    flex-direction: column;
    background: #CC8C18;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    z-index: 99;
  }

  header.sticky .nav-menu {
    top: 5rem;
  }

  header ul li a {
    color: white;
  }

  .nav-menu.active {
    left: 0;
  }

  header li {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*------------home------------*/
.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.home {
  background-image: url("../img/cleaning.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.home1 {
  background-image: url("../img/1.JPG");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home1 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}

.home1 p {
  color: white;
}

.home1 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home1 .box {
  background: white;
  padding: 35px;
}

.home1 input {
  margin-top: 10px;
}


.home h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}



.home2 {
  background-image: url("../20.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home2 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
  color: transparent;
  padding-top: 10%;
}

.home2 p {
  color: white;
}

.home2 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home2 .box {
  background: white;
  padding: 35px;
}

.home2 input {
  margin-top: 10px;
}



.home6 {
  background-image: url("../22.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home6 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}

.home6 p {
  color: white;
}

.home6 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home6 .box {
  background: white;
  padding: 35px;
}

.home6 input {
  margin-top: 10px;
}




.home3 {
  background-image: url("../21.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home3 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}

.home3 p {
  color: white;
}

.home3 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home3 .box {
  background: white;
  padding: 35px;
}

.home3 input {
  margin-top: 10px;
}



.home4 {
  background-image: url("../img/4.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home4 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}

.home4 p {
  color: white;
}

.home4 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home4 .box {
  background: white;
  padding: 35px;
}

.home4 input {
  margin-top: 10px;
}





.home5 {
  background-image: url("../img/101.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.home5 h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  color: transparent;
  padding-top: 10%;
}

.home5 p {
  color: white;
}

.home5 .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home5 .box {
  background: white;
  padding: 35px;
}

.home5 input {
  margin-top: 10px;
}






.home p {
  color: white;
}

.home .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home .box {
  background: white;
  padding: 35px;
}

.home input {
  margin-top: 10px;
}

input {
  border: none;
  outline: none;
}

button {
  background: #CC8C18;
  color: white;
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 30px;
}

button i {
  margin-left: 20px;
  font-size: 25px;
}

button span {
  margin-top: 5px;
}

/*------------home------------*/
/*------------about------------*/
.top {
  margin-top: 80px;
}

.mtop {
  margin-top: 40px;
}

.heading {
  text-align: center;
}

.heading h5 {
  font-weight: 400;
  letter-spacing: 5px;
  color: #CC8C18;
  padding-top: 20px;
}

.heading h2 {
  color: #24416B;
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.left, .right {
  width: 50%;
}

h3 {
  font-size: 35px;
  font-family: serif;
  color: #24416B;
  margin-bottom: 20px;
}

.about .left {
  padding: 20px;
}

p {
  line-height: 30px;
  color: black;
  margin-bottom: 20px;
  font-size: 15px;
}

.about {
  position: relative;
  padding-bottom: 70px;
}

.about .right {
  position: relative;
}

.about .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #CC8C18;
  width: 92%;
  height: 61vh;
  z-index: -1;
  margin: 50px;
}

.about::after {
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  background-image: url("../image/line1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

.about::before {
  content: '';
  position: absolute;
  bottom: -5%;
  left: 0;
  background-image: url("../image/line2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

/*------------about------------*/
/*------------wrapper------------*/





.portfolio h1{
    margin-bottom: 50px;
}

.portfolio #portfolio-filter {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.portfolio #portfolio-filter li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 20px 5px;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
    transition: 0.3s;
    padding: 8px 20px;
    text-align: center;
}

.portfolio #portfolio-filter li::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    height: 2px;
    width: 50%;
    background: darkgray;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    transform-origin: center;
}

.portfolio #portfolio-filter li:hover::before,
.portfolio #portfolio-filter li.filter-active::before{
    opacity: 1;
    visibility: visible;
    
}
.portfolio .portfolio-item{
    position: relative;
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img{
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img{
    transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info{
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    z-index: 3;
    transition: all 0.3s;
    background: darkgray;
    padding: 12px 15px;
}
.portfolio .portfolio-item .portfolio-info h4{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}


.portfolio .portfolio-item .portfolio-info p{
    color: #f9fcf3;
    font-size: 15px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link{
    position: absolute;
    right: 40px;
    font-size: 40px;
    top: 40%;
    transform: translateY(-50%);
    color: #ffffff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover{
    color: #111111;
}

.portfolio .portfolio-item .portfolio-info .preview-link{
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img{
    transform: scale(1.15);
}


.portfolio .portfolio-item:hover .portfolio-info{
    opacity: 1;
}







































/* Header */

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 100px;
    background: transparent;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    transition: 1s;
    z-index: 1300;
}
header.active {
    background: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.logo {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 400;
    text-decoration: none;
}
.menu{
   color: #000000;
    font-size: 2em;
    transition: 0.5s;
   
}

.nav{
    display: flex;
}

.nav li{
    list-style: none;
    margin: 0 20px;
}

.nav li a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 350;
    padding: 10px;
}
.nav li a:hover,
.nav li a.active {
    color: var(--primary);
}

.search{
    position: relative;
    width: 300px;
    height: 40px;
    transition: 0.5s;
}
.search input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #000000;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    padding: 0 10px 0 15px;
}

.search input::placeholder{
    color: #000000;
    text-transform: uppercase;
    font-weight: 350;
}

.search ion-icon {
    font-size: 1.4em;
    position: absolute;

    transform: translateY(-50%);
    right: 10px;
    padding-left: 10px;
    color: #000000;
    cursor: pointer;
    border-left: 1px solid #000000;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.banner::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
}

.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bg-slide .content{
    position: absolute;
    top: 30%;
    left: 65%;
    transform: scale(0) translate(-50%, -50%);
    width: 60vw;
    z-index: 1100;
    transition: ease-in-out 3s;
    opacity: 0;
    visibility: hidden;
}

.bg-slide .content h1{
       font-family: 'Great Vibes', cursive;
    font-weight: 300;
    font-size: 2.5em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    

}

.bg-slide .content h4::first-letter{
    color: var(--primary);
    font-size: 2em;
}
.bg-slide .content h4{
     font-family: 'Great Vibes', cursive;
    font-weight: 300;
    font-size: 2.5em;
    letter-spacing: 1px;
    margin-bottom: 20px;
  

}

.bg-slide .content p {
     font-family: "Frank Ruhl Libre", serif;
    font-weight: 100;
    font-size: 1em;
    letter-spacing: 1px;
}

.bg-slide.active .content {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 0) rotate(0);
    opacity: 0;
    visibility: hidden;
    transition: 3s;
}

.circle.bg{
    background: transparent;
    width: 140vw;
    height: 140vw;
    border-radius: 0;
}

.circle.large {
    width: 70vw;
    height: 70vw;
}

.circle.small {
    width: 35vw;
    height: 35vw;
}


.circle img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.circle.bg img {
    border-radius: 0;
}

.circle.large img {
    transform: scale(2);
}
.circle.small img {
    transform: scale(4);
}

.bg-slide.active .circle.bg {
    transform: translate(0, 0) rotateZ(-360deg);
    opacity: 1;
    visibility: visible;
}
.bg-slide.active .circle.large {
    transform: translate(0, 0) rotateZ(720deg);
    opacity: 1;
    visibility: visible;
}
.bg-slide.active .circle.small {
    transform: translate(0, 0) rotateZ(-720deg);
    opacity: 1;
    visibility: visible;
}
.slide-loader {
    position: absolute;
    z-index: 1100;
    bottom: 120px;
    right: 100px;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}
.slide-loader li{
    list-style: none;
    display: flex;
    align-items: end;
}

.slide-loader li a{
    text-decoration: none;
    color: #111111;
    font-size: 2em;
    font-weight: 800;
    transition: 0.5s;
    line-height: 1em;
    cursor: pointer;
    padding: 0;
}
.slide-loader li a.active,
.slide-loader li a:hover{
    font-size: 4em;
}
.slide-loader::before{
    position: absolute;
    content: '';
    top: 50%;
    left: -70%;
    width: 100px;
    height: 2px;
    background: #111111;
}
.share{
    position: absolute;
    bottom: 150px;
    left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1200;
}
.share::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    height: 100px;
    width: 2px;
    background: #111111;
}
.share p{
    writing-mode: vertical-rl;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #111111;
}

.share a{
    text-decoration: none;
    color: #111111;
}
.share a ion-icon {
    font-size: 1.8em;
}
.lead{
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 250px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.move-down{
    position: absolute;
    z-index: 1100;
    color: #111111;
    animation: flink 1s linear infinite;
}

.move-down ion-icon{
    font-size: 3.5em;
}
@keyframes flink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.lead svg{
    font-family: 'Great Vibes', cursive;
    position: absolute;
    z-index: 1100;
    fill: currentColor;
    height: auto;
    max-width: 20vmin;
    transform-origin: center;
    width: 66%;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.about h4::first-letter{
    color: var(--primary);
    font-size: 2em;
}

.about::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
    height: 100px;
    width: 2px;
    background: #111111;
}

.about .img-box {
    position: relative;
}
.about .img-box img {
    max-width: 450px;
}
.about .img-box .corner-img {
    position: absolute;
    width: 15vw;
    right: 10px;
    bottom: -50px;
}

.section-bg-img{
    position: absolute;
    bottom: 100px;
    right: 200px;
    opacity: 0.2;
    z-index: 100;
    pointer-events: none;
}

.section-btn {
    position: relative;
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s;
    
}

.section-btn:hover{
    color: var(--primary);
}
.section-btn::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 85%;
    height: 1px;
    background: #111111;
    transition: 0.3s;
}

.section-btn:hover::before{
    left: 20%;
    background: var(--primary);
}

.section-btn1 {
    position: relative;
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s;
    
}

.section-btn1:hover{
    color: var(--primary);
}
.section-btn1::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 85%;
    height: 1px;
    background: #111111;
    transition: 0.3s;
}

.section-btn1:hover::before{
    left: 20%;
    background: var(--primary);
}

.services::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
    height: 100px;
    width: 2px;
    background: #111111;
}
.card{
    position: relative;
    margin: 20px 0;
    width: 350px;
    height: 500px;
    background: #ffffff;
    border: none;
    transform-style: preserve-3d;
    transform: perspective(2000px);
    transition: ease-in-out 1s;
    border-radius: 0;
    box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.25);
}
.card:hover{
    transform: perspective(2000px) rotate(-10deg);
    box-shadow: inset 20px 0 50px rgba(0,0,0,0.25);
    z-index: 1000;
}
.card .img-box{
    position: relative;
    border-style: none;
    width: 100%;
    height: 100%;
    transform-origin: left;
    z-index: 1;
    transition: 1s;
}
.card:hover .img-box{
    transform: rotateY(-130deg);
}
.card .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .details{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 20px 20px;
}
.card .details::before{
    position: absolute;
    content: '';
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: url(bg-tree.png) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}
.card .details h4::first-letter{
    color: var(--primary);
    font-size: 1.5em;
}

.card .details1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 20px 20px;
}
.card .details1::before{
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: url(bg-tree.png) no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}
.card .details1 h4::first-letter{
    color: var(--primary);
    font-size: 1.5em;
}


.portfolio h1{
    margin-bottom: 50px;
}

.portfolio #portfolio-filter {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.portfolio #portfolio-filter li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
    transition: 0.3s;
    padding: 8px 20px;
    text-align: center;
}

.portfolio #portfolio-filter li::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    height: 2px;
    width: 50%;
    background: green;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    transform-origin: center;
}

.portfolio #portfolio-filter li:hover::before,
.portfolio #portfolio-filter li.filter-active::before{
    opacity: 1;
    visibility: visible;
    
}
.portfolio .portfolio-item{
    position: relative;
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img{
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img{
    transition: all 0.6s;
}
.portfolio .portfolio-item .portfolio-info{
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    z-index: 3;
    transition: all 0.3s;
    background: greem;
    padding: 12px 15px;
}
.portfolio .portfolio-item .portfolio-info h4{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}


.portfolio .portfolio-item .portfolio-info p{
    color: #f9fcf3;
    font-size: 15px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link{
    position: absolute;
    right: 40px;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover{
    color: #111111;
}

.portfolio .portfolio-item .portfolio-info .preview-link{
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img{
    transform: scale(1.15);
}


.portfolio .portfolio-item:hover .portfolio-info{
    opacity: 1;
}

.contact h1{
    margin-bottom: 50px;
}

.contact .info{
    width: 100%;
    background: #ffffff;
}

.contact .info ion-icon{
    font-size: 0.6em;
    padding: 8px;
    color: var(--primary);
    float: left;
    width: 45px;
    height: 45px;
    background: #f4e3ea;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 20px;
}
.contact .info h4{
    padding: 0 0 0 60px;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 6px;
    color: #111111;
}

.contact .info p{
     padding: 0 0 0 60px;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 0;
    color: #111111;
}

.contact .info .email,
.contact .info .phone{
    margin-top: 80px;
}

.contact form{
    width: 100%;
    background: #ffffff;
}

.contact form .form-group{
    padding-bottom: 5px;
}

.contact form input,
.contact form textarea{
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    font-size: 15px;
}
.contact form input:focus,
.contact form textarea:focus{
    border-color: var(--primary);
    outline: none;
}

.contact form input{
    height: 45px;
}

.contact form textarea {
    padding: 10px 12px;
}

.contact form button[type='submit']{
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s;
    margin-top: 10px;
    
}
.contact form button[type='submit']:hover{
    background: #ffffff;
    color: var(--primary);
}

@media(max-width: 768px) {
    header {
        padding: 10px
    }
    .nav {
        display: none;
    }
    .search{
        display: none;
    }
    .banner {
        padding: 70px 30px;
    }
    .bg-slide .content {
        width: 80vw;
    }
    .bg-slide .content h1{
        font-size: 1em;
    }
     .bg-slide .content p{
        font-size: 0.8em;
    }
    .circle.bg {
        width: 140vh;
        height: 140vh;
    }
    .circle.large {
        width: 70vh;
        height: 70vh;
    }
    .circle.small{
        width: 35vh;
        height: 35vh;
    }
    .bg-slide.active .circle.bg {
    transform: translate(0, 0) rotateZ(0);
    opacity: 1;
    visibility: visible;
}
.bg-slide.active .circle.large {
    transform: translate(0, 0) rotateZ(360deg);
    opacity: 1;
    visibility: visible;
}
.bg-slide.active .circle.small {
    transform: translate(0, 0) rotateZ(-720deg);
    opacity: 1;
    visibility: visible;
}
    .lead {
        bottom: 100px;
        width: 150px;
        height: 150px;
    }
    .move-down ion-icon{
        font-size: 2em;
    }
    .slide-loader{
        bottom: 240px;
        right: 120px;
     
    }
    .share{
        left: 5px;
    }
section.section-show{
    padding: 150px 30px 100px;
}
    .about .img-box img {
        max-width: 80vw;
    }
    .about .img-box .corner-img{
        width: 25vw;
        right: -20px;
    }
    .about h4{
        margin-top: 50px;
    }
    .section-bg-img{
        bottom: -500px;
        right: 0px;
    }
}

.nav-mobile{
    display: none;
}

.nav-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background: #ffffff;
    backdrop-filter:blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 1200;
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-mobile.active{
    opacity: 1;
    visibility: visible;
}
.nav-mobile li{
    position: relative;
    list-style: none;
}
.nav-mobile li a{
    color: #111111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 300;
    padding: 10px;
}

.nav-mobile li a:hover{
    color: var(--primary);
}

.menu .open{
    display: block;
}
.menu .close{
    display: none;
}
.menu.active .close{
    display: block;
}



.login .info .email,
.login .info .phone{
    margin-top: 80px;
}

.login form{
    width: 100%;
    background: #ffffff;
}

.login form .form-group{
    padding-bottom: 5px;
}

.login form input,
.login form textarea{
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    font-size: 15px;
}
.login form input:focus,
.login form textarea:focus{
    border-color: var(--primary);
    outline: none;
}

.login form input{
    height: 45px;
}

.login form textarea {
    padding: 10px 12px;
}

.login form button[type='submit']{
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s;
    margin-top: 10px;
    
}
.login form button[type='submit']:hover{
    background: #ffffff;
    color: var(--primary);
}

.login h4::first-letter{
    color: var(--primary);
    font-size: 2em;
}

.login::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 250px;
    height: 100px;
    width: 2px;
    background: #111111;
}

.login .img-box {
    position: relative;
}
.login .img-box img {
    max-width: 450px;
}
.login .img-box .corner-img {
    position: absolute;
    width: 15vw;
    right: 10px;
    bottom: -50px;
}















/*=============== EXPLORE ===============*/

.explore{
    position: relative;
}
.explore__image{
    position: absolute;
    overflow: hidden;
}
.explore__img{
    width: 100%;
    height: 333px;
    object-fit: cover;
    object-position: center;
}

.explore__shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: linear-gradienT(180deg,
                 hsl(0, 0%, 0%) 5%,
                 hsLa(0, 0%, 0%, 0) 40%,
                 hsLa(0, 0%, 0%, 0) 60%,
                  hsl(0, 0%, 0%) 92%);
                 
}
.explore__content{
  
    position: relative;
  
    text-align: center;
    row-gap: 2.5rem;
}

.explore__user{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
}
.explore__perfil{
    width: 30px;
    border-radius: 50%;
}
.explore__name{
    font-size: var(--small-font-size);
    color: var(--title-color);
}

/*=============== JOIN ===============*/





/*=============== ABOUT ===============*/
.about__container{
    row-gap: 3rem;
}

.about__data{
    text-align: center;
}

.about__description{
    margin-bottom: 2rem;
}
.about__image{
    position: relative;
    justify-self: center;
    overflow: hidden;
}
.about__img{
    width: 900px;
    height: 600px;
        transition: transform .4s;
}
.about__shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradienT(180deg,
                 hsLa(0, 0%, 0%, 0)50%,
                 hsl(0, 0%, 0%) 125%);
}
.about__image:hover .about__img{
    transform: scale(1.2);
}





