@font-face {
  font-family: f1;
  src: url(../font/CabinetGrotesk-Regular.otf);
}

@font-face {
  font-family: f2;
  src: url(../font/CabinetGrotesk-Medium.otf);
}

@font-face {
  font-family: f3;
  src: url(../font/CabinetGrotesk-Bold.otf);
}

@font-face {
  font-family: f5;
  src: url(../font/BarlowSemiCondensed-Bold.ttf);
}

@font-face {
  font-family: f6;
  src: url(../font/BarlowSemiCondensed-SemiBold.ttf);
}

ul {
  list-style: none !important;
  padding-left: 0 !important;
}

a {
  text-decoration: none !important;
  font-family: "f1" !important;


}

p {
  line-height: 30px;
  font-size: 16px;
  font-family: "f1" !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

h1 {
  font-family: "f6" !important;
  font-size: 40px !important;
  color: #d81b60;
}

h2 {
  font-family: "f6" !important;
  font-size: 40px !important;
}

h3 {
  font-family: "f6" !important;
}

h4 {
  font-family: "f5" !important;
}

h5 {
  font-family: "f6" !important;
}

strong {
  font-size: "f6" !important;
}

.w-90 {
  width: 90%;
  margin: auto;
}

.w-82 {
  width: 82%;
  margin: auto;
}

.d-flex-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.d-flex-jb-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.d-flex-jr-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.d-flex-js-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.d-flex-ac {
  display: flex;
  align-items: center;
}

.d-flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.position-relative {
  position: relative;
}

/* nav */
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-evenly !important;
}

.navbar {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  color: white;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navbar .logo {
  font-size: 1.5em;
  font-weight: bold;
}

.navbar .menu {
  display: flex;
  align-items: center;
}

.navbar .dropdown {
  margin-right: 20px;
  position: relative;
}

.navbar .dropdown:last-child {
  margin-right: 0;
}

.navbar a {
  text-decoration: none;
  color: rgb(35, 35, 35);
  font-size: 14px !important;
  font-family: "f1" !important;
}

.navbar a:hover {
  color: #d81f65;
}

.dropdown-icon {
  margin-left: 5px;
  font-size: 0.9em;
}


.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  color: black;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  white-space: nowrap;
  width: auto;
  min-width: 200px;
}

