.main-color {
  color: #edae31;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-color: #000;
}

img {
  width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

header {
  background-color: #000;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  padding: 10px 0;
}
@media (max-width: 999px) {
  header {
    padding: 10px;
  }
}
header .container {
  border-top: 1px solid #edae31;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: block;
  max-width: 170px;
}
@media (max-width: 999px) {
  header .navbar-brand .shop-logo {
    max-width: 150px;
  }
}
header section.menu-section a.login-btn {
  background-color: #edae31;
  border-radius: 1px;
  padding: 12px 20px;
  color: #fff !important;
}
header section.menu-section a.login-btn:hover {
  background-color: #000;
}
@media (max-width: 991px) {
  header section.menu-section a.login-btn {
    font-size: 14px;
    padding: 15px;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 991px) {
  header section.menu-section .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  border-bottom: 4px solid #fff !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  header section.menu-section .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #edae31;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: center;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links {
    background-color: transparent;
    padding: 20px;
    width: 100%;
  }
}
header section.menu-section nav .header-links .nav-item {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 17px;
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #edae31;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #edae31;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #edae31;
}
header section.menu-section nav .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  header section.menu-section nav .right-part {
    display: none;
  }
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
@media (max-width: 991px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 991px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}
.second-header .menu-section .right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

.big-logo img {
  max-width: 100px;
}
.big-logo .account {
  font-size: 17px;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 50px;
  }
}

/* section hero */
section.hero-section {
  background-image: url(../../imgs/hero/chicken-shawarma-Hajar-Shawarma-Glasgow.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px 200px 20px;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 80px 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-inner {
    background-color: rgba(0, 0, 0, 0.5215686275);
    padding: 40px 10px;
    text-align: center;
  }
}
section.hero-section h2 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
  text-shadow: 1px 1px #000;
}
@media (max-width: 768px) {
  section.hero-section h2 {
    font-size: 1.5rem;
  }
}
section.hero-section h5 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
  text-shadow: 1px 1px #000;
}
section.hero-section button {
  background-color: #edae31;
  border: none;
  padding: 10px 20px;
  color: #000;
  margin-bottom: 5px;
}
section.hero-section button:hover {
  background-color: #000;
  border: 1px solid #edae31;
  color: #edae31;
}
section.hero-section button:hover .fa {
  color: #edae31 !important;
}
section.hero-section i {
  color: #000 !important;
  margin-left: 5px;
}

/* more about us section */
section.more-about-us-section {
  color: #fff;
  margin: 120px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    margin: 80px 0;
  }
}
section.more-about-us-section img {
  width: 100px;
  margin-bottom: 20px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
@media (max-width: 768px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 20px;
  }
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  color: #edae31;
}
/* special to try */
section.special h3 {
  margin-top: 100px;
  margin-bottom: 50px;
  color: #edae31;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 25px;
  }
}
section.special ul.nav-tabs {
  border: none !important;
  margin-bottom: 40px;
  width: 100%;
  justify-content: center;
  padding: 0px 0 10px 0;
  margin-bottom: 0 !important;
}
section.special ul.nav-tabs .nav-item {
  margin: 0 5px;
  border-radius: 15px;
}
section.special ul.nav-tabs .nav-item a.nav-link {
  color: #000;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1px;
  padding: 5px 0;
  background: #fff;
  border-radius: 8px;
  min-width: 180px;
  box-shadow: 3px 3px 7px #edc168;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
section.special ul.nav-tabs .nav-item a.nav-link img {
  width: 35px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  section.special ul.nav-tabs .nav-item a.nav-link img {
    max-width: 60px;
  }
}
@media (min-width: 425px) {
  section.special ul.nav-tabs .nav-item a.nav-link {
    font-size: 1rem;
  }
}
section.special ul.nav-tabs .nav-item a.nav-link.active {
  margin-top: -5px;
  transform: translateY(-5px);
  transition-duration: 0.5s;
  background-color: #edae31;
  border-bottom: 3px solid #edae31;
}
section.special .swiper-container {
  padding: 25px 0;
}
section.special .card {
  background-color: #edae31;
  overflow: hidden;
}
section.special .card:hover img {
  filter: blur(1px);
}
section.special .card:hover .info {
  transform: translateY(75px) translateZ(0);
}
section.special .card:hover .card-title {
  text-decoration: none;
}
section.special .card .info {
  padding: 20px 0;
  position: absolute;
  bottom: -50px;
  content: "";
  left: 0%;
  right: 0%;
  width: 100%;
  background-color: #edae31;
  border: 1px solid #edae31;
  transform: translateY(75%) translateZ(0);
  transition: transform 0.5s ease-out;
  text-align: center;
  height: 200px;
  transition: transform 0.5s ease-out;
  color: #000000;
}
@media (max-width: 991px) {
  section.special .card .info {
    position: unset;
    height: unset;
    transform: unset;
    padding: 10px 0;
  }
}
section.special .card .info a {
  background-color: #edae31;
  border: 2px solid #000;
  padding: 8px 25px;
  color: #000000;
  outline: none;
}
@media (max-width: 991px) {
  section.special .card .info a {
    padding: 3px 10px;
  }
}

.SpecialOffer {
  background-image: url("../../imgs/hero/Hajar-Shawarma-Glasgow-shawqarma.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .SpecialOffer {
    background-attachment: unset;
    background-position: 33% 50%;
    padding: 70px 0;
  }
}
.SpecialOffer h2 {
  color: #fff;
  display: block;
  font-weight: bolder;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .SpecialOffer h2 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer h2 {
    font-size: 25px;
  }
}
.SpecialOffer a {
  background-color: #edae31;
  color: #000;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 1px solid #edae31;
}
.SpecialOffer a .fa {
  color: #000;
}
.SpecialOffer a:hover {
  background-color: #ffffff;
}

.header-tab {
  margin-top: -100px;
  display: flex;
}
.header-tab ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 576px) {
  .header-tab ul {
    flex-wrap: wrap;
  }
}
.header-tab li {
  list-style: none;
  margin: 0 20px;
  width: 220px;
}
@media (max-width: 991px) {
  .header-tab li {
    margin: 5px;
  }
}
@media (max-width: 576px) {
  .header-tab li {
    width: 47%;
  }
}
@media (max-width: 380px) {
  .header-tab li {
    width: 39%;
  }
}
.header-tab .item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 20px;
  transition: ease-in-out 0.7s;
}
.header-tab .item:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .header-tab .item {
    height: unset;
  }
}
.header-tab .item img {
  max-width: 100px;
}
.header-tab .item h4 {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .header-tab .item h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header-tab .item h4 {
    font-size: 13px;
  }
}

