* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* outline: 2px solid red; */
}
::selection {
    background-color: black;
    color: #B1B493; 
}
body, html{
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
#main{
    overflow: hidden;
    width: 100%;
}
#loader{
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #111;
    color: #FCFAF8;
    z-index: 1;
}
#loader #topheading{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    }
#topheading h5{
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 1;
        font-weight: 300;
    }
#loader #bottomheading{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    }
    .lds-dual-ring,
    .lds-dual-ring:after {
      box-sizing: border-box;
    }
    .lds-dual-ring {
      display: inline-block;
    }
    .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 33px;
      height: 33px;
      margin: 8px;
      border-radius: 50%;
      border: 2.4px solid currentColor;
      border-color: currentColor transparent currentColor transparent;
      animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    
    
#loader h1{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    font-weight: 200;
}
#loader .highlight{
    color: #B1B493;
    font-family: cursive;
    font-family: "Kaushan Script", serif;
    font-weight: 400;
    font-style: normal;
}
.animated-text .parent{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
}
.animated-text .parent .child{
display: inline-block;
}
.child span{
    display: inline-block;
}
#green{
    /* display: none; */
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0vh;
    background-color: #B1B493;
    z-index: 1;
}
#home{
    /* position: absolute; */
    width: 100%;
    height: 100vh;
    background-color: #FCFAF8;
}
/* navbar */
        .navbar {
            display: flex;
            flex-grow: 1;
            justify-content:flex-start;
            align-items: center;
            width: 100%;  
            z-index: 1;
            position: relative;  
            padding: 15px 0px !important;    
        }
        .navbar h3{
            font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
            letter-spacing: 2px;
        }
        /* .navbar a {
            font-weight: 600;
            font-size: 14px;
            color: black;
            text-decoration: none;
            margin: 0 10px;

        }
        .menu {
            position: relative;
            right: 0%;
            margin: auto;
            gap: 2px;
            z-index: 9999;
        }
        .menu.show {
            display: flex !important;
        }
        .menu {
            display: flex;
            flex-grow: 1;
            justify-content: end;
            align-items: center;
            gap: 25px;
            z-index: 1;
        } */
        .navbar h3 {
            position: relative;
            text-transform: uppercase;
        } 
        .navbar h3 .line{
            position: absolute;
            bottom: 0;
            display: inline-block;
            height: 2px;
            width: 100%;
            background-color: #B1B493;
        }
        #line1{
            left: 0;
            width: 0%;
            transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
            transition-delay: .2s;
        }
        #line2{
            right: 0;
            width: 100%;
            transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
        }
        .navbar h3:hover #line1{
            width: 100%;
        }
        .navbar h3:hover #line2{
            width: 0%;
        }
        /* .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            width: 30px;
            height: 30px;
            justify-content: center;
            align-items: center;
        }
        .hamburger span {
            width: 25px;
            height: 3px;
            background-color: black;
            margin: 4px;
            transition: 0.4s;
            border-radius: 5px;
        }
        .line2{
            width: 15px !important;
            margin-right: -5px !important;
        }
        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(4px, 6px);
        }
        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }
        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -10px);
        } */
        @media (max-width: 768px) {
            /* .menu {
                display: none;
                flex-direction: column;
                width: 100%;
                position: absolute;
                top: 60px;
                left: 0;
                color: white;
                background-color: #B1B493;
                text-align: center;
                border-radius: 1.5rem;
                gap: 2px;
                z-index: 9999;
            }
            .menu a {
                padding: 15px;
                display: block;
            }
            .hamburger {
                display: flex;
            } */
               [data-aos] {
    transform: none !important;
    opacity: 1 !important;
  }
            .small-text{
                font-size: 2.5vmin !important;
                font-family:sans-serif;
            }      
            .small-text2{
                font-size: 2.5vmin !important;
            }
            .left-col h2{
                line-height: 4vw !important;
            }   
                           
        }
        
        @media (max-width: 480px){
            .small-text{
                font-size: 3.7vmin !important;
                font-family:sans-serif;
            }      
            .small-text2{
                font-size: 3.7vmin !important;
            }
            .heading-wrap h2{
                font-size: 35vw !important;
            }
            .heading-wrap h2:nth-child(2){
               margin-top: -20vw !important;
            }
        }
        .layout h1{
            font-size: 6.5vmin !important;
        }
/* layout */
.layout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    width: 100%;
    height: 80vh;
    gap: 5px !important;
}
.layout h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 8vmin !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: bolder;
    color: black;
}
.layout p{
    color:#B1B493; 
    font-weight: 700; 
    letter-spacing: 2px; 
    word-spacing: 3px; 
    font-size: 13px; 
    font-family:sans-serif;
}
.layout-btn{
    display: flex;
    justify-content: start;
    gap: 20px;
    padding: 10px 0;
}
.btnn{
    color: white;
    padding: 10px 15px;
    background-color: #B1B493;
    border-radius: 0.5rem;
    border: none;
}

.btnn a{
    color: white;
    text-decoration: none;
}
.btnn2{
    padding: 8px 15px;
    border:2px solid #B1B493;
    color: #B1B493;
    border-radius: 0.5rem;
    background: linear-gradient(#B1B493, #B1B493);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 0% 100%;
    transition: background-size 0.5s ease;
    cursor: pointer;
}
.btnn2:hover{
    color: white;
    background-position-x: left;
    background-size: 100% 100%;
}
.btnn2:hover a{
    color: white;
}
.btnn2 a{
    text-decoration: none;
    color: #B1B493;
}
/* about */
.small-text{
    color:#B1B493; 
    font-weight: 700; 
    letter-spacing: 2px;
    font-size: 2.5vmin;
    font-family:sans-serif;
}
.row span i{
    background-color: #B1B493;
    padding: 8px;
    border-radius: 50%;
}
.line{
    color: #B1B493;
    font-size: 30px;
    font-weight: lighter;
}
.intro-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.intro-icons .col-lg-3{
    display: flex;
    align-items: center;
    line-height: 50px;
    gap: 10px;
}
.about-section{
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 30px;
}
.headings{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: black;
}
.heading-title{
    color: #999999;
}
.heading-top{
    color:#B1B493; 
    font-weight: 700; 
    letter-spacing: 2px;
    font-size: 13px;
   
}
/* #userForm .row{
    border-radius: 2vw !important;
} */
/* skills */
/* progress indicator */
#skills{
    width: 100%;
    background-color: #FCFAF8;
}
.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px;
    background-color: white;
}

.progress-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient( #B1B493 calc(var(--value) * 1%), #ddd 0);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    --value: 0;
}

.progress-inner {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color:  black;
}

.progress-text {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.progress-text div {
    text-align: center;
}
.cardtopheading{
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.mb-0{
    color: #B1B493;
    font-size: 22px;
    font-weight: 600;
}
.text-mute{
    color: #999999 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
/* services */
.card i {
    padding: 22px;
    border-radius: 50%;
    text-align: center;
    background-color: #B1B493;
    color: white;
    font-size: 35px;
    position: absolute;
    top: -35px;
}
.card {
    line-height: 30px;
}
.card h2 {
    font-size: 18px;
    font-weight: 600;
}
.card-row {
    row-gap: 70px;
}
.card:hover {
    background-color: #B1B493;
    color: white;
}
.card:hover p {
    color: white;
}
.card:hover i {
    background-color: white;
    color: #B1B493;
    transform: translateX(30%);
    transition: transform 0.5s ease, background-color 0.2s ease, color 0.5s ease;
}
.row-color{
    background-color: #B1B493;
    color: white;    
}
.row-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    max-width: 45pc;
}
.row-btn{
    padding: 15px 15px;
    background-color: white;
    border-radius: 0.3rem;
    border: none;
    text-transform: lowercase;
}
.row-btn a{
    color: #B1B493;
    font-size: 15px;
    text-decoration: none;
}
/* project */
#project{
    width: 100%;
    background-color: #FCFAF8;
}
.card-project{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.card-project .first-title{
    color: white;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
}
.card-project .sec-title{
    color: #e1e4c5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.card-title {
    display: none;
    position: absolute;
    line-height: 15px;
    text-align: center;
    max-width: 15pc;
    transition: opacity 0.4s ease-in-out;

}
.card-title .card-icon{
    word-spacing: 25px; 
    padding: 5px 0;
}
.card-title .card-icon a{
    color: white; 
    font-size: 25px; 
}
.card-project img {
    transition: transform 0.5s ease, filter 0.5s ease;
}

.card-project:hover .card-title {
    display: block;
}

.card-project:hover img {
    filter: brightness(50%);
}
/* blog */
#blog{
    width: 100%;
    background-color: white;
    padding: 0 4vw;
} 
.blog-row{
    margin-top: 20vw !important;
    display: flex;
    justify-content: space-between;
}
#blog .left-col{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-col h2{
    color: #414141;
    font-size: 2.5vw;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
}
.left-col h2 span{
    color: #B1B493;
    font-style: oblique;
    font-family: cursive;
}
#blog .right-col{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: auto;
}
.right-col .imgconta{
    position: absolute;
    width: 28vw;
    height: 43vw;
    border-radius: 2.5vw;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    will-change: filter;
    z-index: 1;
}
.right-col .imgconta:hover{
    filter: grayscale(0);
}
.right-col .imgconta:nth-child(1){
    transform: translate(-30%, -5%) rotate(-15deg);
    background: url(./img/fauzan-saari-CWNXlkekBeA-unsplash.jpg);
    background-size: cover;
    background-position: center;
}
.right-col .imgconta:nth-child(2){
    transform: translate(-5%, 5%) rotate(-8deg);
    background: url(./img/erik-mclean-H-y1Fx5noDs-unsplash.jpg);
    background-size: cover;
    background-position: center;
}
.right-col .imgconta:nth-child(3){
    transform: translate(22%, 19%) rotate(2deg);
    background: url(./img/card1.jpg);
    background-size: cover;
    background-position: center;
}
[data-aos="rotate"] {
    transform: rotate(-15deg); /* Start me tilted */
    transition: opacity 0.6s ease, transform 1s ease;
    z-index: 1;
}

