
body{
   margin: 0;
   top: 0;
   color: #fff;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.bodyContainer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.container{
    width: 100%;
    height: 100vh;
   background:url('images/portfoilio\ backgruond.jpg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
#navbar{
    width: 100%;
    position: fixed;
    background: linear-gradient(to right, rgb(27, 64, 61),rgb(4 49 78));
    height: 72px;
    z-index: 10000;
    box-shadow: 0 0 24px 6px #193844;
}
.name{
    position: absolute;
    display: flex;
    left: 20px;
    font-size: 35px;
    font-weight: 500;
    margin:0px;
}
.h1{
    
    font-size: 64px;
    color: rgb(202, 82, 38);
}
.h2{
    padding-top: 5px;
}
.h3{
    padding-top: 5px;
    color:teal;
}
.h4{
    padding-top: 2px;
    color: #ff8401;
    font-size: 40px;
    
}
.menu{
    display: flex;
    position: fixed;
    text-decoration: none;
    list-style: none;
    top: 5px;
    right: 50px;
    margin: 17px;
    color: #fff;
    justify-content: space-between;
}
.menubar li{
    display: inline-block;
   width: 130px;
    padding: 4px 34px 0px 0px;
}
li{
    text-align: center;
}
.menubar li a {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    padding: 0px 0 0 0;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.5s;
}
.menubar li a:hover,
.menubar li a.active{
    display: inline-flex;
    font-size: 24px;
    color: rgb(205, 131, 21);
    /* box-shadow: 3px 5px 8px #176e6f; */

}
.img-logo{
    position: absolute;
    top: 30%;
    height: 300px;
    width: 300px;
    right: 200px;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
    border: 4px solid #FFF;
    box-shadow: 5px 5px 10px 0px rgba(240, 234, 234, 0.3);
    filter: drop-shadow(5px 5px 70px rgba(229, 223, 223, 0.3));
}
.image img{
    top: -20px;
    position: absolute;
    height: 425px;
    width: 300px;
}
.banner{
    padding: 0;
    width: 80%;
    height: 70%;
    position: absolute;
    top: 20%;
    left: 150px;
}
h3,h6,h2,p{
    margin: 0px;
}
.dynamic-title{
    display: inline-block;
    position: relative;
    height: 60px;
}
.app-text{
    width: 50%;
    float: left;
    margin: 30px 0 30px 40px;
}
.app-text h6{
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.app-text h2{
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 2px;
    line-height: 1;
    color: #fff;
}
.app-text h3{
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1;
    color: #ff903f;
}
.app-text p{
    width: 500px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
}
.cv-btn{
    margin-top: 35px;
}
.cv-btn a{
    letter-spacing: 1px;
    font-size: 15px;
    background: rgb(205, 131, 21);
    border: 2px solid  rgb(205, 131, 21);
    border-radius: 50px;
    padding: 13px 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
}
.cv-btn a:hover{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
.quick-links{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #222226;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.quick-links ul{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 10px auto;
    height: 50px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
}
.quick-links ul li{
    margin: 0 30px;
    cursor: pointer;
}
.quick-links ul li i{
    padding-top: 5px;
    font-size: 20px;
    color: #ff9301;
}
.quick-links ul li p{
    margin-top: 10px;
    font-size: 16px;
}
.quick-links ul:hover{
    height: 60px;
}
.social-box{
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 20px;
}
.follow-me{
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #bbb;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    transform-origin: 100% 0;
    text-align: right;
    padding-right: 75px;
    transform: rotate(90deg);
    color: #ff9301;
    font-weight: 900;
}
.follow-me::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 1px;
    background: #ff9301;
}


.social-icon a{
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #ff9031;
    transform: scale(1.5);
    transition: all 0.5s;
}
.social-icon a:hover{
    color: #fff;
}
/* About me Section */
#about-me{
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 5px;
    background: url('images/portfoilio\ backgruond2.jpg') no-repeat center center/cover;
    z-index: 2;
    display: flex;
    flex-direction: row;
}
.skills-section h2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 30px;
}
.skills-box {
  width: 500px;
  height: 500px;  
  display: flex;
  justify-content: center;
  align-items: center; 
  background-color: #efefee;
  border: 4px solid #ff9031;
  border-radius: 20px;
  margin: 20px;
}

