/********** CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/* start modern cards */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round");
@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");

.h3{
  margin: 0;
}

.h9 {
  margin: 0;
}

.container-1 {
  display: flex;
  gap: 150px;
  align-items: center;
  justify-content: center;
  font-family: "Varela Round", sans-serif;
  line-height: 1.5em;
}

.itemz {
  --color: rgb(246, 202, 122);
  width: 185px;
  background-color: var(--color);
  border-radius: 10px;
  padding: 10px 5px;
  box-shadow: #3c40434d 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
  position: relative;
  cursor: pointer;
}

.itemz::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  height: 80%;
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent transparent transparent var(--color);
  border-width: 40px 40px 40px 40px;
  filter: drop-shadow(5px 0 4px #00000094);
  transition: filter 0.5s;
}

.itemz:nth-child(2) {
  --color: rgb(246, 202, 122);
}

.itemz:nth-child(3) {
  --color: rgb(246, 202, 122);
}

.layer {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  border-radius: inherit;
  padding: 20px;
  box-shadow: #00000012 0px 1px 2px, #00000012 0px 2px 4px,
    #00000012 0px 4px 8px, #00000012 0px 8px 16px, #00000012 0px 16px 32px,
    #00000012 0px 32px 64px;
  position: relative;
  left: 10px;
  transition: left 1s;
  width:250px;
}

.h3 {
  font-weight: 700;
  text-align: center;
  color: var(--color);
}

.h9 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}

.p2 {
  color: #555;
  font-size: 15px;
  font-weight: bold;
}


.itemz:hover:after {
  filter: drop-shadow(5px 0 4px #0000001a);
}

.itemz:hover .layer {
  left: 50px;
}

/* end modern cards */



/*** Spinner ***/
/*** Spinner ***/
/* #spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


.loader {
    width: 150px;
    height: 150px;
    border: 1px solid #fac142;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  
  .loader::before {
    position: absolute;
    content: '';
    inset: 20px;
    border: 1px dashed #fac142;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset -5px -5px 25px darkred,
      inset 5px 5px 35px #00000040;
  }
  
  .loader::after {
    position: absolute;
    content: '';
    border: 1px dashed #fac142;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset -5px -5px 25px red,
      inset 5px 5px 35px #00000040;
  }
   */
  /* span {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-top: 1px dashed #fff;
    background: transparent;
    transform-origin: top left;
    animation: radar 2s linear infinite;
  }
  
  span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fac142;
    top: 0;
    left: 0;
    transform-origin: top left;
    transform: rotate(-55deg);
    filter: blur(30px) drop-shadow(20px 20px 20px #fac142);
  }
  
  @keyframes radar {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
   */

/**end sinner **/

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*** Navbar ***/
/* .navbar{
    display: flex;
    flex-direction: column;
    background-color:white;
    border-top: 5px solid orange;
    border-bottom: 2px solid  whitesmoke;
    width: 1250px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: blue;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
} */


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background-image: url('../img/15.JPG');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background-color:rgb(244, 240, 231);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}






.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
































/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.container-fluidk{
  background-color: rgb(82, 0, 0);
  color: whitesmoke;
  width: 1240px;
  margin-right: 5x;
  height: 690px;
} 
.container-fluid{
    background-color: rgb(82, 0, 0);
    color: whitesmoke;
} 