[data-aos="rotate"].aos-animate {
    transform: rotate(0deg); /* Normal position */
    z-index: 1;
}
/* contact */
#contact{
    width: 100%;
    background-color: #F2F2F2;
    position: relative;
}
#contact::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: -70px;
    background: url(https://abhishekjha.me/rip.f6d7c4dd.svg);
    transform: rotate(-180deg);
    background-size: cover;
}
.contact-row{
    gap: 35px;
}
.form-floating .form-control{
    box-shadow: none !important;
    border: 2px solid #B1B493;
}
.form-floating .form-control:focus{
    border: 2px solid #B1B493;
}
.address-icon i {
    padding: 16px;
    font-size: 17px;
    color: white;
    border-radius: 50%;
    background-color: #B1B493;
}
.address-text {
    line-height: 30px;
}

.first-text {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.second-text {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

/* .hide{
    background-color: white !important;
    position: fixed !important;
    padding: 15px 120px !important;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 4px 10px rgba(151, 151, 151, 0.192);
    transition: opacity 0.3s ease-in-out;
} */
/* @media (max-width: 768px) {
    .hide {
        padding: 15px 70px !important; 
    }
    .menu a.active {
        color: black !important;
    }
    .hide .menu {
        width: 80%;
    }

}

@media (max-width: 480px) {
    .hide {
        background-color: black !important;
        color: white !important;
        padding: 10px 15px !important;
    }
    .menu a.active {
        color: black !important;
    }    
    .hide .hamburger span{
        background-color: white;
    }
    .hide .menu {
        width: 95%;
    }

}
.menu a.active {
    color: #B1B493;
} */

/* footer */
#footer{
    background-color: #000000;
    padding: 60px 0;

}
.newsletter{
    text-align: center;
    background-color: #0D0D0D !important;
    border-radius: 2vw !important;
}
.heading-wrap h2{
    width: 100%;
    overflow-x: hidden; 
    letter-spacing: 8px;
    font-size: 190px;
}
.heading-wrap h2:nth-child(1){
    color: #000000;
}
.heading-wrap h2:nth-child(2){
    margin-top: -7.7vw;
    color: #808080;
}
.row-contain{
    background-color: #191919;
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 7px;
}
.row-contain i{
    padding: 0 30px;
    color: #B1B493;
    font-size: 25px;
}
.row-contain p{
    padding: 0 30px;
    color: white;
}
.footer-logo{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; 
    letter-spacing: 2px;
    color: #B1B493;
}
.footer-text{
    color: #FFFFFF;
    text-align: start;
    line-height: 30px;
}
.copyright{
    float: right;
    color: white;
    margin: -12px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
    ;
}
.footer-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.footer-icon a {
    text-decoration: none;
}
.footer-icon i {
    color: white;
    padding:9px 10px;
    font-size: 20px;
    border-radius: 1rem;
    border: 1px solid #394348;
    transition: ease-in-out 0.5s;
}
.footer-icon i:hover{
    color: black;
    background-color: #B1B493;
}
.footer-btn{
    background-color: #B1B493;
    color: white;
    border: #B1B493;
    border-radius: 0.4rem;
    padding: 16px 0px;
}
.pii{
position: absolute;
right: 0;
bottom: 0;
}
.picc{
    height: 290px;
    object-fit: cover;
    border-radius: 2vw;
}
.imgconta {
    background: #D0CBC7;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 90%;
    height: 80%;
}
.main-pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.align-items-end{
    align-items: flex-end !important;

}
.text-success{
    color: green !important;
}
/* .picc{

    max-width: 100%;
    height: 290px;
    vertical-align: middle;
    bottom: 0;
    position: absolute;
} */



