/*  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

ul, ol {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;

}

input, button {
    border: 0;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;    
   
    width: 100%;
}


:root {
    --main-tone: #BD1E10;
    --validation-color: yellow;
}


.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
}



/* --------------- HEADER ----------------*/

.header {
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 30px;
    z-index: 100;
    max-width: 1920px;
    padding: 0 60px;
    margin: 0 auto;
}



.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 40px;
    background-color: white;
    border-radius: 25px;
  
    
}
.header-left {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 400;
 font-size: 18px;
 margin-right: 15px;
}

.header-left-text {
    text-align: center;
}

.header-right {
    display: flex;
    gap: 100px;
    margin-right: 56px;
}

.header-link {
    color: black;
    font-size: 18px;
    font-weight: 400;
    white-space:  nowrap;
}

.header-phone-text {
    display: none;
}

.header-phone-number {
    white-space: nowrap;
}


/*  HERO */


.hero-container {
 
 padding-bottom: 203px;
}

.hero-section {
    background: url('/wp-content/themes/twentytwentyfive/src/hero-bg.png') no-repeat center center/cover;
    height: auto;
   scroll-margin-top: 107px;
}

.hero-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    padding-top: 296px;
    padding-bottom: 200px;
}

.hero-left {
    width: 60%;
}

.hero-title {
    color: white;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 7%;
    margin-bottom: 43px;
    max-width: 900px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-text {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 50px;
    max-width: 760px;
}

.hero-order-button {
    padding: 26px 70px;
    background-color: white;
    color: var(--main-tone);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    width: 274px;
    cursor: pointer;
}



.form {
    display: flex;
    flex-direction: column;
    background-color: var(--main-tone);
    border-radius: 25px;
}

.hero-form {
     padding: 55px  38px;
    gap: 37px;
 text-align: center;
}

.form-font {
    color: white;
}

.hero-form-top , .form-bot {
display: flex;
flex-direction: column;
align-items: center;
}
.hero-form-top {
    gap: 10px;
}

.hero-form-bot { 
    display: flex;
    flex-direction: column;
    gap: 19px;
}



.hero-form-title {
font-weight: 600;
font-size: 28px;
line-height: 33px;
}

.hero-form-text {
font-weight: 400;
font-size: 16px;
line-height: 30px;
}

.screen-reader-response{
    display:none;
}

.hero-form-text-highlight {
    background-color: white;
    border-radius: 12px;
    padding: 2px 10px;
    color: black;
    white-space: nowrap;
}

.hero-input {
 border-radius: 12px;
background-color: #F4F4F4;
font-weight: 400;
font-size: 16px;
color: #4C4040;
width: 100%;
padding: 17px;
margin-bottom: 20px;
}

.hero-form-button {
border-radius: 14px;
background-color: white;
color: #0A0A0A;
width: 100%;
padding: 13px 0;
cursor: pointer;
}

.wpcf7-response-output{
    margin-top: 10px;
    font-size: 12px;
}


/* PROPOSOTIONS */

.nowrap {
    white-space: nowrap;
}

.props-section {
    background-color: #111112;
    
}

.props-wrapper {
    padding-top: 86px;
    padding-bottom: 86px;
}

.props-title {
font-weight: 600;
font-size: 52px;
line-height: 69px;
color: white;
margin-bottom: 120px;
max-width: 1000px;
}

.props-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
padding-left: 0;
}


.props-item {
    min-height: 421px;
   width: 32%;
    align-items: center;
    background-color: #1D1D1E;
    border-radius: 25px;
   position: relative;
   padding: 250px 50px 50px;
   padding-top: 0;
}


.props-item-image {
    margin-top: -70px;
    min-height: 280px;
    display: flex;
    align-items: end;
    justify-content: center;
}



.props-item-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.props-item-title {
font-weight: 400;
font-size: 23px;
line-height: 36px;
color: white;
margin-bottom: 15px;
margin-top: 44px;
}

.props-item-text {
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: rgba(255, 255, 255, 0.4); 
}




/* APPLICATION */

.application-wrapper {
padding-top: 108px;
padding-bottom: 108px;
}

.application-form {
    display: flex;
    flex-direction: column;
    padding-top: 103px;
    padding-bottom: 60px;
    align-items: center;
    text-align: center;
}

.application-subtitle {
font-weight: 400;
font-size: 26px;
line-height: 36px;
margin-bottom: 5px;
}

.application-form-title {
font-weight: 500;
font-size: 48px;
line-height: 55px;
letter-spacing: -1.5px;
}

.application-input {
background-color: white;
border-radius: 48px;
color: rgba(0, 0, 0, 0.4);
padding: 18px 22px;
min-width:  375px;
font-size: 18px;
cursor: pointer;
}


.application-input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px; 
    column-gap: 15px; 
    margin-top: 29px;
    margin-bottom: 18px;
}

.application-button {
    color: black;
    background-image: url('/wp-content/themes/twentytwentyfive/src/arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: right 10px center ;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.terms-text {
    max-width: 380px;
    font-size: 18px;
    line-height: 21px;
}

.terms-more {
    color: rgb(255, 255, 255, 0.4);
}

.wpcf7-response-output {
    color: var(--validation-color);
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: var(--validation-color);
    width: 100%;
    top: -40px;
    left: 0;
    font-size: 13px;
}

/* SERVICES */

.accordion {
    display: none !important;
}

.accordion-content li {
    margin-bottom: 10px;
    font-size: 12px;
}




.services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 130px;
}