.both{
    display: flex;
    flex-direction: column;
}
.begin{
    display: flex;
    flex-direction: row;
    height: 115px;
    width: 1200px;
}
.int{
    height: 103px;
    width:105px;
    margin-top: 5px;
    margin-left: 5px;
}
.int2{
    height: 60px;
    margin-top: 20px;
    width: 1040px;
    margin-left: 15px;
}
.tito{
    font-size: 35px;
    margin-left: 1px;
    font-weight: bold;
    color:darkred;
    font-family: Rockwell Extra Bold;
}
.video{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.core{
    background-color: white;
    border: 2px solid darkred ;
    color: rgb(181, 70, 70);
}
.dex{
    display: flex;
    flex-direction: row;
}
body{
    background-color: #e4e4e4;
}
.card {
    position: relative;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin:  56px 24px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid darkred;
    
}

.card-image {
  width: 160px;
  height: 190px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5),
    0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-image1 {
  width: 160px;
  height: 190px;
  border-radius: 5%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5),
  0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.card-image1 img {
  width: 100%;
  transform: scale(1.2);
}

.card-image img {
    width: 100%;
    transform: scale(1.2);
}

.small {
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-align: center;
}

.name {
    margin-top: 60px;
    font-size: 1.2em;
    color: darkred;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.name1 {
  margin-top: 60px;
  font-size: 1.2em;
  color: darkred;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.name2 {
  margin-top: 60px;
  font-size: 1.1em;
  color: darkred;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    margin: 12px 8px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.4s;
}

button:hover {
    opacity: 0.8;
}

button i {
    color: #fff;
    font-size: 1.4em;
}

/* Social media colors */
button.github {
    background-color: #1da1f2;
} 

button.twitter {
    background-color: #1da1f2;
}

button.pinterest {
    background-color:#1da1f2;
} 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.prof {
    min-height: 40vh;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    /* Responsive behaviour */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
    margin-top: 0px;
} 

@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700,900");
@import url("https://use.fontawesome.com/releases/v6.5.1/css/all.css");


.page {
  position: absolute;
  width: 100%;
  height: 110%;
  z-index: 1;
  font-family: Roboto, sans-serif;
  overflow: hidden;
  margin-top: 0%;
}

.img-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  transform: translateY(20%) scale(1.6);
  z-index: -1;
  transition: transform .3s;
  animation: anim 5s alternate-reverse infinite 0s;
  height: 70%;
}

@keyframes anim {

  0% {
    transform: translateX(0%) translateY(20%) scale(1.6);
  }

  100% {
    transform: translateX(10%) translateY(25%) scale(1.6);
  }
}

header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.content {
  text-align: center;
  color: #CDD4DE;
  margin-top: 0px;
  transform: translateY(10%);
}

.h1 {
  font-size: 10em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: -10px;
  opacity: 0.6;
}

.h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
  color: rgb(198, 76, 76);
}

.fog{
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 100px;
  opacity: 0.7;
  color: rgb(247, 185, 71);
}

/*  404 page */
.end-404 {
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    font-family: Roboto, sans-serif;
    overflow: hidden;
  }
  .content {
    text-align: center;
    color: #CDD4DE;
    transform: translateY(10%);
  }
  .h1 {
    font-size: 10em;
    font-weight: 900;
    line-height: 1;
    margin-bottom: -10px;
    opacity: 0.6;
    color: whitesmoke;
  }
  
  .h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 6px;
    opacity: 0.9;
    color: darkred;
  }
  .fog{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 100px;
    opacity: 0.7;
    color: blue;
    font-weight: bold;
  }
  
  
.buttonz {
  width: 13rem;
  height: 3rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: 300% 300%;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: animGradient 5s ease infinite;
  border: double 4px transparent;
  background-image:
    linear-gradient(#212121, #212121),
    linear-gradient(137deg, #ffdb3b 10%, #FE53BB 45%, #8F51EA 67%, #0044ff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.container-stars {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  z-index: -1;
}

strong {
  z-index: 2;
  font-size: 12px;
  color: #FFFFFF;
  font-family: sans-serif;
  letter-spacing: 5px;
  text-shadow: 0 0 4px white;
}

.glow {
  width: 12rem;
  position: absolute;
  display: flex;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: animPulse 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: #fe53baa2;
}

.circle:nth-of-type(2) {
  background: #8e51eab4;
}

.stars {
  width: 200rem;
  height: 200rem;
  position: relative;
  background: transparent;
}

.stars::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10rem;
  left: -100rem;
  animation: animStarRotate 90s linear infinite;
}

.stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

.stars::before {
  content: "";
  width: 170%;
  height: 500%;
  position: absolute;
  top: 0;
  left: -50%;
  animation: animStar 60s linear infinite;
}

.stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes animGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


@keyframes animPulse {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 #000000b3;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #00000000;
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 #00000000;
  }
}

button:hover .container-stars {
  z-index: 1;
  background-color: #212121;
}

button:hover {
  transform: scale(1.1)
}

