/* 
    Theme Name: Social Wizards
    Author: Hamza Seo Solutions
    Version: 1.0
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.btn-area {
  background-color: #b90edf;
  padding: 6px 40px 6px 10px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
  text-align: start;
  width: fit-content;
  border-radius: 100px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  transition: all ease 0.3s;
  gap: 20px;
}

.btn-area:hover {
  color: #fff;
  transform: translate(0px, -10px);
  box-shadow: 0px 10px 25px 0px rgba(224, 87, 255, 0.31);
}

.btn-area span {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.btn-area .btn-text {
  display: flex;
  flex-direction: column;
}

.main-header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-header .logo img {
  width: 400px;
}

.banner-sec {
  padding: 160px 0 30px;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background-position-y: -3px;
}

.banner-sec .row {
  align-items: center;
}

.banner-sec .image {
  text-align: center;
}

.banner-sec .image img {
  width: 500px;
}

.banner-sec .content {
  margin-bottom: 30px;
}

.banner-sec .content h1 {
  color: #fc3792;
  margin-bottom: 20px;
  font-weight: 800;
}

.banner-sec .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.banner-sec .content p {
  font-size: 25px;
  color: #fff;
}

.our-philosophy {
  padding: 100px 0;
}

.our-philosophy .total-revenue {
  text-align: center;
}

.our-philosophy .total-revenue .row {
  margin-top: 30px;
}

.our-philosophy .total-revenue h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.our-philosophy .total-revenue h1 {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff0098;
}

.our-philosophy .total-revenue .item {
  text-align: start;
  background: #170d3c;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.our-philosophy .total-revenue .item h3 {
  color: #fff;
}

.our-philosophy .row {
  align-items: center;
}

.our-philosophy .content h1 {
  font-weight: 800;
  font-size: 35px;
}

.our-philosophy .content p {
  font-size: 18px;
}

.our-philosophy .content h4 {
  font-size: 20px;
  font-weight: bold;
}

.sec-advertising {
  padding: 100px 0;
  background-size: 100% 100% !important;
  background-position-y: -3px;
  background-repeat: no-repeat;
}

.sec-advertising .row {
  align-items: end;
}

.sec-advertising .content h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.sec-advertising .content h1 {
  color: #fc3792;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 35px;
}

.sec-advertising .content p {
  font-size: 20px;
  color: #fff;
}

.sec-advertising .content-right h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}

.sec-advertising .content-right h5 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.sec-advertising .content-right p {
  color: #fff;
}

.sec-advertising .content-right ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sec-advertising .content-right ul li {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.sec-advertising .content-right ul li img {
  width: 25px;
  margin-right: 10px;
}

.sec-brands {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  background-image: url(../images/banner/banner-bg-3.png);
}

.sec-brands .brand-container {
  width: 50%;
}

.sec-brands .title {
  text-align: center;
  margin-bottom: 40px;
}

.sec-brands .title h1 {
  font-weight: 700;
  font-size: 50px;
}

.sec-brands .brands-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec-brands .brands-logo .image {
  flex: 0 0 33.33%;
  text-align: center;
  margin-bottom: 30px;
}

.sec-brands .brands-logo .image a:hover img {
  filter: grayscale(1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.sec-brands .brands-logo .image img {
  width: auto;
  border-radius: 100%;
  transition: all ease 0.3s;
}

.team-sec {
  padding: 100px 0;
  background-size: 100% 100% !important;
  background-position-y: -3px;
  background-repeat: no-repeat;
}

.team-sec .team-members {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team-sec .team-members .item {
  flex: 0 0 50%;
  text-align: center;
  margin-bottom: 30px;
}

.team-sec .image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 100%;
  margin: 0 auto;
  border: 5px solid #610a33;
  margin-bottom: 20px;
}

.team-sec .team-members .item .name h3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.team-sec .team-members .item .name span {
  color: #fc3792;
  font-weight: 600;
  font-size: 20px;
}

.team-sec .team-content h1 {
  color: #fff;
  color: #fc3792;
  font-weight: 600;
  margin-bottom: 30px;
}

.team-sec .team-content p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.schedule-sec {
  padding: 100px 0;
}

.schedule-sec .schedule-content .image img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  border-radius: 100%;
  border: 5px solid #610a33;
  margin-bottom: 20px;
}

.schedule-sec .schedule-content h3 {
  color: #fc3792;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.schedule-sec .schedule-content h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

.schedule-sec .schedule-content p {
  font-size: 20px;
}

.schedule-sec .schedule-content ul {
  margin-top: 20px;
}

.schedule-sec .schedule-content ul li {
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 17px;
  justify-content: center;
}

.schedule-sec .schedule-content ul li i {
  color: #fc3792;
}

.schedule-sec .schedule-content a {
  margin: 0 auto;
  margin-top: 30px;
}

.case-study {
  padding: 60px 0;
  background-size: 100% 100% !important;
  background-position-y: -3px;
  background-repeat: no-repeat;
}

.case-study .row {
  justify-content: center;
  align-items: center;
}

.case-study .title {
  text-align: center;
  margin-bottom: 40px;
}

.case-study .title h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.case-study .title h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fc3792;
}

.case-study .image img {
  width: 100%;
}

.case-study .content p {
  font-size: 22px;
}

.case-study .content a {
  background-color: #fc3792;
  text-transform: uppercase;
}

.main-footer {
  padding: 100px 0;
  background-size: 100% 100% !important;
  background-position-y: -3px;
  background-repeat: no-repeat;
}

.main-footer .row {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.main-footer .footer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.main-footer .footer-title h1 {
  color: #fc3792;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-footer .footer-title p {
  color: #fff;
  font-size: 22px;
}

.main-footer .footer-logo img {
  width: 280px;
  margin-bottom: 10px;
}

.main-footer .footer-logo p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.main-footer .footer-logo p b {
  font-weight: bold;
}

.main-footer .footer-logo p a {
  color: #fff;
  text-decoration: none;
}

.main-footer .footer-logo p:last-child {
  margin-top: 5px;
}

.schedule-sec .row {
  justify-content: center;
  text-align: center;
}
