@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



:root {
    --color-body: #BEBEBE;
    --color-heading: #FDFDFF;
    --color-base: #1A1A1A;
    --color-base2: #151515;
    --color-base3: #303030;
    --color-brand: #B8ACF1;
    --color-brand2: #6148E0;
    --color-brand3: #F5F4FF;
    --sidbar-width: 240px;
    --font-base: "Lato"; 
}

body {
    background-color: var(--color-base2);
    color: var(--color-body);
    font-family: var(--font-base), sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: var(--color-heading);
    font-weight: 600;
    font-family: Lato;
  
}
/* h2{
    font-size: 80px;
} */
a {
    text-decoration: none;
    color: var(--color-body);
    transition: all 0.4s ease;
}

a:hover {
    color: var(--color-heading);
}

img {
    width: 100%;

}
p, li {
  
    font-family: Lato;
}
.text-brand {
    color: var(--color-brand);
}

.bg-base {
    background-color: var(--color-base);
}

.full-height {
    min-height: 70vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255,255,255, 0.1);
}

.shadow-effect {
    transition: all 0.5s;
}

.shadow-effect:hover {
    box-shadow: -6px 6px 0 0 var(--color-brand);
}

.iconbox {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: var(--color-base3);
    color: var(--color-brand3);
}
.iconboxs {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.iconbox:hover {
    background-color: var(--color-heading);
    color: var(--color-brand2);
}
.tools-icon{
    display: flex;
    justify-content: flex-start;

}

/* Skills */
.service{
    border: 2px solid var(--color-base3);
    font-family: urbanist;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-body);
}
.service:hover{
    border: 0px solid var(--color-base3);
}
.servicHead{
    color: var(--color-brand3);
    font-size: 24px;
    font-family: Lato;
    font-weight: 600;
}
/* Projects */
.project{
    border: 2px solid var(--color-base3);
    font-family: urbanist;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-body);
}
.project:hover{
    border: 0px solid var(--color-base3);
}
.project-image{
    height: 350px;
}
/* NAVBAR */
.navbar {
    background-color: var(--color-base);
}

.navbar .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: "Urbanist", system-ui;
}

.navbar .nav-link:hover {
    color: var(--color-brand);
}

.navbar .nav-link.active {
    color: var(--color-brand);
}

/* about */
#about{
    height: 100vh;
    background: url('../images/about-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 10%;
    margin: 0 0 0 3em;
}
.Reviewer{
    color: var(--color-brand);
}
/* BTN */

.button{
    width: 150px;
    padding: 2% 4% 2% 10%;
    border-style: solid;
    border-color: var(--color-body);
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-body);
    transition: 0.4s ease-in;
 }
 .buttons{
    width: 150px;
    padding: 2% 4% 2% 10%;
    border-style: solid;
  border-color: var(--color-body);
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-body);
    transition: 0.4s ease-in;
 }

 .button, .buttons:hover{
    background-color: var(--color-brand2);
    color: var(--color-brand3);
    border-style: solid;
    border-color: var(--color-brand2);
 }
 .btn-footer {
    color: var(--color-body);
    border: 1px solid #BEBEBE;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    color: var(--color-body);
    transition: 0.4s ease-in;
}
.btn {
    border-radius: 100rem;
    /* padding: .7rem 2rem; */
    font-size: 1rem;
}
.btn-footer:hover{
    text-decoration: underline;
    background-color: var(--color-brand2);
    color: var(--color-brand3);
    border-style: solid;
    border-color: var(--color-brand2);
}
.footer-icons-ctn {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

 .cardbody{
    font-size: 18px;
 }
 .pro-header{
    color: var(--color-brand);
 }

.card-image{
    max-height:20%;
}
.btn-brand {
    background-color: var(--color-brand2);
    border-color: var(--color-brand2);
    color: var(--color-heading);
    border-radius: 100px;
    height: 44px;
    width: 180px;
    text-align: center;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: var(--color-heading);
    color: var(--color-brand2);
    border-color: var(--color-brand2);
}

.card-btn{
    background-color: var(--color-brand2);
    border: none;
    color: var(--color-heading);
    padding: 14px 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 100px;
    height: 36px;
   
}
.card-btn:hover
.card-btn:focus{
    background-color: var(--color-body);
    color: var(--color-brand2);
    border-color: var(--color-brand2);
}
#card-btn
{
  display: flex;
    justify-content: space-between;
    align-content: center;
   
}
.head-color{
    color: var(--color-brand);
    font-size: 24px;
}
#project-btn{
  display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0 -24em 0 0;
}
.link-custom {
    font-weight: 600;
    position: relative;
    color: var(--color-body);
}

.link-custom::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    left: 0;
    top: 110%;
    transition: all 0.4s;

}

.link-custom:hover::after {
    width: 100%;
   
}

/* CARD */
.card-custom .card-custom-image {
    overflow: hidden;
}

.card-custom .card-custom-image img {
    transition: all 0.4s ease;
}

.card-custom:hover .card-custom-image img {
    transform: scale(1.1);
    
}


/* CONTACT */
#contact .form-control {
    background-color: var(--color-base);
    border-color: var(--color-base3);
    color: var(--color-body);
    border-radius: 8px;

}

#contact .form-control:focus {
    border-color: var(--color-brand);
    box-shadow: none;
}

#contact .form-control::placeholder {
    color: var(--color-body);
}

#contact input.form-control {
    height: 48px;
    
}


.fa-star{
    color: rgb(238, 188, 7);
}

.fa-square-x-twitter{
    color: var(--color-brand3)
}


@media (max-width: 550px) {
    #about{

        margin: 0 0 0 .5em;
    }

    #project-btn{
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
         
      }
      .iconboxs {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
 
    .btn-brand {
      
        height: 40px;
        width: 120px;
    
        padding: 12px;
        font-size: 16px;
      
      
    }
    .btn {
        padding: .5rem 1rem;
        font-size: 1rem;
    }
    .project-image{
        height: 250px;
    }
  
}

@media (min-width: 992px) {
    .navbar {
        min-height: 100vh;
        width: var(--sidbar-width);

        background: linear-gradient(rgba(28, 26, 26, 0.8), rgba(28, 26, 26, 0.8)), url(../images/leftside-img.png);
        background-size: cover;
        background-position: center;
    }

    .navbar-brand img {
        border: 8px solid var(--color-brand);
    }

    /* CONTENT WRAPPER */
    #content-wrapper {
        padding-left: var(--sidbar-width);
    }
}
