@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("compass/css3.css");

body {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: unset;
}

.black-btn {
  background-color: #000000;
  color: #ffffff;
  padding: 14px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}

.navbar {
  background-color: #F2E2FF;
  padding: 3px 16px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 0px 6px rgba(214, 137, 255, 0.7254901961);
}

.navbar .nav-item {
  margin: auto;
}

.navbar .nav-item::before {
  display: none;
}

.navbar .nav-item .nav-link {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  padding-right: 17px;
  padding-left: 17px;
  cursor: pointer;
}

.navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.navbar .dropdown .dropdown-toggle {
  line-height: 7px;
}

.navbar .dropdown .dropdown-toggle::after {
  height: 5px;
  width: 5px;
  margin-left: 7px;
  float: right;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #343a40 #343a40 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.banner-section {
  background-image: url('../img/Webinar-banners.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-section .top-text {
  color: #FDF400;
  font-size: 24px;
  font-weight: 500;
}

.banner-section .banner-text {
  font-size: 52px;
  font-weight: bold;
  line-height: 55px;
}

.banner-section .banner-text+p {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 14px;
  width: 92%;
}

.banner-section .img-part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 34px;
  row-gap: 26px;
  border-top: 1px dashed #ffffff;
}

.card {
  padding: 36px;
  border-radius: 11px;
  margin-left: 20px;
}

.card h2 {
  font-size: 32px;
  font-weight: 600;
}

option[value=""][disabled] {
  color: red;
}

.card .form .form-group {
  margin-bottom: 17px;
}

.card .form .form-group label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
}

.card .form .form-group textarea.form-control {
  height: auto;
  resize: none;
}

.card .form .form-group .form-control {
  background: #FAFAFA;
  border: 1px solid #E9E7EB;
  font-size: 16px;
  border-radius: 7px;
  height: 46px;
}

.banner-section .wrapper {
  gap: 25px;
  padding: 0px 0px 30px;
  flex-direction: column;
  gap: 0;
  font-size: 20px;
}

.banner-section .wrapper .black-btn {
  float: left;
}

.card .form .form-group .form-control::-moz-placeholder {
  color: #C7C7C7;
  font-weight: 300;
}

.card .form .form-group .form-control::placeholder {
  color: #C7C7C7;
  font-weight: 300;
}

.card .form .form-group .form-control.invalid {
  border-color: #FF5151;
  background: #FFF7F7;
}

select {
  -webkit-appearance: menulist-button;
  color: #495057;
}

select:focus {
  outline: none;
}

select:invalid {
  color: #C7C7C7;
}

#country.invalid,
#webinarTime.invalid {
  border-color: #FF5151;
  background: #FFF7F7;
}

option {
  color: #000000 !important;
}

.card .form .form-group select {
  position: relative;
  z-index: 999;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://www.animaker.com/static_2.0/img/resellerpage/icon-down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position-x: 98% !important;
  background-position-y: 11px !important;
  background: #FAFAFA;
  border: 1px solid #E9E7EB;
  font-size: 16px;
  border-radius: 7px;
  height: 46px;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

.card .form .form-group .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FAFAFA;
  border: 1px solid #E9E7EB;
  font-size: 16px;
  border-radius: 7px;
  height: 46px;
}

.card .form .form-group .dropdown-item:active {
  background-color: transparent;
}

.card .form .form-group .dropdown-item label {
  display: block;
  position: relative;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 31px;
  font-size: 15px;
}

.card .form .form-group .dropdown-item .indicator {
  position: absolute;
  left: -4px;
  top: 1px;
  z-index: 999999;
  background: white;
}

.card .form .form-group .dropdown-item .indicator:before {
  content: "";
  border: 1px solid #D1D1D1;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  padding: 2px;
  margin-top: -5px;
  text-align: center;
  border-radius: 15px;
}

.card .form .form-group .dropdown-item input {
  margin-right: 10px;
}

.card .form .form-group .dropdown-item input:checked+.indicator:before {
  border-color: #9E52F7;
  background: #9E52F7;
  box-shadow: inset 0px 0px 0px 5px #fff;
}

.card .form .form-group .d-flex {
  align-items: baseline;
}

.card .form .form-group .d-flex .warning-icon {
  position: absolute;
  right: 11px;
  top: 40px;
}

.card .form .form-group .invalid-feedback {
  text-align: end;
  font-size: 10px;
}

.card .form .form-group .submit-btn {
  background-color: #000000;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 8px;
  font-weight: 500;
}

.card .form .form-group .submit-btn:focus {
  outline: none;
  box-shadow: none;
}

.card .form .form-group .submit-btn:hover {
  background: transparent linear-gradient(90deg, #FF5500 0%, #FFDA60 100%) 0% 0% no-repeat;
  border-radius: 12px;
}

.section2 {
  padding: 100px 0;
}

.section2 h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 57px;
  margin-bottom: 20px;
}

.section2 p {
  font-size: 18px;
  width: 90%;
}

.section2 .position-relative .position-absolute {
  top: 65px;
  width: 109px;
  right: 25px;
}

