:root {
  --main-color: #eb9326;
  --bg-color: #3e191c;
  --main-font-family: Dancing Script;
  --scond-font-family: amatic SC;
}
* {
  text-decoration: none !important;
}
header {
  background-color: #3e191c;
  position: sticky;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 23456789765;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 50px;
}
.navbar .toggle {
  background: #cd592f;
}
.navbar ul {
  margin-left: auto;
}
.navbar a {
  color: white !important;
  margin: 0 10px;
  transition: all 0.3s;
}
.navbar a:hover {
  color: #eb9326 !important;
}
.navbar a.active {
  color: #eb9326 !important;
}
@media (max-width: 992px) {
  .navbar a {
    margin: 0 5px;
    font-size: 12px;
  }
  header .logo {
    width: 40px;
  }
  header .logo img {
    width: 40px;
  }
}
/* end header  */

/* start hero  */
.hero {
  background-color: var(--bg-color);
  min-height: calc(100vh - 72px);
  overflow: hidden;
}
.hero #scrollUp {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  padding: 10px;
  z-index: 214324;
}
.hero #scrollUp i {
  font-size: 24px;
}
.hero .info h2 {
  color: var(--main-color);
  font-family: var(--main-font-family);
  font-size: 38px;
  font-weight: 900;
}
.hero .info h4 {
  color: white;
  font-size: 26px;
  line-height: 1.6;
}
.hero .info p {
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--scond-font-family);
}
.hero .info button {
  border-radius: 25px;
  width: 135px;
  border: 1px solid white;
  margin: 5px;
  transition: all 0.3s;
}
.hero .info button.main {
  background-color: #eb9326;
  transition: all 0.3s;
  border: none;
  border: 1px solid transparent;
}
.hero .info button:hover {
  background-color: rgb(47, 255, 68);
  border: none;
  border: 1px solid transparent;
}
.hero .info button.main:hover {
  border: 1px solid white;
  background-color: transparent;
}
.hero .info button a {
  color: white;
}
.hero .info button.main a {
  color: #272626;
}
.hero .info button:hover a {
  color: #272626;
}
.hero .info button.main:hover a {
  color: white;
}
.hero .picture {
  text-align: center;
}
.hero .picture img {
  width: 550px;
}
/* medium screen  */
@media (max-width: 992px) {
  .hero {
    text-align: center;
  }
  .hero .info h2 {
    font-size: 38px;
    font-weight: 900;
  }
  .hero .info h4 {
    font-size: 18px;
  }
  .hero .info p {
    font-size: 16px;
    font-weight: 400;
  }
  .hero .info button {
    width: 85px;
    font-size: 12px;
  }
  .navbar a {
    margin: 0 3px;
    font-size: 12px;
  }
}
/* end hero  */

/* start about  */
#about {
  background: linear-gradient(to top, #b8b4b4 10%, white);
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#about .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .container .about-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .cup {
  position: relative;
  height: 400px;
  margin-top: 10px;
  margin-left: auto;
  z-index: 2;
  animation: rotate 3s linear infinite backwards;
}
#about .picture {
  position: absolute;
  bottom: 20%;
  left: 40%;
  width: 240px;
  height: 220px;
  background: linear-gradient(to right, #d3d3d3, #e9e9e9);
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
}
#about .top {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #f9f9f9, #d9d9d9);
  border-radius: 50%;
}
#about .circle {
  position: absolute;
  top: 5px;
  left: 10px;
  width: calc(100% - 20px);
  height: 50px;
  background: linear-gradient(to left, #f9f9f9, #d9d9d9);
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
#about .coffee {
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#cd592f, #cd5b31);
  border-radius: 50%;
}
#about .handle {
  position: absolute;
  right: -52px;
  top: 40px;
  width: 120px;
  height: 120px;
  border: 25px solid #e9e9e9;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}
#about .plate {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 200px;
  background: linear-gradient(to right, #444b52, #444b52);
  border-radius: 50%;
  box-shadow: 0 35px 35px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#about .plate::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: linear-gradient(to left, #adbfbf, #cfdcdc);
}
#about .plate::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  background: radial-gradient(
    rgba(0, 0, 0, 0.2),
    25%,
    transparent,
    transparent
  );
}
#about .vapour {
  position: relative;
  display: flex;
  z-index: 1;
  padding: 0 10px;
}
#about .vapour span {
  position: relative;
  bottom: 50px;
  display: block;
  margin: 0 2px 50px;
  width: 8px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  animation: animate 5s linear infinite forwards;
  opacity: 0;
  filter: blur(8px);
  animation-delay: calc(var(--i) * -0.5s);
}
#about .info {
  text-align: center;
}
#about .info h1 {
  font-size: 24px;
  position: relative;
  width: 120px;
  margin: 30px auto 0;
  font-weight: 900;
}
#about .info h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: 0%;
  bottom: -5px;
}
#about .info p {
  margin: 20px 0 10px;
  font-family: var(--scond-font-family);
  font-weight: 900;
  color: #333;
  font-size: 25px;
}
#about .info button {
  border-radius: 50%;
  border: none;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  margin: 5px;
}
#about .info button:hover {
  background-color: #da8823;
}
#about .info i {
  margin: 10px;
  color: purple;
  font-size: 20px;
}
/* medium screen  */
@media (max-width: 992px) {
  #about .plate {
    width: 280px;
  }
  #about .picture {
    position: absolute;
    bottom: 20%;
    left: 40%;
    width: 170px;
    height: 170px;
  }
  #about .handle {
    right: -51px;
    top: 20px;
    width: 110px;
    height: 106px;
    transform: rotate(50deg);
  }
}
/*small screen  */
@media (max-width: 535px) {
  #about .cup .picture {
    left: 29%;
  }
}
/* animation Smoke */
@keyframes animate {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translateY(-70px) scaleX(1.2);
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: translateY(-90px) scaleX(1.4);
  }
}
/* animation Cup  */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* end about  */

