body {
  margin: 0px;
  padding: 0px;
  font-family: "Muli";
}

@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.woff2") format("woff2"),
    url("../fonts/Muli-Bold.woff") format("woff"),
    url("../fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.woff2") format("woff2"),
    url("../fonts/Muli.woff") format("woff"),
    url("../fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-Light.woff2") format("woff2"),
    url("../fonts/Muli-Light.woff") format("woff"),
    url("../fonts/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.woff2") format("woff2"),
    url("../fonts/Muli-SemiBold.woff") format("woff"),
    url("../fonts/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Extra-Bold";
  src: local("Muli Extra Bold"), local("Muli-Extra-Bold"),
    url("../fonts/Muli-ExtraBold.woff2") format("woff2"),
    url("../fonts/Muli-ExtraBold.woff") format("woff"),
    url("../fonts/Muli-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

.az-ms-event-header-section {
  background-color: #fff;
  padding: 15px 0px;
}

.az-event-header-icon img {
  width: 240px;
}

.az-event-header-icon2 img {
  width: 200px;
}

.az-bg-repeate {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.az-event-card-section.disabled{
  filter: grayscale(1);
}
.az-event-card-heading-section h3.disabled {
  color: #00000099;
}
.az-even-card-date-heading.disabled {
  color: #00000099;
}

.az-ms-event-home-bg {
  border-top: 1px solid #d8e5f1;
  border-bottom: 1px solid #d8e5f1;
}

.az-ms-event-home-wrapper {
  padding: 60px 0 80px;
}

.az-msevent-bg-desc {
  margin-right: 10px;
}

.az-msevent-bg-heading-title {
  font-size: 48px;
  line-height: 56px;
  color: #000;
  font-family: "Muli-SemiBold";
}

.az-text-warning {
  color: #f79c2e !important;
}

.az-msevent-bg-subhead {
  font-size: 18px;
  line-height: 29px;
  color: #343434;
  font-family: "Muli";
}

.az-ms-event-home-icon {
  margin-top: 40px;
}

.az-ms-event-home-icon img {
  width: 200px;
}

.btn-warnings {
  background: #f79c2e !important;
  color: #fff !important;
  padding: 6px 28px 10px !important;
  font-size: 18px;
  font-family: "Muli-SemiBold";
}

.az-ms-allevent-section {
  padding: 30px 0px;
}

.az-allevent-heading h2 {
  color: #000;
  font-family: "Muli-SemiBold";
  font-size: 32px;
}

.az-event-card-section {
  border-radius: 12px;
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.az-event-card-heading-section {
  padding: 20px 20px;
  background: #f2f2f2;
  border-radius: 12px 12px 0px 0px;
  max-height: 180px;
}

.az-event-card-desc-section {
  min-height: 125px;
}

.az-event-card-heading-section h3 {
  font-size: 24px;
  color: #000;
  font-family: "Muli-SemiBold";
  line-height: 32px;
}

.az-event-card-badges {
  color: #f79c2e;
  border-radius: 25px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 5px 12px 8px;
  font-size: 14px;
  width: fit-content;
  font-family: "Muli-SemiBold";
}

.az-event-card-schedule-section {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.az-card-sched-align {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}

.az-card-sched-align img {
  width: 22px;
}

.az-even-card-date-heading {
  font-family: "Muli";
  font-size: 16px;
  color: #000;
}

/* Microsoft Event Registeration CSS */

.az-registeration-container-section {
  padding: 40px 0;
}

.az-ms-register-home-wrapper {
  padding: 2.6rem 0;
}

.az-msregister-bg-heading-title {
  font-size: 42px;
  line-height: 56px;
  font-family: "Muli-SemiBold";
}

.az-register-heading-section h3 {
  font-size: 26px;
  color: #000;
  font-family: "Muli-SemiBold";
}

.az-register-heading-section p {
  font-size: 16px;
  color: #101010;
  line-height: 27px;
  font-family: "Muli";
}

.az-register-checklist, .az-register-heading-section ul {
  font-family: "Muli";
  color: #101010;
  font-size: 16px;
}

.az-register-profile-section {
  border-radius: 16px;
  border: 1px solid #f79c2e;
  background: #fff;
  padding: 20px 30px;
  height: 100%;
}

.az-register-profile-section img {
  width: 100px;
}

.az-register-profile-section h4 {
  font-size: 20px;
  color: #000;
  font-family: "Muli-SemiBold";
}

.az-register-profile-section p {
  font-size: 16px;
  color: #525252;
  font-family: "Muli";
}

.az-register-form-section {
  border-radius: 24px;
  border: 1px solid #f79c2e;
  background: #fff;
  box-shadow: 2px 4px 53px 0px rgba(247, 156, 46, 0.1);
}

.az-register-form-heading-section {
  border-radius: 24px 24px 0px 0px;
  border: 1px solid #f79c2e;
  background: linear-gradient(90deg, #f79c2e 0%, #ff7a00 100%);
  box-shadow: 2px 4px 53px 0px rgba(247, 156, 46, 0.1);
  padding: 10px 30px 15px 30px;
}

.az-register-form-heading-section h3 {
  font-size: 28px;
  font-family: "Muli-SemiBold";
}

.az-register-forms-wrapper {
  padding: 20px 30px;
}

.az-cust-label {
  color: #101010;
  font-family: "Muli";
  font-size: 15px;
}

.az-register-forms-wrapper .form-group input {
  border-radius: 8px;
  border: 1px solid #c7d6e2;
  background: #f7f9fc;
  -webkit-text-fill-color: rgba(16, 16, 16, 0.4) !important;
  color: rgba(16, 16, 16, 0.4) !important;
  height: 40px;
}

.az-register-forms-wrapper .form-group select {
  border-radius: 8px;
  border: 1px solid #c7d6e2;
  background: #f7f9fc;
  -webkit-text-fill-color: rgba(16, 16, 16, 0.4) !important;
  color: rgba(16, 16, 16, 0.4) !important;
  height: 40px;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.az-input-group-text {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 9;
  color: rgba(144, 159, 171, 1) !important;
}

.az-register-forms-wrapper .form-group input:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.az-register-forms-wrapper .form-group select:focus {
  text-decoration: none !important;
  box-shadow: none !important;
}

.az-register-schedule-section-wrapper {
  display: flex;
  gap: 18px;
}

.az-register-schedule-section {
  border-radius: 10px;
  border: 1px solid #4a4a4a;
  background: rgba(27, 27, 27, 0.4);
  backdrop-filter: blur(2px);
  padding: 20px 20px;
  width: fit-content;
}

.az-register-sched-align {
  display: flex;
  gap: 15px;
}

.az-register-icon-section img {
  width: 60px;
}

.az-register-datetime h5 {
  font-size: 22px;
  font-family: "Muli-SemiBold";
}

.az-register-datetime p {
  font-size: 18px;
  font-family: "Muli";
}

.az-ms-event-footer-section {
  background-color: #3d3e4c;
  padding: 10px 0px;
}

.az-ms-event-footer-section-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.az-event-footer-icon img {
  width: 40px;
}

.az-footer-heading {
  font-size: 15px;
  font-family: "Muli-light";
  color: #ffffffb2;
}

.input-group p {
  width:100% !important;
}

.az-event-btn:hover{
  border: 2px solid #f79c2e;
}

.az-event-btn{
  border: 2px solid #f79c2e;
}

@media screen and (max-width: 1400px) {
  .az-ms-event-home-wrapper {
    padding: 40px 0px 70px;
  }
  .az-event-header-icon img {
    width: 220px;
  }
  .az-msevent-bg-heading-title {
    font-size: 42px;
    line-height: 48px;
  }
  .az-msevent-bg-subhead {
    font-size: 16px;
    line-height: 26px;
  }
  .az-msevent-bg-desc {
    margin-right: 0px;
  }
  .az-ms-event-home-icon img {
    width: 180px;
  }
  .az-event-card-heading-section h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .az-event-card-badges {
    padding: 4px 12px 6px;
    font-size: 13px;
  }
  .az-even-card-date-heading {
    font-size: 14px;
    color: #000;
  }
  .az-card-sched-align img {
    width: 20px;
  }
  .az-card-sched-align {
    margin-bottom: 12px;
  }
  .az-ms-event-home-bg {
    border-top: none;
    border-bottom: none;
  }
  .az-msregister-bg-heading-title {
    font-size: 36px;
    line-height: 50px;
  }
  .az-register-icon-section img {
    width: 55px;
  }
  .az-register-datetime h5 {
    font-size: 20px;
  }
  .az-register-datetime p {
    font-size: 16px;
  }
  .az-register-heading-section h3 {
    font-size: 24px;
  }
  .az-register-heading-section p {
    font-size: 14px;
    line-height: 26px;
  }
  .az-register-checklist, .az-register-heading-section ul {
    font-size: 14px;
  }
  .az-register-profile-section img {
    width: 90px;
  }
  .az-register-profile-section h4 {
    font-size: 18px;
  }
  .az-register-profile-section p {
    font-size: 14px;
  }
  .az-register-profile-section {
    padding: 20px 25px;
  }
  .az-register-form-heading-section h3 {
    font-size: 24px;
  }
  .az-register-form-heading-section {
    padding: 8px 30px 12px 30px;
  }
  .az-footer-heading {
    font-size: 14px;
  }
  .az-event-footer-icon img {
    width: 35px;
  }
  .az-register-forms-wrapper .form-group input {
    height: 36px;
  }
  .az-register-forms-wrapper .form-group select {
    height: 36px;
  }
  .az-input-group-text {
    top: 5px;
  }
  .az-ms-event-home-icon img {
    width: 150px;
  }
  .az-event-card-desc-section {
    min-height: 105px;
  }
}

@media screen and (max-width: 768px) {
  .az-msevent-bg-heading-title {
    font-size: 32px;
    line-height: 40px;
  }
  .az-ms-event-home-wrapper {
    padding: 240px 0px 20px;
  }
  .az-msevent-bg-subhead {
    font-size: 14px;
    line-height: 24px;
  }
  .az-ms-event-home-icon {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .az-event-card-heading-section {
    padding: 20px 15px;
  }
  .az-event-card-schedule-section {
    padding: 20px 15px;
  }
  .az-msregister-bg-heading-title {
    font-size: 25px;
    line-height: 38px;
  }
  .az-event-header-icon img {
    width: 130px;
  }
  .az-event-header-icon2 img {
    width: 130px;
  }
  .az-register-schedule-section-wrapper {
    display: block;
  }
  .az-register-schedule-section {
    padding: 15px 10px;
    width: 100%;
  }
  .az-register-datetime p {
    font-size: 14px;
  }
  .az-register-icon-section img {
    width: 50px;
  }
  .az-register-heading-section h3 {
    font-size: 20px;
  }
  .az-register-profile-section {
    padding: 10px 8px;
    border-radius: 8px;
  }
  .az-register-profile-section h4 {
    font-size: 14px;
  }
  .az-register-profile-section img {
    width: 75px;
  }
  .az-register-forms-wrapper {
    padding: 20px 20px;
  }
  .az-footer-heading {
    font-size: 12px;
  }
  .az-registeration-container-section {
    padding: 25px 0;
  }
  .az-register-profile-section p {
    font-size: 13px;
  }
  .az-register-form-section {
    border-radius: 12px;
  }
  .az-register-form-heading-section {
    border-radius: 11px 11px 0px 0px;
    padding: 8px 20px 12px 20px;
  }
  .az-register-form-heading-section h3 {
    font-size: 20px;
  }
  .az-register-forms-wrapper .form-group input {
    height: 36px;
    border-radius: 6px;
  }
  .az-register-forms-wrapper .form-group select {
    height: 36px;
    border-radius: 6px;
  }
  .az-input-group-text {
    right: 15px;
  }
}

@media screen and (min-width: 1600px) {
  .az-ms-event-home-wrapper {
    padding: 80px 0 160px;
  }
}