
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Quicksand', serif;
  color: #0d1e2d;
  background-color:#fff;
  }
 


a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: 'Prata', serif;
}

p{
  font-size:14px
}

.section {
  padding: 2rem 0;

}
.ttm-row {
  padding: 4% 0;
}



.img-vert{
 float: left;
 display: inline;
 clear: both;
}
.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.about-image-wrapper:after {
    content: '';
    position: absolute;
    border: 3px solid #000;
    height: 100%;
    top: -40px;
    left: 60px;
    width: 90%;
    z-index: -1;
}


@media (max-width: 575px){
	.about-image-wrapper:after{left: 30px; top: -25px}
}

@media (max-width: 767px){.about-image-wrapper img {max-width: 93%; width: 100%;}
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.3s all ease;
}

.item .item-wrap>.work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap>.work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.bg-testimonial{
background-image: url("pattern-t.png");
background-repeat: repeat;
background-color: transparent;
background-attachment: scroll;
background-size: inherit;
margin-top: -150px;
}
.testimonial-wrap{
  padding: 0px 50px 50px 50px;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  
  width: 240px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 14px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s all ease;
  font-weight: 400;
  background-color: #e6c5d9;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
}

.testimonials-slider .swiper-pagination {
  margin-top: -50px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  border-bottom:1px solid #dedede;
  border-left:0;
  border-top:0;
  border-right:0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #fff;
  outline: none;
  box-shadow: none;

}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}


/* INPUT */


input[type="submit"]:hover {
  color: #000;
  border-left:0;
  border-top:0;
  border-right:0;
  border-bottom: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  letter-spacing: 4px;
  word-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #000;
   border-left:0;
  border-top:0;
  border-right:0;
  border-bottom: 1px solid #000;
  background: #fff;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
  font-size: 12px;
  z-index: 1;
  float: left;
  margin-top: 15px;
}



/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #000;
  background: #f8e2fa;
  text-align: left;
  padding: 15px;
  font-weight: 300;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #000;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  font-family: 'Quicksand', serif;
  text-transform: uppercase;
 padding: 0.15rem;
  margin-bottom: 0;
  font-size: 14px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  line-height: 1.7;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  color: #ffe3ff;
  font-weight: 700;
}

.custom-navmenu h3 {
  font-family: 'Quicksand', serif;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .4rem;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
  padding-right: 140px;
  color: #ffe3ff;
  position: relative;

}

.custom-navmenu h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background-color: #ffe3ff;
  position: absolute;
  top: 50%;
  right: 0;
}


.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

@media (max-width: 780px) {
  .custom-navbar>.container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.custom-navbar .navbar-brand {
font-family: 'Prata', serif;
  font-size: 1.05rem;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}



p.elements{padding:1rem}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
background-color: #000;
}

