body{
    background-color: #255f85;
    margin: 0px;
    padding: 0px;
}
.logo_section{
    height: 400px;
    width: 100%;
    background-color: #fdf0d5;
    background-image: url("final_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.navbar{
    height: 40px;
    width: 100%;
    /* border: 3px solid white; */
    background-color: #4c545c0f;
    /* padding-top: 5px; */
    display: flex;
    align-items: center;
    /* z-index: 12; */
}
.nav1{
    width: 55%;
    display: inline-block;
}
.nav{
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-right: 5px;
    align-items: center;
}
.logo{
    height: 40px;
    width: 40px;
    /* background-color: antiquewhite; */
    background-image: url("logo_1.png");
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    /* position: absolute;
    left: .4px; */
}
.searchbar{
    display: flex;
    width: 45%;
    align-items: center;
    margin-right: 10px;
}
.blank{
    /* width: 100%; */
    all: unset;
    box-sizing: border-box;
    height: 1.5rem;
    flex-grow: 2.5;
    background: transparent;
    border-top: 1.5px solid #003049;
    border-bottom: 1.5px solid #003049;
    border-left: 1.5px solid #003049;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.blank:focus{
    background-color: #d3eafe5e;
    border: none;
    border-bottom: 2px solid #c1121f;
}
.navbar a{
list-style-type: none;
text-decoration: none;
color: #669bbc;
}
.navbar a:hover{
    color: #003049;
}
.frst_btn{
    all: unset;
    height: 1.5rem;
    width: 60px;
    background-color:#780000;
    cursor: pointer;
    flex-grow: .5;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
.frst_btn:hover{
    font-size: 1.2em;
}
input{
    background-color: whitesmoke;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: none;
    height: 1.5rem;
}

#amazon{
    color:#780000;
}
#amazon:hover{
    color: #c1121f;
}
.sidebar{
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    /* color: #fb8500; */
    /* opacity: 0.8; */
    position: sticky;
    top: 50%;
    /* transform: rotateY(180deg); */
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 0px;
    display: flex;
    transition: all .3s linear 0s;
    transform: scale(1);
    z-index: 10;

    
 }
.side{
    all: unset;
    height: 100%;
    align-content: center;
    display: none;

}