.skills-logo {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.skills-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.skills-logo img:hover {
  transform: scale(1.1);   /* hover effect */
}
.html14, .html4{
    transform: scale(2);
}
.introduction{
    position: absolute;
    left: 43%;
    width: 50%;
    margin-top: 50px;
}
.introduction h2{
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    color:#ff9031
}
.introduction .skills{
    position: absolute;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.naam, .we{
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 800;
}
.edu h3{
    color: #ff9031;
}
.school h3, .degree h3{
    font-size: 15px;
    color: gray;
    font-weight: 600;
}
.Deg{
    color: #ff9301;
    font-weight: 600;
}
.conclusion{
    font-size: 16px;
}

/* work / experience section */
.workSkill{
    position: relative;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    background: url('images/portfoilio\ backgruond3.jpg') no-repeat center center/cover;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 
}
.heading{
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px;
}
.heading h2{
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-align: center;
    align-items: center;
}
.headh2{
    color: #ff9031;
    font-size: 20px;
}
.maincontainer h2{
    margin-bottom: 10px;
}
.work-container{
    display: flex;
    flex-direction: column;
}
.maincontainer{
    display: flex;
    flex-direction: row;
    margin: 5px 40px 40px 40px;
    float: left;
}
.image2 img{
    width: 250px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 12px 13px 8px -6px skyblue;
    overflow: hidden;
}
.image2 img:hover{
    transform: scale(1.05);
    transition: ease-in-out .4s;
}
.prescription{
    background-color: #051f2a;
    border-radius: 20px;
}
.content{
    margin-left: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    width: 50%;
}
.middle{
    flex-direction: row-reverse;
}
.middle .image2 img{
    box-shadow: -12px 13px 8px -6px skyblue;
}
.middle .content{
    margin-right: 30px;
    text-align: left;
    margin-left: 0px;
}
.Numbering{
    color: #ff9301;
    font-size: 100px;
    font-weight: 900;
    margin-left: 70px;
    margin-top: 50px;
}
.middle .Numbering{
    margin-right: 80px;
    margin-left: 0px;
}
.Numbering:hover{
    color: white;
    cursor: pointer;
    transition: all 0.4s;
    
}
.live{
    margin: 5px 5px 0px 0px;
}
.livebtn{
    border: none;
    background-color: #ff9031;
    color: black;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px;
    width: 100px;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    letter-spacing: 1px;
}
.middle .live{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 5px;
}
.middle .livebtn:nth-child(1){
    margin-right: 8px;
}
.livebtn:hover{
    transform: scale(1.2);
}
/* Contact section */
#contact{
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    background: url('images/back4.avif') no-repeat center center/cover;
}
.contact-box{
    background-color: rgba(21, 20, 20, 0.42);
    border-radius: 10px;
    color: white;
}
.contact-left{
    width: 450px;
    padding: 20px;
    flex: 1;
}
.contact-heading{
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}
.contact-form{
    display: flex;
    flex-direction: column;
    margin-top:0;
    padding: 10px;
}
input,textarea, .btn {
    margin: 10px 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}
.btn{
    background-color: #082d43;
    color: white;
    cursor: pointer;
    border : 2px solid #082d43;
    transition: all 0.4s;
}
.btn:hover {
    background-color: rgba(21, 20, 20, 0.42);
    border: 2px solid #fff;
    color: #fff;
}
.afterContact{
    width: 500px;
    height: 200px;
    background-color: rgba(66, 64, 64, 0.42);
    padding: 20px;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px white;
}
.hidden{
    display: none;
}