/*
=============== 
Variables
===============
*/

:root {
    /* dark shades of primary color*/
    --clr-primary-1: hsl(205, 86%, 17%);
    --clr-primary-2: hsl(205, 77%, 27%);
    --clr-primary-3: hsl(205, 72%, 37%);
    --clr-primary-4: hsl(205, 63%, 48%);
    /* primary/main color */
    --clr-primary-5: #49a6e9;
    /* lighter shades of primary color */
    --clr-primary-6: hsl(205, 89%, 70%);
    --clr-primary-7: hsl(205, 90%, 76%);
    --clr-primary-8: hsl(205, 86%, 81%);
    --clr-primary-9: hsl(205, 90%, 88%);
    --clr-primary-10: hsl(205, 100%, 96%);
    /* darkest grey - used for headings */
    --clr-grey-1: hsl(209, 61%, 16%);
    --clr-grey-2: hsl(211, 39%, 23%);
    --clr-grey-3: hsl(209, 34%, 30%);
    --clr-grey-4: hsl(209, 28%, 39%);
    /* grey used for paragraphs */
    --clr-grey-5: hsl(210, 22%, 49%);
    --clr-grey-6: hsl(209, 23%, 60%);
    --clr-grey-7: hsl(211, 27%, 70%);
    --clr-grey-8: hsl(210, 31%, 80%);
    --clr-grey-9: hsl(212, 33%, 89%);
    --clr-grey-10: hsl(210, 36%, 96%);
    --clr-white: #fff;
    --clr-red-dark: hsl(360, 67%, 44%);
    --clr-red-light: hsl(360, 71%, 66%);
    --clr-green-dark: hsl(125, 67%, 44%);
    --clr-green-light: hsl(125, 71%, 66%);
    --clr-gold: #c59d5f;
    --clr-black: #222;
    --ff-primary: "Roboto", sans-serif;
    --ff-secondary: "Open Sans", sans-serif;
    --transition: all 0.3s linear;
    --spacing: 0.25rem;
    --radius: 0.5rem;
    --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    --max-width: 1170px;
    --fixed-width: 620px;
  }

