@charset "UTF-8";

/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,600,800&amp;display=swap&amp;subset=latin-ext");
/* BODY */
:root {
    --white-color: #fff;
    --purple-color: rgb(35, 0, 44);
    --gray-color: #a1a1a1;
    --goldenrod-color: #dba7eb;

    /**typography**/
--ff-oswald: 'Oswald', sans-serifs;
--ff-inter: 'Inter', sans-serifs;
--ff-roboto: 'Roboto', sans-serifs;

}

* {
    margin: 0;
    padding: 0;
}
body{
    font-family: "Poppins", sans-serif;
}
section {
    padding: 0 40px;
    position: relative;
}

.view-more {
    padding: 8px 12px;
    background-color: var(--purple-color);
    font-size: 15px;
    font-weight: 500;
    color: white;
    width: 200px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
}

.view-more:hover {
    background-color: var(--goldenrod-color);
    color: var(--white-color);
}

/*-------Hero--------*/
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.7)),url(img/2222.jpeg);
}

.hero .befo-nav {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-color);
    padding: 10px;
    padding-bottom: 20px;
}

.hero .befo-nav .logo {
    width: 210px;
}

.hero .befo-nav .logo img {
    width: 100%;
}

.hero .befo-nav .right-content .contacts {
    display: grid;
}

.hero .befo-nav .right-content a {
    text-decoration: none;
    color: var(--white-color);

}

.hero .befo-nav .right-content :nth-child(1) {
    font-size: 15px;
}

.hero .befo-nav .right-content :nth-child(2) {
    font-size: 10px;
}

.hero nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.hero .befo-nav .navlinks ul {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.hero .befo-nav .navlinks ul li {
    list-style: none;
}

.hero .befo-nav .navlinks ul li a {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 700;
}

.hero .befo-nav .toggle {
    position: absolute;
    right: 10px;
}

.s-meeting {
    padding: 7px 10px;
    background-color: transparent;
    border-radius: 0;
    text-decoration: none;
    color: var(--white-color);
    border: 1px solid var(--goldenrod-color);
}

.s-meeting-cont{
        margin-top: 10px;
}

.s-meeting-cont .choose{
      display: none;
}

.s-meeting-cont .choose.active{
    display: block;
    padding: 10px;
    position: absolute;
    background-color: white;
    width: 150px;
}

.s-meeting:hover {
    background-color: var(--goldenrod-color);
    color: var(--white-color);
}

.hero-content {
    display: flex;
    gap: 20px;
    padding: 0px 10px;
    height: 500px;
    position: relative;
    margin-top: 80px;
}

.hero-content h1 {
    font-family: "Playfair Display", serif;
    color: var(--goldenrod-color);
    font-size: 60px;
}

.hero-content h3 {
    font-family: "Poppins", sans-serif;
    color: var(--white-color);
    margin-bottom: 80px;
    margin-top: 40PX;
}

.hero .first-rotate {
    padding: 0;
    width: 20px;
    rotate: 90deg;
    position: absolute;
    left: 10px;
    top: 30px;
    color: white;
}

.hero .rotate-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 20px;
}

.hero .rotate-item h6 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 100;
    color: var(--gray-color);
    letter-spacing: 5px;
}

.hero .rotate-item h6 .links {
    display: flex;
    gap: 25px;
}

.hero .rotate-item h6 .links a {
    rotate: -90deg;
    color: var(--gray-color);
}

.hero .rotate-item h6 .links a:hover {
    color: var(--goldenrod-color);
}

.hero .bar-social {
    height: 1px;
    width: 30px;
    background-color: var(--gray-color);
}

.hero .between {
    padding: 0 80px;
    width: 60%;
}

.hero .between h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

.hero .consultation {
    padding: 10px 30px;
    border: 1px solid var(--goldenrod-color);
    color: var(--white-color);
    background-color: transparent;
    text-decoration: none;
}

.hero-overlap {
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: rgb(155, 8, 155);
    bottom: -45%;
    right: 80px;
    z-index: 999;
}

.hero-overlap img {
    width: 100%;
    height: 100%;
    transform: translate(-38px, -38px);
}