section.about-us {
  margin: 40px 0;
  color: #f3f3f3;
}
section.about-us div.section-heading-div {
  padding: 30px;
}
@media (max-width: 1200px) {
  section.about-us div.section-heading-div {
    padding: 10px;
  }
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #edae31;
}
@media (max-width: 1200px) {
  section.about-us div.section-heading-div p {
    font-size: 15px;
  }
}
section.about-us img {
  width: 100%;
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .col-md-6 {
  padding: 0;
}

.read-more-btn1 a {
  background-color: #edae31;
  color: #000;
  display: inline-block;
  padding: 12px;
  margin-top: 0;
  text-decoration: none;
  border: 1px solid #edae31;
}
.read-more-btn1 a .fa {
  color: #000;
}
.read-more-btn1 a:hover {
  background-color: #ffffff;
}

section.deals {
  margin: 40px 0;
  color: #000;
}
section.deals div.section-heading-div {
  padding: 30px;
}
@media (max-width: 1200px) {
  section.deals div.section-heading-div {
    padding: 10px;
  }
}
section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #edae31;
}
section.deals div.section-heading-div p {
  color: #fff;
}
@media (max-width: 1200px) {
  section.deals div.section-heading-div p {
    font-size: 15px;
  }
}
section.deals #openinghour {
  max-width: 80%;
  margin: auto;
}
section.deals #openinghour p {
  color: #000;
}
section.deals #openinghour-gallogate {
  max-width: 80%;
  margin: auto;
}
section.deals #openinghour-gallogate p {
  color: #000;
}
section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.deals div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.deals div.deals-content div.read-more-btn a.deals {
  background-color: #fce1c7;
  color: #edae31;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
  color: #fff;
  border-color: #edae31;
  background-color: #edae31;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}
section.deals div.deals-content div.read-more-btn a.deals:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.deals div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}
section.deals img {
  width: 100%;
}
section.deals .read-more-btn2 a.deals {
  background-color: #edae31;
  color: #000;
  display: inline-block;
  padding: 12px;
  margin-top: 0;
  text-decoration: none;
  border: 1px solid #edae31;
}
section.deals .read-more-btn2 a.deals .fa {
  color: #000;
}
section.deals .read-more-btn2 a.deals:hover {
  background-color: #ffffff;
}

section.contact-us {
  margin: 40px 0;
  color: #000;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}
section.contact-us .container {
  background-color: #edae31;
  padding: 0;
}
section.contact-us .container .col-12 {
  padding: 0;
}
section.contact-us .map div {
  height: 100%;
}
section.contact-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #000;
}
section.contact-us div.section-heading-div p {
  color: #fff;
}
section.contact-us #openinghour {
  max-width: 80%;
  margin: auto;
}
section.contact-us #openinghour p {
  color: #000;
}
section.contact-us #openinghour-gallogate {
  max-width: 80%;
  margin: auto;
}
section.contact-us #openinghour-gallogate p {
  color: #000;
}
section.contact-us div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.contact-us div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.contact-us div.deals-content div.read-more-btn a.deals {
  background-color: #fce1c7;
  color: #edae31;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
  color: #fff;
  border-color: #edae31;
  background-color: #edae31;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}
section.contact-us div.deals-content div.read-more-btn a.deals:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.contact-us div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}
section.contact-us img {
  width: 100%;
}

section.peyment-method {
  background-color: #000;
  padding: 30px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #edae31;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 60px 80px 0 80px;
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #fff;
  font-size: 14px;
}
footer details a:hover {
  color: #edae31;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  footer ul {
    padding: 0;
  }
}
footer ul li a {
  color: #fff;
  font-size: 16px;
}
footer ul li a:hover {
  color: #edae31;
  text-decoration: none;
}
footer ul li a img {
  max-width: 200px;
}
footer h5 {
  font-weight: bolder;
  font-size: 1.2rem;
  padding: 5px 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  border-bottom: 1px solid #edae31;
}

section.foods-tags {
  padding: 20px 0 0 0;
}
section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
  background-color: #fff;
  color: #000;
  font-weight: 900;
  font-size: 12px;
  text-transform: capitalize;
}
section.foods-tags ul li a {
  color: #fff !important;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #edae31;
  color: #000;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #edae31;
  border: 1px dashed #edae31;
  background-color: white;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 7px 29px 0px;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #edae31;
  color: white;
}
::selection {
  background-color: #edae31;
  color: white;
}

::-moz-selection {
  background-color: #edae31;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #edae31;
  border-radius: 10px;
}

section.copyright {
  background-color: #000;
  color: rgb(255, 255, 255);
}
section.copyright .container {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
section.copyright a.weetech-link {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */