:root {
    --gray-color: #353740;
    --yellow-color: #fcd21d;
}

html {
    scroll-behavior: smooth;
  }

body{
    color: var(--gray-color);
}

.nav-text {
    font-weight: 700;
}

.navbar-nav .nav-link {
    font-size: 1.1em;
    color: black!important;
    font-weight: 400;
}

.navbar-nav .nav-link:hover {
    color: rgb(105, 105, 105)!important;
    font-weight: 400;
}

.yellow-section {
    background: var(--yellow-color);
    padding: 5em 6em;
    color: #353740;
    font-size: 1.2em;
}

.yellow-section-image {
    background-image: url("../images/business_01.jpg");
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.main-title {
    color: white;
    font-size: 3em;
    font-weight: 700;
}

.main-title-gray {
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0.5em;
}

.main-button, button {
    margin-top: 1em;
    font-size: 1.2em;
    background-color: transparent;
}

.main-button a:hover, button:hover {
    background-color: #ffa21dff;
    transition: 1s;
}

.main-button a, button {
    color: white;
    text-decoration: none;
    font-weight: 600;
    border: 4px solid white;
    border-radius: 25px;
    padding: 0.2em 1.2em;
}

.main-button .fas, button .fas {
    display: none;
} 

.main-box {
    margin: 7em 0;
}

.main-box-title {
    font-size: 2em;
    font-weight: 800;
    width: 65%;
    margin: auto;
    text-transform: uppercase;
}

.main-box-text {
    width: 70%;
    margin: auto;
    padding-top: 2em;
}

.far {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: var(--yellow-color);
}

.box-title {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.big-yellow-box {
    background-color: var(--yellow-color);
    margin: 16em 0 8em;
    padding-bottom: 5em;
}

.big-yellow-box img {
    z-index: 50;
    position: relative;
    top: -7em;
    border: 1em solid white;
    box-shadow: rgb(0 0 0 / 33%) 0px 13px 44px;
}

.big-yellow-box .row, .big-yellow-form .row {
    margin-top: 2em;
}

.big-white-number {
    color: white;
    font-size: 3em;
    font-weight: 700;
}

.big-white-text {
    font-size: 1.5em;
}

.big-white-text a {
    text-decoration: none;
    color: var(--gray-color);
    font-weight: bold;
    font-size: 0.8em;
}

.home-office-img {
    width: 27em;
}

.big-yellow-form {
    background-color: var(--yellow-color);
    margin-top: 7em;
    padding: 6em 0 4em;
}

.white-text{
    color: white;
    font-size: 2em;
    font-weight: 700;
}

.fa {
    margin-bottom: 0.5em;
}

form {
    padding-top: 6em!important;
}

input, textarea, select {
    background-color: var(--yellow-color)!important;
    border: none!important;
    border-bottom: 1px solid #353740!important;
    font-size: 1.2em!important;
    font-weight: 500!important;
}

.grey-line {
    height: 0.3em;
    width: 4em;
    background-color: var(--gray-color);
}

.about-img {
    height: 32em;
    margin-bottom: 15em;
}

.about-main-box-title {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    margin: 1em 0 0.3em;
}

.me {
    background: white;
    z-index: 1000;
    position: absolute;
    top: 37em;
    border: 1em solid white;
    box-shadow: rgb(0 0 0 / 33%) 0px 13px 44px;
}

/*cookie setting*/

#eucookielaw {
	box-shadow: 0px -5px 18px white;
	background-color: var(--yellow-color);
	color: var(--gray-color);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	position: fixed;
    bottom: 0;
    z-index: 1000;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.m-actions {
	display: flex;
    justify-content: space-around;
    margin: auto;
}

.m-actions div {
	color: white;
    text-decoration: none;
    font-weight: 600;
    border: 4px solid white;
    border-radius: 25px;
    padding: 0.2em 1.2em;
    cursor: pointer;
}

.m-actions div:hover {
	background-color: #ffa21dff;
    transition: 1s;
}

.m-message {
	font-size: 1.2em;
	margin: 1em 0;
	max-width: 1200px;
    margin: auto;
    margin-bottom: 1em;
}

#closedCookie{
	position: fixed;
    bottom: 0;
	z-index: 1000;
	display: none;
}

#cookieClosedButton {
	background: var(--yellow-color);
    color: var(--gray-color);
    font-weight: bold;
    padding: 0.5em 3em;
}

/* popup */
.popup {
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    opacity: 0.7;
}

.modal-dialog {
    margin: 19rem auto!important;
}

.modal-body {
    background: #fcd21d;
    height: 20rem;
    display: flex;
}

.modal-body .popup-text {
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 1em;
}

.modal-body .popup-text2 {
    color: var(--gray-color);
    font-size: 1em;
    font-weight: 700;
    margin: 1em 0 0 1em;
}

.popup-modal {
    display: block;
}

.popup-arrow {
    display: block;
    height: auto;
    width: fit-content;
}

.popup-arrow img {
    display: block;
    position: absolute;
    top: 15rem;
    z-index: 1001;
    left: 30rem;
}

.modal-body-flex {
    display: flex;
    flex-direction: column;
}

.close {
    margin: 0 0 0.5em 0;
    text-align: right;
    font-size: 1.5em;
    font-weight: 900;
}

/* user pages */

.user-circle {
    text-align: center;
    background: white;
    /* padding: 1em; */
    margin: 1em auto;
    border-radius: 80px;
    height: 3em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

@media only screen and (max-width: 600px) {
    
    .big-yellow-box img {
        width: 100%;
    }

    .home-office-img {
        width: 100%;
        margin-bottom: 3em;
    }

    .me {
        left: 0;
    }

    /*cookie*/
	
	.m-actions {
		flex-direction: column;
	}

    .m-actions div {
        margin-bottom: 1em;
    }
	
	.m-actions a {
		margin: auto;
	}
  }

  /*project*/

  .sidenav {
    background: #ffc107;
    font-size: 1.1em;
    padding: 0.3em;
    height: 100%;
}

.sidenav a {
    text-decoration: none;
    color: black;
    font-weight: 500;
} 

.sidenav a:hover {
    color: black;
    text-decoration: none;
    background-color: #ffa21dff;
    border-bottom: 2px solid black;
    transition: 5ms;
}