:root{
    --colorG: rgb(89, 99, 116);
    --bgcolorBG: rgb(252, 252, 252);
    --grey: rgb(236, 234, 234);
    --dump: rgb(51, 55, 61);
}
html{
    scroll-behavior: smooth;
    transition: 0.5s;
}

.header_1{
    border: none;
    border-bottom: 1px solid rgb(202, 201, 201);
    width: 100%;
    height: fit-content;
    background: var(--bgcolorBG);
    position: fixed;
    z-index: 2;
}   
.fold{
    /* border: 1px solid red; */
    height: 100px;
}
.fold h2:hover{
    font-size: 33px;
    transition-duration: 0.5s;
}
.fold1{
    /* border: 1px solid; */
    width: 35px; 
    min-width: 35px;   
    height: 35px;
    border-radius: 10px;
    background: var(--colorG);
}
.fold h2{
    color: var(--colorG);
    font-weight: 700;
}
.nav{
    gap: 60px;
}
.nav li a{
    text-decoration: none;
    color: var(--colorG);
    font-weight: 600;
    font-size: 17px;
}
#navMenu {
    position: relative;
}

.nav-item {
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: var(--dump);
    transform-origin: center;
    transform: scaleX(1);
    transition: left 0.3s ease, width 0.3s ease, transform 0.15s ease;
}


