:root{
     --primary-color:#0b0c10;
     --secondary-color: #1f2833;
     --primary-text:#66fcf1;
     --secondary-text : #c5c6c7;
     --outline:#45a29e;
     --nav-height:12vh;
}
.container{
    margin-top: 5%;
    border-radius: 2%;
    background-color: #0b0c10;
}
#para2 , #para3{
         margin-top: 46px;
         color:white;
}
.icons-dtl-wrap{
    display: flex;
    align-items: center;
    margin-top: 50px;
} 
.icon-div i{
    display: flex;
    align-items: center;
    padding: 12px 19px;
    font-size: 120px;
    text-decoration-line : none;
    color: #410172;
}
.para1{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
}
.contact-head{
    font-size: 25px;
    font-weight: 600;
    color: white;
    margin-top: 8px;
    text-decoration-line: none;
}
button.show
{
    opacity: 1;
    transform: translateX(0);
}
.btn {
      display: flex;
    justify-content: center;
    align-items: center;
     width: 14rem;
    margin-left: -247px;
    height: 3rem;
    border: solid 2px var(--primary-text);
    border-radius: 4rem;
    font-size: 1rem;
    text-decoration: none;
    color: var(--outline);
    text-transform: capitalize;
    background-color: transparent;
}
#myContact .btn:hover{
     background-color: var(--primary-text);
    color: var(--secondary-color);
    box-shadow: 5px -5px 15px var(--primary-text);
}
.social-grp{
    display: flex;
    gap: 14px;
        margin-bottom: 32px;
}
.social-grp a{
    color: white;
        font-size: 25px;
}
.social-ic{
    color: #9730e1;
    border-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 solid black;
    transition: all .2s ease;
    overflow: hidden;
    padding: 0 0;
}
.social-ic:hover{
    color: #1b022d;
}
form{
    margin-top: 10%;
}
.form-control{
    width: 400px;
    height: 50px;
    font-weight: 500;
    padding-left: 25px;
    box-sizing: none;
    outline: none;
    border: 1px solid grey;
    border-radius: 20px;
}
[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    font-size: 21px;
}
.col-5 textarea{
    height: 300px;
    padding-top: 15px;
    border-radius: 20px;
}
.team {
        margin-top: -13%;
    text-align: center;
}

.team h2 {
    font-size: 46px;
    font-weight: 900;
}

.team p {
    font-size: 23px;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.container3{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10% 10%;
}
.testimonial {
    margin: 90px auto;
}

.testimonial h1 {
    text-align: center;
    font-weight: bold;
    color: rgb(0, 0, 0); /* Change to white for better contrast */
    padding-bottom: 10px;
    text-transform: uppercase;
}

.testimonial .row {
    margin-top: 30px;
}

.col-md-4 {
    margin: 40px auto;
}

.profile {
    padding: 70px 10px 10px;
    background-color: #0b0c10;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
}

.profile img {
    top: 20px;
}

.map {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.map:hover {
    color: rgb(90, 5, 143);
}

.user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #030303;
    font-weight: 500;
}

.profile span {
    font-size: 19px;
}

.profile a {
    font-size: 21px;
}

blockquote {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 12px;
}

.profile:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: scale(1.05);
}

.container1{
    padding-top: 4%;
}
.linkhome{
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}
.linkhome span{
    font-size: 20px;
    padding: 10px 10px;
} 

@media(max-width:480px){
    .container5 {
    min-width: 1450px;
    padding-top: 25%;
}
.linkhome {
    font-size: 55px; 
    margin-top: 80%; 
}

.linkhome span {
    font-size: 70px;
    font-weight: 500;
}
.container5 h3{
    margin-top: 6%;
}
  .team h2 {
    font-size: 70px;
    font-weight: 600;
}
.para {
    font-size: 48px;
    padding-bottom: 5%;
}

.container-fluid{
    width: 1300px;
    margin-left: 22px;
}
.card{
    margin-top: 9%;
}
.content-img { 
    width: 940px;
    height: 620px;
}

.contact{
    margin-top: 5%;
    margin-bottom: 5%;
}
/* contact page media query */

.container{
        width: 1300px;
 margin-left: 10%;
 height: 250%;
}
#row1{
    font-size: 75px;
    margin-top: 10%;
} 
.icon-div i{
    padding: 2px 90px;
    font-size: 100px;
}
.para1{
    font-size: 75px;
    font-weight: 600;
    line-height: 1.6;
}
.contact-head{
    font-size: 45px;
}
.icon p{
    font-size: 69px;
    font-weight: 600;
}
.social-grp{
    gap: 45px;
    font-size: 85px;
   margin-left: 28%;
}
#para3 h1{
    font-size: 68px;
}

.form-control{
    width: 1200px;
    height: 100px;
    font-size:50px;
    padding-left: 30px;
}
.col-5 textarea{
    height: 300px;
}
button[type=submit] {
    padding: 35px 100px;
    padding-top: 50px;
    border-radius: 20px;
    min-width: 1000px;
    margin-left: 10%;
    font-size: 90px;
    height: 150px;
}
button[type=submit] p{ 
    font-size: 75px;
}
.profile{
        width: 1300px;
        margin-left: 10%;
        height: 987px;
}
.profile h5{
    font-size: 90px;
    font-weight: 500;
}
.profile span{
    font-size: 50px;
}
.user {
    width: 220px;
    height: 195px;
    margin-top: 60px;
}
.profile h3{
    font-size: 60px;
    font-weight:600;
     margin-top: 20px;
}
.profile a{
    font-size: 45px;
}
blockquote{
    font-size: 48px;
    line-height: 60px;
}
footer{
    margin-top: 2900px;
}

}
