@font-face {
    font-family: "Montserrat";
    src: url(fonts/Inter-VariableFont_slnt\,wght.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

h2 {
    color: #990D64;
    font-family: "Montserrat";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

p {
    color: #322155;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

body {
    background-image: url(img/Leaves.png);
    background-repeat: no-repeat;
    background-position: 100% 99%;
    background-size: 80px;
}

.pink_btn {
    display: flex;
    padding: 18px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #990D64;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    border: 3px solid #990D64;
    background-color: transparent;
}

.cont {
    width: 100%;
    padding: 0 7%;
    height: auto;
}

/* Slider(Header) */

.section-slider{
    background-image: url(img/Leaves.png),linear-gradient(180deg, #F6F6F6 0%, #F2F1F2 100%);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: 70px,100%;
}

/* header */

header {
    padding: 50px 7%;
    height: 135px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px gray;
}

header img {
    width: 20%;
    object-fit: contain;
}

header > nav {
    width: 55%;
    display: flex;
    /* flex-direction: column; */
    /* gap: 5px; */
    justify-content: space-between;
    align-items: center;
}

header > nav > ul {
    width: 70%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

header a {
    width: fit-content;
    color: #990D64;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}

.nav__contact{
    width: fit-content;
    display: flex;
}

/* main */

main {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 30px;
    margin-top: 135px;
    padding-top: 3%;
    padding-bottom: 3%;
}
.main_title{
    color: #990D64;
    font-family: "Montserrat";
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
}
.main_img {
    position: relative;
    height: 500px;
    cursor: grab;

}

.main_img img {
    position: absolute;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .5;
    transition: .3s;
    top: 0;
    left: 0;
    pointer-events: none;
}

.main_arrows {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.main_arrows img {
    cursor: pointer;
}

.main_radio {
    width: 100%;
    display: none;
    justify-content: center;
    gap: 1.5%;
}
.main_radio .elipse{
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #990D64;
    opacity: 0.2;
    transition: 1s all;
}
.main_radio .elipse_active{
    opacity: 1;
}


.main_text {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
/* .main_text p{
    transition: "1s";
} */
.main_text_media{
    display: none;
}
.for_animation{
    animation: textOpacity 1s ease 1;
}

@keyframes textOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}



/* team */

.section-team {
    display: flex;
    flex-direction: column;
}

.team_top {
    padding-top: 6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
    background-image: url(img/Leaves\ \(1\).png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 0% 30%;
}
.team_top > h2{
    color: rgba(153, 13, 100, 0.40);
    font-family: "Montserrat";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: none;
}

.team_top_text {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
}

.team_top_text > p{
    min-width: 20%;
    max-width: 30%;
    margin-right: 10%;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.team_top_text > a{
    display: none;
}

.team_top_line{
    width: 100%;
    height: 235px;
    background: #990D64;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15%;
}

.team_top_line > img {
    width: 820px;
    transform: translateY(-24%);
    object-fit: contain;
}
.team_top_line > h2{
    color: rgba(255, 255, 255, 0.40);
    text-align: right;
    font-family: "Montserrat";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    padding-right: 8%;
}

.team_bottom {
    background: #F2F1F2;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 15%);
    justify-content: center;

}

.team_bottom__block {
    display: flex;
    gap: 16px;
}
.team_bottom__block > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.line{
    width: 100%;
    height: 8vh;
    background: #990D64;
    display: grid;
    grid-template-columns: repeat(5, 15%);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.line  p{
    text-align: center;
    width: 100%;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 2%;
    margin-top: 5px;
}

.line_media{
    display: none;
}



/* Section Works */

.section-works {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-bottom: 25px;
}

.section-works > h2{
    color: rgba(153, 13, 100, 0.40);
    text-align: right;
    font-family: "Montserrat";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding: 120px 0 60px ;
}
.works_block {
    width: 100%;
    height: 27vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    justify-content: space-between;
}
.works_block__item{
    width: 100%;
    height: 100%;
}
.works_block__item1{
    grid-column: 1/5;
    grid-row: 1/5;
}
.works_block__item2{
    grid-column: 5/7;
    grid-row: 1/3;
}
.works_block__item3{
    grid-column: 7/8;
    grid-row: 1/2;
}
.works_block__item4{
    grid-column: 9/11;   
    grid-row: 1/3;
}
.works_block__item5{
    grid-column: 12/13;
}
.works_block__item6{
    grid-column: 5/7;
    grid-row: 3/5;
}
.works_block__item7{
    grid-column: 7/9;
    grid-row: 3/5;
}
.works_block__item8{
    grid-column: 10/11;
    grid-row: 4/5;
}
.works_block__item9{
    grid-column: 11/12;
    grid-row: 3/4;
}
.works_block__item10{
    grid-column: 12/13;
    grid-row: 3/4;
}
.works_block__item11{
    grid-column: 12/13;
    grid-row: 4/5;
}



.back1{
    background: url(img/image13.jpg);
}

.back2{
    background: url(img/image12.jpg);
}

.back3{
    background: url(img/image4.jpg);
}

.back4{
    background: url(img/image9.jpg);
}

.back5{
    background: url(img/image3.jpg);
}

.back6{
    background: url(img/image5.jpg);
}

.back7{
    background: url(img/image11.jpg);
}

.back8{
    background: url(img/image6.jpg);
}

.back9{
    background: url(img/image7.jpg);
}

.back10{
    background: url(img/image10.jpg);
}

.back11{
    background: url(img/image8.jpg);
}

.back{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotateY(-180deg);
    transition: .7s;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

 .forHover{
    width: 100%;
    height: 100%;
    transition: .3s;
    overflow: hidden;
    cursor: pointer;

}
 .item{
    width: 100%;
    height: 100%;
    position: relative;
    transition: .4s;
    perspective: 1000px;
}
  .item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden; 
    transition: .7s;
    background-color: #fff;
}

/* album */

.album{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    transform: scale(0);
    z-index: 200;
}

.for-album{
    width: 70%;
    height: 70%;
    border: 1px solid white;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.for-album div{
    width: 15%;
    height: 100%;
    background-color: rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.left-album{
    position: absolute;
    top: 0;
    left: 0;
}

.right-album{
    position: absolute;
    top: 0;
    right: 0;
}

.for-album div:hover{
    background-color: rgba(180,180,180,.3);
}

.for-album div img{
    width: 60%;
}

.close{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    /* opacity: .7; */
    cursor: pointer;
    transition: .3s;
}

.close:hover{
    width: 150px;
    height: 150px;
}


/* services If you need can activate(Previous version)  */

/* 
.services>h2{
    color: rgba(153, 13, 100, 0.40);
    text-align: right;
    font-family: Montserrat;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
}
.services_cont {
    padding: 32px 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: none;
}

.services_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sb__diw {
    display: flex;
    justify-content: space-between;
}

.sb_p {
    color: #990D64;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.number {
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background: var(--gold-gradient, linear-gradient(180deg, #AB794E 0%, #F4C074 50%, #AB794E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.services_bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.services_bottom img {
    width: 60%;
}

.services_bottom__text {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    gap: 20px;
}
.services_bottom__text button{
    align-self: flex-end;
} */

/* :root {
    --container-width: 800px;
    --body-bg: #c490d1;
    --body-color: #1a1a1a;
    --collapse-bg: #e5fcff;
    --collapse-color: #1a1a1a;
    --collapse-line-color: #acacde;
    --collapse-icon-color: #b8336a;
    --collapse-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
      rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
   */
  /* details {
    background: var(--collapse-bg);
    color: var(--collapse-color);
    border-radius: 8px;
    margin-bottom: 24px;
    box-shadow: var(--collapse-box-shadow);
  } */




/* Sections Services  */
.section-service{
    background-image: url(img/Leaves.png) ,linear-gradient(180deg, #F6F6F6 0%, #F2F1F2 100%);
    background-repeat: no-repeat;
    background-size: 70px,100%;
    background-position: 100% 20%;
}

.section-service > h2{
    color: rgba(153, 13, 100, 0.40);
    text-align: right;
    font-family: "Montserrat";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding: 100px 0 60px ;
}

.services_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services_top {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.sb__diw {
    display: flex;
    justify-content: space-between;
}
.sb_p {
    color:  #990D64;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.number {
    color: #FCB450;
    text-align: right;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

  
.purple_block__block1{
    width: 100%;
}
.service_purple__block , .service_yellow__block{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sb_pclr2 {
    color: #322155;
}

.details__purple3{
    grid-column: 2/3;
}

summary {
  display: grid;
  grid-template-columns: 1fr auto;
  cursor: pointer;
  list-style-type: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}

summary,
.details-info {
  padding: 1rem;
}
details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}
summary .icon {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 27px;
  height: 27px;
  transition: transform 0.26s;
  color: #fff;
}
  
details[open] summary .icon {
  transform: rotate(180deg);
}
  


  
.services_bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.services_bottom img {
    width: 66%;
    object-fit: contain;
    object-position: bottom;
}

.services_bottom__text {
    width: 34%;
    font-family: "Montserrat";
    display: flex;
    font-size: 15px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    padding-bottom: 5%;
}
.services_bottom__text p{
    font-size: 18px;
}
.services_bottom__text button{
    align-self: flex-end;
} 

  
.purple_btn {
  background: #990D64;
  border: 3px solid #990D64;
  padding: 14px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .2s;
}
.purple_btn p{
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.yellow_btn{
    background: #FCB450;
    border: 3px solid #FCB450;

    padding: 14px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .2s;
}
.yellow_btn p{
    color: #FFF;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
/* class = "button_border__purple" && class = "button_border__yellow"*/

.button_border__purple {
    border: 3px solid #990D64;
    background: #FFF;
    display: flex;
    padding: 14px 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    transition: .2s;
    position: relative;
}
.button_border__purple p{
    color: #990D64;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.button_border__yellow{
    position: relative;
    border: 3px solid #FCB450;
    background: #FFF;
    display: flex;
    padding: 14px 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    transition: .2s;
}
.button_border__yellow p{
    color: #FCB450;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}


/* contact */
.section-contact{
    background-image: url(img/Leavesmug.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-color: #FCB450;
    background-position: 0 95%;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat";
    font-style: normal;
}
.contact_title > h2{
    color: rgba(50, 33, 85, 0.40);
    font-size: 96px;
    font-weight: 400;
}
.contact_title > h3{
    color: #322155;
    font-size: 60px;
    font-weight: 600;
}
.contact_block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact_info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: "Montserrat";
    font-style: normal;
}

.ci_tell {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ci_tell p{
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}
.contact_block > iframe{
    width: 60%;
}
.contact_block > img{
    width: 30%;
    object-fit: contain;
}

.contact_info a {
    color: #990D64;
    font-size: 17px;
    font-weight: 400;
    text-decoration-line: underline;
}



/*  reviews   If you need this section can activate it 

.reviews {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reviews_overflow {
    width: 100%;
    overflow-x: scroll;
}

.reviews_overflow::-webkit-scrollbar {
    padding-top: 30px;
    background-color: rgb(233, 233, 233);
}

.reviews_overflow::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #AB794E 0%, #F4C074 50%, #AB794E 100%);
}

.reviews_block {
    width: fit-content;
    display: flex;
    gap: 21px;
}

.reviews_block__div {
    width: 27vw;
    display: flex;
    padding: 32px 32px 141px 32px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: #990D64;
}

.rbd_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rbd_text h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.rbd_text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
} */

/*  */

.before_footer {
    padding-top: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: flex-end;
}

.before_footer img {
    width: 100%;
}

/* footer */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    padding-top: 100px;
}

.foot_info {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15%;
}

.foot_text{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1%;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
}

.foot_info a {
    color: #990D64;
    font-weight: 700;
}

.foot_info p {
    color: #990D64;
    font-weight: 400;
    grid-column: 1/3;
}

.foot_icon {
    display: flex;
    gap: 10px;
}

.foot_icon img {
    cursor: pointer;
}

footer > p{
    display: none;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    color: #990D64;
    font-weight: 400;
}
