/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
button, input, textarea,select {
    outline: none !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
select.minimal {
    background-image: url(../images/selectArrow.png);
    background-position: calc(100% - 15px) calc(1em + 15px);
    background-repeat: no-repeat;
}
/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --white: #ffffff;
    --black: #000000;
    --ob: "ITCAvantGardeStd-MdObl";
    --dm: "ITCAvantGardeStd-Demi";
    --bk: "ITCAvantGardeStd-Bk";
}
/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "ITCAvantGardeStd-MdObl";
    src: url("../webfonts/ITCAvantGardeStd-MdObl.otf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "ITCAvantGardeStd-Demi";
    src: url("../webfonts/ITCAvantGardeStd-Demi.otf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "ITCAvantGardeStd-Bk";
    src: url("../webfonts/ITCAvantGardeStd-Bk.otf");
    font-weight: regular;
    font-style: normal;
}
/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    background: var(--white); 
}
body::-webkit-scrollbar-thumb {
	background-color: #ed1c24;
}
/* SCROLL-CSS */

/* LOADER-CSS */
/* LOADER-CSS */

/* HEADER-CSS */
.header_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
/* HEADER-CSS */

/* INDEX-CSS */
.index_banner_wrapper {
    background-image: url(../images/banner_bg.png);
    background-position: bottom;
    background-size: cover;
    padding: 300px 0px 300px 0px;
    position: relative;
}
.index_banner_absimg1{
    position: absolute;
    bottom: 90px;
    right: 0;
    z-index: 3;
}
.index_banner_absimg2 {
    position: absolute;
    bottom: -120px;
    right: 270px;
}
.sub_heading{
    font-size: 20px;
    font-family: var(--bk);
    color: #ed1c24;
    text-transform: capitalize;
}
.heading{
    font-size: 65px;
    font-family: var(--bk);
    font-weight: 500;
    color: var(--white);
    line-height: 1;
}
.main_heading{
    font-size: 65px;
    font-family: var(--dm);
    font-style: italic;
    color: var(--white);
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.main_heading::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 370px;
    height: 1px;
    background-color: var(--white);
}
.main_heading span{
    color: #ed1c24;
}
.desc{
    font-size: 18px;
    font-family: var(--bk);
    color: var(--white);
}
.index_first_wrapper{
    padding: 100px 0px;
    position: relative;
}
.index_first_wrap_abs_img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.index_first_wrap_text{
    text-align: center;
}
.index_first_wrap_text h4{
    color: var(--black);
}
.index_first_wrap_text h4 span{
    font-size: 65px;
    font-family: var(--dm);
    font-style: italic;
}
.index_first_wrap_text h6{
    color: var(--black);
    margin: 0px 0px 70px 0px;
}
.index_first_wrap_text h6::before{
    background-color: #ed1c24;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.custom_tabs{
    position: relative;
    border: 0;
    margin: 0px auto 40px auto;
    width: 80%;
}
.custom_tabs::before{
    background-color: #ed1c24;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    opacity: 0.25;
    visibility: visible;
}
.custom_tabs .nav-item .nav-link{
    font-size: 16px;
    font-family: var(--dm);
    color: var(--black);
    padding: 13px 20px;
    background-color: transparent;
    border: 0;
}
.custom_tabs .nav-item.show .nav-link,
.custom_tabs .nav-link.active{
    background-color: #ed1c24;
    color: var(--white);
}
.custom_tab_content{
    width: 80%;
    margin: 0 auto;
}
.index_first_wrap_box {
    background-color: var(--white);
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 40px 50px;
    border-radius: 30px;
    border-top: 5px solid #ed1c24;
    width: 80%;
    margin: 0 auto;
}
.index_first_wrap_box_text{
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.index_first_wrap_box_text h6{
    color: var(--black);
    line-height: 1;
    margin: 0px 0px 10px 0px;
    padding: 0;
}
.index_first_wrap_box_text p{
    color: #676767;
}
.index_first_wrap_box_input label {
    font-size: 16px;
    font-family: var(--bk);
    font-weight: 700;
    color: var(--black);
    margin: 0px 0px 5px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
}
.index_first_wrap_box_input select{
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s ease;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    font-family: var(--bk);
    font-weight: 400;
    color: #555555;
}
.index_first_wrap_box_input select:focus{
    border-color: #ed1c24;
}
.index_first_wrap_box_input input{
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s ease;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    font-family: var(--bk);
    font-weight: 400;
    color: #555555;
}
.index_first_wrap_box_input input:focus{
    border-color: #ed1c24;
}
.index_first_wrap_box_input textarea{
    width: 100%;
    height: 150px;
    padding: 20px 15px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 5px;
    resize: none;
    transition: .5s ease;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    font-family: var(--bk);
    font-weight: 400;
    color: #555555;
}
.index_first_wrap_box_input textarea:focus{
    border-color: #ed1c24;
}
.index_first_wrap_box_terms label{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-family: var(--bk);
    color: var(--black);
    margin: 0px 0px 30px 0px;
}
.index_first_wrap_box_terms input{
    accent-color: #ed1c24;
}
.index_first_wrap_box_btn button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    background-color: #ed1c24;
    font-size: 16px;
    font-family: var(--bk);
    font-weight: 600;
    color: var(--white);
    border: 0;
    border: 2px solid transparent;
    transition: .5s ease;
}
.index_first_wrap_box_btn button:hover {
    background-color: transparent;
    border-color: #ed1c24;
    color: #ed1c24;
}
/* INDEX-CSS */

