* {

    
    font-family: montregular;
}
body {
    font-family: 'Times New Roman', Times, serif;
    font-family: montregular;
}
.navbar  {
    height: 70px !important;
    width: 100%;
    background-color: aqua !important;
    position: fixed !important;
    z-index: 3 !important;
}


.navbar-brand>img {
    height: 50px;
    width: 100px;
    margin-left: -10px;
}
.navbar-nav {
    gap: 20px;
margin-left: 150px;
} 
.btn
{
    border: 1px solid rgb(220, 218, 218) !important ; 
    height: 50px;
    width: 150px;
    font-size: 20px !important;
    color: rgb(105, 172, 230) !important;
    margin-left: 90px;
    
}
.btn:hover {
    background-color: rgb(122, 221, 246) !important;
    color: white !important;
}
#div1 {
    height: 700px;
    width: 100%;
background-color: rgb(182, 231, 246);
border-top: 1px solid rgb(169, 241, 235);
border-bottom: 1px solid  rgb(169, 241, 235);
display: flex;
}
#side1 {
    height: 80vh;
    width: 40%;
    /* background-color: black; */
}
#side1>button {
    background-color: rgb(129, 10, 241);
    color: white;
    height: 60px;
    width: 140px;
    border-radius: 40px;
    margin-left: 160px;
    margin-top: 100px;
}
#side2 {
    height: 80vh;
    width:60%;
    /* background-color: aqua; */
}
#myname {
    color: rgb(207, 16, 16);
    font-size: 27px;
    margin-top: 15vh;
    margin-left: 15vh;
}
#fe {
    color: rgb(23, 99, 74);
}
#web {
    color: rgb(5, 220, 148);
}

#side2>img {
    height: 420px;
    width: 450px;
    margin: 130px auto;
    margin-left: 150px !important;
    border-radius: 1000px;
    opacity: 0.9;
}
#side1>button:hover {
    background-color: white;
    color:  rgb(129, 10, 241);
}

#expertise {
    margin-top: 40px;
    height: 1300px;
    width: 100%;
    /* border: 2px solid black; */
    /* background-color: aqua; */
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
#eh {
    font-size: 50px;
    margin-top: 20px;
    text-align: center;
}
#bflex
{
    display: flex;
    justify-content: space-around;
    gap: 40px;
}
.card-img-top {
    height: 200px;
    padding-top: 10px;
}
.card {
    margin-top: 20px;
}
.card:hover {
    box-shadow: 5px 5px rgb(199, 196, 196);
}
#ank {
    font-size: larger;
    font-weight: bolder;
    color: blueviolet !important;
}
#aboutme {
    height: 500px;
    width: 100%;
    /* border: 2px solid black; */

}
#aboutme>h1 {
    font-size: 40px;
    font-family: cursive;
    font-weight: bolder;
    text-indent: 500px;
    color: rgb(40, 35, 49);
}

#ab>img {
    height: 450px;
    width: 450px;
    margin-top: 30px;
    margin-left: 40px;
    border-radius: 500px;
}
#AMT {
    text-indent: 500px;
}
#af {
    display: flex;
}
#ab2 {
    margin-top: 90px;
    margin-left: 60px;
    height: 160px;
    width: 700px;
font-size: 20px;   
}

#portfoliodiv {
    margin-top: 40px;
    height: 500px;
    width: 100%;
    /* border: 2px dashed red; */
}
#portfoliodiv>h1 {
    text-align: center;
    margin-top: 20px;
    font-family: fantasy;
}

#portcards {
    display: flex;
    gap: 20px;
}



.card-body>a {
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 0px;
    color: white !important;
    opacity: 1 !important;
}
.card-p {
    border: 1px solid rgb(218, 214, 214);
    height: 400px;
}

.card-p:hover {
box-shadow: 5px 5px greenyellow;
}

.card-title {
    text-align: center;
    margin-top: 10px;
}

#form {

height: 500px;
width: 100%;
/* border: 2px dashed red; */
}

 .contact-form {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
    margin-top: 40px !important;
    font-family: sans-serif;
  }

  .contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: #333;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
  }

  .contact-form textarea {
    resize: vertical;
    min-height: 100px;
  }

  .contact-form button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
  }

  .contact-form button:hover {
    background-color: #45a049;}