* {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

.head,
.date,
.ph {
    display: flex;
    justify-content: flex-start;
    font-size: 25px;
    color: white;
    background-color: rgb(248, 199, 5);
    width: 100%;
    height: 80px;
    padding-left: 20px;
    align-items: center;
}

#logo {
    width: 30px;
    height: 30px;
    justify-content: flex-end;
    margin: 10px;
    padding: 5px;
    margin-right: 20px;
    background-color: white;
    border-radius: 50%;
}

.title-bar {
    width: 100%;
    height: 80px;
}

.title-bar h2 {
    display: flex;
}

#waso {
    color: rgb(249, 204, 0);
}

#stra {
    color: red;
}

ul {
    margin-left: 65%;
    display: flex;
    justify-content: end;
}

ul li {
    display: inline;
    width: 80%;
    color: black;
}

li:hover {
    color: red;
    cursor: pointer;
}

#home-list {
    color: red;
}

.container {
    position: relative;
    background-image: url("jason-goodman-0K7GgiA8lVE-unsplash.jpg");
    /* opacity: 0.7; */
    width: 100%;
    height: 700px;
    margin-top: 15px;
}

.container img {
    opacity: 1;
}

.para1 {
    position: absolute;
    bottom: 430px;
    padding-left: 80px;
    font-size: 30px;
    color: white;
    font-family: monospace;
}

.para2 {
    position: absolute;
    bottom: 240px;
    padding-left: 80px;
    font-size: 70px;
    color: rgb(239, 255, 13);
    width: 55%;
    font-weight: 700;
}

#get-st {
    position: absolute;
    bottom: 150px;
    left: 90px;
    font-size: 25px;
    padding: 10px;
    color: white;
    background-color: rgb(255, 0, 0);
    border-radius: 125px;
    border: none;
}

#get-st:hover {
    color: black;
    background-color: rgb(3, 239, 42);
}


/* THE CEO SECTION */
/* THE CEO SECTION */
/* THE CEO SECTION */
.ceo {
    position: relative;
}

.ceo img {
    height: 580x;
    width: 540px;
    margin: 50px 55px 50px 55px;
    border-radius: 25px;
}

.ceo h2 {
    color: white;
    font-weight: 600;
    font-size: 40px;
    position: absolute;
    bottom: 220px;
    left: 90px;

}

.ceo p {
    color: white;
    font: 600;
    position: absolute;
    bottom: 160px;
    left: 95px;
    width: 30%;
}

.consult {
    background-color: rgb(221, 214, 214);
    color: rgb(0, 0, 0);
    font-family: 'Courier New', Courier, monospace;
    position: relative;
    width: 48%;
    left: 620px;
    bottom: 590px;
    padding: 40px;
    border-radius: 25px;
}

.consult p {
    padding-bottom: 10px;
}

.consult h1 {
    padding-bottom: 10px;
}

.consult h3 {
    padding-bottom: 20px;
}

.red-box {
    position: absolute;
    width: 25%;
    color: white;
    background-color: rgb(226, 45, 45);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 60px;
    border-radius: 25px;
    left: 625px;
    top: 1250px;
}

.red-box h2 {
    padding-bottom: 10px;
}

.red-box button {
    border: none;
    padding: 12px;
    border-radius: 15px;
    background-color: rgb(216, 216, 11);
    color: white;
    font: 100;
}

.red-box button:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.yellow-box {
    position: absolute;
    width: 20%;
    color: white;
    background-color: #fbd205;
    padding: 50px;
    border-radius: 25px;
    left: 975px;
    top: 1250px;
}

.yellow-box h2 {
    padding-bottom: 10px;
}

.yellow-box p {
    padding-bottom: 20px;
}


/* SERVICE-SECTION */
/* SERVICE-SECTION */
/* SERVICE-SECTION */

/* .one-v-two{
margin: top 20px;
} */

.service-heading {
    position: relative
}

.service-heading p {
    position: absolute;
    left: 600px;
    bottom: 310px;
    font-weight: 600;
    color: #fbd205;
}

.service-heading h1 {
    position: absolute;
    left: 500px;
    bottom: 270px;
}
.heads{
    color: black;
    background-color: gray;
    position: relative;
}
.head1{
position:absolute;
left: 100px;
bottom: 200px;
width: 30%;
background-color: bisque;
padding: 20px;
border-radius: 10px;

}
.head1 h1,p{
    padding-bottom: 10px;
 } 

.head2{
position:absolute;
left: 100px;
bottom: 50px;
width: 30%;
background-color: bisque;
padding: 20px;
border-radius: 10px;
} 

/*
.head2 h1,p{
    padding-bottom: 10px;
}

.head3{
position:absolute;
left: 100px;
bottom: 10px;
width: 30%;
background-color: bisque;
padding: 20px;
border-radius: 10px;
}
.head3 h1,p{
    padding-bottom: 10px;
} */   