/* ----------------popup form ------------ */
.gt_form_box {
    padding: 30px 20px;
}

.get_in_touch {
    padding-top: 10px;
}

.gt_pup_section {
    position: fixed !important;
    width: 1100px;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #1E1F28 !important;
    padding: 15px !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border: 1px solid #ff6f00;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5) translate(290%, 0px) rotate(179deg);
}

.active_pop {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    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: #ff6f00;
    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 {
    filter: blur(5px) brightness(0.3);
    z-index: -1;
}

.gt_form_box .gt_form {
    width: 100%;
    padding: 0 !important;
}

.pup_main_ttl.site_ttl {
    font-size: 45px;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95%;
        padding: 15px !important;
    }

    .gt_form_box {
        padding: 10px 10px;
    }

    .pup_main_ttl.site_ttl {
        font-size: 25px;
    }


}

@media all and (min-width: 768px) and (max-width: 980px) {

    /*-------------popup---------------*/


    .gt_form_box {
        padding: 15px;
    }

    .gt_pup_section {
        width: 700px;
    }

    .pup_main_ttl.site_ttl {
        font-size: 30px;
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {

    /*-------------popup---------------*/

    .gt_form_box {
        padding: 15px;
    }

    .gt_pup_section {
        width: 900px;
    }

    .pup_main_ttl.site_ttl {
        font-size: 35px;
    }


}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /*-------------popup---------------*/

    .gt_form_box {
        padding: 20px;
    }

    .pup_main_ttl.site_ttl {
        font-size: 40px;
    }


}

@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) {}