@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    }

h1 {
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }

h2{
    color: #000;
    font-family: Bebas Neue;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h4 {
    color: #000;
    font-family: Bebas Neue;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} 

a {
    transition: all 0.3s ease-in-out;
}
.btn-link:hover,
a:hover {
    text-decoration: none;
}
ul{
    margin: 0px;
}
a:visited{
    color: #fff;
}

.p_120 {
    padding: 120px 0;
}
.pt_120 {
    padding-top: 120px;
}
.pb_120 {
    padding-bottom: 120px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: unset;
}

a {
    text-decoration: none;
}
    
/*button start here */
.cta {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 14px 35px;
    background-color: #000;
    border-radius: 0;
    transition: all 0.8s ease-in-out;
}
.cta:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.btn:focus {
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
}
/*button end here */

/*=========== Home page start here ==========*/
header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
header.site-header .header_content {
    padding: 40px 60px;
}
header.site-header .header_content a {
    color: #fff !important; 
}
.hearder_list {
    justify-content: end;
}
.instagram_wreap a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: all 1s ease-in-out;
}
.instagram_wreap a:hover {
    background-color: #000;
}
header.site-header .header_content a:hover {
    color: #fff;
}
header.site-header .header_content a:hover i {
    transform: rotate(360deg);
}
header.site-header .header_content a i {
    transition: all 1s ease-in-out;
}
.header_content .row {
    align-items: center;
}
.hearder_list ul li a {
    position: relative;
}
.hearder_list ul li a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 1s ease-in-out;
}
header.site-header .header_content a:hover::after {
    width: 100%;
}
.hearder_list ul {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: end;
}
.banner_wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.banner_head span {
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner_head p {
    color: #fff;
    position: relative;
    padding-left: 180px;
    font-size: 20px;
    line-height: 33px;
}
.banner_head p::after {
    position: absolute;
    content: '';
    top: 14px;
    left: 55px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.arrow_down {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 9;
}
.arrow_down a {
    width: 73px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    color: #fff;
}
.arrow_down a:hover {
    background-color: #000;
    color: #fff;
}
.arrow_down a:hover i {
    transform: translateY(5px);
}
.arrow_down a i {
    transition: all 1s ease-in-out;
}
.about_wrapper .about_head {
    margin-bottom: 50px;
}
.about_wrapper .ab_wreap span {
    color: #000;
    font-size: 22px;
    padding-left: 35px;
    position: relative;
    line-height: 1.2;
}
.about_wrapper .ab_wreap span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.about_wrapper .about_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.skill_wrapper h2 {
    color: #fff;
    margin-bottom: 30px;
}
.skill_wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.skill_wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 80%);
}
.skill_wrapper .row {
    position: relative;
    z-index: 9;
}
.slider_skill li .skill_img {
    border: 1px solid #FFF;
    margin: 0 10px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/*Gallery section start here */
.gallery_wrapper .gallery_text p {
    margin-bottom: 60px;
}
.video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(140, 198, 62, 0.55);
    cursor: pointer;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
.video-gallery .gallery-item::after {
    position: absolute;
    content: '';
    background-image: url(http://contender3.wpengine.com/wp-content/uploads/2023/07/Vector.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.video-gallery .gallery-item:hover::after {
    opacity: 1;
}
.video-gallery .gallery-item {
    mix-blend-mode: luminosity;
    transition: all 1s ease-in-out;
}
.video-gallery .gallery-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.video-gallery .gallery-item:hover {
    mix-blend-mode: inherit;
}
.mbot {
    padding: 5px;
}
.playimg:after {
    position: absolute;
    content: "";
    top: 40%;
    background-image: url(../img/playicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
    z-index: 1;
    left: 0;
    cursor: pointer;
}
/*Gallery section end here */
.pro_wrapper .form-switch {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}
.pro_wrapper .form-switch input#flexSwitchCheckChecked {
    width: 40px;
    margin: 0;
    background-color: rgba(67, 67, 68, 1);
    border: 0;
    box-shadow: none;
}
.pro_wrapper .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.pro_wrapper .pro_hd h2 {
    color: #fff;
    margin: 0;
}
.pro_wrapper .pro_hd {
    text-align: center;
}
.pro_wrapper .pro_hd .form-switch label {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.pro_wrapper {
    background-color: #000;
}
.pro_wrapper .pro_card {
    background-color: #fff;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pro_wrapper .pro_card a.btn.cta {
    margin-top: auto;
}
.pro_wrapper .pro_card h6 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.pro_wrapper .pro_card h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 62px;
    font-weight: 800;
    display: flex;
    align-items: end;
}
.pro_wrapper .pro_card h2 span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    /*margin-bottom: 16px;*/
}
.pro_wrapper .pro_card ul li {
    position: relative;
    color: #3A4343;
    font-size: 16px;
    padding: 8px 0;
    position: relative;
}
.pro_wrapper .pro_card ul li::after {
    position: absolute;
    content: '';
    background-image: url(http://contender3.wpengine.com/wp-content/uploads/2023/07/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 12px;
    left: -34px;
    width: 25px;
    height: 25px;
}
.pro_wrapper .pro_card ul {
    margin-bottom: 40px;
    padding-left: 40px;
}
/*.footer_link {
    text-align: end;
} */
.footer_link ul li {
    font-size: 20px;
}
.footer_link ul li a {
    color: #000;
}
.footer_link ul li a:hover {
    color: #3A4343;
    text-decoration: solid underline 1px;
}
.footer_link ul li a.insta_icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 auto;
    border: 1px solid #000;
    border-radius: 100%;
    transition: all 1s ease-in-out;
}
.footer_link ul li a.insta_icon:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.footer_bottom {
    text-align: center;
}
.footer_bottom p {
    border-top: 1px solid #E3E3E3;
    margin: 0;
    padding: 35px 0;
}
.model_wrapper {
    padding: 50px;
    background-color: #fff;
}
.model_wrapper .model_wreap {
    display: flex;
    align-items: center;
    gap: 50px;
}
.model_wrapper .model_wreap .model_img {
    width: 40%;
}
.model_wrapper .model_wreap .model_content {
    width: 60%;
}
.model_wrapper .certif_wreap h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}
.model_wrapper .certif_wreap ul li img {
    max-width: 18px;
}
.model_wrapper .certif_wreap ul li {
    color: #3A4343;
    font-size: 16px;
    width: 25.33%;
}
.model_wrapper .certif_wreap ul {
    display: flex;
    flex-wrap: wrap;
}
.modal .modal-dialog {
    max-width: 100%;
}
.modal-content {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.modal-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 99;
}
.modal-header button.btn-close {
    padding: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #012639;
    opacity: 1;
    border-radius: 100%;
    background-image: none;
}
/*=========== Home page end here ==========*/

