@import url("https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  background-color: #fff !important;
  background-image: url(../images/backgrounds/body1.png);
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}

@font-face {
  src: "{{ url('public/fonts/fat-frank-heavy.otf') }}";
  font-family: Fatfrank1;
  font-weight: 400;
}

@font-face {
  src: "{{ url('public/fonts/fonnts.com-FatFrank_Heavy-1.otf') }}";
  font-family: Fatfrank2;
  font-weight: 500;
}

@font-face {
  src: "{{ url('public/fonts/fonnts.com-FatFrank_Heavy-1.ttf') }}";
  font-family: Fatfrank3;
  font-weight: 600;
}

@font-face {
  src: "{{ url('public/fonts/Jellee-Roman.otf') }}";
  font-family: Jelle;
}

@font-face {
  src: "{{ url('public/fonts/Montserrat-Italic-VariableFont_wght.ttf') }}";
  font-family: Montserrat-i;
}

@font-face {
  src: "{{ url('public/fonts/Montserrat-VariableFont_wght.ttf') }}";
  font-family: Montserrat;
}

@font-face {
  src: "{{ url('public/fonts/OpenSans-Italic-VariableFont_wdthwght.ttf') }}";
  font-family: OpenSans-i;
}

@font-face {
  src: "{{ url('public/fonts/OpenSans-VariableFont_wdthwght.ttf') }}";
  font-family: OpenSans;
}

.all-region-sec {
  background-image: url(../images/banners/ew-img.jpeg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  max-height: 100%;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  margin-top: -430px;
}

.st-h {
  text-align: center;
  transform: rotate(-5deg);
  font-family: 'FatFrank1';
  color: #fff;
  line-height: 70px;
  font-size: 80px;
  top: 110px;
  position: relative;
  text-transform: uppercase;
}

.st-h::before {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 10px #15a6d6;
  paint-order: stroke fill;
  z-index: -1;
  left: 0;
  top: 0;
}

.st-h::after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 19px #e82c94;
  paint-order: stroke fill;
  z-index: -2;
  left: 0;
  top: 0;
}

.east-sec {
  padding: 100px 0 20px;
}

.east-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.east-text p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.east-form {
  margin-top: 70px;
}

.eastForm-fields {
  margin-bottom: 40px;
}

.eastForm-fields h2 {
  color: #fff;
  -webkit-text-stroke: 2px #000 !important;
  font-size: 40px;
  font-family: "FatFrank1", sans-serif;
}

.eastForm-fields p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #292929;
  margin-bottom: 0;
}

.eastForm-fields input {
  margin: 20px auto;
  padding: 8px 0 8px 20px;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
  background-color: #634583;
  border-radius: 50px;
  border: 3px solid #000;
  width: 100%;
  color: #fff;
}

.eastForm-fields textarea {
  margin: 20px auto;
  padding: 8px 0 8px 20px;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
  background-color: #634583;
  border-radius: 20px;
  border: 3px solid #000;
  width: 100%;
  color: #fff;
  height: 200px;
}

.eastForm-fields textarea::placeholder {
  color: #fff;
}

/* Blue Editor */

.editor-wrapper {
  width: 100%;
  margin-bottom: 70px;
  background-color: #007ea5;
  border-radius: 8px;
  overflow: hidden;
}

.top-menu {
  display: flex;
  gap: 20px;
  background-color: #019cc6;
  color: white;
  padding: 10px 20px;
  font-size: 15px;
}

.warning-bar {
  background-color: #fff3cd;
  color: #856404;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ffeeba;
  font-size: 14px;
}

.warning-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.warning-left strong {
  font-weight: bold;
}

.warning-bar a {
  color: #856404;
  text-decoration: underline;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #856404;
}

.toolbar {
  background-color: #019cc6;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.toolbar .btn {
  background-color: #ffffff20;
  color: white;
  border: 1px solid #ffffff50;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  min-width: 80px;
  text-align: center;
}

.toolbar .btn:hover {
  background-color: #ffffff40;
}

.editor-content {
  background-color: #008cba;
  padding: 20px;
  color: black;
  font-size: 16px;
  line-height: 1.6;
  min-height: 280px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  min-width: 120px;
  border: 1px solid #ccc;
  z-index: 1000;
}

.dropdown-content div {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-content div:hover {
  background-color: #eee;
}

/* Class/Group Section */

.btn-pinkadd {
  background-color: #ff228c;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  padding: 10px 30px;
  border: none;
}

.input-box {
  background-color: #5f3c7f;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}

.set-header {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background-color: #ff228c;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: 0;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.show-dure {
  padding: 0 20px;
}

.as-btn {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
}

.remove-set {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}

.set-box .setFieldAdd {
  background-color: #ff228c;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  width: 100%;
  padding: 5px 5px;
}

.clGr-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.clGr-text p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.clGr-text ul{
    text-align: center;    
    list-style: none;
}

.clGr-text ul li {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    padding-top: 10px;
    color: #000;
}

.clGr2-text p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.gst-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-top: 35px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.gst-p p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.gst-radio {
  text-align: center;
}

label {
  margin-right: 10px;
  color: #004d67;
  font-weight: 800;
}

input[type="radio"] {
  height: 25px;
  width: 17px;
  top: 6px;
  position: relative;
}

.bank-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bank-p p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.bank-input {
  gap: 35px;
  display: flex;
}

.bank-input .bank-flex {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 15px 0;
}

.bank-flex label {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

.bank-flex input {
  padding: 5px 0 5px 15px;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  background-color: #634583;
  border-radius: 50px;
  width: 100%;
  border: 2px solid #000;
}

.bank-input-p p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  padding-top: 10px;
  color: #000;
  margin: 40px 0;
}

.webI-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.img-preview-box {
  border-radius: 20px;
  overflow: hidden;
  max-width: 320px;
  margin: auto;
  border: 5px solid #ff228c;
}

.upload-btn {
  display: inline-block;
  background-color: #ff228c;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.upload-btn:hover {
  background-color: #e91e72;
}

.img-pr-box1 {
  max-width: 525px;
}

.up-h strong {
  margin: unset;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 88px;
  font-family: "FatFrank1";
  text-align: center;
  -webkit-text-stroke: 11px black !important;
  paint-order: stroke fill;
  text-transform: uppercase;
}

.longEvent-sec {
  padding: 100px 0 350px;
}

.lE-h h1 {
  font-size: 60px;
  font-family: "FatFrank1", sans-serif;
  color: #f1e70d;
  letter-spacing: 0.1rem;
  line-height: normal;
  -webkit-text-stroke: 8px black !important;
  paint-order: stroke fill;
  text-align: center;
  font-weight: 900;
  margin-top: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.lE-input {
  gap: 35px;
  display: flex;
}

.lE-input .lE-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}

.lE-flex label {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

.lE-flex input {
  padding: 5px 0 5px 15px;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  background-color: #634583;
  border-radius: 50px;
  width: 100%;
  border: 2px solid #000;
}

#classList-1 div{
    position: relative;
}





