/* start menu  */
#menu {
  background-color: #252525;
  text-align: center;
}
#menu .title h2 {
  font-size: 24px;
  position: relative;
  width: 130px;
  margin: 30px auto 0;
  color: white;
  font-weight: 900;
}
#menu .title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: 0%;
  bottom: -9px;
}
#menu .list {
  margin-top: 30px;
  padding: 20px;
}
#menu .list button {
  margin: 5px;
  background-color: var(--bg-color);
  color: var(--main-color);
  font-family: var(--scond-font-family);
  font-size: 24px;
  font-weight: 900;
}
#menu .list button.active {
  color: purple;
  background-color: white;
}
#menu .list .box {
  margin: 20px 0;
  padding: 10px;
  transition: all 0.3s;
  border-radius: 10px;
}
#menu .list .box:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.249);
  transform: translateY(-5px);
  cursor: pointer;
}
#menu .list .box .picture {
  margin: 20px auto;
  overflow: hidden;
  width: 250px;
  height: 200px;
}
#menu .list .box .picture img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
#menu .list .box .picture img:hover {
  transform: scale(1.05, 1.05);
  cursor: pointer;
}
#menu .list .box h3 {
  margin: 15px 0;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
}
#menu .list .box h6 {
  line-height: 1.6;
  font-style: italic;
  color: var(--main-color);
  font-weight: 700;
  font-size: 12px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  #menu .list button {
    margin: 5px;
    font-size: 19px;
  }
  #menu .list .box .picture {
    width: 200px;
  }
  #menu .list .box h3 {
    font-size: 14px;
  }
  #menu .list .box h6 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #menu .list button {
    margin: 10px 5px;
    font-size: 24px;
  }
  #menu .list .box h3 {
    font-size: 18px;
  }
  #menu .list .box h6 {
    font-size: 14px;
  }
}
/* end menu  */

/* start testimonials  */
#testimonials {
  padding: 10px;
  text-align: center;
  background: linear-gradient(to top, #b8b4b4 10%, white);
}
#carsoul_testimonial {
  margin-bottom: 40px;
}
#testimonials .title h2 {
  font-size: 24px;
  position: relative;
  width: 160px;
  margin: 30px auto 0;
  font-weight: 900;
}
#testimonials .title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: 0%;
  bottom: -9px;
}
.contant {
  margin-top: 60px;
}
.testimonial {
  padding: 10px;
  width: 250px;
  margin: 10px auto;
}
.testimonial .picture {
  width: 150px;
  margin: 10px auto 15px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial .picture img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.testimonial .picture img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
.testimonial .info h4 {
  font-size: 16px;
  margin: 10px auto;
  font-weight: 800;
}
.testimonial .info h6 {
  font-size: 14px;
  font-style: italic;
  margin: 10px auto;
}
.carousel-control-prev {
  left: 0%;
  top: 35%;
  color: var(--main-color);
  width: 50px;
  height: 50px;
  transform: translate(50%, 50%);
}
.carousel-control-next {
  right: 4%;
  top: 35%;
  color: var(--main-color);
  width: 50px;
  height: 50px;
  transform: translate(50%, 50%);
}
.change button {
  color: var(--main-color) !important;
  font-size: 26px;
}
#testimonials .icon {
  margin: 40px auto;
}
#testimonials .icon button {
  background: var(--main-color);
  width: 20px;
  height: 1px;
  border-radius: 50%;
}
/* end testimonials  */