button:active {
  border: double 4px #FE53BB;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

button:active .circle {
  background: #FE53BB;
}
/*End 404 page */

/*Start trasition card */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700');

.containerp {
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

.card-wrap1 {
  margin: 10px;
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}

p {
  line-height: 1.5em;
}

.cardk {
  position: relative;
  width: 240px;
  height: 320px;
  background-color: #858282;
  flex: 0 0 240px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:
    #000000a8 0 30px 60px 0,
    inset #333 0 0 0 5px,
    inset #ffffff9f 0 0 0 6px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card-bg {
  height: 100%;
  padding: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  transition:
    1s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}

.card-info {
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  transform: translateY(40%);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-info p {
  text-shadow: black 0 2px 3px;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.card-info * {
  position: relative;
  z-index: 1;
}

.card-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, #00000099 100%);
  background-blend-mode: overlay;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.card-info h1 {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  text-shadow: #00000080 0 10px 10px;
  color: orange;
}

.card-wrap1:hover .card-info {
  transform: translateY(0);
}

.card-wrap1:hover .card-info p {
  opacity: 1;
}

.card-wrap1:hover .card-info,
.card-wrap1:hover .card-info p {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-wrap1:hover .card-info:after {
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0);
}

.card-wrap1:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}

.card-wrap1:hover .cardk {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow:
    #ffffff33 0 0 40px 5px,
    white 0 0 0 1px,
    #000000a8 0 30px 60px 0,
    inset #333 0 0 0 5px,
    inset white 0 0 0 6px;
}

/*End trasition card */

/** Start image simple gallery **/

.wrapper {
  width: 585px;
  display: grid;
  place-items: center;
  margin: 0;
}

#preview {
  width: 150%;
  box-sizing: border-box;
  border: 15px solid #d8dee6;
  margin-bottom: 10px;
}

.thumbnails {
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.thumbnail {
  width: 100px;
  cursor: pointer;
  box-sizing: border-box;
  height: 70px;
}

.thumbnail.active {
  height: 70px;
}

.thumbnail:hover {
  transform: scale(1.1);
}

/** End image simple gallery **/


/** Clubs **/
.wrap {
  width: 25rem;
}

.paper {
  position: relative;
  padding: 2em 4rem;
}

.paper:after {
  content: " ";
  width: 100%;
  background: #fff;
  z-index: -1;
  position: absolute;
  inset: 0;
  box-shadow:
    0px 0px 0px 1px #fff,
    1rem 1rem 8rem #ccc inset;
  filter: url(#waves);
}

.paper h1{
  color: #000;
  color: #c00;
  font-family: "Pirata One", system-ui;
}

.paper p {
  font-size: 1.2rem;
  color: #222;
  font-family: Times;
  
}

.paper p:first-letter {
  color: black;
  font-size: 3rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-right: 0.1rem;
  vertical-align: bottom;
}
/** End Clubs **/

@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Yomogi&display=swap');

.bdy {
  height: 90vh;
  margin: 0;
  display: grid;
  place-items: center;
  border: 5px solid red;
  background: linear-gradient(to bottom right, #ad5389, #3c1053);
}

* {
  box-sizing: border-box;
}

:root {
  --background: #f9d877;
}

.folder {
  width: 50rem;
  scrollbar-height: none;
  border: 5px solid blue;
  margin-top: 2px;
}

.tab {
  background: var(--background);
  border: 2px solid;
  border-radius: 6px 6px 0 0;
  border-width: 2px 0 0;
  font-family: "Patrick Hand";
  text-transform: uppercase;
  line-height: 0.8;
  display: inline-block;
  margin-left: -35px;
  filter: drop-shadow(0px -3px 2px #0000000d);
  position: relative;
  margin-right: 4rem;
  white-space: nowrap;
  cursor: pointer;
}

.tab:focus {
  outline: none;
}

.tab:focus span {
  border-bottom: 2px solid;
  border-radius: 0;
}

.tab:first-of-type {
  margin-left: 30px;
}

.tab div {
  z-index: 10;
  background: var(--background);
  padding: 6px 0;
  position: relative;
}

.tab span {
  z-index: 5;
  color: #fff;
  display: inline-block;
  border: 2px solid transparent;
  padding: 6px 15px 6px;
  border-radius: 5px;
  position: relative;
  font-size: 140%;
  min-width: 6rem;
}

.tab:before,
.tab:after {
  content: "";
  height: 100%;
  position: absolute;
  background: var(--background);
  border-top: 2px solid;
  border-radius: 8px 8px 0 0;
  width: 30px;
  top: -2px;
}

.tab:before {
  right: -16px;
  transform: skew(25deg);
  border-radius: 0 8px 0 0;
  border-right: 2px solid;
}

.tab:after {
  transform: skew(-25deg);
  left: -16px;
  border-radius: 8px 0 0 0;
  border-left: 2px solid;
}

.tab.active {
  z-index: 50;
  position: relative;
}

.tab.active span {
  background: white;
  box-shadow: 0 2px 3px #0000001a;
  border-radius: 5px;
  color: black;
}

.content {
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.content__inner:first-child {
  display: block;
}

.content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
}

.content__inner {
  z-index: 5;
  font-family: "Yomogi", sans-serif;
  font-size: 120%;
  display: none;
  background: var(--background);
  border-radius: inherit;
  padding: 1rem;
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 0 1.5px black;
}

.page1 {
  padding: 0.5rem 1.5rem;
  border-radius: 2px;
  min-height: 20rem;
  line-height: 160%;
  background-color: #f9f9f9;
  filter: drop-shadow(0px 1px 3px #00000026);
  background-image: linear-gradient(#e4e4e4 1px, transparent 1px);
  background-size: 8% 8%, 2px 2px;
}

.tabs {
  padding: 2rem 0 0 0;
  width: 100%;
  margin: 0 0.5rem;
  overflow-x: auto;
  width: calc(100% - 1rem);
  white-space: nowrap;
}


.tab:nth-of-type(1),
.content__inner:nth-of-type(1) {
  --background: #af4d98;
}

.tab:nth-of-type(2),
.content__inner:nth-of-type(2) {
  --background: #d66ba0;
}

.tab:nth-of-type(3),
.content__inner:nth-of-type(3) {
  --background: #e5a9a9;
}

.tab:nth-of-type(4),
.content__inner:nth-of-type(4) {
  --background: #6cb6bb;
}

.tab.active span {
  border: 2px solid;
}

.tab:not(.active) {
  border-bottom: 2px solid;
}

.tab:not(.active):before,
.tab:not(.active):after {
  box-shadow: 0 1.5px 0 black;
}

.contentr {
  top: -2px;
  left: -2px;
}
.fox{
  font-size: 17px;
  font-weight: bolder;
}
.foxx{
  font-size: 15px;
  font-weight: bolder;
}
.foxk{
  font-size: 16px;
  font-weight: bold;
}
.fox6{
  font-size: 17px;
  font-weight: bolder;
  color: #000;
}
.fox1{
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
}
.fox2{
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  color: blue;
}


    /* Faq Styles */
   
    
    .faq-container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .faq-container h2 {
      text-align: center;
      color: orange;
      font-weight: bolder;
    }

    .faq-item {
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 10px;
    }
    
    .faq-question {
      background-color: #f1f1f1;
      padding: 10px;
      cursor: pointer;
      font-weight: bolder;
      color: blue;
    }
    
    .faq-answer {
      padding: 10px;
      display: none;
      background-color: #fafafa;
      font-weight: bold;
      color: #000;
    }

    .faq-answer ul {
      margin: 0;
      padding-left: 20px;
    }
  .cv-both{
    display: flex;
    flex-direction: row;
    margin-top: 0px;
  }
  .cv-both2{
    display: flex;
    flex-direction: row;
    margin-top: 0px;
  }
  .arrow-container {
    display: flex;
    justify-content: center; /* Center the arrows */
    align-items: center;
    gap: 20px; /* Space between arrows */
  }
  
  .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px; /* Fixed width for uniformity */
    height: 50px; /* Fixed height for uniformity */
    font-size: 24px; /* Increase font size for visibility */
    text-decoration: none;
    border-radius: 50%; /* Make them circular */
    color: #fff; /* White text color */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
  }
  
  .back {
    background-color: #8B0000; /* Dark red */
  }
  
  .next {
    background-color: #1E90FF; /* Blue */
    
  }
  
  .arrow:hover {
    opacity: 0.8; /* Slightly fade on hover */
  }
