
.reason {
    display: flex;
    gap: 5px;
}

.bullet {
    color: #efeb09;
    font-size: 24px;
    margin-top: 2px;
}

.point h1 {
    color: #162055;
    font-size: 22px;
    margin-bottom: 5px;
}

.point p {
    font-size: 14px;
    margin-bottom: 10px;
}

.about-page{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: baseline;
    height: 50vh;
    background: url('../images/live.jpg');
    background-size: cover;
    color: white;
    font-size: 30px;
}

.small-sec{
    padding: 40px;
    padding-right: 200px;
}

.small-sec h1{
    color: #162055;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.small-sec p{
    font-size: 17px;
}
.write-up{
    display: flex;
    padding: 40px;
}
.first-quarter{
    width: 100%;
    height: 100%;
}

.write-up .first-quarter img{
    width: 500px;
    height: 400px;
}
.second-quarter{
    width: 100%;
    height: 100%;
    margin-top: 80px;
}
.main-title{
    display: flex;
    color: #162055;
    justify-content: center;
    margin-bottom: 10px;
}
.write-up .second-quarter p{
    padding: 10px;
    font-size: 17px;
    text-align: center;
}

.write-up2 .main-title{
    color: #efeb09;
}
.write-up2{
    display: flex;
    gap: 80px;
    padding: 40px;
    background-color: #162055;
    color: #fff;
}

.write-up2 .first-quarter{
    align-self: center;
}

.mask{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}


/* book us */

.book h1{
    font-size: 30px;
    margin-bottom: 5px;
    color: #162055;
}
#bttn{
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #efeb09;
    font-weight: 600;
    transition: 0.3s ease;
    padding: 14px 15px;
}

.book p{
    margin-bottom: 4px;
    margin-top: 5px;
    font-size: 12px;
}
.book input {
    width: 200px;
    background-color: #f0f4f8;
    padding: 8px;
    outline: none;
    border: none;
}

.book textarea {
    width: 100%;
    background-color: #f0f4f8;
    padding: 8px;
    border-radius: 5px;
    border: none;
}

.book select{
    width: 100%;
    background-color: #f0f4f8;
    padding: 8px;
    outline: none;
    border-radius: 10px;
    border: none;
}

.vibe{
    position: relative;
    gap: 15px;
}

.bf-head{
    background-color: #f0f4f8;
    padding: 10px 5px;
    text-align: center;
    border-radius: 15px;
}
.bf-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    padding: 20px 15px;
}

.bf-body{
    border-radius: 15px;
    width: 500px;
    background-color: white;
    border: 1px solid #f0f4f8 ;
    /* box-shadow: 10px 10px 50px #292e49; */
}

.bf-body-box{
    padding: 20px;
}

.bf-row{
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}

.bf-col-12{
    width: 100%;
}

.bg-col-3{
    width: 30%;
}

.bg-col-6{
    width: 48%;
}

.first-half {
    width: 100%;
    padding: 50px;
}

.second-half {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.second-half .talk-about {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}


.talk-about h1 {
    font-weight: 500;
    font-size: 35px;
    color: #162055;
}

.second-half .talk-about p {
    padding-right: 40px;
}

.omg {
    font-size: 20px;
    color: #efeb09;
    font-weight: 500;
}

.head-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.head-text span {
    display: inline;
    height: 3px;
    width: 10%;
    background-color: #efeb09;
}

.contact-us {
    display: flex;
    width: 100%;
    height: 100%;
}

.under {
    display: flex;
}

.ask {
    display: flex;
    gap: 3px;
    margin-top: 10px;
}

.ask i {
    color: #fff;
    font-size: 20px;
    background-color: #efeb09;
    padding: 10px;
}

.ask p {
    padding: 10px;
}

.agogo {
    display: flex;
    gap: 10px;
}

.agogo input {
    width: 100%;
    border: none;
    background-color: #d8dcef;
    padding: 10px;
    outline-color: #162055;
    transition: 0.6s;
}

.udu {
    display: grid;
    gap: 10px;
    margin-top: 40px;
}

.contact-us .first-half {
    display: block;
    width: 100%;
    align-self: center;
}

.udu textarea {
    background-color: #d8dcef;
    padding: 10px;
    border: none;
    outline-color: #162055;
    transition: 0.6s;
}

.ndu {
    cursor: pointer;
    display: flex;
    padding: 10px;
    width: 160px;
    background-color: #efeb09;
    border: 1.5px solid #efeb09;
    color: #fff;
}

.ndu i {
    font-size: 20px;
    color: #fff;
    margin-left: 1.5px;
}

.ndu:hover {
    background: transparent;
    color: #162055;
    border: 1px solid #162055;
}

.quotes {
    padding: 50px;
}

.quotes h1 {
    color: #162055;
}
.quotes p{
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .bf-row{
        flex-direction: column;
    }
    
    .four-four {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 30px 0px 20px;
      }
      .write-up{
        flex-wrap: wrap;
      }

      .write-up2{
        flex-wrap: wrap;
      }
      .write-up2 img{
        display: none;
      }
      .write-up img{
        display: none;
      }
}


/* ghhh */

