@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.btn {
  box-shadow: none !important;
  color:#fff;
  background-color: #d65c1a;
  border-color:#d65c1a;
}
.btn-light:hover {
  background-color: #eceded !important;
  border-color: #eceded !important;
}
.btn-light:active {
  background-color: #eceded !important;
  border-color: #eceded !important;
}
.btn-hover-dark:hover {
  filter: brightness(0.92)
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
a:hover {
  text-decoration: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #333;
  text-align: left;
  background-color: #fff;
  font-family: Poppins;
  font-size: 130px;
  font-weight: 600;
  line-height: 195px;


}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dropdown-menu a{
  display: contents;  
  flex-wrap: nowrap;
  text-align: center;
  margin-right: 10px;

  /* margin-right: nowrap; */
  
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  position: relative;
  left: -5px;
}
.theme-bg-color {
  background: #ff9f49 !important;
}
.theme-color {
  color: #ff9f49 !important;
}
.theme-btn {
  color: #fff;
  background-color: #ff9f49;
  border-color: #ff9f49;
}
.navbar-brand img {
  max-height: 100px;
}
.navbar-brand-opju img {
  max-height: 100px;
}
/* .banner-slider {
  
  background-repeat: no-repeat;
  background-position: center;
  max-height:500px;
  z-index: -1;
  overflow: hidden;
} */
.navbar-toggler:focus {
  box-shadow: none !important;
}
header button {
  border-color: black !important;
}
header button:active{
  border-color: black !important;
}
.navbar-toggler {
  border-color: #d5d0d0 !important;
}
.navbar-toggler-icon {
  filter: invert(1);
} 
header:has(.navbar-toggler[aria-expanded="true"]) {
    background: rgb(0 0 0 / 60%);
}
header:has(.navbar-toggler[aria-expanded="true"]) button {
  background-color: #494949;
}

/* .banner-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
} */
.modal .modal-dialog .modal-body .modal-article-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.modal::backdrop {
  background-color: black;  opacity: 0.85;
}
.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.banner-slide:nth-child(1) {
  animation: bannerSlider 10000s infinite 0s;
}
.banner-slide:nth-child(2) {
  animation: bannerSlider 10000s infinite 5s;
}
.banner-slide:nth-child(3) {
  animation: bannerSlider 10000s infinite 10s;
}

/* Animation keyframes */
@keyframes bannerSlider {
  0%, 20% {
      opacity: 1;
  }
  40%, 100% {
      opacity: 0;
  }
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.carousel-img {
    height:auto !important;
}
.btn.test-knowladge {
    font-size:20px;
}

.carousel-item-text {
  font-size: 1.5rem;  
  min-height: 9rem;
}

.hero-section-text {
    font-size:20px;
}
.overlay-01.carousel-section {
    height:60vh;
}

.marquee-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 180s linear infinite;
}

.marquee-content span {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  color: #333;
}

/* Keyframes for seamless scrolling */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ---------------------------------------------- */

/* .enquiry-form{
  background: linear-gradient(180deg, #b03e00 0%, #e45000 100%);
  box-shadow: 0px 10px 20px 0px #0000007a;
} */
.enquiry-form .enquiry-form-head {
  background: linear-gradient(180deg, #ff9f49 0%, #ff9f49 100%);
  /* background: linear-gradient(180deg, #d65c1a 0%, #d66629 100%); */
  box-shadow: 0px 10px 20px 0px #0000007a;
  color: #fff;
  border-radius: 26px;
}
.enquiry-form {
  backdrop-filter: blur(33px);
  box-shadow: 16px 22px 18px 0px rgb(0 0 0 / 25%);
  border-radius: 26px;
}
header .navbar-nav .nav-item .nav-link {
  max-width: 16rem;
  color:#fff;
  gap: 5px;
}
header.sticky {
  background: rgb(0 0 0 / 0.7);
  z-index: 9;
  --tw-shadow: 0 0% 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* background: rgb(0 0 0 / 20%); */
  background: transparent;
}
.main-margin-change{
  margin-top: 2em;
  margin-bottom: 2em;

}
.side-shape span {
  height: 50px;
  width: 100%;
  background: #6a6a6a38;
  margin-bottom: 20px;
  display: block;
}
.side-shape {
  position: absolute;
  right: 0;
  top: 30%;
  width: 30%;
}
.overlay-01 {
  position: relative;
  background-size: cover;
  background-position: center;
}
.overlay-01.carousel-section {
    height:100%;
}

.box-style-01 .box-style-01-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.box-style-01 .box-style-01-img {
  width: 100%;
  height: 350px;
}
.box-style-01 .box-style-01-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 10px;
  display: grid;
  align-items: center;
}
.box-style-01 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.img-box-01 {
  padding: 30px 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 12px 12px 12px 0px rgb(0 0 0 / 35%);
  min-height: 130px;
  display: grid;
  align-items: center;
  margin-bottom: 30px;
}
.img-box-02 {
  padding: 30px 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 12px 12px 12px 0px rgb(0 0 0 / 35%);
  min-height: 190px;
  display: grid;
  align-items: end;
  margin-bottom: 30px;
}
.overlay-bg {
  width: 100%;
  background: #ff9f49;
}
.overlay-02::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  background: #d04a01;
}
.overlay-02::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  background: #d04a01;
}
.overlay-02 {
  position: relative;
}
.theme-rounded {
  border-radius: 1em;
}
.event-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 20px 20px 20px 20px;
  transform: scale(1.25); 
}

