/*
Theme Name: Crupiracingsa Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/*--------------------------------------------------------------
 # Root css
--------------------------------------------------------------*/
:root{
	--black:#090C05;
	--white:#FFFFFF;
	--light:#F8F4EB;
	--red:#F8211F;
}
body::-webkit-scrollbar {
 width: 6px;
}
body::-webkit-scrollbar-track {
 background:var(--black);
 border-radius: 8px; 
}
body::-webkit-scrollbar-thumb {
 background:var(--red);
 border-radius: 8px;
}
a{
    transition: all 0.5s ease;
}
/*--------------------------------------------------------------
 # Header css
--------------------------------------------------------------*/
.instgram_btn  svg {
    width: 30px !important;
}
.instgram_btn span.elementor-button-content-wrapper {
    align-items: center;
}
.contact_btn a{
	min-height: 44px !important;
	display: flex !important;
	align-items: center !important;
}
div[data-elementor-type="header"] {
    position: sticky !important;
    top: 0px;
    z-index: 99;
}
div#wpadminbar ~ div[data-elementor-type="header"] {
	top:32px;
}
/*--------------------------------------------------------------
 # About css
--------------------------------------------------------------*/
.list_icon ul {
    display: grid;
    grid-gap: 10px;
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.list_icon ul li {
    display: grid;
    grid-template-columns: 16px auto;
    grid-gap: 8px;
    align-items: center;
}
.list_icon ul li::before {
    width: 16px;
    content: "";
    height: 16px;
    background-image:url(images/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
/*--------------------------------------------------------------
 # Footer css
--------------------------------------------------------------*/
.form_flex p {
    margin: 0px;
    display: flex;
    max-width: fit-content;
    border-radius: 30px;
    position: relative;
}
.form_flex input {
    background-color: #2E302A;
    border: unset !important;
    outline: unset !important;
    border-radius: 30px !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    color: var(--white);
}
.form_flex input[type="submit"] {
    font-size: 0px;
    width: 44px;
    height: 44px;
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-color: var(--red);
    position: absolute;
    right: 0px;
}
.form_flex span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 10px;
}
.team_grid img {
    width: 100%;
    display: block;
}
.footer_form .wpcf7-response-output {
    margin: 10px 0px 0px !important;
    color: var(--white);
    font-size: 15px;
}
.about_foot{
	display: none !important;
}
.page-id-196 .home_foot,.page-id-337 .home_foot,.page-id-443 .home_foot,.page-id-559 .home_foot{
	display: none !important;
}
.page-id-196 .about_foot,.page-id-337 .about_foot,.page-id-443 .about_foot,.page-id-559 .about_foot{
	display: block !important;
}
/*--------------------------------------------------------------
 # Contact css
--------------------------------------------------------------*/
.form_grid {
    display: grid;
    grid-gap: 16px;
}
.form_grid p {
    margin: 0px  !important;
}
.form_grid * {
    font-family: "Rubik", sans-serif  !important;
}
.form_grid label {
    font-size: 15px  !important;
    font-weight: 500  !important;
    margin-bottom: 8px  !important;
}
.form_grid input,.form_grid textarea {
    border-radius: 30px !important;
    outline: unset  !important;
    border: 1px solid #DADBDA  !important;
    color: var(--black)  !important;
    font-weight: 400  !important;
    height:44px;
    resize: none;
}
.form_grid textarea {
	height: 132px;
}
.form_box input[type="submit"] {
    width: 100%;
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white) !important;
}
.form_box input[type="submit"]:hover{
	background-color: var(--red);
	border-color: var(--red);
}
.form_box {
	position: relative;
}
.form_box span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 8px;
}
.about_box img {
    height: 90px;
    object-fit: contain;
}
/*--------------------------------------------------------------
 # Reponsive css
--------------------------------------------------------------*/
@media(max-width: 1024px){
	div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 72px;
         left: 0px;
         margin: 0px !important;
         padding: 0px 0px 0px;
    }
     div[data-elementor-type="header"] nav ul li a{
         border-bottom: 1px solid rgba(0,0,0,0.2);
         background-color: transparent !important;
         color: var(--black) !important;
         font-size: 15px !important;
         text-transform: uppercase;
         justify-content: space-between;
    }
     .home .header_menu nav > ul > li > a{
         color: var(--black) !important;
    }
     div[data-elementor-type="header"] nav > ul > li:last-child > a{
         border-bottom: unset;
    }
    div[data-elementor-type="header"] nav ul li.current-menu-item a{
			color: var(--red) !important;
    }
	.about_box img {
		height: 80px
	}
}
@media(max-width: 767px){
	.banner_sec .elementor-absolute {
	    bottom: -8px !important;
	}
	.about_foot,.home_foot {
	    top: -10px !important;
	}
	.about_box img {
		height: 60px
	}
}