@media (max-width:960px) {
    .navlinks {
        display: none;
        width: 100%;
        background-color: var(--purple-color);
        position: absolute;
        left: 0;
        top: 75px;
        z-index: 999;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.9);
        border-top: 1px solid #ccc;
    }

    .navlinks.active {
        display: block;
    }

    .toggle {
        display: grid;
        top: 30px;
        cursor: pointer;
    }

    .toggle .bar {
        width: 25px;
        height: 1px;
        background-color: #ccc;
        display: block;
        margin-bottom: 5px;
    }

    .toggle.active :nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .toggle.active :nth-child(2) {
        opacity: 0;
    }

    .toggle.active :nth-child(3) {
        transform: rotate(45deg) translate(-4px, -3px);
    }

    .logo {
        width: 100%;
    }

    .navlinks ul li {
        width: 100%;
    }

    .navlinks ul {
        width: 100%;
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 20px;

    }

    .s-meeting {
        font-size: 15px;
        word-wrap: nowrap;
        margin-right: 10px;
    }

    .s-meeting span {
        display: none;
    }

    section {
        padding: 0 20px;
    }

    .hero .befo-nav .navlinks ul li a {
        color: var(--white-color);
    }

    .hero-content {
        height: 550px;
    }

    .hero-content h1 {
        font-size: 35px;
    }

    .hero .between {
        width: 100%;
        padding: 0 40px;
    }
}

/*-------Hero--------*/

/*-------Services--------*/
.after-hero {
    
    padding-top: 6px;
}

.after-hero-flex-first {
    display: grid;
    width: 40%;
    margin-top: 80px;
}

@media (max-width:960px) {
    .after-hero-flex-first{
        margin-top: 500px;
    }
}

.after-hero-flex-first h1 {
    font-size: 35px;
    margin-bottom: 35px;
    font-weight: 800;
}

.services-container-container {
    padding-top: 30px;
    padding-bottom: 57px;
    background-color: var(--purple-color);
    color: #FFF;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    margin-top: 130px;
    overflow: hidden;
    height: 40px;
    position: relative;
    padding: absolute;
    left: 0;
}

@keyframes scroll-it {
    from {
        left: 0;
    }

    to {
        left: -190%;
    }
}

.services-container-container .services-container {
    position: absolute;
    left: -10px;
    z-index: 999;
    display: flex;
    overflow: hidden;
    gap: 100px;
    width: fit-content;
    animation: scroll-it 40s infinite linear forwards;

}

.services-container h3 {

    font-size: 20px;
    font-weight: 800;
    text-wrap: nowrap;
    word-spacing: 5px;
}

.service-pictures-1 {
    display: flex;
    box-sizing: border-box;
    margin-top: 90px;
    margin-bottom: 90px;
    border-radius: 3px;
    padding: 40px;
    background-color: #f8e1ff;
}

.service-pictures-1 .left-picture {
    width: 80%;
    height: 600px;
    box-sizing: border-box;
    background: url('img/8.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.service-pictures-1 .left-picture img {
    width: 100%;
    box-sizing: border-box;
}

.service-pictures-1 .right-pictures {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 30px;
    height: auto;
}

.service-pictures-1 .right-pictures h1 {
    
    margin-bottom: 60px;
    font-weight: 800;
}

.small-text {
    display: flex;
    justify-content: space-between;
}

.small-text p {
    margin-bottom: 108px;
}

.bottom-right-pictures {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

@media (max-width:960px) {
    .bottom-right-pictures{
        margin-top: 20px;
    }
    .small-text p {
        margin-bottom: 500px;
    }
}


.bottom-right-pictures .img-cont-1 {
    width: 100%;
    height: 250px;
    background: url('img/IMG-20250911-WA0130.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.bottom-right-pictures .img-cont-2 {
    width: 100%;
    height: 250px;
    background: url('img/IMG-20250911-WA0160.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    border-radius: 5px;
}

.bottom-right-pictures .img-cont-3 {
    border-radius: 0px;
    width: 100%;
    height: 250px;
    background: url('img/IMG-20250911-WA0152.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.services-container-container.cont-2 {
    margin-top: 100px;
    background-color: var(--purple-color);
    margin-bottom: 120px;
    padding-top: 22px;
    padding-bottom: 65px;
}

.services-container.list-2 {
    background-color: var(--purple-color);
    color: white;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 40px;
}


.service-pictures-2 .top-text h1 {
    width: 100%;
    font-weight: 800;
}

.service-pictures-2 .top-text p {
    width: 100%;
}

.service-pictures-2 .top-text {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
}

.service-pictures-2-bottom-pictures {
    margin-top: 480px;
    width: 100%;
    background-color: var(--purple-color);
    border-radius: 4px;
    position: relative;
    height: 100px;
    padding: 0 20PX;
    margin-bottom: 40px;
}

.service-pictures-2-bottom-pictures .inner-pictures {
    height: 500px;
    display: flex;
    gap: 30px;
    transform: translateY(-80%);
}

.service-pictures-2-bottom-pictures .image-1 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 70%), url('img/IMG-20250911-WA0062.jpg');
    background-size: cover;
    background-position: center;

}

.service-pictures-2-bottom-pictures .image-2 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 70%), url('img/1.jpg');
    background-size: cover;
    background-position: center;
}

.service-pictures-2-bottom-pictures .image-3 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 70%), url('img/IMG-20250911-WA0130.jpg');
    background-position: center;
    background-size: cover;
}

