@import "theme.css";
#success-msg {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 800px;
  z-index: 100;
}

.menu-close {
  position: absolute;
  right: 10px;
  top: -10px;
  display: none;
}
.menu-close a {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.mobile-btn {
  margin: 0px 15px;
  display: none;
  font-size: 24px;
  color: var(--white);
}

.thumbnail-container {
  position: relative;
}
.thumbnail-container .img-container {
  height: 100vh;
  position: relative;
}
#video-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 35, 48, 0.9),
    rgba(9, 35, 48, 0.4)
  );
  z-index: 9;
}

.banner-heading {
  font-weight: 900;
  font-size: 48px;
  max-width: 800px;
}
.banner-heading > span {
  font-weight: 900;
}
.banner-text {
  max-width: 650px;
  color: #fff;
}

header {
  position: relative;
}
.navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 11;
}
.logo-img {
  max-width: 180px;
}
.main-menu {
  align-items: center;
}
.main-menu li {
  margin-left: 40px;
}
.main-menu a:not(.theme-btn) {
  color: #fff;
  font-weight: 700;
}
.main-menu a:hover:not(.theme-btn) {
  color: var(--accent-color);
}
.main-menu .active a {
  color: var(--accent-color);
}
.stat-wrapper .stat-icon img {
  height: 52px;
  width: 100%;
}
.stat-focus {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
}
.play-btn-wrap {
  position: relative;
}
.play-btn {
  height: 55px;
  width: 55px;
  background: var(--accent-color);
  border-radius: 50%;
  border: 4px solid var(--white);
  z-index: 10;
  transition: 0.3s;
  cursor: pointer;
}
.play-btn > i {
  font-size: 14px;
  color: var(--white);
}
.play-btn-wrap .curly-left-arrow {
  position: absolute;
  bottom: 0px;
  left: 11rem;
  height: 12vh;
}
.curly-right-arrow {
  position: absolute;
  left: -80px;
  bottom: -30px;
}

/* Empower intro content  */
.award-img {
  z-index: 10;
}
.award-img img {
  height: 100%;
}
.screenshot-img .img-container {
  height: 230px;
}
.text-icons {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.text-icons img {
  height: 42px;
  width: 42px;
}
.text-icons .text {
  font-size: 16px;
  margin-left: 15px;
}
.empower-highlights {
  margin-top: 2rem;
}
.bg-banner {
  background: var(--theme-color-dark);
  height: 350px;
}
.big-text {
  font-size: 8vw;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}
.youtube-video {
  max-width: 1000px;
  margin: -180px auto 0 auto;
}
.youtube-video iframe {
  height: 400px;
  width: 100%;
  border: 10px solid var(--white);
}
.curly-up-arrow {
  position: absolute;
  top: -50px;
  transform: rotate(-10deg);
}

/* what empower can do for you  */

.service-wrap:nth-child(odd) {
  position: relative;
  flex-direction: row-reverse;
  padding: 0 0 90px 60px;
}
.service-wrap {
  margin-bottom: 30px;
}
.service-wrap:nth-child(odd):before {
  left: 0;
  background: var(--primary-color);
  box-shadow: 0px 4px 20px rgb(8 22 46 / 25%);
}
.service-wrap:nth-child(even):before,
.service-wrap:nth-child(odd):before {
  content: "";
  position: absolute;
  height: 250px;
  width: 250px;
  bottom: 20px;
  border-radius: 50%;
}
.service-wrap:nth-child(odd) .service-content {
  padding-left: 60px;
}
.service-img .img-container {
  height: 375px;
  border-radius: 10px;
}

/* Why empower section  */
.why-us-list {
  margin-bottom: 60px;
}
.sq-icon {
  height: 55px;
  width: 55px;
  padding: 5px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -15px;
}
.sq-icon img {
  width: inherit;
}
.img-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0;
}
.img-icon-wrap .img-container {
  height: 300px;
  width: 100%;
  /* border-radius: 10px; */
}
.why-us-content {
  padding-left: 60px;
}
.why-us-list:nth-child(even) {
  flex-direction: row-reverse;
}
.why-us-list:nth-child(even) .img-icon-wrap {
  justify-content: flex-start;
}
.why-us-list:nth-child(even) .img-icon-wrap .sq-icon {
  left: -15px;
}
.why-us-list:nth-child(even) .why-us-content {
  padding-right: 60px;
  padding-left: 0;
}

#copywizard-intro {
  background: var(--light-bg);
}

/* testimonial section  */
.testimonial-grid {
  background: var(--light-bg);
  min-height: 350px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.testimonial-grid .profile {
  display: flex;
  align-items: center;
}
.testimonial-grid .profile .img-container {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.avatar-title b {
  font-weight: 700;
  font-size: 18px;
}
.bottom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-grid .quote-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: var(--theme-color);
  position: relative;
}
.testimonial-grid .quote-icon::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
}
.quote-icon i {
  color: var(--white);
  font-size: 12px;
}
.owl-carousel .owl-item.center .testimonial-grid {
  background: var(--theme-light);
}
.owl-carousel .owl-item.center .testimonial-grid .quote-icon {
  background: var(--accent-color);
}
.owl-carousel .owl-item.center .testimonial-grid .quote-icon::before {
  border: 2px dashed var(--accent-color);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--accent-color);
  width: 12px;
  height: 12px;
}

/* Brands section | Trusted By  */
.brand-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0.7;
  margin-top: 30px;
}
.brand-wrap .brand-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 15px;
}
.brand-wrap .brand-list .brand-logo img {
  height: 55px;
  filter: saturate(0);
}
.brand-wrap .brand-list .brand-name {
  max-width: 180px;
  text-align: center;
  margin-top: 15px;
}

