@charset "UTF-8";
.move-up-left {
  animation: scale-up-br 1.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scale-up-br {
  0% {
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
  }
}
/* top */
.move-top,
.befor::before {
  animation: slide-top 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-top {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
/* left */
.navbar li,
.move-left {
  animation: scale-up-hor-left 1.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scale-up-hor-left {
  0% {
    transform: scaleX(0.1);
    transform-origin: 0% 0%;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}
.home {
  background-color: #c1dcdc;
  border-radius: 15px;
  /*hover effect*/
  /*button pressing effect*/
}
.home .searchBox {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: white;
  border-radius: 50px;
  position: relative;
}
.home .searchButton {
  color: black;
  position: absolute;
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c1dcdc;
  border: 0;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.home button:hover {
  color: #000000;
  background-color: #c1dcdc;
  box-shadow: rgba(68, 243, 255, 0.5) 0 10px 20px;
  transform: translateY(-3px);
}
.home button:active {
  box-shadow: none;
  transform: translateY(0);
}
.home .searchInput {
  border: none;
  background: none;
  outline: none;
  color: black;
  font-size: 15px;
  padding: 24px 46px 24px 26px;
}
.home .bor {
  width: 83%;
  height: 76%;
  border-top-left-radius: 59%;
  border-bottom-left-radius: 53%;
  border-top-right-radius: 47%;
  background-color: black;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: end;
}
.home .bor::after {
  content: url(../img/Vector\ 186.png);
  position: absolute;
  left: -53%;
  top: 42%;
}
.home .bor::before {
  content: url(../img/Vector\ 187.png);
  position: absolute;
  top: -39%;
  left: 77%;
  transform: rotate(309deg);
}
.home h1 {
  font-size: 4.5rem;
  font-weight: bold;
}
.home .befor {
  position: relative;
}
.home .befor::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 75%;
}
.home .icon-inp {
  background-color: #c1dcdc;
  width: 30px;
  height: 30px;
  margin-left: -40px;
  padding: auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu h2 {
  font-size: 35px;
}
.menu p {
  font-size: 20px;
}
.menu button {
  color: black;
}
.menu .card {
  transition: 1s;
  border: none;
  padding: 10px;
  margin: 1rem;
  width: 17rem;
}
.menu .card:hover {
  transition: 1s;
  margin-top: 30px;
  box-shadow: 0px 0px 15px -13px black;
}
.menu .card p {
  color: rgba(0, 0, 0, 0.3294117647);
}
.menu .card h4 {
  padding: 0;
  padding-top: 10px;
}

.about .card {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .card div {
  width: 75px;
  height: 75px;
  background-color: #c1dcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categor {
  overflow: hidden;
}
.categor .con-bor {
  background-color: #c1dcdc;
}
.categor button {
  background-color: white;
  color: black;
}
.categor .con-pa {
  margin-top: -85px;
}
.categor img {
  transition: 0.5s;
}
.categor img:hover {
  margin-top: -13px;
  transition: 0.5s;
}

.comment .main-card {
  border-radius: 8px;
  background-color: #c1dcdc;
}
.comment .main-card .prag {
  font-size: 1.4rem;
  margin: 0;
}
.comment .main-card img {
  width: 100rem;
}
.comment .main-card span {
  color: rgba(0, 0, 0, 0.3294117647);
}

.navbar .navbar-brand {
  font-size: 1.8rem;
}
.navbar button {
  border: none;
}
.navbar button:focus {
  box-shadow: none;
}
.navbar li {
  padding: 10px;
}
.navbar .con-icon {
  justify-content: space-between;
  list-style: none;
  display: inline;
  display: flex;
  padding: 0px;
  margin-top: 10px;
  width: 100px;
}

footer {
  background-color: #c1dcdc;
}
footer p {
  color: rgba(0, 0, 0, 0.3294117647);
}
footer .con-li-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .con-li-1 li {
  border: 1px solid black;
  padding: 8px 12px;
  border-radius: 50%;
  transition: 1s;
}
footer .con-li-1 li:hover {
  margin-top: -10px;
  transition: 0.5s;
}
footer .con-li-1 li a {
  color: black;
}
footer .con-li-2 li {
  margin: 10px 0;
}
footer .con-li-2 li a {
  color: rgba(0, 0, 0, 0.3294117647);
  transition: 1;
  text-decoration: none;
}
footer .con-li-2 li a:hover {
  color: black;
  transition: 1;
}
footer .con-li-2 li a span {
  color: black;
  font-size: 20px;
}

@media (max-width: 767px) {
  .home {
    text-align: center;
  }
  .home input {
    width: 100%;
  }
  .home .befor::before {
    left: 100%;
  }
  .home .castam {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .home h1 {
    font-size: 3rem;
  }
  .menu .card {
    width: 14rem;
    text-align: center;
    margin: 0.3rem;
  }
  .menu .card h4, .menu .card p {
    font-size: 1.2rem;
  }
  .categor img {
    width: 50%;
  }
  .categor .con-pa {
    margin-top: 0px;
  }
  .categor .con-pa-2 {
    margin-top: 0px;
  }
  .comment .main-card .prag {
    font-size: 1rem;
  }
  .comment .main-card img {
    width: 4rem;
  }
  .comment .main-card h6, .comment .main-card span {
    font-size: 0.8rem;
  }
  .comment .main-card h6 {
    margin: 0;
  }
}
@media (max-width: 991px) {
  nav .icon-hed {
    display: none;
  }
  nav .con-icon {
    justify-content: space-between;
    list-style: none;
    display: inline;
    display: flex;
    padding: 0px;
    margin-top: 10px;
    width: 51px;
  }
  .home .bor::after {
    display: none;
  }
  .home .bor::before {
    display: none;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .home .bor::before {
    top: -46%;
    left: 74%;
    transform: rotate(304deg);
  }
  .categor img {
    width: 80%;
  }
}
@media (max-width: 1200px) and (min-width: 766px) {
  .home .bor::before {
    top: -46%;
    left: 65%;
    transform: rotate(304deg);
  }
  .categor img {
    width: 78%;
  }
}
@media (max-width: 991px) and (min-width: 766px) {
  .home .bor::after {
    left: -74%;
    top: 26%;
  }
  .home .bor::before {
    top: -38%;
    left: 61%;
    transform: rotate(309deg);
  }
  .home h1 {
    font-size: 4rem;
  }
  .home .bor img {
    height: 117%;
  }
  .home .bor {
    width: 100%;
    height: 57%;
  }
}
* {
  scroll-behavior: smooth;
}

li {
  list-style: none;
}

.css-button-arrow--sky {
  min-width: 130px;
  height: 40px;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
  border: none;
  background-color: #c1dcdc;
}
.css-button-arrow--sky:hover {
  border-radius: 5px;
  padding-right: 24px;
  padding-left: 8px;
}
.css-button-arrow--sky:hover::after {
  opacity: 1;
  right: 10px;
}
.css-button-arrow--sky::after {
  content: "»";
  position: absolute;
  opacity: 0;
  font-size: 20px;
  line-height: 40px;
  top: 0;
  right: -20px;
  transition: 0.4s;
}/*# sourceMappingURL=main.css.map */