.services {
    background-color: black;
    border-radius: 35px;
    padding: 75px;
}

.services-title {
    margin-bottom: 56px;
font-weight: 600;
font-size: 52px;
line-height: 69px;
color: white;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 65px; 
    column-gap: 17px; 
    padding: 0;
}

.services-list-title {
font-weight: 400;
font-size: 40px;
line-height: 36px;
margin-bottom: 30px;
color: white;
margin-top: 80px;
}

.services-list-item {
    background-color: white;
    border: 3px solid var(--main-tone);
    border-radius: 18px;
 text-align: center;
 vertical-align: middle;
 color: black;
 min-height: 183px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 20px;
font-weight: 400;
font-size: 20px;
line-height: 26px;
}


.services-button {
  color: white;
  background-color: var(--main-tone);
border-radius: 15px;
font-weight: 500;
font-size: 25px;
letter-spacing: 2.5px;
padding: 30px 100px;
margin-top: 47px;
max-width: 360px;
cursor: pointer;
}


/* REVIEWS */

.reviews-wrapper{
    margin-bottom: 115px;
    text-align: center;
}


.reviews-swiper {
    position: relative;
}

.reviews-title {
font-weight: 400;
font-size: 60px;
line-height: 66px;
letter-spacing: -3px;
margin-bottom: 72px;
}
  .swiper-content-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .swiper-left {
    display: flex;
    flex-direction: column;
gap: 7px;
text-align: left;
  }

  .user-pfp  {
    margin-bottom: 19px;
    border-radius: 50%;
    max-height: 70px;
    max-width: 70px;
  }

  .user-name {
font-weight: 400;
font-size: 26px;
line-height: 35.88px;
  }

  .user-review-date {
font-weight: 400;
font-size: 17.72px;
line-height: 22.5px;
color: rgba(0, 0, 0, 0.4);
  }

  .google-icon {
    width: 82px;
    height: 27px;
  }
  .swiper-right  {
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/themes/twentytwentyfive/src/comment-icon.png');
    background-repeat: no-repeat;
    background-position: top 70% left;
    text-align: left;
    padding-left: 120px;
  }

  .five-stars {
max-width: 134px;
margin-bottom: 40px;
  }

  .user-comment {
    max-width: 900px;
    font-size: 26px;
    line-height: 36px;
   
  }

  .reviews-swiper {
    overflow: hidden;
  }

  .swiper-slide {
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  }

  .swiper-controls {
    display: flex;
  text-align: center;
    margin-top: 65px;
    position: relative;
  align-items: center;
  max-width: 320px;
justify-content: space-between;
align-content: center;
height: 30px;
--swiper-navigation-size: 7px ;

  }
  
.swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important; 
    display: flex !important;
    align-items: center;
    text-align: center;
    --swiper-theme-color: black;
margin-left: 40%;

}
  
  .swiper-button-next,
  .swiper-button-prev {
    position: static !important; 
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 14px !important;
  
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after{
display: none;
  }
  
  .swiper-button-next {
    background-image: url('/wp-content/themes/twentytwentyfive/src/arrow-right.png');
  }

  .swiper-button-prev  {
    background-image: url('/wp-content/themes/twentytwentyfive/src/arrow-right.png');
    transform: rotate(-180deg);
  }
  
  /* LAST-PROJECTS*/
  
  .last-projects-wrapper {
    background-color: #EFEFEF;
    margin-top: 108px;
    padding-top: 75px;
    padding-bottom: 105px;
  
  }

  .last-projects-title {
    font-weight: 700;
font-size: 55px;
letter-spacing: 2px;
text-transform: uppercase;
border-bottom: 1px solid black;
position: relative;
padding-bottom: 30px;
  }

  .last-projects-title::before {
content: '';
background-image: url("/wp-content/themes/twentytwentyfive/src/heart-icon.png");
position: absolute;
width: 35px;
height: 35px;
background-repeat: no-repeat;
right: 50%;
top: 80%;
  }

  .last-projects-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px; 
    column-gap: 30px; 
    margin-top: 65px;
  }

  .last-projects-list-item {
    padding: 30px;
    min-height: 450px;
    background-color: #1D1C1C;
    display: flex;
    flex-direction: column;
  }

  .last-projects-item-img {
    margin-bottom: 20px;
  }

  .last-projects-item-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #3D3C3C;
    border-top: 1px solid #3D3C3C;

  }
  

  .last-projects-main-text {
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: white;
  }

  .last-projects-description {
font-weight: 600;
font-size: 14px;
line-height: 11px;
color: var(--main-tone);
  }

.last-projects-bottom-content {
    text-align: center;
}
/* FOOTER */

.footer {
    background-color: #2E2E2E;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 29px 0;
}


.footer-bright-text {
    color: #FFFFFF  !important;
}

.footer-highlight-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.footer-text {
   color: rgba(255, 255, 255, 0.7);
}


.footer-link {
    color: rgba(20, 157, 204, 1);
}


/*  PRIVACY-POLICY */ 

.policy-wrapper {
    background-color: black;
    padding: 50px;
}

.policy-text {
font-weight: 400;
font-size: 32px;
color: white;
}

.policy-title {
    font-size: 50px;
    color: white;

}