/*=========== Payment page start here ==========*/
.header_1 {
    position: relative !important;
}
.header_1 .header_content {
    background-color: #000000;
}
.pay_wrapper .row {
    align-items: center;
}
.btn_group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pay_date_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 80px;
}
.pay_date_grid .pay_date_list {
    border: 1px solid #E3E3E3;
    padding: 30px;
}
.pay_date_grid .pay_date_list p {
    margin: 0;
}
/*=========== Payment page end here ==========*/

/*=========== Check Out page start here ==========*/
.pro_wreap {
    border: 1px solid #D9D9D9;
    padding: 30px;
}
.pro_wreap ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.pro_wreap p {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.pro_wreap span {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.pro_wreap .pro_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px;
}
.pro_imgs {
    width: 25%;
}
.pro_text {
    width: 75%;
}
.pro_wreap .pro_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0EEEE;
    padding: 25px;
}
.pro_wreap strong {
    display: flex;
    font-weight: 800;
    font-size: 22px;
}
.pay_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.pay_fm .form-check label {
    color: #000;
    font-family: Bebas Neue;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.pay_fm hr {
    background-color: #D9D9D9;
    opacity: 1;
    margin: 20px 0;
}
.monthly_pay p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 30px 0;
}
.check_from .form-check-input:checked[type=radio] {
    background-image: url(http://contender3.wpengine.com/wp-content/uploads/2023/07/redio.svg);
}
.check_from .form-check-input:checked {
    background-color: #fff;
    border-color: #000;
}
.check_from .form-check {
    margin: 0;
}
.pay_grid .form-check {
    display: grid;
    text-align: center;
    position: relative;
    padding: 18px 0 0;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.07);
}
.pay_grid .form-check input {
    position: absolute;
    top: 25px;
    left: 40px;
}
.pay_grid .bank_wreap {
    cursor: pointer;
}
.bank_wreap strong {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}
.bank_wreap span {
    display: block;
    color: #3A4343;
    font-size: 16px;
    line-height: 1.2;
}
.bank_wreap p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 35px 0 0;
    background-color: #000;
    padding: 15px;
}
hr.boder_line {
    background-color: #D9D9D9;
    opacity: 1;
    margin: 50px 0;
}
.check_from form h4 {
    margin-bottom: 35px;
}
.check_from form .form-select,
.check_from form .form-control {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding: 20px;
    color: rgba(90, 90, 90, 0.65);
    font-size: 16px;
    line-height: 1.2;
}
.check_from form .form-control::placeholder {
    color: rgba(90, 90, 90, 0.65);
}
.pay_tab {
    padding-top: 50px;
}
.pay_tab .nav-pills .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 20px;
}
.pay_tab .nav {
    gap: 20px;
}
.pay_tab .nav-pills .nav-link.active {
    color: #FFF;
    background-color: #000;
}
.fm_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
h2.price span.woocommerce-Price-amount.amount bdi span, h2.price span.woocommerce-Price-amount.amount bdi {
    color: #000;
    font-family: Montserrat;
    font-size: 62px;
    font-weight: 800;
    display: flex;
    align-items: end;
}
span.time-period{ 
    color: #000;
    font-size: 17px;
    font-weight: 600;
    /*margin-bottom: 16px;*/
}
.page {
    margin-bottom: 0px!important;
}
/*=========== Check Out page end here ==========*/