.service-pictures-2-bottom-pictures .image-4 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 70%), url('img/service3.jpg');
    background-size: cover;
    background-position: center;

}

.service-pictures-2-bottom-pictures .image-5 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 70%), url('img/gallery-thumb11.jpg');
    background-size: cover;
    background-position: center;
}

.service-pictures-2-bottom-pictures .image-6 {
    border-radius: 5px;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 70%), url('img/IMG-20250919-WA0020.jpg');
    background-position: center;
    background-size: cover;
}

.service-pictures-2-bottom-pictures .inner-pictures .top-empty {
    width: 100%;
    height: 60%;
}



.service-pictures-2-bottom-pictures .inner-pictures .bottom-text {
    width: 100%;
    height: 30%;
    padding: 50px;
    text-align: center;
    color: var(--white-color);
}


.service-pictures-2-bottom-pictures .inner-pictures .bottom-text h2{
   font-size: 25px;
   font-weight: 500;
}
.service-pictures-2-bottom-pictures .inner-pictures .bottom-text p{
    font-size: 15px;
    font-weight: 100;
 }

 @media (max-width:960px) {
    .top-empty {
        height: 0;
    }

    .bottom-text {
        height: 100%;
        padding-bottom: 80px;
    }

    .bottom-text p {
        margin-bottom: 100px;
    }
}

@media (max-width:960px) {
    .hero-overlap {
        bottom: -75%;
        width: 90%;
        left: 50%;
        transform: translate(-50%, -20%);
    }

    .hero-overlap img{
        transform: translate(-10px, -25px);
    }
}

/*-------Service--------*/

.quote {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
}

@media (max-width:960px) {
    .quote {
        grid-template-columns: repeat(1, 1fr);
    }
}

.left-form {
    width: 100%;
    background-color: var(--purple-color);
    padding: 40px;
    color: white;
}

.left-form form {
    width: 100%;
}

