
@font-face {
    font-family: 'FUTURA BK BT BOOK';
    src: url("FUTURA BK BT BOOK.TTF");
    font-weight: normal;

}

@font-face {
    font-family: 'futuralight';
    src: url('futura_light_bt_0-webfont.woff2') format('woff2'),
         url('futura_light_bt_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmsterdamOne-eZ12l';
    src: url('AmsterdamOne-eZ12l.ttf') format('ttf'),
         url('AmsterdamOne-eZ12l.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Andulka Book Pro';
    src: url('Andulka Book Pro.otf') format('otf'),
         url('Andulka Book Pro.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('futura_medium_1_0-webfont.woff2') format('woff2'),
         url('futura_medium_1_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica 55 Roman';
    src: url('HelveticaNeue-Roman.woff2') format('woff2'),
        url('HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'futurabold';
    src: url('unicode.futurab_1-webfont.woff2') format('woff2'),
         url('unicode.futurab_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


    .POPmain{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 9998;
    }
    
    #popup{text-align:center;}

    #popup .icon-c{
        position: absolute;
        top: 0px;
        right: 3%;
        background-color: transparent;
        font-size: 30px;
        color: #000;
        border: none;
        outline: none;
        cursor: pointer;
    }
    
    #popup .logo-dreamy-carnival img{width:40%;padding:30% 0% 5%;}
    #popup .re-info {color:#000;}
    #popup .re-info h2{font-family: 'Montserrat', sans-serif;font-weight:500;font-size:30px;}
    #popup .re-info h2 span{font-family: 'Montserrat', sans-serif;font-weight:700;}
    #popup .re-info h2 span a{text-decoration:none;color:#000;}
    #popup h3{text-align:center;font-family: 'Montserrat', sans-serif;font-weight:700;color:#000;}
    #popup .re-info p{color:#000;font-family: 'FUTURA BK BT BOOK';font-size:20px;padding:5% 0% 0%;}
    
    #popup {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%;
        max-width: 700px;
        padding: 25px;
        border: 0;
        background-image: url(../img/car-pop.jpg);
        background-size:105%;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-radius: 15px;
        background-repeat: no-repeat;
    }
    
    @media only screen and (min-width: 10px) and (max-width: 360px){
        #popup .logo-dreamy-carnival img {width: 55%;}
        #popup{background-size:160%;}
        #popup .re-info h2{font-size:25px;}
    }

    @media only screen and (min-width: 362px) and (max-width: 599px){
        #popup .logo-dreamy-carnival img {width: 55%;}
        #popup{background-size:160%;}
        #popup .re-info h2{font-size:25px;}
    }

    @media only screen and (min-width: 600px) and (max-width: 780px){
        #popup .logo-dreamy-carnival img {width: 60%;}
        #popup{background-size:160%;}
        #popup .re-info h2{font-size:40px;}
        #popup .re-info p{font-size:30px;}
        
    }

    @media only screen and (min-width: 781px) and (max-width: 980px){
        #popup .logo-dreamy-carnival img {width: 60%;}
        #popup{background-size:160%;}
        #popup .re-info h2{font-size:40px;}
        #popup .re-info p{font-size:40px;}
    }





   
    
    
    