/* Imports */

  @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=Montserrat:ital,wght@0,400;0,500;0,600;0,800;1,300&family=Poppins:ital,wght@0,400;0,600;1,200;1,300&display=swap');

  /* Tags */

  body::-webkit-scrollbar {
     display: none;  /* Chrome, Safari and Opera */

  }

body {
    margin: 0;
    font-family: 'Montserrat';
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: rgb(15, 15, 15);
}

img{
    max-width: 110%;
}

hr {
    border-width: 3px;
    border-radius: 10px;
    color: rgb(255, 0, 0);
    margin-top: 3rem;
    box-shadow: 0px 0px 10px red;
}

h1 {
    font-family: 'Montserrat';

    color: white;
    font-size: 10.5em;
}

h2  {
    color: black;
    font-size: 5.5rem;
    font-weight: 700;
}

h3 {
    font-family: 'Montserrat';
    letter-spacing: 0.4rem;
    color: white;
}

h4 {
    font-size: 2.5em;
    color: white;
}

h5 {
    font-size: 2rem;
     font-weight: 600;
}

h6 {
    color: white;
    font-family: 'Montserrat';
}

span {
    color: Red;
}
/* IDs */


/* Class */

    /* title */

.mt-6 {
    margin-top: 6rem;
}

.container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.container-1 {
    width: 100%;
    height: 800px;
}

.title
{
    position: absolute;
    margin-top: 30%;
}

    /* intro */

.about {
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
    background: linear-gradient(black, rgb(15, 15, 15));
}

.about-p-1 {
    letter-spacing: 0.5rem;
}

.about-p {
    font-size: 1.3em;
    width: 80%;
    text-align:center;
    letter-spacing: 0.2rem;
    line-height: 2;
}

.title-1 {
    margin-top: 20rem;
}

.content-1 {
    width:25%;
    margin-top: 6rem;
}

.content-2 {
    width:25%;
    margin-top: 15rem;
    margin-left: 25rem;
}

.card {
    border-color: rgb(52, 49, 49);
    border-radius: 0px;
    border-width: 5px;
}

.card-img-top {
    border-radius: 0px;
}

.box {
    position: absolute;
    width: 50%;
    height: 550px;
    margin-top: 10rem;
    background-color: transparent;
    border-style: solid;
    border-width: 0.6rem;
    border-color: rgb(52, 49, 49);
    z-index: -1;
}

/* .container-2   {
    width: 100%;
    height: 800px;
    margin-top: 0;
    background-image: url("Imports/wallpaperflare.com_wallpaper (7).jpg");
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.container-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
}

.content-3 {
    width: 90%;
    gap: 5rem;
    background-color: rgb(15, 15, 15);
}

.program-title {
}

.program-left {
    color: white;
    line-height: 1.5;
}


.program-left-p {
    width: 110%;
    margin-left: -5%;
    color: rgb(230, 230, 230);
    font-size: 1.1rem;
}

.program-left-join{
    margin-top: 2rem;
}

.bgred {
    color: white;
    background-color: red;
    font-size: 1rem;
}

.stripes {
    margin-left: 2rem;
    width: 80%;
    height: 500px;
    background: repeating-linear-gradient(
  45deg,
  red,
  red 5px,
  rgb(15, 15, 15) 5px,
  rgb(15, 15, 15) 15px
);
}


.chris {
    width: 100%;
    height: 500px;

    margin-top: 1rem;
    margin-left: -2rem;

    box-shadow: 0px 0px 20px  black;
    border-radius: 2px;
}



.white {
    align-self: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(15, 15, 15), rgb(20, 20, 20));
}

.content-4{

    width: 100%;
    height: 100%;
    margin-bottom: 3rem;
    gap: 4rem;
    
}

/* .certified {
    width:5rem;
    height: 5rem;
}

.certified-t {
    margin-top: 2rem;
}

.exp {
    font-size: 4.5rem;
    color: white;
}

.plus
{
    font-size: 3rem;
}

.exp-t {
    margin-top: 1.9rem;
    width: 80%;
    margin-left: 10%;
}

.certified-t {
    width: 80%;
    margin-left: 10%;
} */


.content-5 {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(20, 20, 20), rgb(25, 25, 25));
}

.feedback {
width: 60%;
height: 350px;
background-color: rgb(25, 25, 25);
padding-left: 2rem;
margin-left: 20%;
margin-bottom: 10rem;
margin-top: 10%;
}

.profile {
    margin-left: -7rem;
}

.contact {
    margin: 0;
    width: 100%;
    height: 100%;
}

.quest {
    justify-content: end;
}



@media only screen and (max-width: 1000px) {
    .title {
       font-size: 6rem;
    }

    .stripes {
        display: none;
    }
    .pic {
        display: none;
    }

    .feedback {
        width: 70%;
        margin-left: 15%;
    }




  }

  @media only screen and (max-width: 770px){
     

    .insta{
        justify-content: center;
    }

    .quest {
        justify-content: center;
    }


  }


@media only screen and (max-width: 700px) {
   
    .title {
       font-size: 4rem;
    }

    .feedback {
        width: 80%;
        margin-left: 10%;
    }


    .about-p {
        font-size: 0.9rem;
    }


  }

  @media only screen and (max-width: 500px) {

    .content-4 {
        display: inline-flex;
        width: 100%;
        gap: auto;
    }

    .feedback {
        width: 90%;
        height: 400px;
        margin-left: 5%;
    }

    .title {
        font-size: 5em;
        margin-top: 5.1em;
    }

    img {
        max-width: 350%;
    }


    @media only screen and (max-width: 470px) {

        .title {
            font-size: 3.8em;
            margin-top: 7.1em;
        }
    }


  }


  .pic {
    width: 400px;
    height: 600px;
  }