.left-form form .input-cont {
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

.left-form form .input-cont input {
    background: transparent;
    width: 100%;
    padding: 20px 10px;
    border: none;
    outline: none;
    font-size: 15px;
}

.left-form form .input-cont textarea {
    width: 100%;
    height: 250px;
    background-color: transparent;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 18px;
}

.send-btn {
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
}

.send-btn:hover {
    background-color: goldenrod;
}

.right-questions {
    padding: 40px;
}

.questions {
    margin-top: 40px;
    margin-left: 10px;
}

.question {
    margin-bottom: 20px;
    color: #929292;
}

.faq {
    font-size: 40px;
    color: rgb(54, 54, 54);
}

.right-questions .learn-more {
    color: #00bfff;
}

.question h1 {
    color: #0e383f;
}

.question hr {
    margin: 10px 0;
}

.section__container {
    max-width: 1200px;
    margin: auto;
    padding: 5rem 1rem;
}

.section__header{
    margin-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
    font-weight: 800;
}

.instagram__container {
    overflow: hidden;
}
  
.instagram__flex {
    margin-top: 2rem;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 1rem;
  
    animation: scroll 45s linear infinite;
}
  
.instagram__flex img {
    max-width: 200px;
}
  
@keyframes scroll {
    to {
      transform: translateX(calc(-50% - 0.5rem));
    }
}


/* FOOTER BAR */
.footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
  
  .footer-bar .inner {
    background:  #6b0a97;
    padding: 60px 30px;
    color: #fff;
  }
  .footer-bar .inner figure {
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
  }
  .footer-bar .inner figure img {
    height: 70px;
  }
  .footer-bar .inner h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .footer-bar .inner p {
    font-size: 16px;
    margin: 0;
  }
  
  .footer-bar .inner strong {
    font-weight: 600;
    text-decoration: underline;
  }
  
  /* FOOTER */
  .footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 180px;
    padding-bottom: 30px;
    background: #21002b;
  }
  .footer p {
    color: #fff;
  }
  .footer a{
text-decoration: none;
  }
  .footer .logo {
    height: 41px;
    margin-bottom: 15px;
  }
  .footer .logo img {
    height: 48px;
  }
  .footer .select-box {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    padding-left: 25px;
    margin-top: 20px;
  }
  .footer .select-box:hover {
    border: 1px solid rgba(255, 255, 255, 0.35);
  }
  .footer .select-box span {
    margin-right: 40px;
  }
  .footer .select-box .dropdown-toggle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .footer .select-box .dropdown-toggle:hover {
    text-decoration: none;
  }
  .footer .select-box .dropdown-toggle img {
    width: 20px;
    margin-right: 5px;
  }
  .footer .select-box .dropdown-menu {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: none;
    margin-left: -25px;
    margin-top: 13px;
  }
  .footer .select-box .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer .select-box .dropdown-menu li a {
    display: block;
    padding: 7px 25px;
    font-size: 14px;
    line-height: 1;
  }
  .footer .select-box .dropdown-menu li a:hover {
    background: none;
    color: #2e003b;
  }
  .footer .select-box .dropdown-menu li a img {
    width: 20px;
    margin-right: 5px;
  }
  .footer .footer-menu {
    display: block;
    margin: 0;
  }
  .footer .footer-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 4px 0;
    list-style: none;
  }
  .footer .footer-menu li a {
    float: left;
    color: #fff;
  }
  .footer .footer-menu li a:hover {
    color: #dba7eb;
  }
  .footer .contact-box {
    float: right;
    color: #fff;
    text-align: right;
  }
  .footer .contact-box h5 {
    margin-bottom: 10px;
    font-size: 19px;
    font-family: "Playfair Display", serif;
  }
  .footer .contact-box h3 {
    font-weight: 600;
    margin: 0;
  }
  .footer .contact-box p {
    margin-bottom: 10px;
  }
  .footer .contact-box p a {
    color: #fff;
    opacity: 0.5;
  }
  .footer .contact-box ul {
    float: right;
    margin: 0;
    margin-top: 20px;
    padding: 0;
  }
  .footer .contact-box ul li {
    float: left;
    margin-left: 5px;
    padding: 0;
    list-style: none;
  }
  .footer .contact-box ul li a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  .footer .contact-box ul li a:hover {
    color: #26282b;
    background: #dba7eb;
  }
  .footer .col-12 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 80px;
    color: #fff;
    font-size: 13px;
  }
  .footer .col-12 .copyright {
    float: left;
  }
  .footer .col-12 .creation {
    float: right;
  }
  .footer .col-12 .creation a {
    color: #6802a3d3;
  }
@media (max-width:960px) {
    .after-hero {
        padding-top: 0px;
    }


    .after-hero-flex-first {
        flex-wrap: wrap;
        width: 100%;
    }

    .service-pictures-1 {
        
        flex-wrap: wrap;
        padding: 0px;
    }

    .small-text{
        flex-wrap: wrap;
    }

    .small-text p{
        margin-bottom: 20px;
    }

    .service-pictures-1 .left-picture {
        
        width: 100%;
    }

    .service-pictures-1 .right-pictures{
        padding-left: 0;
    }

    .bottom-right-pictures {
        padding-left: 0;
        flex-wrap: wrap;
    }

    .service-pictures-2 .top-text {
        flex-wrap: wrap;
        width: 100%;
    }

    .service-pictures-2-bottom-pictures {
        margin-bottom: 900px;
    }

    .service-pictures-2-bottom-pictures .inner-pictures {
        flex-wrap: wrap;
    }

    .quote {
        padding: 10px;
    }

    .service-pictures-1 .img-cont-1{
        margin-top: 20px;
    }

    .service-pictures-1 .img-cont-1{
        height: 500px;
    }

        .service-pictures-1 .img-cont-2{
        height: 500px;
    }    .service-pictures-1 .img-cont-3{
        height: 500px;
    }



    .footer-bar .inner {
      padding: 30px;
    }
  
    .footer-bar .inner .col-lg-4 {
      margin: 20px 0;
    }
  
    .footer-bar .inner figure {
      width: 70px;
      margin-right: 0;
    }
  
    .footer-bar .inner figure img {
      height: 50px;
    }
  
    .footer {
      padding-top: 150px;
    }
  
    .footer .select-box {
      margin-bottom: 80px;
    }
  
    .footer .footer-menu {
      padding: 0;
    }
  
    .footer .contact-box {
      float: left;
      text-align: left;
      margin-top: 80px;
    }
  
    .footer .contact-box ul {
      float: left;
    }
  }


  @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  
    .footer .col-12 .creation {
      float: left;
      margin-top: 5px;
    }
  }
  