
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  /*font-family: "Poetsen One", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: "Winky Rough", sans-serif;
  /*font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;*/
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #2b2424;
}

/* global styles */
html,
body {
  background-image: url(../images/Untitled\ design\ \(1\).jpg);
  background-repeat: repeat;
  background-size: contain;
  font-family: "Winky Rough", sans-serif;
  color: #000;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ffbcc7;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #e80087;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff6c85;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #e80087;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #ffbcc7;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #e80087;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

/* Preloader */
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #000 0%, #3d052c 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
header 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo img{
  width: auto;
  height: 80px;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #e80087 !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #e80087 !important;
}

.background-header .nav li a.active {
  color: #e80087 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: auto;
  height: 80px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
  color: #e80087;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #000;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #e80087;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #e80087;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #e80087;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #e80087;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* Home */
#welcome {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 105vh;
  margin-top: -10vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 55%;
  transform: translateY(-60%);
  text-align: left;
  width: 100%;
}

.welcome-area .header-text .left-text {
  align-self: center;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #e80087;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

.welcome-area img{
  width: auto;
  height: 600px;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    margin-top: 80px;
    /*top: 55% !important;
    transform: perspective(1px) translateY(-60%) !important;*/
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    color: #fff;
    margin-bottom: 30px;
  }
  .welcome-area .header-text img {
    width: auto;
    margin-bottom: 30px;
    height: 350px;
    margin-top: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 30px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 55% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  
}

.vision-section {
  padding: 60px 30px;
  text-align: center;
}

.vision-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vision-img {
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}

.vision-text {
  max-width: 500px;
  text-align: left;
}

.highlight {
  color: #bd3995;
  font-weight: 600;
}

.btn-pink {
  background: #ff4ecb;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.btn-pink:hover {
  background: #ff2baa;
}

@media (max-width: 992px) {
  .vision-content {
    flex-direction: column;
    text-align: center;
  }

  .vision-img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
  }

  .vision-text {
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .vision-text h2 {
    font-size: 1.8rem;
  }

  .vision-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .btn-pink {
    font-size: 15px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .vision-section {
    padding: 40px 15px;
  }

  .vision-img {
    display: none;
  }

  .vision-text h2 {
    font-size: 1.5rem;
  }

  .vision-text p {
    font-size: 0.95rem;
  }

  .btn-pink {
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 20px;
  }
}

.objectives-section {
  text-align: center;
}

.objective-container{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}

.objective-img {
  max-width: 900px;
}

.objective-container img {
  width: 100%;
  height: auto;
}
.objectives-flex {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;

}

.objective-card {
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  flex: 1 1 250px;
  color: #333;
  border-radius: 10px;
  text-align: left;
}

.objective-card:nth-child(1) {
  background: linear-gradient(to bottom, #FF91A7, #ffffff);
  box-shadow: 10px 10px 7px 0px rgba(207,123,99,0.75);
  -webkit-box-shadow: 10px 10px 7px 0px rgba(207,123,99,0.75);
  -moz-box-shadow: 10px 10px 7px 0px rgba(207,123,99,0.75);
}

.objective-card:nth-child(2) {
  background: linear-gradient(to bottom, #add8e6, #d8b4f8);
  box-shadow: 10px 10px 7px 0px rgba(99,194,207,0.75);
  -webkit-box-shadow: 10px 10px 7px 0px rgba(99,194,207,0.75);
  -moz-box-shadow: 10px 10px 7px 0px rgba(99,194,207,0.75);
}

.objective-card:nth-child(3) {
  background: linear-gradient(0deg, rgba(255, 216, 168, 1) 0%, rgba(216, 180, 248, 1) 57%);
  box-shadow: 10px 10px 7px 0px rgba(185,99,207,0.75);
  -webkit-box-shadow: 10px 10px 7px 0px rgba(185,99,207,0.75);
  -moz-box-shadow: 10px 10px 7px 0px rgba(185,99,207,0.75);
}

.objective-card:nth-child(4) {
  background: linear-gradient(to bottom, #ffd8a8, #ffffe0);
  box-shadow: 10px 10px 7px 0px rgba(207,164,99,0.75);
-webkit-box-shadow: 10px 10px 7px 0px rgba(207,164,99,0.75);
-moz-box-shadow: 10px 10px 7px 0px rgba(207,164,99,0.75); 
}

.objective-card:nth-child(5) {
  background: linear-gradient(0deg, rgba(247, 180, 248, 1) 0%, rgba(173, 216, 230, 1) 54%);
  box-shadow: 10px 10px 7px 0px rgba(207,99,151,0.75);
  -webkit-box-shadow: 10px 10px 7px 0px rgba(207,99,151,0.75);
  -moz-box-shadow: 10px 10px 7px 0px rgba(207,99,151,0.75);
}

.objective-card:hover {
  transform: translateY(-8px);
}

.objective-card img{
  width: 60px;
  height: auto;
}
.objective-card:nth-child(3) i {
  color: #00a2ff;
  font-size: 35px;
}
.objective-card:nth-child(5) i {
  color: #b700ff;
  font-size: 35px;
}

@media (max-width: 992px) {
  .objective-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  .objective-img {
    max-width: 100%;
    margin-top: 20px;
  }

  .objectives-flex {
    justify-content: center;
  }

  .objective-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .objective-card {
    flex: 1 1 100%;
    padding: 15px;
  }

  .objective-card h3 {
    font-size: 1.2rem;
  }

  .objective-card p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .objective-card img {
    width: 50px;
  }

  .objective-card i {
    font-size: 30px !important;
  }

  .objective-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .objective-section {
    padding: 20px 10px;
  }

  .objective-card {
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .objective-card h3 {
    font-size: 1rem;
  }

  .objective-card p {
    font-size: 0.9rem;
  }

  .objective-card img {
    width: 40px;
  }
}



/* About */

/*#about {
  padding: 0;
}

#about  .container img{
  width: 100%;
  height: 100%;
}

#about .right-text {
  align-self: center;
}

#about .right-text p {
  margin-bottom: 40px;
}

#about2 {
  display: flex;
  padding: 30px;
}

#about2 .right-image {
  align-self: baseline;
}

#about2 .right-image img{
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

#about h5,
#about2 h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#about h6,
#about2 h6 {
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  color: #e80087;
  background-color: #3d052c;
  width: fit-content;
  margin-bottom: 10px;
  transform: rotate(-3deg);
  border: 1px solid #3d052c;
  box-shadow: 5px 5px 4px 2px rgba(232,0,135,0.75);
-webkit-box-shadow: 5px 5px 4px 2px rgba(232,0,135,0.75);
-moz-box-shadow: 5px 5px 4px 2px rgba(232,0,135,0.75);
}

#about p,
#about2 p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  
}

#about2 ul li img {
  display: inline;
  float: left;
  width: 60px;
}

#about2 {
  padding: 0;
  
}

#about2 ul li .text {
  margin-left: 80px;
}

#about2 ul li .text h6 {
  padding: 2px;
  font-size: 21px;
  font-weight: 500;
  color: #e80087;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  #about {
    padding: 20px 0px 120px 0px;
  }
  #about2 #img1{
    display: none;
  }
}

@media (max-width: 890px) {
  #about2 #img1{
    display: none;
  }
}*/
/* Features */
#Features h1{
  text-align: center;
  margin: 25px;
}

#Features .Features-wrapper{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  gap: 15px;
}

#Features .Features-wrapper .service{
  max-width: 300px;
  border-radius: 15px;
  transform: translateY(-8px);
  box-shadow: 10px 10px 5px 0px rgba(168,54,135,0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(168,54,135,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(168,54,135,0.75);
  background-color: rgb(255, 207, 255);
}

#Features .Features-wrapper .service img{
  margin: 10px 0;
}

#Features .Features-wrapper .service h3{
  color: #e80087;
  font-size: 20px;
  margin-bottom: 10px;
}

#Features .Features-wrapper .service p{
  margin-bottom: 20px;
}

@media only screen and (max-width: 1114px){
  #Features .Features-wrapper .service{
    flex-grow: 1;
    flex-basis: 0px;
  }
}
@media only screen and (max-width: 884px){
  #Features .Features-wrapper{
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  #Features .Features-wrapper .service{
    max-width: 90%;
  }
}

/* Blogs */
/* Section Title */
#Blogs {
  margin-bottom: 20px;
 }
 #Blogs h1 {
   text-align: center;
   margin: 40px 0 30px;
   font-size: 36px;
 }
 
 /* Flex container */
 .blogs-main-flex {
   display: flex;
   gap: 20px;
   padding: 0 30px;
   flex-wrap: wrap;
 }
 
 /* Columns */
 .blogs-column {
   flex: 1;
   position: relative;
   overflow: hidden;
   padding: 20px;
   
 }
 
 .blog-section {
  background: linear-gradient(to bottom, #f0fff4, #c6f6d5); /* light green tones */
  border-radius: 25px 25px 25px 25px;
  box-shadow: 10px 10px 6px 0px rgba(56, 161, 105, 0.6);
}
 
 .news-section {
   background: linear-gradient(to bottom, #dbeafe, #bfdbfe);
   border-radius: 100px 25px 25px 25px;
   -webkit-border-radius: 100px 25px 25px 100px;
   -moz-border-radius: 100px 25px 25px 25px;
   box-shadow: 10px 10px 6px 0px rgba(79,159,204,0.75);
   -webkit-box-shadow: 10px 10px 6px 0px rgba(79,159,204,0.75);
   -moz-box-shadow: 10px 10px 6px 0px rgba(79,159,204,0.75);
 }
 .events-section {
   background: linear-gradient(to bottom, #fde2e4, #fbcfe8);
   border-radius: 25px 25px 100px 25px;
   -webkit-border-radius: 25px 100px 100px 25px;
   -moz-border-radius: 25px 25px 100px 25px; 
   box-shadow: 10px 10px 6px 0px rgba(204,79,139,0.75);
   -webkit-box-shadow: 10px 10px 6px 0px rgba(204,79,139,0.75);
   -moz-box-shadow: 10px 10px 6px 0px rgba(204,79,139,0.75);
 }
 
 /* Subtitle */
 .blogs-subtitle {
   font-size: 28px;
   color: #000;
   
   position: relative;
   
   z-index: 3;
   transform: rotate(-10deg);
   border-radius: 10px;
   box-shadow: 10px 10px 7px 0px rgba(82,6,46,0.75);
   -webkit-box-shadow: 10px 10px 7px 0px rgba(82,6,46,0.75);
   -moz-box-shadow: 10px 10px 7px 0px rgba(82,6,46,0.75);
   width:90px;
   justify-self: center;
   margin-bottom: 25px;
   text-align: center;
 }

 .news-title{
    background-color: #d69bd1;
    left: 10%;
 }

 .blog-title {
  background-color: #81e6d9;
  transform: rotate(-10deg);
  left: 20%;
  transform: translateX(-50%) rotate(-10deg);
}
 
 .events-title {
   left: auto;
   left: 10%;
   transform: rotate(-10deg);
   background-color: #d4b674;
 }
 
 /* Horizontal blog box */
 .Blogs-wrapper-horizontal {
   display: flex;
   gap: 20px;
   align-items: flex-start;
   margin-bottom: 30px;
   border-bottom: 4px dashed #dc70db;
 }
 
 /* Image styling */
 .blog-img img {
   width: 180px;
   height: 120px;
   object-fit: cover;
   border-radius: 10px;
 }
 
 /* Text section */
 .blog-text {
   flex: 1;
 }
 
 .blog-text h3 {
   font-size: 22px;
   margin-bottom: 10px;
   color: #e80087;
 }
 
 .blog-text p {
   font-size: 16px;
   margin-bottom: 8px;
 }
 
 .blog-text a p {
   color: #e80087;
   text-decoration: underline;
   font-style: italic;
 }
 
 /* Responsive styles */
 @media (max-width: 992px) {
   .blogs-main-flex {
     flex-direction: column;
     margin: 0;
   }
 
   .Blogs-wrapper-horizontal {
     flex-direction: column;
     align-items: center;
     text-align: center;
   }
 
   .blog-img img {
     width: 100%;
     height: auto;
   }
 
   .blog-text {
     width: 100%;
   }
 }
 
 @media (max-width: 576px) {
   #Blogs {
     padding: 0;
     margin: 0;
   }
 
   #Blogs h1 {
     font-size: 28px;
   }
 
   .blogs-subtitle {
     font-size: 22px;
   }
 
   .blog-text h3 {
     font-size: 20px;
   }
 
   .blog-text p {
     font-size: 15px;
   }
 
   .news-section {
     border-radius: 25px 25px 25px 25px;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
   }
   .events-section {
     border-radius: 25px 25px 25px 25px;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
   }
 }


/*Programs*/
#Programs h1{
  text-align: center;
  margin: 25px;
}

