.root {
    --bg: #0a1428;
    --pink: #be4b34;
    --primaire: #88b5dd;
    --fc: #8f9699;
    --white: #fff;
}

*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, .card{
    font-family: sans-serif;
    background: #f4f4f4 !important;
    user-select: none !important;
}

a {
	text-decoration: none !important;
	color: #000;
}

p, figcaption {
    font-size: 14px;
}

input.placeholder-color::placeholder  {
    color: #f4f4f4 !important;
    opacity: 0.7;
}

.text-shop-secondary {
    color: #f4f4f4 !important;
}

.text-shop {
    color: #88b5dd !important;
}

.bg-shop-primary {
    background: #88b5dd;
}

.bg-shop-card {
    background: #ebf0f5;
}

.bg-shop {
    background: #f4f4f4 !important;
}

.gradient-text {
	background: linear-gradient(180deg, #00123b, #0d6efd);
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent; */
}

.img-logo {
	width: 50px;
}

.img-team {
	width: 150px;
	height: 150px;
}

.cc-navbar {
	background-color: rgba(0, 0, 0, 0.375);
	/* font-family: 'Merriweather', serif; */
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.54);
	z-index: 99;
}

.cc-navbar .nav-link {
	border-bottom: 1px solid transparent;
	transition: padding-bottom 0.4s ease-in-out, border-color 0.3s ease;
}

.cc-navbar .nav-link:hover {
	padding-bottom: 8px;
	border-bottom-color: var(--bs-primary);
}

.card-img-cover {
	height: 200px;
	object-fit: cover;
}

.banner-session {
	background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.808)), url('../images/studio/stud10.jpg') center center fixed no-repeat;
	background-size: cover;
}


.banner-session-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.910)), url('../images/studio/stud9.jpg') center center fixed no-repeat;
	background-size: cover;
}

.order-form {
	height: 500px;
}

.banner .banner-desc .banner-session-2 h1 {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

nav {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #f4f4f4;
    box-shadow: inset 0px -1px 0px #c5c5c6;
}

.nav-icon {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

.nav-icon span {
    font-family: Roboto Flex, sans-serif;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 400;
    font-weight: bold;
    color: #333;
}

.nav-icon svg {
    transform: rotate(-17deg) translateX(5px);
}

.humberger {
    display: none;
}

.navlinks-container .nav-bottom {
    display: none;
}

.navlinks-container a {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    font-display: none;
    color: #414141;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.navlinks-container .nav-top a:hover {
    color: #88b5dd;
}

.navlinks-container .nav-top a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: #88b5dd;
    transition: transform 0.3s ease-out;
}

.navlinks-container .nav-top a:hover::after {
    transform: scaleX(1);
}

.nav-authentication {
    margin-left: auto;
}

.secondary-btn {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #88b5dd;
    color: #88b5dd;
}

.secondary-btn:hover {
    background: #88b5dd;
    color: #000;
}

.primary-btn {
    background: #88b5dd;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #88b5dd;
}

.dark-btn {
    background: #000;
    color: #f4f4f4;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #000;
}

.primary-btn:hover {
    background: #7aadd9b7;
    transition: transform 3s ease-out;
    border: 1px solid #000;
}

.sign-user {
    display: none;
}

form h4 {
    color: #88b5dd;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-block-end: 22px;
}

.form-floating input,
.input-group input,
.input-group textarea,
.input-group span,
.form-floating select {
    background-color: transparent;
    border: 2px solid #88b5dd;
    border-radius: 7px;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}

.form-floating input:focus,
.form-floating input:valid, 
.input-group input:focus,
.input-group input:valid,
.input-group textarea:focus,
.input-group textarea:valid,
.form-floating select:focus,
.form-floating select:valid {
    background-color: transparent;
    border-color: #88b5dd;
    box-shadow: none;
}

.form-floating label::after {
    background-color: #f4f4f4 !important;
    color: #88b5dd !important;
}

.fgpsw, .register {
    text-align: center;
    margin: 8px 0;
    font-size: 15px;
}

.fgpsw a, .register a {
    color: #88b5dd;
}

.fgpsw a:hover, .register a:hover {
    color: #064481b7;
    transition: transform 3s ease-out;
}

@media (max-width: 900px) {
    nav {
        padding: 15px 20px;
        position: relative;
    }

    .nav-icon {
        order: 2;
        margin: 0 auto;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .main-navlinks {
        order: 1;
    }

    .humberger {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: none;
        display: flex;
        background: #f4f4f4;
        align-items: center;
        position: relative;
    }

    .humberger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333;
        position: absolute;
        pointer-events: none;
        transition: opacity 0.3s 0.15s ease-out;
    }

    .humberger span:nth-child(1),
    .humberger span:nth-child(3) {
        transition: transform 0.3s ease-out;
    }

    .humberger span:nth-child(1) {
        transform: translateY(7px);
    }

    .humberger span:nth-child(3) {
        transform: translateY(-7px);
    }

    .humberger.open span:nth-child(1) {
        transform: translate(0) rotate(135deg);
    }

    .humberger.open span:nth-child(2) {
        opacity: 0;
        transition: opacity 0s ease-out;
    }

    .humberger.open span:nth-child(3) {
        transform: translate(0) rotate(-135deg);
    }

    .navlinks-container {
        /* display: flex; */
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        background: #f0f0f0;
        top: 100%;
        left: 0;
        height: 100%;
        padding: 15px 50px 15px 28px;
        border-right: 1px solid #c5c5c6;
        border-bottom: 1px solid #c5c5c6;
        transform: translate(-100%);
        z-index: 100;
    }

    .navlinks-container .nav-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .navlinks-container .nav-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .open {
        transform: translate(0%);
    }

    .navlinks-container .nav-top a,
    .navlinks-container .nav-bottom a {
        font-size: 15px;
        margin: 6px 0;
    }    

    .nav-authentication {
        order: 3;
        margin-left: 0;
    }

    .sign-btns {
        display: none;
    }

    .sign-user {
        display: block;
        cursor: pointer;
        border: none;
        color: #000;
    }
}

@media (max-width: 500px) {
    .nav-icon svg {
        width: 30px;
    }

    .nav-icon span {
        font-size: 16px;
    }
}