.footer a {
  color: #fff;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2e9ee;
  position: relative;
  text-align: center;
  color: #000;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Personalized
--------------------------------------------------------------*/
.corner{border-radius: 25% 0%;}
.social-big{font-size:1.5rem; padding:0 0.5rem }
.bi{color:#fff}
.ne{background-color:#000;text-align:center}
.fot-link a{color:#fff}
.fot-link a:hover{color:#fff}
.d-block{color:#ffe3ff;}
.txt-c{text-align:center}
.div-float{float:left; margin:1rem 0; text-align:center}
.space{padding:0.5rem}

#cb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  border-color:#000;
  display: none;
  color: #fff;
  background-color: #000;
  }
  .btn {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
  .btn:hover {
  color: #fff;
  background-color: #000;
  border-color:#000;
 
}

#cb-cookie-banner a{color:#e6c5d9}

.mb-3 {
  margin-bottom: 0.3rem !important;
}


.column-color{background-color:#f0f0f0;padding:1rem 0}



h2.center{
   font-family: 'Raleway', serif;
   font-size: 34px;
   line-height: 40px;
   font-weight: 300;
   letter-spacing: 0px;
   padding: 0 5%;
   text-align: center;
   }
   
@media (max-width: 390px) {   
   h2.center{
     font-size: 16px;
   line-height: 30px;
   }
   }
   
.bg-az{
   background-color:#afbfdf;
   padding:5%;
   margin:4% 3%;
   color:#000
}

.bg-main{
   background-color:#f2e9ee;
   color:#000
}
.bg-sect{
   background-color:#000;
   color:#000
}

.bg-pink{
   background-color:#f2e9ee;
   padding:5%;
   color:#000
}

.font-c{
   color:#db5ea6;
   font-weight:700;
}

.bg_makeup {
  padding-top: 30px;
  background-color: #fff;
  background-image: url("bg-cos.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bg_reg {
  padding-top: 30px;
  background-color: #fff;
  background-image: url("bg-reg.png");
  background-repeat: no-repeat;
  background-position: center;
}



.bg_corsi {
  padding-top: 30px;
  background-color: #fff;
  background-image: url("bg-cor.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bg_armo {
  padding:70px 0;
  background-color: #fff;
  background-image: url("armocromia.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bg_top_sposa {
  padding: 50px 0;
  background-color: #fff;

}


@media (max-width: 780px) {  
.bg_makeup {padding-top: 150px;}
.bg_armo {padding-top: 150px;}
.bg_corsi {padding-top: 150px;}
.bg_reg {padding-top: 150px;}
  }

.bg_makeup_bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  }
  
p.slogan{
   font-family: 'Prata', serif;
   font-size: 30px;
   line-height: 48px;
   font-weight: 300;
   letter-spacing: 0px;
   padding: 0 5%;
   text-align: center;
   }
   
   @media (max-width: 780px) {  
   p.slogan{
   font-size: 20px;
   line-height: 60px;
   }
   }
   
   h2.bottom{
   font-family: 'Prata', serif;
   font-size: 32px;
   line-height: 35px;
   font-weight: 300;
   letter-spacing: 0px;
   padding: 1rem;

   }
   
   
   @media (max-width: 380px) {
   
   h2.bottom{
   font-size: 30px;}
   }
   
   h2.col-title{
   font-family: 'Prata', serif;
   font-size: 40px;
   line-height: 50px;
   font-weight: 300;
   letter-spacing: 0px;
   padding: 3%;
   background-image: url("pattern-r.jpg");
background-repeat: repeat;
background-color: transparent;
background-attachment: scroll;
background-size: inherit;

   }
   
   

  .first-letter {
  font-size: 50px;
  line-height: 50px;
  color:#e6c5d9
}  
	
	  
p.sara {
  font-family: 'Prata', serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
  letter-spacing: 0px;
  padding: 2.5% 5%;
  text-align: center;
}
   
@media (max-width: 780px) {   
   p.sara{font-size: 60px;
   line-height: 60px;
   }
   }
   
@media (max-width: 390px) {   
   p.sara{font-size: 52px;
   line-height: 60px;
   }
   }   
   
   
.no-padding{padding:0}
p.awards{
   width: 45%;
   float: left;
   padding: 2%;
   }
   
   
 p.footer{ 
 text-align:center;
 border-top:solid #fff 1px;
 margin-top: 1.5%;
 padding: 2% 0;
 color:#fff;
  }
  

  
.block a {
  display: inline-block;
  width: 100%;
 font-family: 'Raleway', serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  padding:5.5%;
  text-align: center;
  margin: 1.2rem auto;
  color: #000;
  background-color:#fff;
  }
  .block-off a{
  display: inline-block;
  width: 100%;
 font-family: 'Raleway', serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  padding:5.5%;
  text-align: center;
  margin-bottom:1.2rem;
  color: #000;
  background-color:#fff;
  }
  
  .block-make-up a {
  display: inline-block;
  width: 100%;
 font-family: 'Prata', serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  padding:4%;
  text-align: center;
  margin: 1.2rem 0;
  color: #000;
background-image: url("pattern-r.jpg");
background-repeat: repeat;
background-color: transparent;
background-attachment: scroll;
background-size: inherit;
}
  
  
  .block-armocromia a {
  display: inline-block;
  width: 100%;
 font-family: 'Prata', serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  padding:4%;
  text-align: center;
  margin: 1.2rem 0;
  color: #000;
 background-image: url("pattern-r.jpg");
background-repeat: repeat;
background-color: transparent;
background-attachment: scroll;
background-size: inherit;
  }
  
@media (max-width: 780px) {  
 .block a {
  font-size: 30px;
  line-height: 50px;
  }
  .block-armocromia a {
  font-size: 30px;
  line-height: 50px;
  }
  
   .block-make-up a {
  font-size: 30px;
  line-height: 50px;
  }
  
  
  .block-off a{margin-top:20px}
  
}
.bg-video {background-color:#e6c5d9} 
.carousel {margin-bottom: 4%;}


.text-md-end {
  margin-bottom:2rem;
}
.text-md-start {
  margin-bottom:2rem;
}


.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-item:first-of-type .accordion-button {
 border-top-right-radius: 0;
  border-top-left-radius: 0;adius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item{border:0}

.accordion-button {
font-family: "Lora", monospace;
color: #0d1e2d;
  border-bottom: 2px solid #e6c5d9;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #e6c5d9;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

#accordionExample.accordion {
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #000;
  --bs-accordion-bg: transparent;
  --bs-accordion-color: #000;
  --bs-accordion-btn-focus-box-shadow: none;
}


.line {
  width: 50px;
  height: 1px;
  background-color: #000000;
}

.line-bi {
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.video-wrap {
  position: relative; 
  padding: 20px auto;
}
  
  .video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-wrap .play-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px; }



.carousel-control-next-icon, .carousel-control-prev-icon{
background-color: rgba(0, 0, 0, 0.05);
border-radius: 50%;
background-size: 70% 70%;
width: 2.5rem;
height: 2.5rem;
}

.section-title {
  position: relative;
  margin-bottom: 35px;
}


.section-title .title-header {
  position: relative;
  margin-bottom: 17px;
}

.bg-header{
background-image: url("pattern.jpg");
background-repeat: repeat;
background-color: transparent;
background-attachment: scroll;
background-size: inherit;

}

.quotation-mark{
   margin-top: -10px;
   font-weight: bold;
   font-size: 50px;
   line-height: 50px;
   color:#000;
   font-family: "Times New Roman", Georgia, Serif;
   margin-bottom: 0rem;
    
}

.cont-div{
 position:relative;
 top:-100px;
 background-color:#fff;
 color:#000;
 padding:3rem;
 border: 20px solid #000;
}

.cont-div-ne{position:relative;border-top: solid #fff 1px;padding-top: 4rem;}

.cont-div-header, .cont-div-header-dx{
position:relative;
 top:-70px;
 background-color:#fff;
 color:#000;
 padding:3rem;
}



.pb-10{padding: 6rem }

@media (max-width: 390px) {
.cont-div{ padding:1rem;}
.cont-div-header,.cont-div-header-dx{ padding:1rem;}
.pb-10{padding:1.5rem }
}
/*--------------------------------------------------------------
# Before After
--------------------------------------------------------------*/


.gallery {
  --g: 8px; /* the gap */
  
  display: grid;
  clip-path: inset(1px); /* to avoid visual glitchs */
}
.gallery > img {
  --_p: calc(-1*var(--g));
  grid-area: 1/1;
  width: 500px; /* control the size */
  aspect-ratio: 1;
  cursor: pointer;
  transition: .4s .1s;
  margin: auto;
    display: block;
  
}


@media (max-width: 780px) {
.gallery > img {width: 350px;}
}


.gallery > img:first-child {
  clip-path: polygon(0 0, calc(100% + var(--_p)) 0 , 0 calc(100% + var(--_p)))
}
.gallery > img:last-child {
  clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%)
}
.gallery:hover > img:last-child,
.gallery:hover > img:first-child:hover{
  --_p: calc(50% - var(--g));
}
.gallery:hover > img:first-child,
.gallery:hover > img:first-child:hover + img{
  --_p: calc(-50% - var(--g));
}



h2.title-center {
  font-family: 'Lora', serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 0 5%;
  text-align: center;
}

/*--------------------------------------------------------------
# Pop Up
--------------------------------------------------------------*/

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  
}


.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 90%;
  }
}