*{
    margin: 0;
    padding: 0;
}
.main{
    background-image: url(./img/back1jpg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: white;
    opacity: 70%;
    
}

.text{
    margin-left: 75px;
    padding-top: 250px;
}

.main::backdrop{
    filter: blur();
}

.elipse{
    z-index: -1;
    position: absolute;
    width: 1700px;
    height: 1700px;
    margin-left: -350px;
    margin-top: -800px;

    border-radius: 1000px;

    background: rgba(234, 200, 237, 0.5);
    filter: blur(4px);
}

.title{
    font-family: 'Tomorrow', sans-serif;
    font-size: 100px;
    
}

.sub-title{
    margin-top: 10px;
    font-size: 40px;
    font-family: 'Sofia';
}

.kor{
    text-align: right;
    margin-top: 270px;
    margin-right: 30px;
    font-family: 'Tomorrow';
    font-weight: 600;
    font-size: 30px;
}

.sign{
    margin: 100px;
}
.sign-up{
    display: flex;
}

.flag{
    margin-left: 100px;
    width: 532px;
    height: 670px;
}

.sign-text{
    margin-top: 140px;
    align-items: center;
    text-align: center;
    margin-left: 100px;
}

.sign1{
    font-family: 'Simonetta';
    font-size: 34px;
    letter-spacing: 0.05em;
}

.sign2{
    margin-top: 20px;
    font-family: 'Simonetta';
    font-size: 34px;
    font-weight: bolder;
    letter-spacing: 0.05em;
}

.btn-sign{
    text-decoration: none;
    align-items: center;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: white;
    place-items: center;
}

.btn-d{
    margin-top: 60px;
    background-color: #DABCE4;
    border-radius: 50px;
    width: 300px;
    height: 50px;
    margin-left: 120px;
}

.line{
    width: 100%;
    border-top: 2px dotted rgb(44, 43, 43);
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 5px;
}


.price_center{
    background-image: url(./img/bb.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 70%;
    width: 100%;
    padding-top: 300px;
    padding-bottom: 300px;
   
}
.txt{
    text-align: center;
    font-family: 'Simonetta';
    font-weight: bolder;
    color: #fff;
}
.priсe_text{
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.price_day{
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.05em;
}
.sum{
    margin: 20px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    font-size: 44px;
}

/* .sum-line{
    position: absolute;
    width: 3px;
    height: 75px;
    border: 3px solid black;
    
} */

.sum_1{
    margin-left: 650px;
    margin-top: 20px;
}
.sum_2{
    margin-right: 650px;
    margin-top: 20px;
}




/* section */
.section {
    padding: 5rem 0;
  }
  
.section-center {
    width: 90vw;
    margin: 0 auto;
    max-width: 1170px;
}

@media screen and (min-width: 992px) {
    .section-center {
      width: 95vw;
    }
  }
  main {
    min-height: 100vh;
    display: grid;
    place-items: center;
  }

/* MORE */
.more{
    margin-bottom: 300px;
}
.title-more {
    margin-top: 15vh;
    margin-bottom: 5rem;
  }
  .title-more h2{
    font-family: 'Simonetta';
    text-align: center;
    font-size: 40px;
  }
  .section-center {
    max-width: var(--fixed-width);
  }
  .question {
    background: var(--clr-white);
    border-radius: var(--radius);
    box-shadow: var(--light-shadow);
    padding: 2rem 2rem 0 2rem;
    margin-bottom: 2.5rem;
  }
  .question-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    padding-bottom: 1rem;
  }
  .question-title p {
    /* font-family: 'Simonetta'; */
    font-size: 21px;
    margin-bottom: 0;
    letter-spacing: var(--spacing);
    color: var(--clr-grey-1);
  }
  .question-btn {
    font-size: 1.5rem;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    color: #DABCE4;
    transition: var(--transition);
  }
  .question-btn:hover {
    transform: rotate(90deg);
  }
  .question-text {
    padding: 1rem 0 1.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .question-text p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgb(149, 132, 150);
  }
  /* hide text */
  .question-text {
    display: none;
  }
  .show-text .question-text {
    display: block;
  }
  .minus-icon {
    display: none;
  }
  .show-text .minus-icon {
    display: inline;
  }
  .show-text .plus-icon {
    display: none;
  }
  

  /*
=============== 
Modal
===============
*/
.hero {
    min-height: 100vh;
    background: url("./img/back5.jpg") center/cover no-repeat;
    display: grid;
    place-items: center;
    opacity: 70%;
}
.banner{
    background: var(--clr-white);
    padding: 4rem 0;
    border-radius: var(--radius);
    box-shadow: var(--light-shadow);
    text-align: center;
    width: 90vw;
    max-width: var(--fixed-width);
}
.modal-btn {
    margin-top: 2rem;
    background: var(--clr-primary-5);
    border-color: var(--clr-primary-5);
    color: var(--clr-white);
}
.modal-btn:hover {
    background: transparent;
    color: var(--clr-primary-5);
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 188, 228, 0.5);
    display: grid;
    place-items: center;
    transition: var(--transition);
    visibility: hidden;
    z-index: -10;
}
  /* OPEN/CLOSE MODAL */
.open-modal {
    visibility: visible;
    z-index: 10;
}
.modal-container {
    background: var(--clr-white);
    border-radius: var(--radius);
    width: 90vw;
    height: 30vh;
    max-width: var(--fixed-width);
    text-align: center;
    display: grid;
    place-items: center;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: transparent;
    border-color: transparent;
    color: var(--clr-red-dark);
    cursor: pointer;
    transition: var(--transition);
}
.close-btn:hover {
    color: var(--clr-red-light);
    transform: scale(1.3);
}
  
.btn {
    text-transform: uppercase;
    background: transparent;
    color: #806c87;
    padding: 0.375rem 0.75rem;
    letter-spacing: var(--spacing);
    display: inline-block;
    transition: var(--transition);
    font-size: 0.875rem;
    border: 2px solid #DABCE4;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius);
  }
  .btn:hover {
    color: var(--clr-white);
    background: #DABCE4;
  }

  .after-txt{
      font-weight: lighter;
      font-size: 20px;
      color: #817b83;
  }
  .banner h1{
      font-size: 60px;
      font-family: "Simonetta";
  }

  /*Reviews*/
  main {
    min-height: 100vh;
    display: grid;
    place-items: center;
  }
  .title-review {
    text-align: center;
    margin-bottom: 4rem;
  }

  .title-review h2{
      font-size: 60px;
      margin-bottom: 50px;
      font-family: 'Simonetta';
  }
  .underline {
    height: 0.25rem;
    width: 5rem;
    background: var(--clr-primary-5);
    margin-left: auto;
    margin-right: auto;
  }
  .container {
    width: 50vw;
    /* max-width: var(--fixed-width); */
  }
  .review {
    background: rgba(225, 201, 235, 0.5);
    padding: 1.5rem 2rem;
    border-radius: var(--radius);
    box-shadow: var(--light-shadow);
    transition: var(--transition);
    text-align: center;
  }
  .review:hover {
    box-shadow: var(--dark-shadow);
  }
  .img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  #person-img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
  }
  .img-container::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(25%);
    background: #a68daf;
    color: var(--clr-white);
  }
  .img-container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #a68daf;
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    border-radius: 50%;
  }
  #author {
    margin-bottom: 0.25rem;
    font-size: 37px;
  }
  #job {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: #a68daf;
    font-size: 0.85rem;
  }
  #info {
    margin-top: 20px;
    font-size: 23px;
    margin-bottom: 0.75rem;
    color: #806c87;
  }
  .prev-btn,
  .next-btn {
    color: #a68daf;
    font-size: 1.25rem;
    background: transparent;
    border-color: transparent;
    margin: 0 0.5rem;
    transition: var(--transition);
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .prev-btn:hover,
  .next-btn:hover {
    color: #806c87;
  }
  .random-btn {
    margin-top: 0.5rem;
    background: rgba(211, 186, 219, 0.5);
    color:#806c87;
    padding: 0.25rem 0.5rem;
    text-transform: capitalize;
    border-radius: var(--radius);
    transition: var(--transition);
    border-color: #9a83a3;
    cursor: pointer;
  }
  .random-btn:hover {
    background: #b892c5;
    color: var(--clr-primary-1);
  }
  
.bottom{
        min-height: 25vh;
        background: url("./img/bottom.jpg") center/cover no-repeat;
        display: grid;
        opacity: 70%;
}

.logolar{
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
}

.logo{
    margin-left: 20px;
    width: 40px;
    height: 40px;
}

.back{
    text-decoration: none;
    color: white;
    margin-left: 1740px;
    margin-top: 100px;
    font-size: 25px;
    font-weight: bold;
}