#Programs .Programs-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.Programs-wrapper:nth-child(2) {
  background: linear-gradient(to bottom, #a1c4fd, #c2e9fb);
}

.Programs-wrapper:nth-child(3) {
  background: linear-gradient(to bottom, #fbc2eb, #a6c1ee);
}

.Programs-wrapper:nth-child(4) {
  background: linear-gradient(to bottom, #ff9a9e, #fad0c4);
}

.Programs-wrapper:nth-child(5) {
  background: linear-gradient(to bottom, #ffecd2, #fcb69f);
}

.Programs-wrapper:nth-child(6) {
  background: linear-gradient(to bottom, #fed6e3, #fcb3d3);
}

#Programs .Programs-wrapper .Program{
  width: 600px;
  height: 100%;
  padding: 20px;
}

#Programs .Programs-wrapper .Program img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#Programs .Programs-wrapper .Program h2{
  color: #e80087;
  font-size: 25px;
}

#Programs .Programs-wrapper .Program p{
  font-size: 16px;
  font-weight: 400;
  margin: 10px;
}

#Programs .Programs-wrapper .Program a p{
  color: #e80087;
  text-decoration: underline;
  font-style: italic;
}

/* Team */
#team {
  position: relative;
  padding: 120px 0px 90px 0px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgb(0, 0, 0)),
    color-stop(0%, rgb(198, 0, 139)),
    color-stop(100%, rgb(0, 0, 0))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139)
    rgb(0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80087', endColorstr='#e80087', GradientType=1 );
}