.section3 .container {
  background-image: url(https://www.animaker.com/static_2.0/img/enterprisewebinars/container-bg.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 26px;
}

.section3 .container .right-content {
  margin: 40px;
}

.section3 .container .right-content .content {
  font-weight: 500;
  font-style: italic;
}

.section3 .container .right-content .card {
  padding: 55px 34px;
  border-radius: 17px;
}

.section3 .container .right-content .card .title {
  font-size: 24px;
  font-weight: 600;
  width: 80%;
}

.section3 .container .right-content .card ul {
  padding-left: 30px;
  list-style-type: none;
}

.section3 .container .right-content .card p {
  font-size: 16px;
}

.section3 .container .right-content .card ul li {
  font-size: 16px;
  /* margin-bottom: 23px; */
  position: relative;
  color: #1D1D1D;
}

.section3 .container .right-content .card ul li::before {
  background-image: url("https://www.animaker.com/static_2.0/img/enterprisewebinars/li-icon.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-right: 15px;
  content: "";
  position: absolute;
  left: -31px;
  top: 7px;
}

.presented-by-section .container {
  border: 1px solid #D9B5FF;
  border-radius: 20px;
  padding: 53px 20px;
}

.presented-by-section .container .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.presented-by-section .container img {
  width: 125px;
  border-radius: 80%;
  height: 125px;
  object-fit: cover;
}

.presented-by-section .container .description {
  padding-left: 34px;
}

.banner-section .wrapper {
  padding: 0px 0px 30px;
}

.register-btn {
  display: block;
  width: fit-content;
}

.banner-section .date,
.banner-section .time {
  display: flex;
  align-items: center;
}

.webinar .img-part {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.banner-section .date p,
.banner-section .time p {
  color: #fff;
  margin: 0;
}

.register-form .presented-by-section .container .description {
  padding-left: 0px !important;
}

.register-form .presented-by-section .container .description h2 {
  font-size: 26px;
  color: #ffffff;
}

.register-form .presented-by-section .container .description i {
  color: #ffffff;
}

.presented-by-section .container {
  border: unset;
  padding: 0px;
}

.presented-by-section .container .description h2 {
  font-size: 34px;
  font-weight: 600;
}

.presented-by-section .container .description i {
  color: #FFA900;
  font-size: 15px;
}

.presented-by-section .container .description p {
  font-size: 15px;
  width: 74%;
  margin-top: 7px;
}

.business-section p {
  font-size: 18px;
}

.banner-section .wrapper .black-btn {
  float: left;
}

.final-section {
  background-image: url(https://www.animaker.com/static_2.0/img/enterprisewebinars/CTA\ Container@2x.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}

.final-section p {
  font-size: 18px;
  font-weight: 300;
}

footer {
  background-color: #ffffff;
  padding: 40px 0;
}

footer .content h5 {
  color: #f99420;
  font-weight: 600;
  font-size: 20px;
}

footer .content ul {
  list-style-type: none;
}

footer .content ul li {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 0;
}

footer .content ul li a {
  color: #AFAFAF;
  font-size: 15px;
  color: #8a8a8a !important;
}

footer .content ul li::before {
  display: none;
}

footer .content .small-text {
  font-size: 12px;
  color: #9aa2ad;
}

footer .content h3 {
  font-size: 45px;
  font-weight: bold;
}

footer .content .small-text span {
  color: #8c5de9;
}

footer .content h3 span{
  color: #f1821e;
}

footer .content input::-moz-placeholder {
  font-size: 14px;
}

footer .content input,
footer .content input::placeholder {
  font-size: 14px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 549px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1175px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .webinar .img-part {
    flex-wrap: wrap;
    gap: 20px;
  }

  .webinar .navbar-brand img {
    width: 25% !important;
  }

  .register-form .presented-by-section .description {
    padding-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .banner-section .division {
    padding-top: 30px;
  }

  .banner-section.webinar .black-btn {
    /* display: flex;
    justify-content: center;
    margin: 0 auto; */
    margin-left: 20px;
  }

  .presented-by-section .row.justify-center {}

  .webinar .img-part {
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
  }

  .presented-by-section .box.d-flex.flex-column.align-items-center.text-center {
    text-align: unset !important;
    align-items: unset !important;
  }

  .banner-section .wrapper .black-btn {
    float: unset !important;
  }

  .banner-section .wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    display: contents;
  }

  .webinar .navbar-brand img {
    width: 30%;
  }

  h1 {
    font-size: 35px !important;
    line-height: 43px !important;
  }

  .card {
    padding: 20px;
    margin-left: 0px;
  }

  .card h2 {
    font-size: 25px;
  }

  .card .form-group label {
    font-size: 15px !important;
    white-space: initial !important;
  }

  .card .form-group .form-control {
    font-size: 14px !important;
    height: 40px !important;
  }

  .section3 .container {
    background-image: none;
    background-color: #b5a6d8;
  }

  .section3 .container .right-content {
    margin: 17px;
  }

  .section3 .container .right-content .card {
    padding: 27px 27px;
  }

  .presented-by-section .container {
    padding: 20px;
  }

  .presented-by-section .description {
    padding-left: 21px !important;
  }

  .presented-by-section .description p {
    width: 90% !important;
  }
}

.footer-tag-title{
  color: #000!important;
}

/*# sourceMappingURL=style.css.map */