html,
body {
  margin: 0;
  padding: 0;
  height: 70%;
  background-image: url("./assets/img/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header {
  width: 100%;
  height: 40%;
}

section.about {
  width: 100%;
}

.wrapper {
  min-height: 100%;
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body {
  display: block;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

header .main-menu .navigation {
  float: right;
  z-index: 1;
  padding-left: 100px;
  font-weight: 500;
}

.about .main-menu .navigation {
  float: right;
  z-index: 1;
  padding-left: 100px;
  font-weight: 500;
}

.main-box .logo-box {
  position: relative;
  display: block;
  float: left;
  padding: 30px 30px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.main-box .logo-box .logo {
  position: relative;
  display: block;
}

.main-box .logo-box .logo img {
  position: relative;
  display: block;
  width: 180px;
  z-index: 1;
}

.dest-section h3 {
  padding: 0 0 2rem 0;
}

.about-section .title-box {
  text-align: center;
  position: relative;
  display: block;
  padding: 30px 30px 20px 30px;
  height: 120px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(194, 124, 172, 0.3);
  border-radius: 20px 20px 20px 20px;
}

a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0 0;
  text-align: center;
  padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  color: #ffffff;
  line-height: 1.33em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 2rem;
  padding-right: 2rem;
  margin: auto;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 30px;
  padding: 11px 25px 11px;
  color: #ff3b94;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background: none;
  border: 1px solid #ff3b94;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-one i {
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  padding-left: 12px;
  line-height: 30px;
  z-index: 1;
}

.btn-style-one i.fa,
.btn-style-one i.far {
  position: relative;
  top: 1px;
  padding-left: 18px;
  font-size: 18px;
}

.btn-style-one i img {
  position: relative;
  max-height: 12px;
}

.btn-style-one:hover {
  color: white;
  background: #ff3b94;
  border-color: #ff3b94;
}

.btn-style-two {
  position: relative;
  display: block;
  vertical-align: top;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  padding: 11px 25px 11px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background: #ff3b94;
  border: 1px solid #ff3b94;
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 1rem;
  width: 25rem;
}

.btn-style-two span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-two i {
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  padding-left: 12px;
  line-height: 30px;
  z-index: 1;
}

.btn-style-two i.fa,
.btn-style-two i.far {
  position: relative;
  top: 1px;
  padding-left: 18px;
  font-size: 18px;
}

.btn-style-two i img {
  position: relative;
  max-height: 12px;
}

.btn-style-two:hover {
  color: #ffffff;
  background: none;
  border-color: #ffffff;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #ff3b94;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

.team-section {
  position: relative;
  padding: 50px 0px;
}

.team-block-one {
  position: relative;
  margin-bottom: 30px;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0px 0px;
  border-radius: 8px 8px 0 0;
}

.team-block-one .image-box {
  position: relative;
}

.team-block-one .image-box .image {
  position: relative;
  overflow: hidden;
}

.team-block-one .image-box .image img {
  position: relative;
  width: 50%;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block-one .inner-box:hover .image img {
  transform: scale(1.05, 1.05);
}

.team-block-one .lower-box {
  position: relative;
  display: block;
  padding: 30px 100px 30px 30px;
  height: 120px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(194, 124, 172, 0.3);
  border-radius: 20px 20px 20px 20px;
}

.team-block-one h4 {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.team-block-one h4 a {
  color: #ffffff;
}

.team-block-one h4 a:hover {
  color: #ff3b94;
}

.team-block-one .class {
  position: relative;
  color: #ffffff;
  margin-top: 5px;
}

.team-block-one .social {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 60px;
  height: 60px;
}

.team-block-one .social-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border-radius: 3px;
}

input[type="radio"] {
  display: none;
}

.background {
  background-color: rgba(194, 124, 172, 0.3);
  width: 50%;
  padding: 50px 50px 100px 50px;
  border-radius: 40px 40px 40px 40px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

#question-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5%;
}

#question-container form label {
  margin: 2px 0;
  padding: 11px 25px 11px;
}

.question-and-choices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.choices {
  flex: 1;
}

.gif-container {
  margin-left: 20px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  max-width: 80%;
}

.round-mask {
  border-radius: 50%;
  overflow: hidden;
}

.gif-container img {
  max-width: 100%;
  height: 200px;
}