.side:hover{
    width: 100%;
    color: white;
    background-color: #023047;
    text-align: center;
    cursor: default;

}
.sidebar:hover{
    height: 100vh;
    width: 200px;
    font-size: 20px;
    position: fixed;
    top: 0px;
    margin-bottom: 15px;
    .side{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fa-grip-lines{
        display: none;
    }
 }
.fa-solid{
    font-size: 1rem;
}
.fa-grip-lines{
    font-size: 2rem;
    color: #023047;
}
.box{
    display: flex;
    justify-content: space-evenly;
    background-color: #90e0ef;
    backdrop-filter: blur(4px);

}
.box1, .box2, .box3{
    height: 100px;
    width: 100px;
    /* border: 2px solid rgb(33, 33, 33); */
    border-radius: 2px;
    text-align: center;
    color: white;
    box-shadow: 5px 5px 7px rgb(0, 0, 0);
    
}

.box1{
    background-color: rgba(255,0,0,0.5);
    background-image: url("img1.jpg");
    background-size: cover;
    /* position: relative; */
    
}
.box2{
    background-color: rgba(0,255,0,0.5);
    background-image: url("img2.jpg");
    background-size: cover;
}
.box3{
    background-color: rgba(0,0,255,0.5);
    background-image: url("img3.jpg");
    background-size: cover;
    /* position: relative; */
    bottom: 0;
    right: 0;
    /* z-index: -1; */
}
.allbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #00b4d887;
    backdrop-filter: blur(4px);
    /* flex-grow: 1;
    flex-basis: 200; */
}
.outbox{
    height: 300px;
    width: 300px;
    background-color: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.inbox{
    height: 150px;
    width: 150px;
    background-color: aquamarine;
    box-shadow: 3px 3px 3px 3px rgb(56, 55, 55);
    /* box-shadow: 5px 10px 8px 10px #888888; */
}
.inbox:hover{
    transition: all .5s ease-in;
    scale: 1.2;
    /* transform: skew(360deg); */
}
#inbox1{
    background-image: url("img4.jfif");
    background-size: cover;
}
#inbox2{
    background-image: url("img5.jfif");
    background-size: cover;
}
#inbox3{
    background-image: url("img6.jfif");
    background-size: cover;
}
#inbox4{
    background-image: url("img7.jfif");
    background-size: cover;
}
.flexbox{
    height: 600px;
    width: 100%;
    background-color: #0076b681;
    backdrop-filter: blur(4px);
    /* border: 2px solid blue; */
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    /* align-items: center; */
    align-content: flex-start; 
}
.flxin{
    height:200px;
    width: 150px;
    background-color: antiquewhite;
    margin: 1px;
}
#flxin2{
    align-self: flex-start;
    background-color: rgba(253, 254, 254,0.7);
    backdrop-filter: blur(10px);
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#flxin2:hover{
    transition: all .5s ease-in;
    transform: rotate(360deg);
    scale: 2;
}
.flxin21{
    height: 160px;
    width: 160px;
    background-color: rgba(253, 254, 254,0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flxin211{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: rgba(253, 254, 254,1);
    background-image: url("img8.jfif");
    background-size: cover;
}
.myabout-section{
    display: flex;
    height: 170px;
    width: 100%;
}
#flxin3{
    box-sizing: border-box;
    /* align-self: flex-start; */
    background-color: rgba(253, 254, 254,0.7);
    backdrop-filter: blur(0px);
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 65%;
    display: flex;
    /* z-index: 1; */
}

.name-text{
    color: #03045e;
    position: absolute;
    width: 100%;
    font-size: 60px;
    text-align: left;
    font-family: "Garamond";
    text-transform: capitalize;

}
.flxin311{
    height: 300px;
    width: 100%;
    /* display: flex; */
    position: absolute;
    /* right: 0px; */
    bottom: 0px;
    /* background-color: rgb(15, 226, 226); */
    background-image: url("my_photo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    /* transform: translateY(-50px); */
}
.about-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 70%;
    background-color: transparent;
    backdrop-filter: blur(25px);
    margin: 0px;
    overflow: hidden;
    padding-left: 5px;
}
.about-heading{
    font-size: 2.3em;
    color: #fca311;
}
.about-content{
    font-size: 1em;
    color: #caf0f8;
    text-align: justify;
    margin: 0px 15px 0px 15px;
}
.about-devloper{
    height: 200px;
    width: 100%;
    /* border: 2px dashed white; */
    margin-top: 65px;
    display: flex;
    flex-direction: row-reverse;
}
.dev-background{
    height: 100%;
    width: 30%;
    background-color: #cae9ff;
    border-top-left-radius: 45%;
    backdrop-filter: blur(0px);
    display: flex;
    justify-content: flex-end;
    align-items: first baseline;
}
.dev-text{
    font-size: 55px;
    text-align: right;
}
.dev-photo{
    height: 150%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("my_photo_3.png");
    background-size: contain;
    background-repeat: no-repeat;
    /* transform: translateY(-20px); */
    
    /* right: 0px; */
}
.dev-content{
    height: 100%;
    width: 70%;
    /* background-color: white; */
}
.dev-content .about-heading{
    text-align: right;
}

.waitingbar{
    height: 8px;
    width: 23%;
    display: flex;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin: 5px;
    /* animation-name: colorAnimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate; */
}
.goti{
    height: 7.7px;
    width: 7.7px;
    position: absolute;
    background-color: rgb(239, 125, 49);;
    border-radius: 50%;
    /* animation-name: colorAnimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate;  */
    animation: colorAnimate 1s ease-in 0s 5 alternate;
} 
.loader{
    display: flex;
    justify-content: center;
}
.crcl{
    height: 50px;
    width: 50px;
    border: 2px solid #68B0AB;
    border-left: 2px solid #696D7D;
    background-color: none;
    border-radius: 50%;
    margin: 5px;
    /* display: absolute; */
    /* transition: all 2s ease-in; */
    animation: spin 1s linear  0s 5 normal;
}
.main_footer{
    height: 380px;
    width: 100%;
    background-color: #003049;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer{
    height: 350px;
    width: 100%;
    background-color: #03055e80;
    font-size: 25px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    border-top: 3px solid white;
    /* z-index: 2; */
}
.ft_cont1{
    border-right: 3px solid white;
}
.ft_cont2{
    border-right: 3px solid white;
}
.ft_cont3{
    border-right: 3px solid white;
}
.ft_cont1, .ft_cont2, .ft_cont3, .ft_cont4{
    height: 100%;
    width: 25%;
    /* background-color: rgba(255, 255, 255, 0.858); */
    /* backdrop-filter: blur(10px); */
    display: inline-block;
    /* margin-top: 2px; */
    position: relative;
    color: rgb(255, 255, 255);
    text-transform: capitalize;

    /* animation-name: colorchange;
    animation-duration: 3s;
    animation-iteration-count: 5;
    animation-direction: reverse; */
}
.last_footer{
    height: 15px;
    border: 1.5px solid burlywood;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 15px; */
    /* z-index: -2; */
    color: white;
}
 
.fa-xmark{
    border: box-border;
    position: absolute;
    right: 8px;
    top: 8px;
    border: border-box;
    border: 2px solid transparent;
    border-radius: 2.8px;
    scale: 1.8;
   
}
.fa-xmark:hover{
    border: 2px solid white;
}

@keyframes colorchange{
    from{
        background-color: antiquewhite;
    }
    to{
        background-color: whitesmoke;
        transform: translate(10px);
    }
}
@keyframes colorAnimate{
    from{left: 40%;}
    to{
        left: 59.6%;
    }
}
@keyframes spin{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}

@media(max-width:900px){
    .logo_section{
        background-image: url("final_logo.png");
        box-sizing: border-box;
        padding: 5px;
        /* height: 300px; */
        width: 100%;
    }
    .logo{
        background-size: cover;
        background-position: center;
    }
    .nav1{
        width: 100%;
        display: inline-block;
        margin-right: 25px;
        /* align-content: flex-start; */
    }
    .nav{
        font-size: 10px;
        /* justify-content: space-around;*/
        align-items: flex-start; 
        

    }
    .navbar{
        height: 50px;
        position: sticky;
        top: 0;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .searchbar{
        display: flex;
        position: absolute;
        bottom: 0px;
        align-items: flex-end;
        width: 60%;
    }
    button{
        width: 50px;
        font-size: 6px;
        border-radius: 4px;
        margin-right: 5px;
        text-align: center;
    }
    input{
        width: 200px;
        height: 20px;
    }
    .box{
        display: flex;
        justify-content: space-between;
    }
    .outbox{
        width: 97%;
    }
    .inbox:hover{
        transition: all .1s ease-in;
        scale: 1.4;
    }
    .myabout-section{
        display: flex;
        justify-content: flex-start;
        height: 100px;
        margin: 0px;
        padding: 0px;
    }
    #flxin3{
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .name-text{
        font-size: 30px;
    }
    .flxin311{
        height: 100%;
        width: 95%;
        position: absolute;
        background-image: url("my_photo.png");
        right: 0px;
        bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        
    }
    .about-text{
        height: 100%;
        overflow:scroll;
    }
    .about-devloper{
        display: flex;
        justify-content: flex-start;
        height: 100px;
        margin: 5px 0px 10px 0px;
    }
    .dev-background{
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
    }
    .dev-content{
        height: 100%;
        overflow: hidden;
    }
    .dev-text{
        font-size: 25px;
    }
    .dev-photo{
    height: 100%;
    }
    .about-heading{
        font-size: 30px;
    }
    .about-content{
        font-size: 10px;
        overflow: scroll;
    }
    .footer{
        height: 200px;
        font-size: 15px;
    }
    .main_footer{
        height: 235px;
    }
    .allbox{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .flexbox{
        width: 100%;
        height: 400px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    #flxin2{
        flex-shrink: 0;
        align-self: center;
    }
    

}
.logIn_panel{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
}
.logIn{
    height: 400px;
    width: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    /* border: 2px solid whitesmoke; */
    background-color: rgba(255, 255, 255, 0.671);
    /* backdrop-filter: blur(40px); */
}
.logIn::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background-image: linear-gradient(to top left, #008cff, #e100ff,#0081f0);
    z-index: -1;
    box-shadow: 50px 0px 100px #008cff,0px 50px 100px #e100ff;
}
.logIn:hover{
    z-index: 0;
}
.newdiv{
    height: 150px;
    width: 80px;
    background-color: #68B0AB;
}
.strt{
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */

}
.start{
    height: 2em;
    width: 20%;
    /* padding: 0em 2em; */
    background-color: #161a20;
    text-align: center;
    border: none;
    color: #f0f0f0;
    border-radius: 1000px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    text-transform: uppercase;
}
.start::after{
    content: '';
    position: absolute;
    height: 112%;
    width: 101.8%;
    border-radius: 1000px;
    background-image: linear-gradient(to bottom right, #008cff, #e100ff);
    z-index: -1;
}
.start:hover{
    z-index: 0;
    box-shadow: 50px 0px 100px skyblue, -50px 0px 100px #e100ff;
}
.newSearch{
    all: unset;
    background: transparent;
    border: 2px solid white;    
    border-radius: 5px;
}
.newSearch::placeholder{
    padding-left: 8px;
}
.newSearch:focus{
    border: 2px solid rgb(253, 0, 236);
    box-shadow: 0px .5px .5px 1px  rgb(253, 0, 236);
}
.formtype{
    /* all: unset; */
    margin: 8px;

    
}

/* @media(max-width: 300px) {
    .ft_cont1, .ft_cont2, .ft_cont3{
        background-color: aqua;
    }
}
@media(min-width:300px) and (max-width: 400px) {
    .ft_cont1, .ft_cont2, .ft_cont3{
        background-color: rgb(5, 135, 23);
    }
} */

/* 06:37:36

/*
.fa-solid{
    display: none;
}
#amazon:hover{
    .fa-solid{
        display: flex;
    }
}