/* start events  */
#events {
  padding: 10px;
  min-height: 100vh;
  background-color: var(--bg-color);
}
#events .title h2 {
  font-size: 24px;
  position: relative;
  width: 90px;
  margin: 30px auto 0;
  font-weight: 900;
  color: white;
}
#events .title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  left: -6px;
  bottom: -9px;
}
#events .info h4 {
  font-size: 16px;
  margin: 20px auto;
  font-weight: 800;
  color: white;
}
#events .event {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 20px;
}
#events .picture {
  overflow: hidden;
  border-radius: 10px;
}
#events .picture img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 10px;
}
#events .picture img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
#events .info h6 {
  font-size: 14px;
  font-style: italic;
  margin: 10px auto;
  color: white;
  line-height: 1.6;
}
#events .icon {
  margin: 0 auto;
  margin-top: 50px;
}
#events .icon button {
  background: var(--main-color);
  width: 20px;
  height: 1px;
  border-radius: 50%;
}
#events .carousel-control-prev {
  top: 35%;
  color: var(--main-color);
  width: 40px;
  height: 40px;
  transform: translate(50%, 50%);
  background-color: rgba(0, 0, 0, 0.3);
}
#events .carousel-control-next {
  top: 35%;
  color: var(--main-color);
  width: 40px;
  height: 40px;
  transform: translate(50%, 50%);
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  #events .info h6 {
    font-size: 12px;
  }
}
/* end events  */

/* start gallery  */
#gallery {
  padding: 10px;
  position: relative;
  min-height: 100vh;
  align-content: center;
  background: linear-gradient(to top, #aa830e 10%, rgb(255, 174, 0));
  overflow: hidden;
}
#gallery .title h2 {
  font-size: 24px;
  position: relative;
  width: 90px;
  margin: 30px auto 0;
  font-weight: 800;
  color: white;
}
#gallery .title h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgb(30, 203, 206);
  left: -2px;
  bottom: -9px;
}
#gallery .gallery-row {
  margin-top: 40px;
}
#gallery .big_size {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
#gallery .big_size .big_image {
  width: 400px;
  height: 350px;
  border-radius: 10px;
}
#gallery .picture {
  width: 350px;
  height: 200px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 10px;
}
#gallery .picture img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#gallery .picture img:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}
/* larg screen  */
@media (max-width: 1200px) {
  #gallery .big_size .big_image {
    width: 350px;
    height: 300px;
  }
  #gallery .picture {
    width: 300px;
    height: 200px;
  }
}
/* medium screen  */
@media (max-width: 992px) {
  #gallery .big_size {
    display: none;
    background-color: transparent;
  }
  #gallery .big_size .big_image {
    display: none;
  }
  #gallery .picture {
    width: 200px;
    height: 150px;
  }
}
/* small screen  */
@media (max-width: 768px) {
  #gallery .big_size .big_image {
    width: 250px;
    height: 300px;
  }
  #gallery .picture {
    width: 300px;
    height: 300px;
  }
}
/* end gallery  */

/* start contact  */
#contact {
  padding: 10px;
  min-height: 100vh;
  background: linear-gradient(to top, #dcd8d8 10%, white);
  align-content: center;
  overflow: hidden;
}
#contact .contacts {
  padding: 10px;
  margin: 10px;
}
#contact .contacts input {
  margin: 20px 0;
}
#contact .contacts textarea {
  margin: 10px 0;
  resize: none;
  height: 100px;
}
#contact .contacts button {
  margin: 10px 0;
}
#contact .map {
  display: flex;
  justify-content: center;
}
#contact .map iframe {
  border-radius: 20px;
  width: 500px;
  height: 370px;
}
/* medium screen  */
@media (max-width: 992px) {
  #contact .contacts button {
    width: 100%;
  }
  #contact .form iframe {
    height: 300px;
    width: 350px;
    margin-top: 35px;
  }
}
/* end contact  */

/* start footer  */
footer {
  padding: 10px;
  background-color: var(--bg-color);
  text-align: center;
}
footer .row {
  margin-top: 30px;
}
footer .social {
  align-content: center;
}
footer .social i {
  margin: 10px;
  font-size: 22px;
  color: var(--main-color);
  cursor: pointer;
  transition: all 0.3s;
}
footer .social i:hover {
  color: #cce707;
}
footer h4 {
  color: white;
  font-weight: 800;
  font-family: var(--scond-font-family);
  font-size: 26px;
  margin: 10px 0;
}
footer p {
  color: white;
  font-weight: 800;
  font-family: var(--scond-font-family);
  font-size: 16px;
}
footer .our-coffee-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .our-coffee-contact h6 {
  color: var(--main-color);
  font-size: 16px;
  margin: 10px 0;
  font-family: var(--main-font-family);
}
footer .our-coffee-contact .icons {
  display: flex;
  flex-direction: column;
}
footer .our-coffee-contact .icons i {
  color: var(--main-color);
  margin: 8px;
  font-size: 13px;
}
footer .our-coffee-contact .detils h6 {
  color: white;
  margin: 10px 0;
}
footer h5 {
  color: white;
  font-size: 12px;
  margin: 10px 0;
}
/* medium screen  */
@media (max-width: 992px) {
  footer h4 {
    font-size: 26px;
    margin: 10px 0;
  }
  footer p {
    font-size: 14px;
  }
  footer .our-coffee-contact h6 {
    font-size: 14px;
    margin: 6px 0;
  }
  footer .our-coffee-contact .icons i {
    margin: 7px;
    font-size: 10px;
  }
  footer .our-coffee-contact .detils h6 {
    margin: 6px 0;
    font-size: 14px;
  }
  footer h5 {
    font-size: 12px;
    margin: 10px 0;
  }
}
/* end footer  */
