@import url(css/clash-display.css);

/* VARIABLES */
:root {
    --c-dark: #212529;
	--c-brand: #b80000;
    --c-light: #6970dd;
    --c-brand-rgb: 78, 87, 212;
    --c-body: #727272;
    --font-base: "ClashDisplay", sans-serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
}
/* for comment section in blogs*/
.media-content span {
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 300;
}
.media-content {
	overflow: hidden;
	margin-left: 12px;
	border-bottom: 1px dotted #d5d5d5;
	padding-bottom: 20px;
}
/* RESET & HELPERS */
body {
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: var(--c-dark);
}

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.theme-shadow {
    box-shadow: var(--box-shadow);
}

/* IMAGE ZOOM */
.image-zoom {
    position: relative;
    overflow: hidden;
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img {
    transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

/* NAVBAR */
.navbar-brand img {
    width: 90px;
    height: 90px;
}

.navbar-brand {
    font-weight: 500;
    color: #009970;
    font-size: 24px;
    transition: 2s color;
}

.login-button {
    background-color: #009970;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 3s background-color;
}

.login-button:hover {
    background-color: #00b383;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    font-size: 18px;
    font-weight: 500px;
    color: var(--c-dark);
    text-decoration: none;
    position: relative;
}

.nav-link:hover, .nav-link:active {
    color: #000;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
}

.btn-brand {
    background-color: var(--c-brand);
    border-color: #ffffff;
    color: white;
}

.btn-brand:hover {
    background-color: #00aaff;
    border-color: var(--c-brand-light);
	color: #ffffff;
    transition: 2s;
}

@media (min-width: 991px) {
    .nav-link::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 2px;
		background-color: #fff;
		visibility: hidden;
		transition: 0.3sease-in-out;
    }
    
    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

/* HERO */
.c-item {
    height: 600px;
}

.c-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-item h5 {
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background-color: #fff;
}

#hero h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    font-style: italic;

}

#hero h5 {
    margin-top: 3rem;
    margin-bottom: 4rem;
    color: white;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    font-size: 40px;
}

#hero a {
    margin-inline-end: 2rem;
    margin-inline-start: 2rem;
}

/* ABOUT */
#about {
    width: 100%;
}

#about .container {
    padding-top: 70px;
}

.heading {
    text-align: center;
    margin-bottom: 50px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
}

#about .card {
    border-radius: 10px;
}

#about .card img {
    border-radius: 10px;
}

#about h3 {
    margin-top: 10px;
    font-weight: bold;
}

#about p {
    color: black;
}

#about-btn {
    width: 200px;
    height: 36px;
    background: transparent;
    border: 2px solid #b274b2;
    color: #b274b2;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}

#about-btn:hover {
    background-color: #b274b2;
    color: #fff;
}

@media screen and (max-width:982px) {
    #about p {
        font-size: 8px;
    }
}

@media screen and (max-width:766px) {
    #about p {
        font-size: 15px;
    }
}


/* AREA OF FOCUS */

#thematics .section-title h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #000000;
}

#thematics .section-title p {
    color: #000000;
    text-align: center;
}

#thematics .service  h5 {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

#thematics .service p {
    color: #000000;
    text-align: center;
}

#thematics .service::after {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(var(--c-brand-rgb), 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: var(--transition);
}

.thematic:hover::after {
    width: 100%;
    height: 100%;
    background: var(--c-brand);
    z-index: -1;
}

.thematic:hover h5
.thematic:hover p {
    color: white;
}

.thematic:hover .iconbox {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}



/* COUNTER */
#counter {
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.8), rgba(var(--c-brand-rgb), 0.8)), url(/images/fantasy.jpg);
    background-position: cover;
    background-size: cover;
    margin-top: 5rem;
}

.container .row h1 {
    color: #fff;
    display: 4rem;
}

.container .row h6 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 3;
    color: #fff;
}


/* PORTFOLIO */
#portfolio .container {
    margin-top: -5rem;
}

#portfolio .section-title h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #000000;
}

#portfolio p {
    color: black;
}