/* INNER-CSS */
.inner_banner_wrapper {
    padding: 180px 0px 50px 0px;
    height: 560px;
    background-image: url(../images/banner_bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.inner_banner_wrap_text h6{
    padding: 0;
    margin: 0;
}
.inner_banner_wrap_text h6::before{
    display: none;
}
.about_first_wrapper{
    padding: 100px 0px;
}
.about_first_wrap_text p{
    color: #676767;
}
.giveaway_first_wrapper{
    padding: 100px 0px;
}
.giveaway_first_wrapper .index_first_wrap_box{
    width: 80%;
    margin: 0 auto;
}
.review_first_wrapper{
    padding: 100px 0px;
}
.review_first_wrap_box {
    background-color: var(--white);
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0px 2px 10px 0px #00000010;
}
.review_first_wrap_box_text p{
    font-size: 20px;
    font-family: var(--bk);
    color: #555555;
    margin: 0px 0px 20px 0px;
}
.review_first_wrap_box_text h6{
    font-size: 24px;
    font-family: var(--dm);
    color: var(--black);
}
.review_first_wrap_box_stars ul{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 20px 0px;
}
.review_first_wrap_box_stars ul li{
    font-size: 20px;
    color: 	#ffd250;
}
.contact_first_wrapper{
    padding: 100px 0px;
    background: linear-gradient(135deg,rgba(237,28,36,0.93) 0%,rgba(0,0,0,0.92) 100%);
    background-color: rgba(237,28,36,0.93);
}
.contact_first_wrap_text{
    text-align: center;
}
.contact_first_wrap_text h6{
    font-size: 50px;
    font-family: var(--dm);
    color: var(--white);
    text-transform: uppercase;
    margin: 0px 0px 50px 0px;
}
/* INNER-CSS */

/* FOOTER-CSS */
.footer_wrapper {
    background-color: var(--black);
    padding: 100px 0px 0px 0px;
}
.footer_social ul {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 190px;
    justify-content: center;
}
.footer_logo {
    max-width: 200px;
    text-align: center;
    margin: 0px 0px 40px 0px;
}
.footer_social ul li a i {
    font-size: 20px;
    color: #ed1c24;
    transition: .5s ease;
}
.footer_social ul li a i:hover{
    transform: scale(1.1);
}
.footer_nav h6 {
    font-size: 22px;
    font-family: var(--bk);
    font-weight: 500;
    color: var(--white);
    margin: 0px 0px 10px 0px;
}
.footer_nav ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer_nav ul li i {
    color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
}
.footer_nav ul li a, 
.footer_nav ul li span {
    font-size: 16px;
    font-family: var(--bk);
    font-weight: 400;
    color: #b3b3b3;
    line-height: 2;
    position: relative;
}
.footer_nav ul li a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease;
}
.footer_nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.copyright {
    border-top: 1px solid #333333;
    padding: 20px 0px;
    margin: 100px 0px 0px 0px;
}
.copyright p {
    font-size: 14px;
    font-family: var(--bk);
    font-weight: 400;
    color: var(--white);
    text-align: center;
}
/* FOOTER-CSS */

/* ANIMATIONS */
/* ANIMATIONS */

/*ADDITIONAL CSS*/
/*ADDITIONAL CSS*/