﻿@font-face {
    font-family: Mont-HeavyDEMO;
    src: url(../font/Mont-HeavyDEMO.otf);
}

@font-face {
    font-family: Inter-Medium;
    src: url(../font/Inter-Medium.otf);
}

* {
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    border: 0;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.item-center {
    align-items: center;
}

.main_sec {
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

.inner_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #4d4d4d;
}

.popup_sec {
    background-color: #000000;
    background-image: url(../images/backImage.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center center;
    border-radius: 22px;
}

.custom_colMain1 {
    width: 45%;
    /*flex:1*/
}

.custom_colMain2 {
    width: 55%;
    margin-left: 20px;
}

.custom_colMain1, .custom_colMain2 {
    position: relative;
}

.custom_colBottom_Img .ifutologyLogo {
    position: absolute;
    bottom: 35px;
    right: 0px;
}

.custom_colBottom_Img .loud {
    position: absolute;
    bottom: 120px;
    right: 8px;
}

.custom_col_1 img {
    width: auto;
}

.custom_col_2 img {
    margin: 0px 8px 0px 8px;
}

.custom_col_2 p {
    font-family: Inter-Medium;
    color: white;
    font-size: 15px;
    line-height: 1.4;
    width: 90%;
}

.custom_col_2 h2 {
    font-family: Mont-HeavyDEMO;
    color: white;
    font-size: 35px;
    margin-bottom: 15px;
}

.custom_col_2 a {
    font-family: Mont-HeavyDEMO;
    color: #b98bff;
    font-size: 18px;
    text-decoration: none;
}

.imgesBox {
    width: 100%;
    margin-top: 20px;
}

.contentBox {
    width: 80%;
}

.cutterImg img {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(50%, -50%);
    animation-name: rotateBox;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


@keyframes rotateBox {
    0% {
        transform: rotate(-2deg) translate(50%, -50%);
    }

    100% {
        transform: rotate(2deg) translate(50%, -50%);
    }
}

.closeIcon {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    background-color: #fc6cee;
    width: 40px;
    color: white;
    height: 40px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media only screen and (min-width: 300px) and (max-width: 1100px) {
    .contentBox {
        width: 95%;
    }

    .custom_col_2 p {
        width: 98%;
    }

    .popup_sec {
        width: 850px;
    }

    .custom_colBottom_Img .ifutologyLogo {
        right: -9px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 880px) {
    .popup_sec {
        width: 728px;
    }

    .custom_colBottom_Img {
        display: none;
    }

   /* .custom_colMain1 {
        width: 299px;
    }*/

    .custom_col_2 h2 {
        font-size: 30px;
    }

    /*.custom_colMain2 {
        width: 365px;
    }
*/
    .custom_col_2 a {
        font-size: 15px;
    }

    .custom_col_2 img {
        margin: 0px 1px 0px 1px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .popup_sec {
        width: 440px;
        height: auto;
        padding-bottom: 15px;
    }

    .custom_colMain2 {
/*        width: 575px;*/
        margin-left: 20px;
        width:100%;
        padding: 30px 10px 0px 0px;
    }

    .custom_colMain1 {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .custom_col_2 img {
        margin: 0px 1px 0px 1px;
    }

    .popup_sec {
        width: 330px;
    }

    .custom_col_2 h2 {
        font-size: 28px;
    }

    .custom_colMain2 {
        margin-left: 5px;
    }
    .wholeIMAGE {
        width: 50px;
    }
    .lastIMAGE {
        width: 83px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 380px) {
    .popup_sec {
        width: 270px;
    }
    .lastIMAGE {
        display: none;
    }
    .custom_col_2 h2 {
        font-size: 22px;
    }
}