/* ----------------popup form ------------ */
.gt_pup_block .cntct_main_form .gt_12 {
    margin-bottom: 20px !important;
}

.gt_form_box {
    padding: 40px 30px;
}

.gt_pup_section {
    position: fixed !important;
    width: 700px;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #111;
    padding: 15px !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border: 2px solid #9A6730;

    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5) translate(290%, 0px) rotate(179deg);
}

.active_pop {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    transform: scale(1) translate(0px, 0px) rotate(0deg);
}

.gt_pup_section .gt_form_block {
    padding: 0;
    border: none;
    width: 100%;
    margin: auto;
}

.pop_close_icon {
    position: absolute;
    right: -5px;
    top: -5px;
    background: linear-gradient(180deg, #EFE393 0%, #9A6730 100%);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
}

.pop_close_icon svg {
    width: 15px;
    height: 15px;
}

.pop_close_icon svg path {
    fill: #fff;
}

.blur_popup:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99;
}

.gt_form_box .gt_form {
    width: 100%;
    padding: 0 !important;
}

.gt_pup_block .cntct_main_form .gt_12 {
    width: 50%;
}

.gt_pup_block  .gt_12.message_field,
.gt_pup_block  .gt_12.select_field{
    width: 100% !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95%;
        padding: 15px 10px !important;
    }

    .gt_form_box {
        padding: 10px 10px;
    }



}

@media all and (min-width: 768px) and (max-width: 980px) {

    /*-------------popup---------------*/


    .gt_form_box {
        padding: 20px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /*-------------popup---------------*/

    .gt_form_box {
        padding: 15px;
    }




}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /*-------------popup---------------*/

    .gt_form_box {
        padding: 20px;
    }



}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}