@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
    font-family:'Montserrat';
    box-sizing: border-box;
}

p{
    font-size:14px;
    margin: 0 !important;
}

h3 {
    margin: 0 !important;
}

h4{
    margin: 0 !important;
}

.no-margin{
    margin: 0 !important;
}

/* a{
    cursor:pointer;
} */
body{
    padding: 0 !important;
    margin: 0 !important;
    background-color: #F2F8FA;
    width:100vw;
    box-sizing: border-box;
    overflow-x:hidden;
}

header{
    height:80px;
    width: 100%;
    background-color:inherit;
    display:flex;
    /* flex-direction:column; */
    justify-content:space-between;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    align-items:center;
    position:fixed;
    padding: 0 32px;
    box-sizing: border-box;
   
}

.navlink:target {
    color:#00719c;
    text-decoration: underline;
    /* Highlight color when the section is active */
}

header > h1{
    font-size:24px;
    color:#00415A;
    width: fit-content;
    margin: 0 !important;
}
header > nav {
    width: 63%;
    display:flex;
    gap:16px;
}
header > nav a{
    color:black;
    text-decoration:none;
}

header > nav a:hover{
    color:#00719c;
}

.nav_small{
    display:none;
}
.navigation_menus{
    display:none;
}
section{
    width:100%;
    height:100vh;
    border-bottom:1px solid #00719c;
    padding: 56px 144px;
    box-sizing: border-box;
}
.page_title{
    color:#00719C;
    font-size:24px;
}
#home{
    display:flex;
}
.intro_msg{
    height:100%;
    width:40%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap: 16px;
}

.intro_msg > h2{
    color:#00719c;
    font-weight:500;
    font-size:24px;
    margin:0px ! important;
}

.intro_msg > p{
    margin:0 !important;
}

button{
    height:45px;
    width:150px;
    border:none;
    border-radius:19px;
    font-size:14px;
    cursor:pointer;
}

.abtme_btn{
    color:white;
    background-color:#00719c;
}

.hme_btn{
    border:1px solid #00719c;
}

.hmebtns{
    display:flex;
    gap:16px;
}


.contactlinks > a{
    color:#3c403d;
    font-size:24px;
}

.contactlinks> a:hover{
    color:#00719c;
}

.intro_imgs{
    height:100%;
    width:60%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

.intro_imgs > img{
    width:400px;
    height:auto;
    border-radius:50%;
    background-color:#a3bcb6;
}
.lan_frame{
    position:relative;
    top:25%;
    right:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    align-items:center;
    height:max-content;
    gap:16px;
}
.lan_frame > img{
    width:60px;
    height:60px;
    object-fit:contain;
}

#django_img{
    width:60px;
}

#py_img{
    width:60px;
}

#about{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 56px 144px;
    box-sizing: border-box;
}

.about_holder{
    width: 100%;
    display:inherit;
    flex-direction:inherit;
    justify-content: center;
    box-sizing: border-box;
    gap:16px;
}

.abt_img{
    display: flex;
    flex-direction: column;
    width:fit-content;
    margin: 0 !important;
    gap:16px;
}

.aboutme_img{
    width:400px;
    height:auto;
    background-color:#a3bcb6;
    border-radius:15px; 
}
.abt_txt{
    display:flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 16px;
} 

.abt_txt > p{
    margin:0 !important;
    
}
.about_me_title{
    font-size:24px;
    color:#00719c;
}

#services{
    height:100vh;
    width:100%;
    /* padding:80px 70px 60px 70px; */
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:32px;
}
.cards_wrapper{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:fit-content;
    height:fit-content;
    gap:16px;
}
.service_card{
    height:320px;
    width:300px;
    background-color:#fff;
    border-radius:10px;
    padding:16px;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 16px;
}

.icon_holder{
    height:100px;
    width:100px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    align-content:center;
    color:white;
}
.fa-solid{
    font-size:30px;
}
.mb_dev{
    background-color:#A84CB8;
}

.web_dev{
    background-color:#00719C;
}

.G_des{
    background-color:#D62D2D;
}

.GISRS{
    background-color:#009236;
}

.dsml{
    background-color:#C98F00;
}

.plug_dev{
    background-color:#AC0048;
}
.service_title{
    font-size:16px;
    font-weight:bold;
}

#services h4 a{
    color: #007e2e;
    text-decoration:none;
}

#services h4 a:hover{
    color:#00719c;
}

#skills{
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    /* justify-content:center; */
    box-sizing:border-box;
}
/* #skills .page_title{
    margin-bottom:auto;
} */
.skills_holder{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap: 16px;
}

.languages{
    width:40vw;
    height:fit-content;
    text-align:left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.containers{
    background-color:#bdbdbd;
    width:100%;
    height:20px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    border-radius:9px;
}

.skill{
    background-color:#00719C;
    height:100%;
    font-size: 14px;
    color:white;
    padding-right:10px;
    border-radius:inherit;
    text-align:right;
    box-sizing: border-box;
}


.html{
    width:90%;
}

.css{
    width:88%;
}
.js{
    width:85%;
}

.py{
    width:83%;
}

.r{
    width:80%;
}

.react{
    width:78%;
}

.flutter{
    width:75%;
}
.softwares{
    width:60vw;
    height:fit-content;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    gap: 16px;
}

.img_holder{
    display:flex;
    flex-direction: row;
    height:fit-content;
    width:fit-content;
    gap: 16px;
}

.img_holder > img {
height:70px;
width:70px;
object-fit:contain;
background-color:white;
border-radius:10px;
}

#projects{
    height: fit-content;
    display:flex;
    flex-direction: column;
    align-content:center;
    align-items:center;
    gap: 32px;
    width: 100%;
}

.projects_holder{
    text-align:center;
    display:grid;
    grid-template-columns: auto auto auto;
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
}

.projects_card{
    /* height: fit-content; */
    max-height: fit-content;
    border-radius:15px;
    background-color:white;
    padding: 16px;
    box-sizing:border-box;
    gap: 16px;
    display:flex;
    flex-direction:column;
    align-items:center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}

.projects_card img{
    width:100%;
    object-fit: contain;
}

.projects_card p{
    text-align: justify;
}
.projects_card a{
    margin-top: auto;
    font-size:14px;
    align-self:flex-start;
}

#contacts{
    height:fit-content;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    
}

.contacts_holder{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.cont_1{
    display:flex;
    flex-direction:column;
    height:fit-content;
    width:40%;
    gap: 16px;
}

.cont_1 img{
    width:100%;
    border-radius:15px;
}
.cont_1 p i{
    font-size:20px;
}
.cont_2{
    display:flex;
    flex-direction:column;
    gap: 16px;
    height:fit-content;
    width:60%;
    text-align: center;
}

.form_input{
    border:none;
    border-bottom: 1.5px solid #00719C;
    margin-bottom:16px;
    width:400px;
    height:40px;
    padding-left:8px;
    border-radius:3px;
    box-sizing: border-box;
}
.form_input:focus{
    border:none;
}
.textarea{
    height:160px;
}
.submit_btn{
    background-color:#00719C;
    color:white;
    width:147px;
    height:40px;
    border:none;
    border-radius:10px;
    font-weight:500;
}

footer{
    width:100%;
    background-color:black;
    color:white;
    height:fit-content;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 112px;
    box-sizing: border-box;
}

footer> .contactlinks {
    display: flex;
    gap: 8px;
}
footer > .contactlinks > a{
    color: #fff;
}