@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position:relative;
    overflow-x:hidden;
    width:100%;
    max-width:100%;
    background: #eee;
}
.row {
    margin: 0 -10px;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
} 
img
{
    max-width: 100%;
}
.desk-hide{
    display: none
}

animation-fix{
    overflow-x:hidden;
}
:root{
    --colorblack:#000000;
    --colorwhite:#ffffff;
    --colorblue: #00ffd0;
    --colorpurple: #ca1e1b;
    --coloryellow: #ffb903;
    --colorred: #cb0103;
    --colorlight: #f5f1e9;
    --colorreddark:#ca1e1b;
    --colorgreen:#54dd75;
}

section.top_banner_section {
    background: url('/assets/images/top_banner_bg-min.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 11em 0px 5em;
    /*padding: 15em 0px 5em;*/
    position: relative;
}
.logo_div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* New dis section css ends here */

/* popupform css starts here  */

div#form-model {
    width: 800px;
    height: 582px;
    background: url("../images/ester_popup_bg.png") 0% 0% / cover no-repeat;
    border-radius: 20px;
    padding: 0px !important;
    overflow: visible;
}

.left_img {
    max-width: unset;
    position: relative;
    top: -72px;
    right: 53px;
}
.pop_right_imgs {
    position: relative;
}

.right_ester_img {
    position: absolute;
    right: -50px;
    top: 60px;
}

.main_form_titles {
    text-align: center;
    margin: 25px 0px;
}

.remove_pop_title_bs {
    margin: 0px 0px 2px;
}

.pop_small_title {
    font-size: 28px;
    font-style: italic;
    font-family: 'DM Serif Display';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
}

.white_txt {
    color: #fff;
}

.pop_big_title {
    font-size: 23px;
    font-family: 'DM Serif Display';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
}

.popup_highlighter {
    color: #000;
    background: #e5ac41;
    padding: 0px 5px;
    border-radius: 4px;
}

.top_form_title {
    color: #2f1f00;
    font-size: 22px;
    font-family: 'DM Serif Display';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/ester_title_bg_img.png) 0% 0% / cover no-repeat;
    padding: 10px 0px;
    position: relative;
    top: -13px;
    width: 292px;
    margin: 0 auto;
}

.popup_form_block .form-control {
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #7e7e7e;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 13px 15px;
}

.popup_form_block textarea.form-control {
    height: 80px;
    resize:none;
}  
.form_btn_style {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    background: #a20200;
    height: 46px;
    border-radius: 5px;
    border: none;
    padding: 0px;
}

.popup_form_block {
    padding: 15px 15px 0px;
}
.popup-content {
    float: left;
    width: 100%;
    height: 100%;
}
.fancybox-button.fancybox-close-small {
    border: #fff 3px solid;
    background: #a20200;
    border-radius: 50px;
    text-align: center;
    box-shadow: inset #730100 -2px 2px 0px 1px;
    right: -18px;
    top: -11px;
    opacity: 1;
    padding: 1px;
    width: 42px;
    height: 42px;
}
.fancybox-slide--html {
    overflow: hidden;
}
.btm_style_img {
    display: table;
    margin: 0 auto;
}
a.close_sidepopup {
    font-size: 13px;
    background: #f3f3f3;
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #000;
    position: absolute;
    left: -8px;
    top: -8px;
    color: #000;
    display: none;
}
a.close_sidepopup.showpopclosebtn {
    display: block;
}
.fancybox-button svg path {
    color: #fff;
}
/* popupform css ends here  */