#portfolio .portfolio-item .iconbox {
    background-color: var(--c-brand);
    color: #fff;
    position: absolute;
    top: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#portfolio .portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}

#portfolio .image-zoom-wrapper img {
    object-fit: cover;
}


/* TEAM */
#team .container {
    margin-top: -200px;
}

#team .container .row {
    columns: 3;
    text-align: center;
}

#team .section-title h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
}

#team .section-title p{
    color: black;
}

#team .line .row {
    grid: 4;
    text-align: center;
    columns: medium 4;
}

#team .image-zoom-wrapper img {
    width: auto;
    height: 25rem;
    object-fit: cover;
}

#team .team-member-content h4 {
    color: #fff;
    text-transform: bold;
}

#team .team-member-content p {
    margin-bottom: 0%;
    color: #fff;
}

.team-member-content {
    background-color: var(--c-brand);
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    padding: 24px;
    transition: var(--transition);
    opacity: 0;
}

.team-member:hover .team-member-content {
    opacity: 1;
    bottom: 24px;
}



/* GET IN TOUCH */
#contact {
    position: relative;
    z-index: 2;
}

#contact .row {
    
    text-align: center;
}

#contact .section-title h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}

#contact .section-title .line {
    background-color: #fff;
}

#contact .section-title p {
    color: #fff;
    text-align: center;
}

#contact::after {
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.8), rgba(var(--c-brand-rgb), 0.8)), url(fantasy.jpg);
    background-position: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact .form-control {
    border-radius: 0;
}

#contact .form-control:focus {
    box-shadow: none;
    border-color: var(--c-brand);
}

/* BLOG */
#blog .container {
    margin-top: -7rem;
}

#blog .section-title h1 {
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
}

#blog .section-title p {
    text-align: center;
    color: #000000;
}

#blog .image-zoom-wrapper img {
    width: auto;
    height: 250px;
    object-fit: cover;
}

#blog .team-member h5 {
    margin-top: 4px;
    font-size: 20px;
    font-weight: bold;
}

#blog .team-member p {
    text-align: center;
    color: #000000;
}


/* FOOTER */
footer {
    background-color: #333;
    background: url(ron.jpg);
    background-position: center;
    background-size: cover; 

}

footer .container {
    margin-top: -80px;
}

footer .row {
    margin-top: 10px;
    padding: px;
    display: flex;
    text-align: center;
}

.footer-top {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	--bs-bg-opacity: 0.8;
	background-color: rgb(30 43 144 / 62%) !important;
	text-align: left;
}

.footer-top h5 {
    margin-top: 4px;
    margin-bottom: 0%;
    margin-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-weight: 700px;
    font-style: italic;
    font-size: large;
    color: #fff;
    text-align: left;
}

.footer-top a {
	font-weight: 200px;
	font-style: bold;
	color: yellow;
	text-align: left;
}

.footer-top li {
    font-weight: 100px;
    color: #fff;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-bottom .row {
    margin-top: 10px;
    padding: 1rem;
    justify-content: space-between;
}

.footer-bottom .row {
    margin-bottom: 0%;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}

.footer-bottom a {
    font-weight: 100px;
    color: #fff;
}

.footer-top .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    margin-top: 4px;
    text-decoration: none;
    margin-right: 10px;
}

.footer-top .social-icons a:hover {
    background-color: #fff;
    transition: 2s;
}

.footer-top .social-icons a i {
    font-size: 20px;
    color: #fff;
    transition: 2s;
}

.footer-top .social-icons a:hover i {
    color: #444;
}







/* INDEX2 */

.about-1 {
    margin: 30px;
    padding: 5px;
}

.about-1 h1 {
    text-align: center;
    color: black;
    font-weight: bold;
}

.about-item {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    padding: 80px,30px;
    box-shadow: 0 0 9px rgba(0 0 0 .6);
}

.about-item i {
    font-size: 40px;
    margin-top: 20px;
}

.about-item h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-item hr {
    width: 46px;
    height: 3px;
    background-color: #87ceeb;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
    color: black;
    font-size: 20px;
}

.about-item:hover {
    background-color: #87ceeb;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-20px);
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover hr {
    transition: all 400ms ease-in-out;
}