.header_2{
    border: 1px solid;
    width: 100%;
    height: fit-content;
    background: url(https://c4.wallpaperflare.com/wallpaper/490/361/263/blueprints-blue-textured-minimalism-wallpaper-preview.jpg);
    background-size: cover;
}
.feel{
    /* border: 1px solid red; */
    width: 1000px;
    min-width: 1000px;
    height: 900px;
}
.feel b{
    color: white;
    font-size: 50px;
    letter-spacing: 2px;
}
.feel p{
    color: var(--grey);
    font-size: 21px;
    line-height: 1.7;
}
.feel a button{
    padding: 20px 50px;
    border-radius: 50px;
    font-weight: 700;
}
.feel a button:hover{
    transition: transform 1s ease;
    transform: scale(1.1);
}

.header_3{
    /* border: 1px solid; */
    height: fit-content;
    background: url(great.jpeg);
    background-size: cover;
    object-fit: cover;
    padding: 100px;
}
.feel1{
    /* border: 1px solid red; */
    height: 100px;
    overflow: hidden;
    position: relative;
}
.feel1 b{   
    color: var(--dump);
    font-size: 50px;    
    letter-spacing: 2px;
    position: absolute;
    animation-name: gool;
    animation-duration: 0.5s;
}
@keyframes gool{
    from{
        bottom: -75%;
    }
    to{
        bottom: 0;
    }
}
.grad{
    gap: 80px;
}
.feel2{
    border: 1px solid rgb(202, 201, 201);
    width: 550px;
    min-width: 550px;
    height: fit-content;  
    background: white;
    border-radius: 30px;
    padding: 35px;
}
.feel2 b{  
    color: var(--dump);
    font-size: 30px;
    font-weight: 800;
}
.feel2 span{  
    color: rgb(82, 82, 82);
    font-size: 18px;
    font-weight: 700;
}
.feel2 p{  
    color: var(--colorG);
    line-height: 1.7;
    font-size: 16.5px;
}
.feel5{
    border-bottom: 1px solid rgb(202, 201, 201);
    height: fit-content;
}
.cre{
    font-size: 10px;
    background: var(--colorG);
    color: var(--bgcolorBG);
    border-radius: 50%;
    padding: 7px 12px;
}
.cre1{
    font-size: 16.6px;
    font-weight: 500;
}
.feel6{
    /* border: 1px solid; */
    height: fit-content;
}
.feel4{
    /* border: 1px solid; */
    width: 450px;
    min-width: 450px;
    height: 750px;
}
.feel7{
    border: 1px solid var(--colorG);
    width: 100%;
    height: 100px;
    background: rgba(198, 202, 211, 0.5);
    border-radius: 20px;
    overflow: hidden;
}
.feel8{
    /* border: 1px solid; */
    width: 10px;
    height: 100%;
    background: var(--colorG);
}
.feel9{
    /* border: 1px solid green; */
    width: 22%;
    height: 100%;
}
.feel10{
    /* border: 1px solid; */
    width: 65px;
    height: 100%;
    border-radius: 15px;
    font-size: 35px;
    background: var(--colorG);
}
.feel11{
    /* border: 1px solid red; */
    width: 73%;
    height: 100%;
}
.feel11 b{  
    color: var(--dump);
    font-size: 18px;
    font-weight: 700;
}
.feel11 p{
    line-height: 1.3;
    font-size: 15px;
    color: var(--colorG);
}
.feel12{
    /* border: 1px solid; */
    width: 440px;
    min-width: 440px;
    height: 100px;
    background: white;
    border-radius: 20px;
}
.feel12:hover{
    border: 1px solid var(--colorG);
    margin-left: 10px;
    transition-duration: 0.7s;
}
.feel13{
    /* border: 1px solid; */
    width: 65px;
    height: 100%;
    border-radius: 15px;
    font-size: 35px;
    background: var(--grey);
}
.feel12:hover .feel13{
    background: var(--colorG);
}

.header_4{
    /* border: 1px solid; */
    background: url(my.jpeg);
    background-size: cover;
    object-fit: cover;
}
.fill{
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    padding: 100px;
}
.fill4{
    border: 2px solid rgb(37, 52, 66);
}
.fill2{
    /* border: 1px solid red; */
    width: 550px;
    min-width: 550px;
    height: fit-content;
    margin-right: 80px;
    padding: 10px 20px;
}
.fill2 b:nth-child(1){
    color: rgb(80, 108, 134);
    font-size: 21px;
}
.fill2 b:nth-child(2){
    color: var(--grey);
    line-height: 1.3;
    font-size: 50px;
}
.fill2 p{
    color: var(--grey);
    font-size: 18px;
    line-height: 1.7;
}
.fill2 p a{
    color: rgb(80, 108, 134);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.fill2 p a:hover{
    text-decoration: underline;
    color: rgb(72, 106, 139);
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}
.fill5{
    /* border: 1px solid red; */
    width: 100%;
    height: 200px;
}
.fill6{
    /* border: 1px solid red; */
    width: 100%;
    height: 44%;
}
.fill7{
    border: 1px solid rgb(202, 201, 201);
    width: 47%;
    height: 100%;
    border-radius: 15px;
    background: rgba(93, 104, 116, 0.5);
}
.fill7:hover{
    margin-left: 10px;
    transition-duration: 0.7s;
    background: rgba(73, 82, 91, 0.5);
}
.fill8{
    /* border: 1px solid; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(144, 162, 178);
    font-size: 20px;
}
.fill9{
    /* border: 1px solid red; */
    width: 70%;
    height: 100%;
}
.fill9 span{
    color: var(--grey);
    font-size: 16px;
    font-weight: 600;
}
.fill3{
    /* border: 1px solid red; */
    width: 450px;
    min-width: 450px;
    height: 100%;
}
.fill10{
    /* border: 1px solid red; */
    width: 100%;
    height: 350px;
    border-radius: 30px;
    background: url(https://cdn.shortpixel.ai/spai/q_lossy+w_784+to_auto+ret_img/attentioninsight.com/wp-content/uploads/2022/10/rsz_1krakenimages-376kn_isple-unsplash-2048x1321.jpeg);
    background-size: cover;
    object-fit: cover;
}
.fill11{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: relative;
}
.fill12{
    /* border: 1px solid; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 15%;
    left: 25%;
}
.fill13{
    /* border: 1px solid; */
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 30%;
    left: 35%;
}
.fill14{
    /* border: 1px solid; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 10%;
    right: 20%;
}
.fill15{
    /* border: 1px solid red; */
    width: 100%;
    height: 350px;
}
.fill16{
    /* border: 1px solid green; */
    width: 100%;
    height: 46%;
    border-radius: 20px;
    background: rgba(93, 104, 116, 0.5);
}
.fill16:hover{
    background: rgba(111, 119, 125, 0.5);
    transform: scale(1.02);
    transition-duration: 0.5s;
}
.cre2{
    color: rgba(144, 162, 178);
    font-size: 40px;
}
.cre3{
    color: var(--grey);
    font-size: 16px;
}
.fill17{
    /* border: 1px solid green; */
    width: 100%;
    height: 46%;
}
.fill18{
    /* border: 1px solid green; */
    width: 47%;
    height: 100%;
    border-radius: 20px;
    background: rgba(93, 104, 116, 0.5);
}
.fill18:hover{
    background: rgba(111, 119, 125, 0.5);
    transform: scale(1.02);
    transition-duration: 0.5s;
}

.header_5{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
    background: rgb(244, 245, 245);
    padding: 100px;
}
.goes1{
    border: 2px solid rgb(201, 177, 177);
    width: 350px;
    height: fit-content;
    border-radius: 20px;
}
.goes1:hover{
    border: 2px solid rgb(202, 201, 201);
    box-shadow: 0 10px 50px rgba(0,0,0,0.15);
    transform: rotate(-5deg);
    transition-duration: 0.5s;
}
.goes1 b{  
    color: var(--dump);
    font-size: 24px;
    font-weight: 700;
}
.goes1 span{  
    color: rgb(82, 82, 82);
    font-size: 18px;
    font-weight: 600;
}
.goes1 p{  
    color: var(--colorG);
    line-height: 1.7;
    font-size: 16px;
}
.goes2{
    /* border: 1px solid; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url(https://images.unsplash.com/photo-1568602471122-7832951cc4c5?ixlib=rb-4.1.0&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max);
    background-size: cover;
    background-position: right;
    object-fit: cover;
}
.goes3{
    /* border: 1px solid; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url(https://hospitality-staffing.agency/wp-content/uploads/soraya-1.jpg.webp);
    background-size: cover;
    background-position: right;
    object-fit: cover;
}
.goes4{
    /* border: 1px solid; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url(https://images-na.ssl-images-amazon.com/images/S/amzn-author-media-prod/fot8p7kga9rc7jmpj691dlbco5.jpg);
    background-size: cover;
    background-position: right;
    object-fit: cover;
}

.header_6{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
    background: rgb(213, 218, 225);
    padding: 100px;
}
.gint1{
    border: 1px solid rgb(202, 201, 201);
    width: 575px;
    height: 250px;
    border-radius: 20px;
    background: white;
}
.gint1:hover{
    box-shadow: 0 10px 50px rgba(0,0,0,0.15);
    transform: scale(1.02);
    transition-duration: 0.5s;
}
.gint2{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
    border-radius: 20px;
}
.gint2 span{
    font-size: 50px;
}
.gint3{
    /* border: 1px solid; */
    width: 100%;
    height: fit-content;
}
.gint4{
    /* border: 1px solid; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--colorG);
    font-size: 16px;
    font-weight: 700;
    color: white;
}
.gint5{
    /* border: 1px solid; */
    width: 80%;
    height: 55px;
}
.gint5 p{
    font-size: 16px;
    color: var(--dump);
}

.header_7{
    border: 1px solid;
    width: 100%;
    padding: 100px;
    background: url(https://c4.wallpaperflare.com/wallpaper/490/361/263/blueprints-blue-textured-minimalism-wallpaper-preview.jpg);
    background-size: cover;
}
.fin b{
    color: white;
    font-size: 50px;    
    letter-spacing: 1px;
}
.fin1 p{
    color: white;
    font-size: 25px
}
.fin2{
    /* border: 1px solid red; */
    gap: 40px;
}
.fin3{
    /* border: 1px solid red; */
    width: 100%;
    height: 80px;
    gap: 35px;
}
.fin4{
    border: 1px solid rgb(202, 201, 201);
    width: 42%;
    height: 100%;
    border-radius: 20px;
    color: white;
    background: rgba(202, 201, 201, 0.3);
}
.fin4::placeholder{
    color: rgb(215, 216, 217);
}
.fin4:focus{
    outline: none;   
}
.fin4:hover{
    border: 2px solid rgb(78, 118, 154);
    transform: scale(1.02);
    transition-duration: 0.5s;
    background: rgba(225, 224, 224, 0.3);
}
.fin5{
    border: 1px solid rgb(202, 201, 201);
    width: 87%;
    height: 100%;
    border-radius: 20px;
    color: white;
    background: rgba(202, 201, 201, 0.3);
}
.fin6{
    /* border: 1px solid red; */
    width: 100%;
}
.fin7{
    border: 1px solid rgb(202, 201, 201);
    width: 87%;
    height: 150px;
    border-radius: 20px;
    color: white;
    background: rgba(202, 201, 201, 0.3);
}
.fin7::placeholder{
    color: rgb(215, 216, 217);
}
.fin7:focus{
    outline: none;   
}
.fin7:hover{
    border: 2px solid rgb(78, 118, 154);
    transform: scale(1.02);
    transition-duration: 0.5s;
    background: rgba(225, 224, 224, 0.3);
}
.fin8{
    /* border: 1px solid red; */
    width: 100%;
    height: 80px;
}
.fin9{
    border: 1px solid rgb(202, 201, 201);
    width: 87%;
    height: 80px;
    border-radius: 20px;
    color: white;
    background: rgba(202, 201, 201, 0.3);
}
.fin9::placeholder{
    color: rgb(215, 216, 217);
}
.fin9:focus{
    outline: none;   
}
.fin9:hover{
    border: 2px solid rgb(78, 118, 154);
    transform: scale(1.02);
    transition-duration: 0.5s;
    background: rgba(225, 224, 224, 0.3);
}
.fin10{
    border: none;
    width: 350px;
    border-radius: 50px;
    background: var(--colorG);
    font-weight: 700;
    font-size: 20px;
    color: white;
    padding: 23px 0;
}

.header_8{
    border: 1px solid;
    width: 100%;
    height: 130px;
    background: rgb(0, 0, 17);
    padding: 0 30px;
}
.finder a{
    text-decoration: none;
    color: rgb(206, 206, 206);
}
.finder span{
    color: rgb(153, 152, 152);
}
.finder a:hover{
    color: rgb(71, 86, 103);
}