*{
    box-sizing: border-box;
}

:root{
    --orange: #ff8b05;
    --green: #72a603; 
    --red: #f2705b;
    --blue: #89d6f7;
    --yellow: #ffcf5c;
    --gray: #878786;
}
::selection{
background:var(--orange);
color:#fff;
}
html{
    scroll-behavior: smooth;
    scrollbar-color: var(--orange) #fff;
}
body{
    /* background-color: lightblue; */
    margin: 0px;
    color: #878786;
    color: var(--gray);
    font-family: Comfortaa;
    padding: 0px 20px;
}
@font-face {
    font-family: Comfortaa;
    src: url('/fonts/Comfortaa.ttf') format('truetype');
}
section{
    /* background-color: #fff; */
    width: 100%;
    max-width: 2500px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh;     */
    min-height: 100vh;
    transition: all 0.3s ease-in-out;
}
.section_1_name{
    /* font-family: Comfortaa; */
    /* font-size: 4em; */
    font-size: clamp(16px, 4vw, 120px);
    text-align: center;
    /* background-color: green; */
    /* color: darkgreen; */
    position: relative;
}
.section_1_p{
    font-size: clamp(28px, 2vw, 40px);
}
.siteria_logo{
    height: clamp(200px, 30vh, 600px);
    margin: 20px 0px;
    max-height: 30vw;
}
.section_1_div{
    text-align: center;
    width: 100%;
}
.urls{
    color: var(--orange);
}
.section_1, .section_2, .section_21, .section_3, .section_4, .section_5, .section_6, .section_7, .section_8, .section_9, .section_10, .section_11   {
    /* font-size: clamp(16px, 2vw, 40px); */
    /* font-size: clamp(16px, 3vh, 40px); */
    /* font-size: clamp(16px, 3vw, 40px); */
    font-size: clamp(16px, 2vw, 30px);
}
.section_name{
    font-size: 2em;
    color: var(--orange);
}
.create_div{
    display: flex;
    justify-content:space-between;
    align-items: center;
    /* margin: 100px 0px; */
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
    position: relative;
    /* gap: 20px; */
    flex-wrap: wrap;
}
.create_imgs{
    /* height: clamp(100px, 20vh, 300px); */
    position: relative;
    transition: all .3s ease-in;
    /* top: -200px; */
    /* height: clamp(100px, 15vw, 300px); */
    height: clamp(100px, 18vh, 300px);
}
.create_divs{
    flex: 1 1 500px;
    position: relative;
    padding-top: 20px;
    flex: 1 1 300px;
}
.create_divs:hover .create_span{
    opacity: 1;
    width: 100%;
    height: 100%;
    /* border-radius: 5%; */
}
.yesUrl{
    color: var(--green);
}
.noUrl{
    color: var(--red);
}
.urlAnswers{
    display: flex;
    justify-content: center;
    gap: 100px;
}
.create_divs_p{
    /* font-weight: bold; */
    font-size: clamp(16px, calc(2vw), 40px);
    font-size: clamp(16px, 3vh, 40px);
    font-size: clamp(28px, 3vw, 40px);
}
.create_span{
    position: absolute;
    /* background-color: lightblue; */
    left: 0px;
    top:0px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background: var(--blue);
    color: #fff;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-wrap: balance;
    padding: 10px;
    /* border-radius: 50%; */
    border-radius: 20px;
    /* border-top-left-radius:5%; */
}
.nourls{
    text-decoration: none;
    color: inherit;
}
.portfolie_div{
    display: flex;
    /* gap:20px */
    margin: 100px 0px;
}
.portfolie_divs{
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex: 1 1 200px;
    transition: all .2s ease-in-out;
}
.portfolie_divs:hover{
    /* flex: 3 1 500px; */
    flex: 3 1 400px;
    /* width: 100%; */
}
.portfolio_img{
    height: clamp(100px, 30vh, 400px);
    cursor: pointer;
}
.menu_div{
    position: fixed;
    right: 40px;
    top: 40px;
    background-color: var(--blue);
    padding: 40px;
    padding: clamp(20px, 2vh, 40px);
    color: #fff;
    border-radius: 10px;
    border-radius: clamp(10px, 5%, 5%);
    border-radius: 20px;
    z-index: 999;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    
}
.menu_name{
    margin: 0px;
    font-weight: bold;
    text-align: right;
    font-size: clamp(16px, 2vh, 40px);
}
.menu_div_drop{
    /* display: none; */
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 0px;
    height: 0px;
}
@media (hover: hover){
    .menu_div{
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .menu_div::-webkit-scrollbar{
        display: none;  
    }
    .menu_div:hover .menu_div_drop{
        /* display: flex; */
        width: unset;
        height: unset;
    }
}
.menuUrl{
    text-decoration: none;
    color: inherit;
    margin-top: 20px;
    margin-top: clamp(10px, 2vh, 20px);
    /* background-color: #89d6f7; */
    font-size: clamp(20px, 2vh, 30px);
}
.menuUrl::after{
    content: '';
    height: 2px;
    width: 0px;
    background: #fff;
    display: block;
    transition: all .2s ease-in-out;
}
.menuUrl:hover::after{
    width: 100%;
}
.menuUrl:last-child{
    margin-bottom: 0px;
}
.seo_img{
    position: absolute;
    height: clamp(100px, 10vh, 300px);
    top: 100%;
    transform: translate(0px, -10px) rotateZ(45deg);
    transform-origin: left top;
}
.section_7 .section_name{
    position: relative;
}
.section_text{
    text-wrap: balance;
}
.seo_img2{
    /* height: clamp(100px, 30vh, 300px); */
    height: clamp(100px, 24vh, 300px);
}
.imgModal{
    /* transition: all .5s ease-in-out; */
    padding: 20px 0px;
}
.imgModalActive{
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #00000050;
    z-index: 2;
    backdrop-filter: blur(10px);
}
.seo_img3{
    height: clamp(100px, 30vh, 300px);
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    filter: drop-shadow(0px 0px 10px #000);
}
.imgModalActive .seo_img3{
    height: unset;
    max-height: 90vh;
    border-radius: 10px;
    max-width: calc(100% - 40px);
}
.seo_div{
    display: flex;
    gap:40px;
    align-items: center;
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
    width: 100%;
    overflow: hidden;
}
.seo_divs{
    /* flex: 1 1 400px; */
    flex: 1 1 300px;
}
.seo_divs:nth-child(2){
    text-align: left;
    flex: 4 1 400px;
}
.seo_divs P{
    text-wrap: balance;
    line-height: 1.2;
}
.text_div{
    display: flex;
    gap:40px;
    align-items: center;
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
    width: 100%;
    overflow: hidden;
}
.text_divs{
    /* flex: 1 1 400px; */
    flex: 1 1 300px;
}
.text_divs .seo_img2{
    /* height: clamp(100px, 15vh, 300px); */
    max-height: 20vw;
}
.text_div:nth-child(odd) .text_divs:nth-child(2){
    text-align: left;
    flex: 4 1 400px;
}
.text_div:nth-child(even) .text_divs:nth-child(1){
    text-align: right;
    flex: 4 1 400px;
}
.text_divs P{
    text-wrap: balance;
    line-height: 1.2;
}
.textName{
    font-weight: bold;
}
.section_1_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_1_main_name{
    display: inline;
    font-size: clamp(16px, 5vw, 120px);
    font-weight: bold;
}
.portfolie_divs_modal{
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #00000050;
    z-index: 2;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    z-index: 1000;
}
.portfolie_divs_modal .portfolio_img{
    height: clamp(100px, 60vh, 890px);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    max-width: calc(100% - 80px);
    max-height: fit-content;
}
.priceButton{
    border-radius: 20px;
    display: inline-block;
    background-color: var(--green);
    color: #fff;
    padding: 20px 30px;
    cursor: pointer;
    /* transition: all .1s ease-in-out; */
    position: relative;
    top: 0px;
}
.priceButton:hover{
    top:-4px;
    box-shadow: 4px 4px 20px #c7c7c7;
    transition: all .1s ease-in-out;
}
.promoButton{
    background-color: var(--orange);
}
#qr{
    position: fixed;
    left: 0px;
    left: -300px;
    top: 50%;
    transform: translateY(-50%);
    height: clamp(100px, 10vh, 300px);
    transition: all .3s ease-in-out;
    /* display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start; */
    background: #fff;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 4px 4px 20px #c7c7c7;
    padding: 10px;
}
#qr:hover{
    height: clamp(300px, 20vh, 500px);
}
#qr_Note{
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    /* background-color: red; */
    left: 0px;
    font-size: 1px;
    /* display: none; */
    opacity: 0;
    /* transition: opacity .1s ease-in-out; */
    /* transition-delay: 1s; */
    height: 0px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff;
}
#qr:hover #qr_Note{
    /* display: block; */
    height: unset;
    transition: opacity .3s ease-in-out;
    font-size: 12px;
    transition-delay: 1s;
    opacity: 1;
}
.qr_Img{
    /* max-width: 100%; */
    /* max-height: 100%; */
    height: 100%;
    transition: all .1s ease-in-out;
    /* border-radius: 0px 20px 20px 0px;
    box-shadow: 4px 4px 20px #c7c7c7; */
}
/* .qr_Img:hover{
    height: clamp(300px, 20vh, 500px);
} */
.onlineChatDiv{
    position: fixed;
    bottom: 40px;
    bottom: -100px;
    right: 40px;
    background-color: var(--orange);
    border-radius: 20px;
    transition: all .3s ease-in-out;
    padding: 10px;
}
.onlineChat{
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 20px;
    background-color: var(--green);
    color: #fff;
    /* box-shadow: 4px 4px 20px #c7c7c7; */
    /* padding: 20px 20px; */
    /* bottom: -200px; */
    bottom: 120px;
    transition: all .3s ease-in-out;
    display: none;
}
.onlineChat::after{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--green);
    transform: rotate(45deg);
    right: 25px;
    bottom: -5px;
}
.onlineChatText{
    padding: 20px 20px;
    display: block;
    cursor: pointer;
}
.onlineChatClose{
    position: absolute;
    right: -10px;
    top: -20px;
    color: var(--gray);
    cursor: pointer;
    font-size: 20px;
}
.hardWork{
    text-decoration: line-through;

}
.promoDesc{
    font-size: clamp(12px, 2vw, 20px);
}
.menuSetts{
    color: var(--gray);
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 20px;
}
.menuSetts P{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}
.aniButton{
    display: inline-block;
    background-color: var(--gray);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: lowercase;
    cursor: pointer;
}
.animationOn{
    background-color: var(--green);
}
.nightMode{
    display: inline-block;
    background-color: var(--gray);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: lowercase;
    cursor: pointer;
}
.mobileMode{
    display: inline-block;
    background-color: var(--gray);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: lowercase;
    cursor: pointer;
}
.mobileModeOn{
    background-color: var(--green);
}
.darkModeOn{
    background-color: var(--green);
}
.sit_let{
    transition: all .3s ease-in-out;
    bottom: 0px;
    position: relative;
}
.sit_let_animation_1{
    opacity: 0;
    font-size: 0px;
}
.sit_let_animation_2{
    bottom: -100vh;
    opacity: 0;
    font-size: 0px;
}
.sit_let_animation_3{
    bottom: 100vh;
    opacity: 0;
    font-size: 0px;
}
.tableDiv{
    display: grid;
    gap:40px;
    grid-template-columns: repeat(2, 50%);
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
    width: 100%;
    overflow: hidden;
    background-color: var(--green);
    border-radius: 20px;
}
.tableDivs{
    text-align: left;
    padding: 40px;
    padding-bottom: 28px;
    color: #fff;
}
.tableDivs P{
    margin: 0px;
}
.tableDivChoice{
    cursor: pointer;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 12px !important;
}
.tableDivChoice:last-child{
    margin-bottom: 0px !important;
}
.tableDivChoice INPUT{
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: clamp(16px, 3vh, 40px);
    width: 100%;
    font-family: inherit;
    min-width: 600px;
}
.tableDivChoice INPUT::placeholder{
    color: #fff;
}
.tableDivChoice:hover{
    background-color: #fff;
    color: var(--gray);
}
.tableDivChoice:hover INPUT::placeholder{
    background-color: #fff;
    color: var(--gray);
}
.tableDivChoiceActive INPUT::placeholder{
    background-color: #fff;
    color: var(--gray);
}
.tableDivChoiceActive INPUT{
    color: var(--gray);
}
.tableDivChoiceActive{
    background-color: #fff;
    color: var(--gray);
}
.tableDivChoiceText P{
    display: none;
}
.choiceTextDesc{
    display: block !important;
    font-size: 20px;
    margin: 10px 0px !important;
    color: var(--yellow);
}
.calcPrice{
    background-color: var(--orange);
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    padding-top: 24px;
}
.warnText{
    background-color: var(--red);
    color: #fff;
    padding: 0px 10px;
    /* text-wrap: nowrap; */
}
.warnGreen{
    background-color: var(--green);
    color: #fff;
    padding: 0px 10px;
    /* text-wrap: nowrap; */
    text-wrap: pretty;
}
#cookies{
    background: var(--blue);
    border-radius: 20px;
    padding: 10px 20px;
    font-size:14px;
    position:fixed;
    bottom: 130px;
    display: inline-block;
    color:#fff;
    left: 50%;
    transform: translate(-50%);
    z-index:200;
    bottom:-200px;
    display:none;
    transition: all .3s ease-in-out;
    min-width: max-content;
    max-width: 100%;
}
#cookies SPAN{
    background: var(--orange);
    padding: 10px 20px;
    border-radius: 12px;	
    color:#fff;
    margin-left: 20px;
    cursor:pointer;
}
.menuImgSpan{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    transition: all 0.3s ease-in-out;
}
.menuImgSpan IMG{
    height: 0px;
    transition: all 0.3s ease-in-out;
}
.menuUrl:hover .menuImgSpan{
    width: 50px;
}
.menuUrl:hover .menuImgSpan IMG{
    height: 20px;
}
.menuUrls{
    text-decoration: none;
    color: inherit;
}
.menuDropActive{
    width: unset;
    height: unset;
}
.siteriaDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
    overflow: hidden;
    gap: 20px;
}
.footerLogo{
    height: clamp(60px, 10vh, 100px);
}
.footerText{
    font-size: clamp(16px, 10vh, 24px);
}
.footerText SPAN{
    font-weight: bold;
}
.mobile_tip{
    display: none;
}
.faqDiv{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
}
.faqDivsA{
    display: none;
}
.faqDivsA P{
    line-height: 1.2;
}
.faqDivsQ{
    cursor: pointer;   
    background-color: var(--green); 
    border-radius: 20px;
    color: #fff;
    padding: 40px;
}
.faqDivsQ P{
    margin: 0px;
}
#preloader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.scrollStop{
    overflow: hidden;
}
.portfolie_divs SPAN{
    display: none;
    background: var(--orange);
    color: #fff;
    font-size: 60px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 20px;
    border-radius: 20px;
}
.portfolie_divs_modal SPAN{
    display: flex;
    cursor: pointer;
    z-index: 100;
}
.chatImg{
    height: 40px;
}
.portfolioDiv{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: clamp(40px, 5vh, 100px);
    margin-bottom: clamp(40px, 5vh, 100px);
}
.portfolioDivs{
    /* flex: 1 1 clamp(400px, 25%, 1200px); */
    flex: 1 1 500px;
    flex: 1 1 clamp(400px, 20%, 500px);
    display: flex;
    overflow: hidden;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    max-height: 500px;
}
.portfolioImg{
    max-width: 100%;
    max-height: 100%;
    border-radius: 40px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.portfolioImg:hover{
    transform: scale(1.1);
}
.portfolioDivsActive{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #00000050;
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-radius: 0px;
    max-height: 100vh;
    padding: 20px;
}
.portfolioDivsActive .portfolioImg{
    cursor: unset;
    transform: none;
    /* max-width: calc(100% - 40px); */
    /* max-height: calc(100% - 40px); */
}
.siteriaNote{
    font-weight: normal !important;
    display: block;
    font-size: clamp(12px, 2vw, 14px);
    padding-top: 4px;
}