/*Founder Section*/
.founder {
  background-image: url(../img/bg-image.jpg);
  background-image: cover;
}

.founder .bg {
  background-color: rgb(255 255 255 / 28%);
}

.founder .title {
  text-align: center;
}

.founder .head {
  padding: 35px;
  margin: 0 200px;
  text-align: center;
}

.cardF {
  padding: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}


.box .image .title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.box .image .title {
  text-align: center;
  font-size: 20px;
}

.founder .content-message {
    width:50%;
}



.founder .box {
    display:flex;
}

.founder .box .image {
  margin-top: 25px;
  transition: all 0.3s ease;
  width: 50%;
  height: auto;
}

.founder .title h1 {
    font-size:1rem;
}
.founder .title h6 {
    font-size: 0.8rem;
}

.founder .image-social {
    width: 35%;
    padding-left:50px;
}

.content-message .header {
    margin-bottom:20px;
}

.content-message .header h3 {
    font-size: 25px;
}

.content-message .message {
    font-size:18px;
}

.founder .content-about {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff21;
    border-radius: 30px;
}

.founder .content-about .md-p {
    font-size:15px;
}

.founder .content-about h1 {
    font-size: 25px;
}


.box .image img {
    border-radius:50%;
  width: 100%;
}

.box .content {
  text-align: justify;
  height: auto;
  margin: 25px 0;
}

/*DMK_DVK Section*/

.dmk img {
  width: 100%;
}

.dmk h1::before,
.dmk h1::after {
  content: "";
  position: absolute;
  width: 50px; /* Adjust the width of the shadow */
  height: 50px; /* Adjust the height of the shadow */
  background: rgba(102, 249, 244, 0.5); /* Adjust shadow color and opacity */
  border-radius: 50%; /* Creates a circular shadow */
  z-index: -1; /* Ensure shadow appears behind text */
}
.dmk h1::before {
  top: -10px; /* Adjust distance of the shadow from the top of the text */
  left: -10px; /* Adjust distance of the shadow from the left of the text */
}
.dmk h1::after {
  bottom: -10px; /* Adjust distance of the shadow from the bottom of the text */
  right: -10px; /* Adjust distance of the shadow from the right of the text */
}
.dmk h1 {
  position: absolute;
  font-family: "Poppins";
  z-index: 2;
  font-size: 100px;
  right: 10%;
  top: 50%;
  color: white;
}

.MD .box {
    display: flex;
    justify-content: space-evenly;
    height: 80%;
}
.mobile-view {
  display: none;
}

.founder .md-p {
  color: white;
  font-size: 20px;
}

.founder .bg .main {
  padding: 72px 0;
}

/*MD Section*/
.MD {
  background-image: url(../img/MD_bg.jpg);
  background-size: cover;
}

    .MD .md-p {
        font-family: "Nunito";
        color: #284978;
        font-size: 15px;
        width: 100%;
        text-align: justify;
        padding-right: 30px;
        line-height:1.25rem;
    }

    .MD .content-about {
        display: flex;
        background: #579ce761;
        border-radius: 20px;
        margin: 0;
        margin-bottom: 50px;
        padding:50px;
    }

    .MD .title h1 {
        font-size:1.2rem;
    }
    .MD .title h6 {
        font-size: 0.8rem;
    }

.MD .head {
  padding: 50px;
  margin: 0 200px;
  text-align: center;
}

.MD .social-image h1{
    font-size:25px;
}

.MD .box .image {
  margin-top: 25px;
  transition: all 0.3s ease;
  width: 50%;
  height: auto;
}

/*Respnosive*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .dmk img {
        width: 100%;
    }

    .founder .head {
        padding: 0;
        margin: 0;
    }

    .founder .box {
        display: block;
    }

    .founder .box .image {
        width: auto;
    }

    .founder .image-social{
        width:100%;
        padding:0;
    }

    .founder .content-message {
        width:100%;
        text-align:justify;
    }

    .founder .md-p {
        font-size: 1rem;
    }

    .founder .bg .main {
        padding: 72px 0 0 0;
    }

    .MD .head {
        margin: 0;
        padding: 45px 0 0 0;
    }

    .MD .box {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .MD .box .image {
        width: auto;
    }

    .MD .md-p {
        font-size: 1rem;
    }

    .box .image img {
        margin-left: 20px;
        border-radius: 50%;
        width: 90%;
    }

    .cardF {
        background-color: rgb(255 255 255 / 89%);
    }

    .MD .content-about {
        display:block;
    }



   
}


@media only screen and (min-width: 769px) {}