.dropdown-content a {
  display: block;
  padding: 8px 12px;
  margin-bottom: 5px;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.mobile-logo {
  display: none;
}

.desktop-logo {
  display: block;
}

.backna_aca {
  background-color: #333;
}

.second_nav ul {
  margin: 0% !important;
  padding: 0% !important;
}

.second_nav {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "f2";
  font-size: 14px;
}

.second_nav a.dropdown-item {
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "f1" !important;
  font-size: 14px !important;
}

.second_nav a.dropdown-item:hover {
  color: white;
  background-color: #ed1164;
  transform: scale(1.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.desktop-logo{
  margin-right: 100px;
}



/* banner start */
.banner_main {
  width: 100%;
  min-height: 500px;
  padding: 20px;
  background: url(../images/topbg.jpg) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ban_img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 4px;
  background-color: rgba(231, 0, 255, 0.25);
  backdrop-filter: blur(8px);
}

.ban_cnt {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}

.ban_cnt h2 {
  font-size: 52px;
  color: #ffffff;
  font-family: "f4", sans-serif;
}

.ban_cnt p {
  margin: 15px 0;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
}

.btn_div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn_main, .btn_contact {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
  border: 1px solid #e100ff;
  color: #ffffff;
}

.btn_main:hover, .btn_contact:hover {
  background-color: #e100ff;
  color: #fff;
}

.arrow_div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background-color: #e100ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.arrow_div img {
  width: 20px;
}

.carousel-control-next, .carousel-control-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50% !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  z-index: 5;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

button {
  background-color: #d81b60;
  background-position: center;
  border-radius: 2px;
  border: none;
  color: white;
  cursor: pointer;
  font-family: Arial;
  font-size: 30px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: background 0.8s;
  margin-top: 20px !important;
}

button:hover {
  background: #4c0831;
}

button:active {
  background-color: #4c0831;
  background-size: 100%;
  transition: background 0s;
}

/* banner end */

/* goblecounts */
.globle_count {
  padding: 10px 0px;
}

.gol_img p {
  font-size: 14px;
}

/* goblecounts */
/* threecourse */


.three_course {
  background-color: #fff5dc;
  padding-top: 20px;
}

.three_course {
  width: 100%;
  text-align: center;
}




.course_going {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px;
  margin-top: 15px;

}

.course_going .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  background: white;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.course_going .card:hover {
  height: 380px;
}

.course_going .card .img-box {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 220px;
  background: #333;

  overflow: hidden;
  transition: 0.5s;
}

.course_going .card:hover .img-box {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.course_going .card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course_going .card .content {
  position: absolute;
  top: 252px;
  width: 100%;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}

.course_going .card:hover .content {
  top: 130px;
  height: 250px;
}

.course_going .card .content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr);
}

.course_going .card .content p {
  color: #333;
  font-size: 1rem;
}

.course_going .card .content a {
  position: relative;
  top: 15px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  background: var(--clr);
  color: white;
  font-weight: 500;
}

.course_going .card .content a:hover {
  opacity: 0.8;
}

/* threecourse end */

/* why start */
.why_appw-card {
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  height: 100%;
  transition: 0.3s;
  max-width: 90%;
}

.why_appw-card:hover {
  box-shadow: 1px 10px 16px 0 rgba(0, 0, 0, 0.3);
}

.card-title {
  text-align: center;
  color: #666666;
  font-weight: bold;
  font-size: 1.5em;

}

.card-text {
  font-weight: 500;
  color: #66686b;
  text-align: center;
  font-size: 1em;
}

.card-image {
  text-align: center;
  margin: 5vh 0;
}

.title-heading {
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;
}

/* why end  */

/* ourstudnet start */
.home-demo {
  padding: 10px;
}

.owl-carousel .item {
  padding: 0;
  text-align: center;
}

.owl-carousel .item img {
  width: 80%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}



.owl-nav {
  display: none;
}

.owl-dot {
  display: none;
}

.home-demo {
  border-top: 3px solid #d24b9c;
  border-bottom: 3px solid #d24b9c;
}

/* why end */

/*  our award */
.wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.new {
  max-width: 300px;
  min-height: 200px;
  background: #ffffff;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFF;
  margin: 20px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.new:hover {
  box-shadow: 1px 10px 16px 0 rgba(0, 0, 0, 0.3);
}

/* award end */


/* footer div */
/* General Reset */

a {
  text-decoration: none;
  outline: none;
  color: #000000;
  transition: color 0.2s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #000000;
}


img {
  max-width: 100%;
  height: auto;
}

/* Footer Section */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.footer-section {
  border-top: 2px solid #d24b9c;
}

.company-footer-contact-list a {
  color: #ed1164;
}


.footer-section::before {
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
}

.footer-section::after {
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
}

.footer-top {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-top p,
.company-footer-contact-list li {
  color: #000000;
}

.company-footer-contact-list {
  margin-top: 10px;
}

.company-footer-contact-list li {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
}

.footer-top .site-logo {
  margin-bottom: 25px;
  display: block;
  max-width: 170px;
}

.widget-title {
  color: #d81b60;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.courses-link-list li {
  margin-top: 20px;
}

.courses-link-list li a {
  color: #000000;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "f1" !important;
}

.courses-link-list li a:hover {
  color: #d81b60;
}

.footer-top .small-post-title a {
  color: #000000;
  font-weight: 400;
}

.small-post-item .post-date {
  color: #d81b60;
  margin-bottom: 3px;
}

.small-post-list li {
  margin-top: 30px;
}

.news-letter-form {
  margin-top: 15px;
}

.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  border: none;
}

.news-letter-form input[type="submit"] {
  width: auto;
  background-color: #d81b60;
  padding: 9px 30px;
  border-radius: 5px;
  color: #000000;
  margin-top: 10px;
  border: none;
}

.footer-bottom {
  padding: 13px 0;
  border-top: 2px solid #d24b9c;
}

.copy-right-text {
  color: #000000;
}

.copy-right-text a {
  color: #d81b60;
}

.terms-privacy li {
  display: inline;
  margin-left: 30px;
}

.terms-privacy li a {
  color: #000000;
  position: relative;
}

.terms-privacy li a::after {
  content: '-';
  color: #000000;
  position: absolute;
  top: 0;
  right: -18px;
}

.terms-privacy li+li a::after {
  display: none;
}

/* lastowlstart */

.all-banner-slide {
  width: 100%;
  height: 100%;
}

.single-banner-slide {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.single-banner-slide img {
  max-width: 100%;
  height: auto;
}

/* Hide Owl Carousel Dots */
.owl-dots {
  display: none !important;
}



/* About us page */


.about-section .content-column {
  margin-top: 40px;
  margin-bottom: 40px;
}



.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #d81b60;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.html) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}



.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(../../../i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d81b60;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #d81b60;
  font-family: 'Arimo', sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {

  padding-bottom: 20px;
}

.sec-title .title {
  position: relative;
  color: #d7a449;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}

/* profile */
.box-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px !important;
  width: 300px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: .3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 6px solid #ddd;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}

.single-box:nth-child(1) .img-area {
  background-image: url(../images/Ar.-Chamraj-Principal-Architect-Art-Architecture-246x300.jpg);
}

.single-box:nth-child(2) .img-area {
  background-image: url(../images/Arie-Purushu-Fashion-Designer-Blogger.jpg);
}

.single-box:nth-child(3) .img-area {
  background-image: url(../images/Lokesh-Kumar-Film-Producer-Director-300x285.jpg);
}

.single-box:nth-child(4) .img-area {
  background-image: url(../images/Rajesh-300x300.jpg);
}

.single-box:nth-child(5) .img-area {
  background-image: url(../images/Solomon-238x300.jpg);
}

.single-box:nth-child(6) .img-area {
  background-image: url(../images/meenu.jpg);
}

.single-box:nth-child(7) .img-area {
  background-image: url(../images/akasa.jpg);
}

.single-box:nth-child(8) .img-area {
  background-image: url(../images/saravana.jpg);
}

.single-box:nth-child(9) .img-area {
  background-image: url(../images/pooja.jpg);
}

.header-text {
  font-size: 24px;
  font-weight: 500px;
  line-height: 48px;
}

.img-text h3 {
  margin: 10px 0;
}

.img-text p {
  font-size: 15px;
  font-weight: 400px;
  line-height: 30px;
}

.single-box:hover {
  background-color: #d81b60;
  color: #fff;
}

.single-box:hover .line {
  background-color: #fff;
}


/* about us end */



/*  start */
.breadcrumb-area {
  width: 100%;
  height: 200px;
  padding: 20px;
  background: url(../images/topbg.jpg) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.breadcrumbf-area {
  width: 100%;
  height: 300px;
  padding: 20px;
  background: url(../images/ramp_fashion.png) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.breadcrumbg-area {
  width: 100%;
  height: 300px;
  padding: 20px;
  background: url(../images/ramp_graphic.png) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.breadcrumbi-area {
  width: 100%;
  height: 300px;
  padding: 20px;
  background: url(../images/ramp_interior.png) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nav-btn {
  display: none;
}
/*start portfolio*/
.portfolio{
  margin-top: 20px;
  background: #f7f7f7;
}
.portfolio p{
  color: rgba(255,255,255,.6);
  margin: 20px 40px;
  letter-spacing: 1px;
  line-height:1.5em;
}

/*start tabs*/
.portfolio input[type="radio"]{
  display: none;
}
.portfolio .tabs label{
  display: inline-block;
  color: #3f4244;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 18px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  font-family: "f6";
}
.portfolio .tabs .all{
  display: none;
  transform-origin: 10% 50%;
}
.portfolio .tabs .content {
  margin-bottom: 29px;
  position: relative;
  overflow: hidden;
}
.portfolio .tabs .content img {
  height: 300px;
  width: 300px;
}
.portfolio .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.portfolio input[id="all"]:checked ~ .content .all{
  display: block;
  animation: animateTabe 1s;
}




/* .portfolio input[id="interiorDesign"]:checked ~ .content .interiorDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="fashionDesign"]:checked ~ .content .fashionDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="graphicDesign"]:checked ~ .content .graphicDesign{
  display: block;
  animation: animateTabe 1s;
}
.portfolio input[id="vibe"]:checked ~ .content .vibe {
  display: block;
  animation: animateTabe 1s;
} */




.portfolio input[type="radio"]:checked + label{
  background-color: transparent;
  border: 1px solid #ed1164;
  cursor: default;
  font-size: 14px;
  font-family: "f6";
}


.classic-list{
  list-style-type: none;
}


/*  end */


/* contact */

.over_conus {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #f2f2f2;
}

.contact-form {
  width: 80vw;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 50px 0;
}

.contact-form>* {
  width: 50%;
}

.contact-form .first-container {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../images/contact_imag.jpg") center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form .first-container .info-container div {
  margin: 24px 0;
}

.contact-form .first-container .info-container div h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}

.contact-form .first-container .info-container div:first-of-type p {
  max-width: 260px;
  color: #ededed;
}

.contact-form .first-container .info-container div p {
  font-size: 16px;
  line-height: 1.6;
  color: #ed1164;
}

.contact-form .second-container {
  padding: 30px;
}

.contact-form .second-container h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form .second-container form {
  display: flex;
  flex-direction: column;
}

.contact-form .second-container form .form-group {
  margin-bottom: 10px;
}

.contact-form .second-container form .form-group * {
  min-height: 55px;
  /* border: 1px solid #e6e6e6;
  padding: 0 20px; */
}

.contact-form .second-container form .form-group label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: -1px;
}

.contact-form .second-container form .form-group:first-of-type input {
  width: 100%;
  margin-right: -5px;
}

.contact-form .second-container form .form-group input {
  width: 100%;
  font-size: 15px;
  margin-top: -2px;
}

.contact-form .second-container form .form-group input::placeholder,
.contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}

.contact-form .second-container form .form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  padding: 10px 20px;
  margin-top: -1px;
}

.contact-form .second-container form button {
  width: 200px;
  height: 50px;
  background: #ed1164;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}

.contact-form .second-container form button:hover {
  background: #333;
}



/* three course button */
.tr_button {
  background-color: #d81b60;
  margin: 20px 0px 20px 0px;
}


/* fashionpahge */
.ban_section img {
  width: 80%;
}

.ban_section {
  text-align: center;
}

.cont_form {
  text-align: center;

}

.contact_header h1 {
  font-family: "f3";
  font-size: 30px;
  color: #0C2773;
}

.contact_card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
  height: 100%;
}

.contact_icon {
  background: #ffda30;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.contact_con h2 {
  font-size: 20px;
  font-family: "f3";
}

.contact_con p {
  margin-bottom: 8px;
}

.contact_con a {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000 !important;
}



.cont_form {

  text-align: center;
  background: #7757a0;
  width: 100%;
  height: 500px;
  margin-left: 20px;
  padding: 40px;
  border-radius: 10px;

}

.cont_form h3 {
  font-family: "f3";
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.field label {
  font-family: "f2";
  margin-bottom: 15px;
}

.field .form-control {
  padding: 8px !important;
  border: 1px solid #878787 !important;
  font-size: 15px !important;
  margin-bottom: 15px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #c9c9c9;
}

.contact_map h1 {
  font-family: "f3";
  font-size: 30px;
  color: #0C2773;
  text-align: center;
  margin-bottom: 20px;
}

.org_btn button {
  margin: 10px 0px;
  padding: 10px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff !important;
  border-radius: 5px;
  display: inline-block;
  font-family: "f5";
  background: #000;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border: 0 !important;
  font-family: "f2";
}

/* below form */


.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 20px;
}

.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #1a1a1a;

  overflow: hidden;

  position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.ag-courses-item_title {
  min-height: 87px;

  overflow: hidden;

  font-weight: bold;
  font-size: 28px;
  color: #FFF;

  z-index: 2;
  position: relative;
}

.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}

.ag-courses-item_date {
  font-family: "f5";
  color: #f22c78;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}




/* mdfashion */
.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}




.tabBlock-tab {
  background-color: #fff;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #b5a8c5;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.tabBlock-tab:last-of-type {
  border-right-style: solid;
}

.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.tabBlock-tab::before {
  background-color: #b5a8c5;
  left: -2px;
  right: -2px;
  top: -2px;
}

.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}

.tabBlock-tab.is-active {
  position: relative;
  color: #975997;
  z-index: 1;
}

.tabBlock-tab.is-active::before {
  background-color: #975997;
}

.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 1.25rem;
}

.tabBlock-pane> :last-child {
  margin-bottom: 0;
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin-top: 20px;
  gap: 15px;
}

.customm-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  height: 50px;
  font-size: 14px;
  font-family: "f2";
  color: #fff;
  background-color: #212121;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  transition: background-color 0.3s, transform 0.2s;
}

.customm-button:hover {
  background-color: #ed1164;
}

.customm-button:active {
  transform: scale(0.95);
}

.cust-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 250px;
  height: 50px;
  font-size: 14px;
  font-family: "f2";
  border: 1px solid #ed1164;
  border-radius: 5px;
  cursor: pointer;
  padding: 20px;
  transition: background-color 0.3s, transform 0.2s;
}


/* popup */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  width: 70%;
  max-width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}

.popup-close:hover {
  color: #f00;
}

.popup-content h2 {
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
}

.form-group {
  margin-bottom: 10px;
  text-align: left;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.submit-btn {
  width: 100%;
  padding: 8px;
  background-color: #2a2a2a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.submit-btn:hover {
  background-color: #d81b60;
}




/* whatapp */

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
}


.whatsapp-icon:hover {
  transform: scale(1.1);
}


.whatsapp-icon img {
  width: 50px;
  height: 50px;
}

