
body {
    font-family: "Sunflower", sans-serif;
    color: #795E51;
    background-color: #FBF8F6;
    /* padding-bottom: 5%; */

}

nav ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

#logo {
    text-decoration: none;
    color: #826487;
    font-size: 20px;
    margin-left: 5%;
    line-height: 80px;
}

header {
    height: 80px;
}


nav {
    display: inline-block;
    float: right;
    padding-right: 5%;
}

nav a:hover{
    text-decoration: underline;
    transition: 1s ease;
}

nav a {
    color: #826487;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

nav li {
    display: inline-block;
    margin-left: 39px;
    line-height: 80px;
}

h1 {
    font-family: "Nanum Pen Script", cursive;
    font-size: 55px;
    font-weight: 200;
    margin-left: 5%;
    margin-top: 5%;
}

h2{
    font-size: 20px;
    text-decoration: none;
}

.containerbottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50%;
    gap: 38px 25px;
    /* max-width: 1200px; */
    margin: 20px;
}

.containerbottom >div {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    padding: 40px;
    display: flex;
    /* flex-direction: row; */
    overflow:hidden;
    /* align-items: center;
    justify-content: center;
    text-align: center; */
}


.project-title {
    font-size: 24px;
    color: #5C5D6B;
    /* margin-top: 20px; */
}

.circle{
    border-radius: 50%;
    background-color: #FF5A5F;
    color:#FBF8F6;
    font-size: 25px;
    font-weight: bold;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gradientcolor {
    font-size: 55px;
    background:
    -webkit-linear-gradient(left, #FF5A5F, #A07CD9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 40px;
    color: black;
    font-weight: 300;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    color: black;
    font-weight: 300;
    margin-bottom: 0px;
}

h5 {
    font-size: 17px;
    color: black;
    font-weight: 300;
    margin-bottom: 0px;
}

#proj-container {
	width: 100vw;
	height:100vh;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    height: 50%;
}

.single-proj {
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proj1text {
    text-decoration: none;
    color: #795E51;

}

.proj1text :hover {
    /* font-size: 24px; */
    text-decoration: underline;
}

.proj1text :active {
    color: #4A403B;
}

.single-proj:hover {
    font-size: 24px;
    text-decoration: underline;
}

/* section img {
    width:563px;
    height: 474px;
    border-radius: 3%;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.2);

}

section img:hover {
    box-shadow: 0 0 20px 7px rgba(0,0,0,0.3);
    transition-duration: 0.3s;
} */

#nav-item:active {
    color:#4A403B;
}

/* Gifted */
#project-description {
	width: 100vw;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#Bearhubproject-description {
    padding-top: 50px;
    padding-left: 12%;
    padding-right: 12%;
}

.line {
    margin-bottom: 0px;
}

/* Bearhub */

#Bearhubmainimg {
    display: flex;
    /* margin-left: auto;
    margin-right: auto; */
    width:100%;
}

.centered{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.projbasicinfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.projbasicinfosub {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 6%;
}

.BHh1 {
    color: #000000;
    opacity: 25%;
    font-size: 50px;
    font-weight: 800;
    display: flex;
    justify-content: center;
}

.BHh2{
    color:#000000;
    font-size:22px;
    font-weight: 800;
}

.BHh3{
    color:#3C3C3C;
    font-weight: bold;
    font-size:40px;
}

.BHh4{
    color:#DB7073;
    font-size:100px;
    font-weight: bold;
}

.HMW{
    display: flex;   
    justify-content: center;
    padding-left: 8%;
}

.HMW1{
    color:#000000;
    opacity: 30%;
    font-size: 30px;
    font-weight: 900;
    justify-content: center;
}

.HMW2{
    color:#000000;
    font-size: 35px;
    font-weight: 600;
}

.HMWright{
    padding-left: 2%;
}

.BHbodysec{
    padding-bottom: 5%;
    padding-top: 5%;
    /* padding-left: 150px;
    padding-right: 150px; */
}

.basicinfocontent {
    font-size: 14px;
}

.BHresearchdescrip{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.BHresearchsub {
    display: flex;
    width: 20%;
    justify-content: center;
    
}

.BHresearchmethodname{
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: space-evenly;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    gap:5%;
}

.BHresearchmethodnames{
    font-size: 20px;
    display: flex;
    color:#FBF8F6;
    /* width: 30%; */
    height: 50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 2.5%;
    text-align: center;
    background-color: #FF5A5F;
    border-radius:25px;
}

.BHresearchresult{
    padding-top: 8%;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.BHresearchresultrow{
    display: flex;
    flex-direction: row;
    gap:8%;

}

#BHresearchcol1{
    width: 10%;
}

#BHresearchcol2{
    width: 35%;
}

.BHresearchplatforms {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 5%; */
}

.BHresearchplatformsdetail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.BHresearchplatformtext {
    display:flex;
    flex-direction: row;
    gap: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.BHresearchplatformtextdetail{
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: center;

}

.BHresearchplatformimg{
    display: flex;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 15%;
    align-items: center;
    justify-content: center;
    
}

.BHfeatures {
    display:flex;
    flex-direction: column;
}

.BHfeaturestitle{
    display: flex;
    gap:5%;
}

.BHfeaturestitledetail{
    display: flex;
    width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FBF8F6;
    background-color: #FF5A5F;
    border-radius: 10px;
}

.BHfeaturesdetail{
    display: flex;
    gap: 5%;
}

.BHfeaturestext{
    display:flex;
    width:22%;
    padding-left: 2%;
    line-height: 180%;
    overflow-wrap: anywhere;

}

.BHStudentscare{
    display: flex;
    flex-direction: column;
}

.BHStudentscaretitle{
    display: flex;
    gap:5%;
}

.BHStudentscaretitledetail{
    display: flex;
    width: 45%;
}

.BHStudentscaredetail{
    display: flex;
    gap:5%

}

.BHStudentscaretext{
    display: flex;
    width: 45%;
}

#BHFirstIteration, #BHThirdIteration{
    padding-left: 8%;
    padding-right: 8%;
}

.ProblemEncountered{
    display: flex;
    flex-direction: row;;
    /* margin-left: 20%; */
}

#BHProblemEncounteredtitle{
    display: flex;
    padding-top: 15px;
    padding-left: 10px;
}