#team h1{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  top: 0;
  margin-bottom: 60px;
}

.team-member {
  cursor: pointer;
  display: block;
  background: #000;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

@media screen and (max-width: 920px) {
  .team-member {
    margin: 0px 30px !important;
  }
}

a.main-button:hover {
  background-color: #e80087;
}

.team-member .profile {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 200px;
  height: 200px;
  line-height: 100px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.team-member .profile img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-member .member-title {
  font-weight: 500;
  font-size: 18px;
  color: #fdaaf9;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.team-member .member-position{
  font-weight: 400;
  font-size: 18px;
  color: #ff2ef5;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.team-member p {
  font-weight: 400;
  font-size: 13px;
  color: #ffff;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.team-member a.main-button {
  margin-top: 30px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  margin-top: 60px;
  text-align: center;
  align-self: center;
}

.owl-carousel button.owl-dot span {
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0px 5px;
}

.owl-carousel button.active span {
  width: 8px;
  height: 8px;
  padding-top: 1.5px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  right: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  top: 32%;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  left: -80px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
}

@media screen and (max-width: 1320px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/* FAQs */

#frequently-question {
  padding: 120px 0px;
}

#frequently-question .section-heading p {
  margin-bottom: 80px;
}

#frequently-question .left-text {
  align-self: center !important;
}

#frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
  font-style: oblique;
  font-weight: bold;
}

#frequently-question .left-text span a {
  font-weight: 500;
}

@media (max-width: 765px) {
  #frequently-question .left-text {
    margin-bottom: 60px;
  }
}

.accordions {
  background-color: #f7f7f7;
}
.accordion-head {
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #0088e8;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

/* Contact */

#contact-us .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-us .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-field {
  background-color: rgba(250, 250, 250, 0.3);
}

.contact-form {
  padding: 100px;
  background: rgb(198, 0, 139);
  background: -moz-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgb(0, 0, 0)),
    color-stop(0%, rgb(198, 0, 139)),
    color-stop(100%, rgb(0, 0, 0))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgb(0, 0, 0) 0%,
    rgb(198, 0, 139) 0%,
    rgb(0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80087', endColorstr='#e80087', GradientType=1 );
}

@media (max-width: 765px) {
  .contact-form {
    padding: 60px;
    margin-top: -7px;
  }
}

.contact-form form input,
.contact-form form textarea {
  color: #fff;
  font-size: 14px;
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

form input[type="submit"] {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #ffbcc7;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

form input[type="submit"]:hover{
  background-color: #e80087;
}

.contact-form form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form form ::-webkit-input-placeholder {
  color: #fff;
}

.contact-form form :-ms-input-placeholder {
  color: #fff;
}

.contact-form form ::placeholder {
  color: #fff;
}

/* Footer */
footer {
  background-color: #fff;
  padding: 60px 0px;
}

footer .social {
  overflow: hidden;
  text-align: right;
}

footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #e80087;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #ffbcc7;
  color: #e80087;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin-top: 15px;
  }
}

.fas.fa-arrow-up {
  font-size: 14px;
  color: #ffffff;
}

#backToTop {
  position: fixed;
  bottom: 60px;
  height: 40px;
  right: 2px;
  background-color: #e80087;
  border: none;
  width: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
}

#backToTop.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}


