@import url("https://fonts.googleapis.com/css2?family=Acme&family=Lobster&family=Patua+One&family=Rubik:wght@300&family=Sniglet&display=swap");

* {
  box-sizing: border-box;
}

header,
section {
  overflow-x: hidden;
}

:root {
  --Snigle-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "Lobster", cursive;
  --light-black: #2e2c2caf;
  --bggradient: linear-gradient(to bottom, #dd2476, #ff512f);
  --light-gray: rgba(255, 255, 255, 0.877);
}

.catalog-sty {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}

.card-view-cl {
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  /*font-family: --Rubik;*/
}

.card-view-cl h3 {
  font-family: var(--Snigle-font);
  font-size: 18px;
  letter-spacing: 7px;
  font-weight: bold;
}

.nav-menu-cus {
  background: #f8f9fa;
  /* font-family: var(--Snigle-font); */
  /* font-family: var(--Lobster); */
  /* font-family: var(--Patua); */
  font-family: var(--Rubik);
  padding: 8px 71px !important;
  border-top: 1px solid #e4e4e4;
  letter-spacing: 7px;
  color: #888888;
}

main .row .col-md-4 {
  position: relative;
  margin-top: 25px;
  text-align: center;
}

.logo-svg {
  top: -2%;
  left: 40%;
  position: absolute;
  background-color: #efecfd;
  margin-bottom: 18rem;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  color: #725ddc;
  padding-top: 5%;
}

.logo-svg:hover {
  top: -2%;
  left: 40%;
  position: absolute;
  background-color: #ffd1cf;
  margin-bottom: 18rem;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  color: #f44336;
  padding-top: 5%;
}

.logo-svg i {
  font-size: 37px;
}

main .row .col-md-4 a h3 {
  /*background: #f8f9fa;*/
  font-family: var(--Rubik);
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #725ddc;
}

main .row .col-md-4 a .img-fluid {
  box-shadow: 1px 1px 5px 1px #827e7e;
}

main .row .col-md-4 a {
  background: #f8f9fa;
  box-shadow: 1px 1px 7px 0px #bfbdbd;
  display: block;
  padding-top: 52px;
  padding-bottom: 28px;
  margin: 20px;
}

div#clickToRead {
  display: none;
}

.view {
  text-align: center;
  text-align: center;
  padding: 60px 0px;
  background-color: #e4e4e4;
}

.view .video-fluid {
  width: 70%;
}