.BHSolution1list{
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: center;
}

.BHSolution1items{
    display: flex;
    padding: 10px 20px 8px 20px;
    background-color: #d9d9d9;
    border-radius: 10px;
}

.BHInitialMidfi{
    margin-left: -5%;
    margin-right: -5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.BHsecitecolbot{
    display: flex;
    flex-direction: row;
    padding-bottom: 35px;
}

.BHsecitecol{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.BHsecite{
    display: flex;
    flex-direction: row;
    gap:30px;
}

.BHnewframestitle{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#BHColorPaletteimg{
    width:70%;
    margin-left: 15%;
    margin-right: 15%;

}

.BHPE2images{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 3%;
    padding-top: 2%;
}

.BHPEarrow{
    margin-top: auto;
    margin-bottom: auto;
}

.ChatAibleimg{
    position: absolute;
    width: 60%;
    /* position:center; */
    height:auto;
    top: 20%;
    right: -5vw;


}

.ChatAibleintro{
    display: flex;
    /* flex-wrap:wrap; */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ChatAiblemethodbox{
    display:flex;
    width: 33%;
    flex-direction: column;
    background-color:rgba(255, 255, 255, 0.93);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(155, 144, 164, 0.3);
    padding: 25px 30px 30px 30px;
    margin-top: 2%;

}

.BookBridgemethodbox{
    margin-top: 3%;
    display:flex;
    /* width: 33%; */
    flex-direction: column;
    background-color:rgba(255, 255, 255, 0.93);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(155, 144, 164, 0.3);
    padding: 40px;
    max-width: 400px;

    /* margin-top: 2%; */
}

.BookBridgeGrid{
    justify-content: flex-start;
    align-items: flex-start;
    background-color:rgba(255, 255, 255, 0.93);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(155, 144, 164, 0.3);
    border-color: rgba(158, 134, 111, 0.4);
    border-width: 3px;
    border-style: solid;

}

.contactbutton:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    transition-duration: 0.3s;
    cursor: pointer;
}

.contactbutton{
    font-size: 24px; 
    color:#FFFFFF; 
    font-weight: 600; 
    box-shadow:0 0 20px rgba(0, 0, 0, 0.1) ; 
    display:inline-block; background-image: linear-gradient(to right, #7152A2, #F07972, #FFA047); 
    border-radius: 40px; 
    padding: 13px 27px;
    pointer-events: all;
}

.Bearhub:hover, .ChatAible:hover{
    box-shadow:0 0 20px rgba(0, 0, 0, 0.3);
}

.BookBridgesec2{
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.DoorDashnewfeatures{
    border-radius: 20px; 
    padding: 2%;
    width: 33%;
    height:180px;
    background-color: rgba(162, 216, 218, 0.18);
    border: rgba(0, 0, 0, 0.21) 3px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

footer {
    color:#5C5D6B;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0 20px 0;
    margin-top: 10%;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    width:100%;
}

.BBColorBlocks{
    width: 20%;
    height:45%;
    max-width: 200px;
    min-height: 150px;
    border-radius: 20px;
    margin:0 10px 20px 10px;
}



footer p {
    margin: 0;
}


/* loader */

/* .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column-reverse;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    background-color: #FBF8F6;
    transition-delay: 5s;
}

.loader::after {
    content: "";
    width: 60px;
    height: 60px;
    border: 15px solid;
    border-color: #795E51;
    border-top-color: #E0C082;
    border-radius: 50%;
    animation: load 1s ease forwards;
    animation-iteration-count: 3;
    margin-bottom: 10px;
}

@keyframes load {
    0% {transform: rotate(0deg);
    }
    100% {transform: rotate(360deg);
    }
}

.loader--hidden {
    opacity:0;
    visibility: hidden;
    transition: visibility 0.5s, opacity 0.75s;
    transition-delay: 3s;
}
 */
