@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
    font-family: myFirstFont;
    src: url(../font/custom.ttf);
}

@font-face {
    font-family: mySecondFont;
    src: url(../mon.ttf);
}

@font-face {
    font-family: thirdFont;
    src: url(../font/Roboto.ttf);
}

@font-face {
    font-family: Streamster;
    src: url(../font/Streamster.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: myFirstFont; */
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

p,
span {
    color: rgb(63, 63, 63);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5{
    font-weight: 400;
}

/* btn */
.theme-btn {
    background: #f1f1f1;
    color: #000;
    font-size: 13px;
    padding: 8px 20px;
    margin: 0 10px;
}

.theme-btn:hover {
    color: #000;
}

/* btn */
.theme-btn2 {
    background: #000000;
    color: #f7f7f7;
    font-size: 13px;
    padding: 8px 20px;
    margin: 0 10px;
}

.theme-btn2:hover {
    color: #eeeeee;
}








/* header */
.head {
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.head .custom_dropdown{
    width: 25%;
}

.head .custom_dropdown i{
    font-size: 23px;
}

.head .logo img{
    width: 446px;
}

.nav-sticky{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    width: 100%;
    animation: newNav 0.6s ease-in-out;
    background: #ffffff;
    backdrop-filter: blur(10px);
}

@-webkit-keyframes newNav{
    0%{
        top: -100px;
    }
    100%{
        top: 0;
    }
}

.custom-nav{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: end;
    width: 25%;
    margin-bottom: 0 !important;
}

.custom-nav li a{
    color: #3d3d3d;
    font-family: 400;
}

.custom-nav li a i{
    font-size: 20px;
}

.nav-sticky .custom-nav{
    margin-bottom: 0;
}

.dropdown-toggle{
    background: transparent;
    border: none;
    outline: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown{
    margin-right: 10px;
}

.dropdown-toggle::after{
    display: none;
}

#list{
    display: none;
    color: #000;
    font-size: 22px;
}

.nav-sticky #list{
    color: #fff;
}














/* footer */
.footer{
    padding: 100px 0 60px 0;
    background: #fafafa;
}

.footer h2,
.footer h4{
    color: #313131;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700 !important;
}

.footer p{
    color: #292929;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: mySecondFont;
}

.footer img{
    width: 14px;
}

.links a,
.links span{
    margin: 10px 0;
    color: #292929;
    font-weight: 300;
    display: block;
    font-size: 15px;
}

.links a:hover{
    color: #000;
}

.down-f{
    background: #ffffff;
    padding-bottom: 5px;
    color: #c0c0c0;
}

.detailed_button {
    display: initial;
    background: #c79e52;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}




/* banner */
.banner{
    background: rgb(236, 236, 236);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-top: 5px;
}

.banner h2{
    color: #2e2e2e;
    font-size: 35px;
    text-align: center;
    font-family: Streamster;
    /* font-family: Mercury Display A, Mercury Display B, MercuryDisplay, serif; */
}

.banner p{
    color: #7c7c7c;
    text-align: center;
}










.special{
    padding: 50px 0;
}




/* image_section */
.image_section img{
    object-fit: contain;
}

.image_section a{
    font-size: 19px;
    color: #1b1b1b;
    font-weight: 300;
}

.image_section span{
    font-size: 19px;
    color: grey;
}







/* image_section */
/* .image_section{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.image_section img{
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.image_section1 img{
    height: 400px;
}

.image_section2 img{
    height: 190px;
}

.image_section3 img{
    height: 185px;
}

.image_section2 h3{
    color: #fff;
}

.image_section2 h3 span{
    color: #fff;
}

.image_section3 h3{
    color: #fff;
}

.image_section3 h3 span{
    color: #fff;
}

.image_section1 h3{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 25px;
}

.image_section1 h3 span{
    font-weight: 500;
    font-size: 50px;
    color: #fff;
}

.image_section:hover img{
    transform: scale(1.1);
}

.image_section_text{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
} */












/* products */
.products{
    margin: 70px 0 40px 0;
}

.product_card{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    position: relative;
}

.product_card .view{
    position: absolute;
    top: 10px;
    left: 10px;
    display: initial;
    padding: 3px 6px;
    font-size: 13px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    z-index: 100;
}

.product_card:hover img{
    transform: scale(1.1);
}

.product_card img{
    height: 300px;
    padding: 20px;
    object-fit: contain;
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.product_detail{
    padding: 20px;
    border-top: 1px solid rgb(212, 212, 212);
}

.product_detail h4{
    font-size: 23px;
    margin-bottom: 10px !important;
    font-weight: 700;
    font-family: Mercury Display A, Mercury Display B, MercuryDisplay, serif;
}

.place_bid{
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 20px;
}

.place_bid input{
    width: 70%;
    height: 50px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    outline: none;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 10px;
}

.place_bid button{
    width: 30%;
    height: 50px;
    background: rgb(224, 224, 224);
    color: #000;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.place_bid button:hover{
    background: #f1f1f1;
    color: #000;
}

.product_card p{
    margin-bottom: 5px !important;
    font-weight: 500;
    font-size: 14px;
}

.product_card button{
    background: transparent !important;
    border: 1px solid #000;
}


.product_card span{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

.product_card p span{
    font-weight: 600;
}

.product_card button{
    font-size: 18px;
}

.next_button_fixed{
    position: fixed;
    bottom: 60px;
    right: 60px;
}

.next_button_fixed button{
    width: 140px;
    border: 1px solid grey;
    outline: none;
    border-radius: 3px;
    padding: 7px 10px;
    transition: 0.2s all ease-in-out;
}

.next_button_fixed button:hover{
    background: rgb(209, 209, 209);
}


/* filter_bar */
.filter_bar p{
    border-bottom: 1px solid rgb(201, 201, 201);
}

.filter_bar h4{
    font-family: BentonSansComp, sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.border_div_down{
    border-bottom: 1px solid rgb(194, 191, 191);
    padding: 10px 0;
    margin-bottom: 20px;
}

.radio-group {
    display: flex;
    flex-direction: column;
}

.radio-label {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 13px;
}

.radio-input {
    position: absolute;
    opacity: 0;
}

.radio-input:checked + .radio-label {
    border-color: #000;
}

.radio-inner-circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 0.5em;
    transition: border-color 0.2s;
    position: relative;
}

.radio-input:checked + .radio-label .radio-inner-circle::after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.check_box{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}









/* product detail */
.product_details{
    padding: 80px 0;
}

.Detail_slider img{
    width: 100%;
    height: 130px;
    cursor: pointer;
    background: #f7f7f7;
    object-fit: contain;
    border-radius: 7px;
    padding: 10px;
}

.Detail_slider video{
    width: 100%;
    height: 130px;
    cursor: pointer;
    background: #f7f7f7;
    object-fit: cover;
    border-radius: 7px;
    padding: 10px;
}


/* overlay_div */
.overlay_div{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #000000cc;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel_overlay{
    position: absolute;
    right: 40px;
    top: 40px;
    color: #e2151c;
    font-size: 30px;
    cursor: pointer;
}

.overlay_download{
    position: absolute;
    right: 100px;
    top: 43px;
    color: #eee7e8;
    font-size: 23px;
    cursor: pointer;
}

.overlay_image{
    width: 55%;
    height: 80%;
    object-fit: contain;
}

.main_image_detail,
.main_image_detail_video{
    width: 100%;
    height: 500px;
    object-fit: contain;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.detail_side .span_tag{
    background: #c79e52;
    color: #fff;
    display: initial;
    font-size: 16px;
    border-radius: 3px;
    padding: 4px 10px;
}

.border_div{
    border-bottom: 2px solid rgb(199, 199, 199);
    margin: 30px 0;
}

.detail_side h6{
    font-size: 18px;
    margin-bottom: 0 !important;
}

.detail_side p{
    font-size: 15px;
    margin-bottom: 0 !important;
}

.detail_side h4{
    margin: 40px 0 20px 0;
    font-size: 30px;
}

.description_box{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.description_box p{
    font-size: 15px;
    margin-top: 20px;
    color: #646363;
}

.description_box h6{
    font-size: 20px;
    margin-top: 20px;
    color: #646363;
    line-height: 26px;
}

.description_box h4{
    display: initial;
    font-size: 28px;
    position: relative;
}

.description_box h4::after{
    position: absolute;
    right: -60px;
    height: 2px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    content: "";
}










/* current_banner */
.current_banner{
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.current_banner img{
    width: 100%;
    height: 300px;
    position: relative;
    object-fit: cover;
}

.current_banner .expire{
    position: absolute;
    width: 100%;
    right: 20px;
    top: 20px;
    background: #fff;
    z-index: 100;
    width: 155px;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    color: #000;
    padding: 3px 8px;
    display: initial;
}








/* Current Auction */
.tabs_section ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tabs_section ul.tabs li{
	color: #222;
    border-bottom: 1px solid rgb(185, 185, 185);
	display: inline-block;
	width: 210px;
    font-size: 17px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
	cursor: pointer;
}

.tabs_section ul.tabs li.current{
	color: #222;
    font-weight: 700;
    border-bottom: 2px solid rgb(88, 88, 88);
}

.tabs_section .tab-content{
	display: none;
	padding: 15px;
}

.tabs_section .tab-content p{
    text-align: justify;
    font-family: Mercury Display A,Mercury Display B,MercuryDisplay,serif !important;
    font-size: 14px !important;
}

.tabs_section .tab-content.current{
	display: inherit;
}

.tabs_section .product_detail{
    border-top: 0 !important;
}

.tabs_section .product_card img{
    height: 250px;
}

.tabs_section input{
    width: 50%;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgb(196, 196, 196);
}













/* faq */
.wp-block-yoast-faq-block .schema-faq-section{
    border: 2px solid #e9e9e9;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 30px 65px 30px 20px;
    font-weight: 200 !important;
    font-size: 20px;
}

.schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #335548;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #335548;
}

.schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 17px;
}

.schema-faq-question:hover{
    background: #eee;
    border-radius: 8px;
}

.schema-faq-section.active .schema-faq-question{
  background: #eee;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
}

.schema-faq-answer span{
    display:block;
}

.faq p{
    text-align:justify;
    font-size: 14px;
}












/* contact */
.contact_side_left{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
}

.contact_side_left a{
    color: #000;
}

.contact_side_right{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
}

.contact_side_right input,
.contact_side_right textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(216, 216, 216);
    outline: none;
    background: rgb(243, 243, 243);
}






















/* home current auctions */
.section_current_auctions{
    margin: 80px 0;
}

.section_current_auctions ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section_current_auctions ul.tabs li{
	color: #222;
    border: 1px solid rgb(230, 230, 230);
	display: inline-block;
    font-size: 15px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 10px;
	cursor: pointer;
}

.section_current_auctions ul.tabs li.current{
	color: #222;
    background: rgb(230, 230, 230);
}

.section_current_auctions .tab-content{
	display: none;
	padding: 15px;
}

.section_current_auctions .tab-content.current{
	display: inherit;
}

.section_current_auctions .auction_card_banners h3{
    font-family: "RotisSemiSerifW01-Roman",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
    color: #c7c7c7;
}

.section_current_auctions .auction_card_banners p{
    font-family: thirdFont;
    font-size: 18px;
}

.section_current_auctions .auction_card_banners h4{
    color: #755b48;
    font-size: 28px;
    font-family: "RotisSemiSerifW01-Roman",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
}

.section_current_auctions .auction_card_banners img{
    border-radius: 8px;
}

.heading h2{
    font-size: 45px;
    font-family: "RotisSemiSerifW01-Roman",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
}

.heading select{
    padding: 9px 30px;
    border: 1px solid rgb(207, 203, 203);
    color: grey;
    outline: none;
    border-radius: 7px;
}

.heading input{
    padding: 8px 30px;
    border: 1px solid rgb(207, 203, 203);
    outline: none;
    border-radius: 7px;
}

@media(max-width:575px) {
    .heading input{
        padding: 4px 6px;
        font-size: 12px;
        border-radius: 3px;
    }
    
    .heading select{
        padding: 4px 6px;
        font-size: 12px;
        border-radius: 3px;
    }
}




.custom_dropdown .dropdown-item{
    font-size: 12px;
}






.inner_otp {
    margin: 0;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    margin: 100px 0;
    background: #f3f3f3;
    color: #000;
    border-radius: 10px;
}

.terms_conditions .modal-dialog{
    max-width: 700px;
}

.terms_conditions .close{
    background: transparent;
    border: none;
    outline: none;
}

.terms_conditions p{
    text-align: justify;
    /* font-family: Mercury Display A, Mercury Display B, MercuryDisplay, serif !important; */
    font-size: 14px !important;
}

.otp-field {
    display: flex;
}

.otp-field input {
    width: 45px;
    height: 45px;
    font-size: 26px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid #55525c;
    background: #21232d;
    font-weight: bold;
    color: #fff;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #acacac;
    box-shadow: 0 0 2px 2px #acacac;
}

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}




.wrongCodeAnimation {
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(30px);
    }

    20% {
        -webkit-transform: translate(-30px);
    }

    40% {
        -webkit-transform: translate(15px);
    }

    60% {
        -webkit-transform: translate(-15px);
    }

    80% {
        -webkit-transform: translate(8px);
    }

    100% {
        -webkit-transform: translate(0px);
    }
}

@-moz-keyframes kf_shake {
    0% {
        -moz-transform: translate(30px);
    }

    20% {
        -moz-transform: translate(-30px);
    }

    40% {
        -moz-transform: translate(15px);
    }

    60% {
        -moz-transform: translate(-15px);
    }

    80% {
        -moz-transform: translate(8px);
    }

    100% {
        -moz-transform: translate(0px);
    }
}

@-o-keyframes kf_shake {
    0% {
        -o-transform: translate(30px);
    }

    20% {
        -o-transform: translate(-30px);
    }

    40% {
        -o-transform: translate(15px);
    }

    60% {
        -o-transform: translate(-15px);
    }

    80% {
        -o-transform: translate(8px);
    }

    100% {
        -o-origin-transform: translate(0px);
    }
}



















/* signin */
.signin{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../images/logins.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.signin_form{
    backdrop-filter: blur(10px);
    background: #ffffffbb;
    padding: 50px 20px;
    border-radius: 10px;
}

.signin_form h3{
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
}

.signin_form label{
    display: block;
    color: #1b1b1b;
}

.signin_form input[type=text],
.signin_form input[type=email],
.signin_form input[type=password],
.signin_form input[type=date],
.signin_form select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #302f2f;
    outline: none;
    background: #ffffff00;
}

.signin_form input[type=text]::placeholder,
.signin_form input[type=email]::placeholder,
.signin_form input[type=password]::placeholder,
.signin_form input[type=date]::placeholder{
    color: #302f2f;
}

.signin_form a{
    color: #1b1b1b;
}

.signin img{
    width: 100%;
    margin-bottom: 15px;
}

.signin_form button{
    background: #000;
    color: #fff;
    padding: 13px 0;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.signin_form button:hover{
    color: #fff;
}















/* signup */
.signup{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background: url(../images/logins.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.signup_form{
    backdrop-filter: blur(10px);
    background: #ffffffbb;
    padding: 50px 20px;
    border-radius: 10px;
}

.signup_form h3{
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
}

.signup_form label{
    display: block;
    color: #1b1b1b;
}

.signup_form input[type=text],
.signup_form input[type=email],
.signup_form input[type=password],
.signup_form input[type=date],
.signup_form select{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #302f2f;
    outline: none;
    background: #ffffff00;
}

.signup_form input[type=text]::placeholder,
.signup_form input[type=email]::placeholder,
.signup_form input[type=password]::placeholder,
.signup_form input[type=date]::placeholder{
    color: #302f2f;
}

.signup_form a{
    color: #1b1b1b;
}

.signup img{
    width: 100%;
    margin-bottom: 15px;
}

.signup_form button{
    background: #000;
    color: #fff;
    padding: 13px 0;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.signup_form button:hover{
    color: #fff;
}




.buttonLoader {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
      radial-gradient(farthest-side,#c79e52 94%,#0000) top/8px 8px no-repeat,
      conic-gradient(#0000 30%,#c79e52);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
  }
  @keyframes l13{
    100%{transform: rotate(1turn)}
  }

.placeBidButton{
    display: flex;
    justify-content: center;
    align-items: center;
}



#shipmentForm label{
    margin-top: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#shipmentForm input,
#shipmentForm textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #302f2f;
    outline: none;
    background: #ffffff00;
}


.timer_show #countDownDiv{
    font-size: 39px;
    display: flex;
    align-items: end;
}

.timer_show h5{
    font-size: 16px;
    color: grey;
    margin-bottom: 0 !important;
}

.innerTextTimer{
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 9px !important;
}

.subscribeModel{
    text-align: center;
    padding: 60px 0;
}

.subscribeModel h5{
    font-size: 18px;
    margin-bottom: 4px;
}

.subscribeModel h2{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.subscribeModel h6{
    font-size: 16px;
}

.subscribeModel input{
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    outline: none;
    text-align: center;
    width: 80%;
    margin: 20px auto;
}

.subscribeModel button{
    background: #000;
    width: 100%;
    margin: 10px auto;
    color: #fff;
    padding: 14px 0;
}

.subscribeModel button:hover{
    color: #fff;
}


.example-2{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: rgba(3, 3, 3, 0.932);
  border-radius: 3px;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

.example-2 i{
    font-size: 25px;
    margin-left: 3px;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.custom_video_model{
    position: relative;
}

.custom_video_model video{
    position: relative;
    width: 100%;
}

.custom_video_model button{
    background: transparent;
    color: red;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    border: none;
    outline: none;
}

.custom_dialogs{
    max-width: 50%;
}

@media(max-width: 575px) {
    .custom_dialogs{
        max-width: 100%;
    }
}

.magnify{
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    z-index: 20;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: inset 0 0 20px rgba(0,0,0,.5);
    display: none;
    cursor: none;
}