/*Footer section  */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-cta h3 {
  color: #fff;
  font-weight: 900;
}
.footer-nav {
  color: var(--white);
  margin: 10px 0;
}
.footer-nav a {
  color: var(--white);
  font-weight: 700;
}
.footer-nav a:hover,
.copyright a:hover {
  color: var(--accent-color);
}
.copyright p,
.copyright a {
  color: var(--text-color-light);
  font-size: 14px;
}

/* About pages  */
.page-banner {
  height: 450px;
  z-index: -1;
}
.page-heading {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}
.page-heading .sub-heading {
  color: var(--accent-color);
  font-weight: 700;
}
.company-values {
  padding-top: 60px;
}
.company-values .text {
  font-weight: 900;
  font-size: 18px;
}
.values-list {
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: var(--light-bg);
}
.team {
  background: var(--white);
  margin-top: 30px;
  padding: 1rem;
}
.team .img-container {
  height: 240px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.team .img-container img {
  object-fit: cover;
}
.team-info {
  margin-top: 10px;
}
.team-info .name {
  font-size: 18px;
  font-weight: 700;
}
.team-info .position {
  color: var(--text-color);
}
.mail {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-shrink: 0;
}
.mail .mail-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px dashed var(--text-color);
  margin-right: 10px;
  flex-shrink: 0;
}
.mail .mail-icon i {
  font-size: 20px;
}
.mail a {
  font-weight: 700;
  font-size: 16px;
  color: var(--theme-black);
  word-break: break-all;
}
.mail a:hover,
.photo-credit a:hover {
  color: var(--accent-color);
}
hr {
  border-top: 3px dotted var(--text-color);
  background-color: transparent;
}
.photo-credit {
  padding-bottom: 1rem;
}

/* Contact Page  */
.contact-form {
  background: var(--light-bg);
  padding: 30px;
  margin-top: -250px;
  border-radius: 10px 10px 0 0;
}
.contact-form input,
.modal-form input,
.contact-form select {
  height: 55px;
  box-shadow: none !important;
}
.inquiry-text {
  padding-top: 50px;
}
#inquiryarea {
  display: none;
}
.info-text {
  margin-bottom: 20px;
}
.info-text .title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}
.info-text ul {
  margin-left: 1rem;
}
.info-text ul li {
  font-weight: 700;
  margin-bottom: 5px;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

/* media queries content here  */

@media only screen and (max-width: 992px) {
  .main-menu {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    background-color: var(--theme-color-dark);
    border-right: 6px solid var(--accent-color);
    height: 100%;
    z-index: index 10;
    flex-direction: column;
    transition: all linear 0.4s;
    align-items: flex-start;
  }
  .main-menu li {
    padding: 10px 0;
  }
  .menu-close {
    display: block;
  }
  .mobile-btn {
    display: block;
  }
  .img-icon-wrap {
    justify-content: center;
  }
  .sq-icon {
    right: unset;
  }
  .why-us-content {
    padding-left: 15px;
  }
  .why-us-list:nth-child(even) .img-icon-wrap {
    justify-content: center;
  }
  .why-us-list:nth-child(even) .img-icon-wrap .sq-icon {
    left: unset;
  }
  .why-us-list:nth-child(even) .why-us-content {
    padding-right: 0;
    padding-left: 15px;
  }
  .brand-wrap .brand-list .brand-logo img {
    height: 40px;
  }
  .contact-form {
    margin-top: 15px;
  }
  .copywiz-sc {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .banner-heading {
    font-size: 36px;
  }
  .ord-1 {
    order: -1;
  }
  .award-mobile {
    display: flex;
    align-items: center;
  }
  #copywizard-intro .intro {
    margin-bottom: 30px;
  }
  #copywizard-intro .screenshot-img .img-container {
    margin-bottom: 0px;
  }
  .why-us-list {
    margin-top: 0px;
  }
  .why-us-list:nth-child(even) {
    flex-direction: row;
  }
  .brand-wrap .brand-list .brand-name {
    max-width: 160px;
  }
  .brand-wrap .brand-list {
    margin: 5px;
  }
  .copywiz-sc {
    flex-direction: row;
  }
  .sc-bot {
    display: none;
  }
  .footer-cta {
    text-align: center;
  }
  .footer-right {
    align-items: center;
  }
  .footer-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .stat-wrapper .stat-icon img {
    height: 40px;
  }
  .stat-focus {
    font-size: 20px;
  }
  .bg-banner {
    height: 300px;
  }
  .curly-up-arrow {
    display: none;
  }
  .award-img {
    height: 250px;
  }
  .why-us-list {
    margin-bottom: 0px;
  }
  .testimonial-grid {
    margin-top: 15px;
  }

  .team {
    padding: 0.5rem;
  }
  .team .img-container {
    height: 200px;
  }
  .mail .mail-icon {
    height: 30px;
    width: 30px;
  }
  .mail .mail-icon i {
    font-size: 14px;
  }
  .mail a {
    font-size: 14px;
  }
  .contact-form {
    padding: 15px;
  }
  .inquiry-text {
    padding-top: 30px;
  }
  .custom-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .stat-content {
    max-width: 100px;
  }
  .team .img-container {
    height: 150px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
  }
  .thumbnail-container .img-container {
    height: 750px;
  }
}

@media only screen and (orientation: landscape) and (max-width: 992px) {
  .thumbnail-container .img-container {
    height: 650px;
    position: relative;
  }
}
