 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

@keyframes fadeUp{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientMove {
    to{
        background-position: 200%;
    }
}

@keyframes typing {
    from{width: 0;}
    to {width: 19ch;}
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.gradient-text {
    background: linear-gradient(90deg, rgb(75, 41, 114), rgb(100, 3, 119), rgb(221, 3, 148));
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s linear infinite;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 8s ease-out forwards;
}

.typing {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 1px solid black;
    animation: typing 4s steps(19) forwards, blink 2s infinite;
}


 body { background-color: rgba(200, 251, 255, 0.144);
    margin: 0;
    padding: 0;
}

.logo {
    width: 140px;
    height: 120px;
    margin-left: 30px;    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: scroll;
    height: 150px;
    border-bottom: solid;
    border-color: #96028f;
    top: 0;
    left: 0;
    right: 0;
}
.hamburger {
    display: none; /* Hide it on desktop */
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.items {
    margin: 0 15px;
}

.items a {
    text-decoration: none;
    color: #96028f;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto, sans-serif;
}


.items a:hover {
    background-color:#96028f ;
    color: rgb(255, 255, 255);
}
.connect-btn {
    background-color: #96028f;
    color: rgb(255, 255, 255);
    border: none;
    margin-right: 30px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.connect-btn:hover{
background-color: #ffffff;
border: solid;
border-color: #96028f;
}

.connect-btn a{
    color: #ffffff;
    text-decoration: none;
}

.connect-btn a:hover {
    color: #96028f;
}


.content1 {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.container1 {
  margin-top: 50px;  
  padding: 15px;
  text-align: center;
  height: 350px;
}
.container1 h1 {
    font-size: 55px;
    color: #4B0082;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

.container1 p{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgb(31, 0, 20);
    margin-bottom: 50px;
}

.learn-btn {
    background-color: #96028f;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.learn-btn:hover {
    background-color: #41013d;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.learn-btn a{
    text-decoration: none;
    color: #ffffff;
    font-family: Sora, sans-serif;
    font-weight: bold;
}

.partner-btn {
    background-color: #96028f;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 60px;
}

.partner-btn:hover {
    background-color: #41013d;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 60px;
}
.partner-btn a{
    text-decoration: none;
    color: #ffffff;
    font-family: Sora, sans-serif;
    font-weight: bold;
}

.content1-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position:center;
    margin-top: 85px;
    
}
.content2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background-color: #220022;
    margin-top: 100px;
    height: 280px;
    box-shadow: #00000048 0px 4px 4px;
    
}

.container2 {
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    height: 100px;
}

.container2 h4 {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    font-family: Sora, sans-serif;
    margin: 0;
}

.container2 p{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgb(238, 238, 238);
}

.content3 {
    width: 100%;
    height: 1300px;
    background: linear-gradient(rgba(150, 196, 248, 0.8), rgba(73, 1, 80, 0.644)), url(img/hh.jpeg);
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
}

.content3 h2 {
    color: #220022;
    font-family: Sora, sans-serif;
}

.card1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}

.card {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    width: 650px;
    height: 200px;
    border-radius: 5px;
    padding-right: 10px;
    box-shadow: #0000000c 0px 2px 2px;
}
.cardo {
    display: flex;
    justify-content: center;
    padding-right: 50px;
    padding-left: 30px;
    align-items: center;

}

.content4 {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    background-color: #220022;
    height: 600px;
}

.container4 {
  margin-top: 15px;  
  padding: 15px;
  text-align: start;
  height: 350px;
}

.write {
    font-size: 20px;
    color: #f9f9f9;
    font-family: Sora,sans-serif;
    font-weight: 500;
    line-height: 20px;
}

.write1 {
    font-size: 25px;
    color: #f9f9f9;
    font-family: Sora,sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.write2 {
    font-size: 14px;
    color: #f9f9f9;
    font-family: montserrat,sans-serif;
    font-weight: 400;
    line-height: 20px;
}
.write3 {
    font-size: 20px;
    color: #f9f9f9;
    font-family: Sora,sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.write4 {
    font-size: 14px;
    color: #f9f9f9;
    font-family: Sora,sans-serif;
    font-weight: 400;
    line-height: 20px;
    list-style-type: square;
}

.start-btn {
    width: 140px;
    margin-top: 60px;
    padding: 10px;
    border-radius: 35px;
    border-style: none;
}

.start-btn a{
    text-decoration: none;
    color: #41013d;
    font-family: Sora, sans-serif;
    font-weight: bold;
}
.content5 {
    width: 100%;
    height: 700px;
    margin-top: 50px;
}
.container5 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 350px;
}

.grid-item1 {
  grid-row: span 2;
  background-image: url(img/bsd.jpg);
  background-size: cover;
  color: white;
  padding: 20px;
  border-radius: 20px;
}

.grid-item {
  background: #220022;
  padding: 20px;
  border-radius: 10px;
}

.consult-btn {
    margin-top: 420px;
    margin-left: 200px;
    padding: 10px;
    width: 180px;
    background-color: #ffffff;
    border: #220022 solid 2px;
    border-radius: 5px;
}

.consult-btn:hover {
    margin-top: 420px;
    margin-left: 200px;
    padding: 10px;
    width: 180px;
    background-color: #220022;
    border: #220022 solid 2px;
    border-radius: 5px;
}
.consult-btn a{
    text-decoration: none;
    color: #220022;
    font-family: Sora, sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.consult-btn a:hover {
    text-decoration: none;
    color: #ffffff;
    font-family: Sora, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.content6 {
    margin-top: 20px;
    background: linear-gradient(rgba(1, 28, 58, 0.8), #220022b6), url(img/bg.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

.container6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container6 h1 {
    margin-top: 100px;
    font-size: 50px;
    color: #ffffff;
}
.client-operational {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.client {
    width: 500px;
    height: auto;

}
.operational {
    width: 500px;
}

.sect {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.details {
    background-color: #e1e1e1;
    height: auto;
    padding: 5px;
    color: #220022;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    border: #000000 solid 1px;
    border-radius: 5px;
}
.footer{
    display: flex;
    flex-direction: column;
    background-color: #0b010c;
    width: 100%;
    height: 650px;
}

.footer-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.foot {
    width: 450px;
    height: 300px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
    margin-left: 40px;
}

.svg-icon {
    width: 40px;
    height: 40px;
    fill: #967f01;
}

.svg-icon:hover {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.concluding{
    background-color: #e1e1e1;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-top: #967f01 solid 4px;
}
.qlinks{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    list-style: none;
}

.qlinks a{
    text-decoration: none;
    color: #000000;
}

.qlinks a:hover {
    text-decoration: none;
    color: #967f01;
}

.copyright{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
}

.copy{
    width: 450px;
    margin-left: 33px;
}
.bobby {
    text-decoration: none; 
    color: #220022; 
    font-size: 14px;
}
.bobby:hover {
    text-decoration: none; 
    color: #967f01; 
    font-size: 14px;
}
.fb-icon {
    width: 40px;
    height:40px;
    fill: #061069;
}

.fb-icon:hover {
    width: 40px;
    height:40px;
    fill: #000000;
}

.ig-icon {
    width: 40px;
    height:40px;
    fill: #a1017f;
}

.ig-icon:hover {
    width: 40px;
    height:40px;
    fill: #000000;
}

.ln-icon {
    width: 40px;
    height:40px;
    fill: #4581f0;
}

.ln-icon:hover {
    width: 40px;
    height:40px;
    fill: #000000;
}

.about-content1 {
    height: 450px;
    background: linear-gradient(rgba(115, 173, 240, 0.8), rgba(0, 0, 0, 0.932)), url(img/pkk.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.about-container1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-container1 h1{
    margin-top: 100px;
    font-size: 60px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(68, 0, 68);
}

.about-container1 h5{
    margin-left: 75px;
    margin-right: 75px;
    font-size: 15px;
    line-height: 25px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(255, 255, 255);
}

.about-content2{
    height: auto;
    margin-top: 60px;
    text-align: start;
}
.about-container2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right:20px ;
}

.bc2 {
    border-radius: 10px;
    height: 200px;
    width: 350px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(14, 1, 88, 0.1)
}

.bc2:hover {
    border: solid 3px rgb(255, 255, 255);
    border-radius: 10px;
    height: 200px;
    width: 350px;
    background-color: #220022;
    text-align: center;
    color: white;
}

.bc2 h2{
    font-family: sora, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #220022;
}


.bc2 p{
    font-family: montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #220022;
}

.bc2:hover h2{
    color: white;
}
.bc2:hover p{
    color: white;
}

.about-content3 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    background:linear-gradient(rgba(115, 173, 240, 0.8), rgba(0, 0, 0, 0.8)), url(img/kpk.jpeg);
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.about-card1 h2 {
    margin-top: 80px;
    font-size: 30px;
    color: #3b0033;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.about-card1 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.cardbout {
    display: flex;
    flex-direction: row;
    height: 500px;
    width: 1000px;
    background: #ffffffbb;
    margin-bottom: 60px;
    border-radius: 10px;
}

.cardib{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 40%;
    background: url(img/godwin.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cardib1{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 40%;
    background: url(img/kike.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.cardib2{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 40%;
    background: url(img/zinom.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rite{
    font-family:Roboto, sans-serif ;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.rite1{
    font-family:montserrat, sans-serif ;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.rite2{
    font-family:Sora, sans-serif ;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px;
}

.division{
    background-color: #220022;
    width: 100%;
    height: 85px;
    text-align: center;
    color: white;

}

.cardic {
    width: 60%;
    text-align: center;
    


}

.about-content4 {
    height: 1050px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;


}

.divi{
    width: 50%;
    height: 100%;
    background: url(img/knh.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divi1 {
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

.diva {
    background-color: rgb(0, 0, 0);
    width: 80%;
    height: 200px;
    margin-left: 85px;
    border-radius: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.drama {
    background-color: #030000;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.drama1 {
    width: 40%;

}
.drama2 {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.star {
    width: 20px;
    height: 20px;
    fill: #fdfdfd;
}
.contact-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    background-color: #dddcdc41;
    text-align: left;
}

.didid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.didid h3{
    height: 100vh;
    font-family: Sora, sans-serif;
    font-weight: bolder;
    font-size: 40px;
    margin-top: 120px;
    color: #220022;
}
.contact-content1 {
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    text-align: center;
}
.kala {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kala h4{
    height: 100vh;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-top: 120px;
    color: #220022; 
}
.contact-content2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    height: 1000px;
    }

.contact-div {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    gap: 25px;
}

.divine {
    width: 350px;
    height: 250px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    border: #220022 solid 1px;
    box-shadow: 10px, 20px, 50px, rgba(0, 0, 0, 0.651);
}

.divine h2{
    font-size: 20px;
    font-family: sora, sans-serif;
    font-weight: 800;
    color: #4B0082;
}

.divine h3{
    font-size: 17px;
    font-family: sora, sans-serif;
    font-weight: 400;
    color: #220022;
}
.divine p{
    font-size: 15px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    color: #220022;
}

.mailus {
    width: 150px;
    height: 40px;
    background-color: #220022;
    border-style: none;
    border-radius: 5px;

}
.mailus:hover{
    background-color: #967f01;
}
.mailus a{
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
}
.contact-div1 {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.contact-div1 h2{
    font-family: Sora, sans-serif;
    font-weight: bolder;
    font-size: 30px;
    color: #220022;
}

.contact-div1 p{
    font-size: 15px;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    color: #220022;

}
.form-one {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 450px;
    height: 500px;
    border-radius: 16px;
}

.form-one input,
.form-one select,
.form-one textarea {
    margin-top: 8px;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 1.2rem;
    border: 2px solid #030303;
    font-size: 16px;
    color: #220022;
    background-color: #f9f9f9;
    box-sizing: border-box; /* Crucial for padding */
    transition: all 0.3s ease;
}

.summit {
    height: 60px;
    width: 100%;
    color: #ffffff;
    padding: 20px;
    background-color: #220022;
    border-style: none;
    font-size: 20px;
    font-family: sora,sans-serif;
}

.summit:hover{
    background-color: #030000;
}

.goback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
}

/* Style any input that has the 'required' attribute */
input:required {
    border-left: 5px solid #007bff; /* Adds a blue stripe to indicate it's mandatory */
}

/* Style the field when it's empty but required */
input:invalid {
    border-color: #e74c3c; /* Turns border red if the field is empty or wrong format */
}

/* Style the field once it's filled correctly */
input:valid {
    border-color: #2ecc71; /* Turns border green */
}

/* Styles both when they are empty/invalid */
select:required:invalid,
textarea:required:invalid {
    border: 1px solid #ff0000; /* Red border for empty required fields */
    background-color: #fff9f9;
}

/* Styles them once they have a valid value */
select:required:valid,
textarea:required:valid {
    border: 1px solid #28a745; /* Green border when filled */
}

.gback {
    font-size: 45px;
    color: #0469ac;
    font-family: sora, sans-serif;
    font-weight: 300;
}

.gbck {
    font-size: 28px;
    color: #030000;
    font-family: roboto, sans-serif;
    font-weight: 400;
}

.gb-btn {
    background-color: #00212e;
    height: 50px;
    width: 120px;
    border: none;
    border-radius: 20px;
}


.gb-btn:hover {
    background-color: black;
}
.gb-btn a{
    text-decoration: none;
    color: whitesmoke;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;

}