.owl-carousel .owl-item img {
  height: auto !important;
}

.center .event-slide {
  /* position:relative; */
  top:-75px;
  /* max-height: 500px; */
  /* max-width: 900px; */
  transform: scale(1.35); 
  /* z-index: 1; */
  /* overflow: hidden; */
 /* margin-left:25px;
 margin-right:25px; */
}
.publication-img-filter {
  filter: brightness(0.5);
}
.center .event-slide img{
  /* position: absolute;
  height: auto;
  width: 100%;
  margin: 0; */
  top: -50px;
  border-radius: 20px 20px 20px 20px;
  background: rgb(255 255 255 / 70%) !important;
  font-size: 80px !important;
  line-height: 1 !important;
  /* transform: scale(1.25);  */
}
.event-slide {
  /* position: absolute; */
  height: 350px;
  display: inline-flex;
  align-items: end;
  position: relative;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  /* top: 50px; */
  width: 100%;
}
.event-slide img{
  /* position: absolute; */
  /* height: 300px;
  width: 100%;
  margin: 0;
  top: 50px; */
  border-radius: 20px 20px 20px 20px;
  background: rgb(255 255 255 / 70%) !important;
  font-size: 80px !important;
  line-height: 1 !important;
}
.event .owl-nav .owl-next {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.event .owl-nav .owl-prev {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.event .owl-nav .owl-prev,
.event .owl-nav .owl-next {
  position: absolute;
  height: 300px;
  width: 10%;
  margin: 0;
  top: 50px;
  background: rgb(255 255 255 / 62%) !important;
  font-size: 80px !important;
  line-height: 1 !important;
}
.books-grid p {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
  color: #fff;
}
.books-grid img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.books-grid {
  position: relative;
  width: 100%;
}
.team-slide::after {
  content: "";
  background: rgb(0 0 0 / 59%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-slide .plus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}
.team-slide {
  height: 400px;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.box-hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.box-hover:hover {
  transform: translate(-3px, -3px); /* Moves the box diagonally */
  box-shadow:6px 8px 8px rgba(0, 0, 0, 0.5); /* Stronger shadow with directional depth */
}

.support-section .support-inner{
  background: linear-gradient(135deg, #000000, #323232);
  border-radius: 10px;
}
.support-section{

}

.hasDatepicker {
  background: #ffff;
  border-radius: 10px;
  padding: 0 0 66px;
}
.ui-datepicker-header {
  color: #000000;
  text-align: center;
  font-family: "Roboto";
  padding: 10px;
  height: 60px;
  border-bottom: 1px solid gainsboro;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:after {
  content: "<";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.ui-datepicker-next:after {
  content: ">";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
}
.ui-datepicker-calendar th {
  padding: 10px;
  color: #2196f3;
}

.ui-datepicker-calendar {
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}

.ui-datepicker-title {
  padding: 10px;
}

.ui-datepicker-calendar td {
  padding: 4px 0px;
}

.ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: black;
}

.ui-datepicker-calendar .ui-state-active {
  color: #2196f3;
}

.modified-date{
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  font-size: 18px;
}

.test-knowladge {
  padding: 5px 20px; 
  font-size: 20px; 
  border: 2px solid #000000; 
  color: rgb(0, 0, 0); 
  border-radius: 15px;
}

.test-knowladge :hover{
  padding: 5px 20px; 
  font-size: 20px; 
  border: 2px solid #dfd5d0; 
  color: rgb(255, 255, 255); 
  border-radius: 15px;
}
input:focus {
  box-shadow: none !important;
  border-color: #d66629 !important
}
.top-menu .switch-btn:hover{
  background: #fe9f49;
}
.top-menu .switch-btn{
    box-shadow: none;
    border: 0;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    background: rgb(255 255 255 / 60%);
}
.dark-body h5,
.dark-body h4,
.dark-body h3,
.dark-body h2,
.dark-body h1{
  color: #fff !important;
}
.dark-body section,
.dark-body{
  background: #000 !important;
  color: #fff !important;
}

/* Responsive adjustments for phone screens */
@media only screen and (max-width: 600px) {
  header .navbar-nav .nav-item .nav-link {
    max-width: unset;
  }
  /* Adjust padding for mobile */
  .pt-lg-60, .pt-40 {
      padding-top: 20px;
  }

  .pb-lg-60, .pb-40 {
      padding-bottom: 20px;
  }

  .px-lg-3 {
      padding-left: 10px;
      padding-right: 10px;
  }

  /* Stack columns vertically */
  .row > .col-md-4 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
  }

  /* Adjust heading and button styles */
  h2 {
      font-size: 1.5rem;
  }

  .btn {
      font-size: 0.9rem;
      padding: 10px 15px;
  }
    
  .donate {
    font-size: 0.9rem;
    padding: 10px 15px;
}

   .btn.test-knowladge {
        font-size:16px;
   }
  /* Adjust text spacing */
  .text-gray-silver {
      font-size: 0.9rem;
  }

  .light-toogle-button img{
    position: relative;
    margin-left: 200px;
  }

  .justify-text{
    text-align: justify;
  }

  .navbar-brand-opju img {
    max-height: 100px;
    margin-right: 25px;
  }
  .banner{
    background-size: cover;
    background-position: center;
    margin-right: -30px;
  }
  .hero-section-text {
    font-size:16px;
   }
    .event .owl-nav .owl-prev,
.event .owl-nav .owl-next {
        height: 145px;
    }
    .footer-menu a:link {
        font-size: 14px;
    }
}

/* #section_11 {
  padding: 0;
  height: 33vh;
  background: linear-gradient(to right, #f5af19, #f12711);
} */
h2.sub-heading {
  font-size: 18px;
}
h2.main-heading {
  font-size: 28px;
  color: #f12711
}

.p-lg-20 {
  padding: 20px;
}

h2 {
  color: white;
  margin-bottom: 5px;
}


.section-newsletter{
  background: #ff9f49;
}

/* Responsive styling for mobile */
@media only screen and (max-width: 600px) {
  /* Stack columns */
  .row.justify-content-between {
      flex-direction: column;
      align-items: center;
      text-align: center;
      flex-wrap: wrap-reverse;
  }

  .justify-text{
    text-align: left;
  }

  /* Adjust margins and padding */
  .col-md-6 {
      margin: 0;
      padding: 10px 0;
  }

  .p-lg-20 {
      padding: 15px;
  }

  #body{
    justify-content: center;
  }
  .carousel-item-text {
    font-size: 1rem;  
    line-height:1.3 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 13;
  }
  .event-slide {
    height: 185px
  }
  .container.carousel {
    flex-direction: column;
  }
  .event-slide::after {
    transform: scale(1); 
  }
  
  .owl-carousel .owl-item img {
    height: auto !important;
  }
  
  .center .event-slide {
    transform: scale(1); 
    top:0px;
  }
  .center .event-slide img {
    top:0px;
  }
  .center.active.owl-item {
      margin-right:0px !important;
  }
}


/* HERO SECTION */
.hero-section {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  min-height: 620px;
  /* text-align: center; */
}

.hero-section::after {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: var(--border-radius-medium);
  content: "";
  position:absolute;
  top: 55%;
  left: 50%;
  transform: translate(-500%, -500%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: 100%;
    
  }
}

.hero-section h2 {
  /* color: #ffffff; */
  /* font-family: Relington; */
  font-weight: bold;
}

.small-text {
  color: var(--secondary-color);
}

.hero-section .custom-border-btn {
  border-color: transparent;
}

.hero-section .container {
  position: relative;
  z-index: 9;
  margin-top: 10px;
}

.hero-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

/* .form-switch {
  padding-left: 2.5em;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
} */
*, ::after, ::before {
  box-sizing: border-box;
}


/* -----------------BUTTON Custom---------------- */

.btn-enuiry{color:#212529;
  background-color:#ff8b07;
  border-color:#ff8b07;
}
.btn-enquiry:hover{
  color:#212529;
  background-color:#ff8b07;
  border-color:#ff8b07;
}
.btn-enquiry.focus,.btn-enquiry:focus{
  color:#212529;
  background-color:#ff8b07;border-color:#ff8b07;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-enquiry.disabled,.btn-enquiry:disabled{color:#212529;background-color:#ff8b07;border-color:#ffc107}.btn-enquiry:not(:disabled):not(.disabled).active,.btn-enquiry:not(:disabled):not(.disabled):active,.show>.btn-enquiry.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-enquiry:not(:disabled):not(.disabled).active:focus,.btn-enquiry:not(:disabled):not(.disabled):active:focus,.show>.btn-enquiry.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}



/* .footer-menu li{
  color: #000;
  text-align: left;
  font-weight: bold;
  margin-left:none;
} */
 .footer-section {
  background-color: #ff9f49;
 }
.footer-menu a:link{
  color:#FFFFFF;
  text-decoration: none;
  font-weight:400;
  font-size:18px;
}
.footer-link-container {
  display: flex;
  justify-content: space-around;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top:2rem;
}
.footer-menu a:visited{
  text-decoration: none;
  color:#FFFFFF;
}
.footer-menu a:hover{
  text-decoration: underline;
  color:#FFFFFF;
}
.footer-menu a:active{
  text-decoration: none;
  color:#FFFFFF;
}
.footer-social-links{
  display:list-item;
  padding: 2px;
  /* padding: auto; */
  /* margin-left: none; */
}
.footer-social-links li{
  padding-left: 10px;
  /* margin-left: -5px; */
}
.quick-link-align{
  margin-right:10px;
  padding-left:20px;
}

.footer-img{
  /* border: 1px solid rgb(245, 142, 83); */
  /* margin: 1rem;
  padding: 2rem 2rem; */
  text-align: center;
  padding-top:0px; 
  padding-bottom: 0px;
  position: relative;
  color: white;
  transform: translateY(-9%);
}
.row-child{
  /* display: inline-block; */
  /* border: 1px solid red; */
  /* padding: 1rem 1rem; */
  vertical-align: middle;
}

/* .footer-img{
  justify-content: left;
  align-items: last baseline;
  text-align: left;
} */
/* .footer-img img{
  width: 850px;
  height: 350px;
  justify-content: left;
  
  padding-left: 20px;
} */
.copyright-footer{
  position: relative;
  text-align: center;
  bottom: 10px;
  left: 20px;
  padding-top: 0%;
  padding-bottom: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  
}

.footer-menu-links{
  display: flex;
  justify-content: space-between;
}

/* 
.footer-container {
  display: flex;
  justify-content: space-between;
} */

.row-child img{
  /* padding: 20px 20px 20px 20px; */
  /* margin: auto; */
  width: 100%;
  
  /* margin-top: -70px;
  margin-left: -85px;
  margin-bottom: -83px
  ; */
}
.row-child ul{
  padding: 20px 20px 20px 20px;
  /* margin: auto; */
  margin-top: -30px;
  margin-left: -20px;
}
.museum-times .museum-times-list li{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #eb9347;
  border-radius: 10px;
  background: #ffca9b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.museum-times .museum-times-list{
  padding: 0;
  margin: 0;
}
.form-modal .accordion-button::after{
  filter: invert(1);
}
.form-modal .form-control:focus{
  background-color: #e9e9e9;
}
.form-modal .form-control{
    background: #e4cba6;
    border: 0;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    height: 45px;
    margin-bottom: 10px;
}

/* FOR FOOTER SECTION */
@media only screen and (max-width: 600px) {
  /* Stack columns */
  .row-child img {
    transform: translate(0.5);
    object-fit: contain;
    /*height: 200px;*/
    /* width: 500px; */
  }
  .row-child p{
    text-align: left;
    left: -200px;
    bottom: 500px;
    justify-content: left;
    /* top: 100px; */
    
  }
  .row-child ul{
    padding: 20px 20px 20px 20px;
    margin: auto;
    margin-top: -30px;
    margin-left: -20px;
    font-size: 12px;
    font-weight: lighter;
  }
}

/* Type Writer Font */
.SpecialEliteH
{
  @import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
  font-family: "Special Elite", monospace;
        /* background-color: #f4e4bc; */
        color: #333;
        font-size: 28px;
        letter-spacing: 0cap;
        line-height: 1.6;
}

.SpecialEliteB
{
  @import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
  font-family: "Special Elite", monospace;
        color: #333;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.3;
}




