@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Poppins:wght@300;400;600;800&display=swap');
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
    overflow-x: hidden;
}
.italiana-regular {
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.main-menu {
    display: flex;
    padding: 36px 70px 5px 70px;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.main-menu ul li {
    padding: 0 25px;
}
.main-menu ul li a{
    text-decoration: none;
    color: #2B2B2B;
}

.section1 .social {
    position: absolute;
    width: 30px;
    top: 0;
    right: 74px;
    display: flex;
    flex-direction: column;
    bottom: 0;
    margin: auto;
}
.section1 .social .wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section1 .social .wrap::before {
    content: "";
    position: absolute;
    left: calc(50%);
    bottom: 0;
    width: 1px;
    border-top: 187px solid rgb(200, 210, 0);
    z-index: 0;
    top: calc(50% - 272px);
 }
.section1 .social .wrap::after {
    content: "";
    position: absolute;
    left: calc(50%);
    width: 1px;
    border-top: 187px solid rgb(200, 210, 0);
    z-index: 0;
    bottom: calc(50% - 262px);
}
.section1 {
    display: block;
    position: relative;
 }
.section1 .content {
    display: flex;

}
.section1 .content::after {
    content: "";
    position: absolute;
    width: calc(100% + 144px);
    bottom: -74px;
    z-index: 0;
    background: #F4F4F4;
    filter: blur(28px);
    left: -144px;
    aspect-ratio: 7 / 1;
}
.section1 .content .img, .section1 .content .text {
    flex-grow: 1;
    flex-basis: 50%;
    background-color: #F4F4F4;
    padding-top: 35px;
}
.section1 .img_mobile {
    display: none;
}
.section1 .content .img::before {
/* 4 */
    content: " ";
    position: absolute;
    width: calc(45%);
    height: calc(45%);
    left: -23px;
    top: 69px;
    z-index: -3;
    background: #C8D200;
    opacity: 0.15;
    filter: blur(150px);
}
.section1 .content .img {
    z-index: -2;
    padding-right: 15px;
}
.section1 .content img {
    width: 100%;
}
.section1 .description {
    width: 403px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    -webkit-text-stroke: 1px #000000;
    padding-top: 30px;
}
.section1 .info {
    padding: 90px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    position: relative;
    grid-gap: 52px;
}
.section1 .info>:not(:last-child):after {
    content: '|';
    /* display: inline-block; */
    /* gap: 26px; */
    position: absolute;
    right: 0;
    color: #2B2B2B;
    top: 0;
    right: -26px;
    height: 60px;
    z-index: 1;
}

.section1 .info-item {
    position: relative;
}
.section1 .info-item-title {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #2B2B2B;
    padding-bottom: 30px;
}
.section1 .info-item-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B;
    max-width: 135px;
}


.section1 .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}
.section1 .text .title {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 3.1em;
    line-height: 59px;
    color: #2B2B2B;
    max-width: 490px;
    width: 100%;
}
.section1 .text.description {

    width: 403px;
    margin-top: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #2B2B2B;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}


/* section 2 */

.section2 {
    display: flex;
}
.section2>div {
    display: grid;
    grid-template-columns: calc(49vw) 1px calc(49vw )
}
.section2>div>div {
    padding: 70px;
    position: relative;
}
.section2 .wrap-image img, .section2 .wrap-text img{
    width: 100%;
}
.section2 .wrap-text img{
    padding-top: 30px;
}

.section2  .line {
    background: 100% repeat url(data:image/png;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABgAAAAAAAYAAABjAAAAYwAAAAAAAAAAAAAAXFxcUAAA);
    padding: 20px 0 40vh 0 !important;
    height: 50%;
}

.section2 .circle {
    position: absolute;
    width: 50%;
    height: 50%;
    left: -6vw;
    top: 30vh;
    background: #C8D200;
    opacity: 0.1;
    filter: blur(150px);
}

.section2 .title {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #2B2B2B;
    padding-bottom: 25px;
}
.section2 .text {
    font-weight: 400;
}

/*  Section 3 */

.section3 {
    display: grid;
    grid-gap: 58px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 70px 77px;
    position: relative;
    /*grid-template-columns: calc(25vw) calc(25vw) calc(25vw) calc(25vw)*/
}


.section3 .item .title {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    padding-bottom: 20px;
    color: #2B2B2B;
    position: relative;
}
.section3 .item .title::after{
    content: "";
    background: #C8D200;
    width: 50px;
    height: 1px;
    top: 35px;
    left: 50%;
    position: absolute;

 }
.section3 .item .title::before{
    content: "";
    background: #C8D200;
    width: 50px;
    height: 1px;
    top: 35px;
    right: 50%;
    position: absolute;
}

.section3::after {
    content: "";
    position: absolute;
    left: 49vw;
    right: 0;
    bottom: -20px;
    width: 1px;
    border-top: 75px solid #5C5C5C;
    z-index: -1;
}

/* section4 */

.section4 {
    padding-top: 70px;
    position: relative;
    display: grid;
    grid-gap: 58px;
}


.section4 .wrap {
    padding: 0 70px;
    position: relative;
}
.section4  .wrap::after {
     content: "";
     width: 75%;
     height: 1px;
     position: absolute;
     bottom: -30px;
     border-color: #374151;
     background-color: #374151;
     color: #374151;
 }
  .section4 .wrap .item.info{
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
}
.section4 .wrap .item.info{
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
}
.section4 .wrap-images {
    grid-column: 1 / span 3;
    display: grid;
}
.section4  .item.image {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.section4 .item.image:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row: 1 / 3;
}
.section4 .item.image:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row: 2 / 3;
}
.section4 .item.image:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row: 2 / 4;
    align-self: end;
}

.section4 .image-link {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.95));
    display: block;
    -webkit-transition: 2s;
    transition: 2s;
}
.section4 .image-link .text {
    color: #fff;
}
.section4 .image-link:hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95));
}


.section4 .image-link .item-slide {
    position: absolute;
    padding: 0 20px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: calc(100% - 80px);
}

.section4 .image-link:hover .item-slide {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.section4  .item.image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}
.section4 .wrap-images:first-child {
    top: calc(-50%);
}
.section4  .item.image .title {
    height: 58px;

    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 30px;
    justify-content: center;
}
.section4::before {
    content: "SERVICES";
    display: block;
    z-index: -1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #4E4F47;
    opacity: 0.03;
    position: absolute;
    left:50%;
    transform: translate(-50%,-50%);
    top: 120px;
}

.section4 .info .title {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #2B2B2B;
}

.section4 .item.info  .text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
}
.section4 .image-link .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

/* portfolio */
.portfolio {
    margin: 70px;
    position: relative;
}
.portfolio::before {
    content: "PORTFOLIO";
    display: block;
    z-index: -1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #4E4F47;
    opacity: 0.03;
    position: absolute;
    left:50%;
    transform: translate(-50%,-50%);
    top: 120px;
}

.portfolio .text {
    padding-bottom: 15px;
    position: relative;
    padding-right: 250px;
}
.portfolio::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    border-top: 130px solid #5C5C5C;
    z-index: -1;
}
.portfolio img {
    width: 100%;
}

/* Meet our team */
.meet-our-team {
    margin: 90px 0 30px;
    padding: 0 70px 30px;
    position: relative;
}
.meet-our-team::after {
    content: "";
    position: absolute;
    left: 49vw;
    right: 0;
    bottom: -75px;
    width: 1px;
    border-top: 75px solid #5C5C5C;
    z-index: 1;
}
.meet-our-team .text {
    display: flex;
    margin-bottom: 30px;
    grid-gap: 30px;
    position: relative;
    overflow: hidden;
}
.meet-our-team .text div {
    display: flex;
    align-items: end;
}
.meet-our-team .text div::before {
    content: "";
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 1px;
    position: absolute;
    top: 50%;
    border-color: #374151;
    background-color: #374151;
    color: #374151;
}
.meet-our-team .text p {
    margin: 0;
    padding-left: 7px;
}

.meet-our-team .img {
    position: relative;
}
.meet-our-team img {
    width: 100%;
}
.meet-our-team .img a {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile {
    display: none;
}

    /* about us */

.about-us {
    background-color: #F4F4F4;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.about-us h2 {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    text-align: center;
    color: #2B2B2B;
    padding: 90px 0 70px;
    margin: 0;
}


.about-us .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 48px;
    margin: 0 25px;
}
.about-us h3 {
    margin-bottom: 3px;
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.about-us .star {
    font-size: 11px;
    color: #FFA033;
    padding-bottom: 22px;
}

.footer{
    background-color: #000000;
    color: #FFFFFF;
    position: relative;
}

.footer .top::before {
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    content: "GET IN TOUCH";
    top: 190px;
    color: #fff;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;

    letter-spacing: -0.01em;
    opacity: 0.11;


}
.footer .top {
    position: relative;
    min-height: 428px;
}

.footer .top .text-wrap {
    position: relative;
    padding-top: 78px;
    width: auto;
    padding-left: 280px;
}

.footer .top .text-wrap .title {
    max-width: 70%;
    width: auto;
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer .top .text-wrap .text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 50px;
}

/* footer circle start */

.footer .top .text-wrap::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: calc(10px);
    top: calc(30px);
    background: #FFFFFF;
    opacity: 0.4;
    filter: blur(150px);
}

.footer .bottom::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    left: calc(240px + 30);
    top: 50%;
    background: #FFFFFF;
    opacity: 0.6;
    filter: blur(150px);

}
.footer .bottom::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    left: calc(50% + 150px);
    top: 50%;
    background: #FFFFFF;
    opacity: 0.6;
    filter: blur(150px);
}
.footer .bottom {
    padding: 15px 100px 120px 100px;
}

.footer hr {
    position: relative;
    height: 1px;
    width: 100%;
    border-color: #374151;
    background-color: #374151;
    color: #374151;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer .logo {
    display: flex;
    align-items: center;
    grid-gap:40px;
}
.footer .logo .text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9CA3AF;
}
.footer .social {
    display: flex;
    grid-gap:40px;
}
.footer .copyright-social {
    display: flex;
    justify-content: space-between;
}
.footer .copyright-social a {
    text-decoration: none;
}
.footer .copyright {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.footer .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 35px 0 0;
    align-items: center;
    justify-content: start;
    grid-gap: 25px;
}
.footer .menu a{
    text-decoration: none;
    color: rgb(200, 210, 0);
}

a.button {
    margin-top: 40px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: max-content;
    background: #C8D200;
    border-radius: 30px;
    height: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.002em;
    color: #FFFFFF;
    transition: all 0.5s;
}
a.button:hover {
     background-color: #2B2B2B;
}
.btn {
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    color: #2B2B2B;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    gap: 13px;
    border: 1px solid #2B2B2B;
    border-radius: 30px;

}
.login .mobile_menu {
    display: none;
}
.login .open_menu.active, .login .close_menu.active {
    display: block;
}
.login .open_menu, .login .close_menu {
    display: none;
}

.wrap_mobile_menu {
    display: none;
    width: 256px;
    position: absolute;
    top: 0px;
    right: -256px;
    background-color: #ffffff;
    padding-top: 126px;
    border-bottom: 1px solid #c8d200;
    border-left: 1px solid #c8d200;
    z-index: 5;
    transition: all 0.3s;
}
.wrap_mobile_menu.active {
    right: 0;
}
.wrap_mobile_menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    padding-left: 40px;
    padding-bottom: 40px;
}
.wrap_mobile_menu .wrap {
     text-align: center;
     padding: 20px 0;
 }
.wrap_mobile_menu .wrap a {
    text-decoration: none;
    padding: 0 4px;
}
.wrap_mobile_menu ul a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}
.wrap_mobile_menu a.close_menu {
    display: block;
    position: absolute;
    right: 70px;
    top: 45px;
}
h3 {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #2B2B2B;
    margin: 0;
}

/* slider */
.slick-dots {
    position: relative;
}
.slick-dots li button:before {
    font-size: 15px;
    width: 15px;
    height: 15px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #C8D200;
}
.slick-dotted.slick-slider {
    margin-bottom: 25px;
    padding-bottom: 20px;
}


/* popup */

.modal {
    max-width: 100% !important;
    width: 100% !important;
}
.modal::before {
    content: "";
    position: absolute;
    width: 641px;
    height: 641px;
    background: #C8D200;
    opacity: 0.1;
    filter: blur(150px);
}
.modal img {
    width: 100%;
    overflow: auto;
    display: block;
}
section.page {
    padding: 70px;
}
.screen-reader-text {
    clip-path: none;
    position: relative;
}
h1,h2 {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 600;
}
.section4 .wrap::before {
    position: absolute;
    width: 50%;
    height: 50%;
    left: -6vw;
    top: 30vh;
    background: #C8D200;
    opacity: 0.1;
    filter: blur(150px);
}