/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* write custom css after this line */
.tiktok .soc-font-icon:before, .dt-icon-tiktok:before {
    content: "\e07b";
}
.tiktok .soc-font-icon{
    font-family: "Font Awesome 5 Brands" !important;
    font-weight:900;
}

@font-face { 
font-family:"bebas-neue-bold";
src:url(./bpg_nino_mtavruli_bold.otf);
}

@font-face { 
font-family:"firago-medium";
src:url(./dejavu-sans-webfont.ttf);
}

@font-face { 
font-family:"firago-bold";
src:url(./bpg_nino_mtavruli_bold.otf);
}

section.timeline-wrapper_cyberfirefly br{
    display: none;
}
button#right-arrow_cyberfirefly + p {
    display: none;
}

.timeline-wrapper_cyberfirefly {
    font-size: 16px;
    scrollbar-width: none !important; /* For Firefox */
    -ms-overflow-style: none !important; /* For Internet Explorer and Edge */
    overflow-y: hidden !important; /* Ensure vertical scroll is hidden */
    overflow-x: auto !important; /* Allow horizontal scroll */
    /* transition: scroll-left 1.5s ease-in-out; */
}

section.timeline-wrapper_cyberfirefly {
    /* position: relative; */
    height: calc(100vh - 90px) !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    background: url(https://gowell.ge/wp-content/uploads/2025/01/grid.avif) !important;
    display: flex;
    flex-direction: column !important;
    justify-content: space-evenly !important;
    scrollbar-width: none !important;
}

.timeline_cyberfirefly {
    width: max-content !important;
    position: relative !important;
    top: 50px !important;
    height: 4px !important;
    background-color: #D74E12 !important;
    display: flex;
    gap: 200px !important;
    padding: 0 150px !important;
    /* transition: transform .5s ease-in-out;   */
}

.timeline-item_cyberfirefly img {
    transform: translateY(-50%) !important;
    position: relative !important;
    z-index: 1 !important;
    width: 65px !important;
    height: 60px !important;
}

.card-wrapper_cyberfirefly {
    position: relative !important;
}

h2.virus-name_cyberfirefly {
    color: #659F7C;
    font-family: "bebas-neue-bold" !important;
    /* font-size: 26px !important; */
    font-size: clamp(14px, 5vw, 24px)!important;

    position: absolute !important;
    top: calc(-24vh - 10px) !important;
    left: -29% !important;
    text-wrap: nowrap;
}



.virus-icon-borders_cyberfirefly {
    position: absolute !important;
    top: calc(-20vh);
    left: 30px !important;
    width: 44px !important;
    height: calc(30vh);
    border-left: 1px solid #659F7C !important;
    border-bottom: 1px solid #659F7C !important;
}

.virus-icon-borders_cyberfirefly:before {
    content: "" !important;
    width: 7px !important;
    height: 7px !important;
    background-color: #659F7C !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: -4px !important;
    left: -4px !important;
}

.virus-img_cyberfirefly {
    position: absolute !important;
    left: 74px !important;
    top: calc(10vh - 32px); /* Adjust dynamically to align with the bottom of the green border */
    border: 4px solid #D74E12 !important;
    border-radius: 50% !important;
    width: 65px;
    height: 65px; /* Ensure consistent image size */
}

.top-content-wrapper_cyberfirefly {
    width: 295px !important;
    display: flex;
    justify-content: space-around !important;
    /* gap: 0px; */
    position: absolute !important;
    top: calc(-20vh - 10px);
    left: -40px !important;
}

.side-content-holder_cyberfirefly {
    display: flex;
    flex-direction: column !important;
}

.side-content-holder_cyberfirefly p {
    width: 194px !important;
    font-family: "firago-medium" !important;
    color: #616161 !important;
    font-size: 14px !important;
    margin-top: 7px !important;
    margin-bottom: 1rem !important;
    line-height: 16px !important;
    position: relative;
    left: -20px
}
/* fix some wordpress styling */
.side-content-holder_cyberfirefly p + p {
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    background: red;
    line-height: 0px !important;
    top: -10px !important;
}


.side-content-holder_cyberfirefly a {
    font-family: "bebas-neue-bold" !important;
    color: #000000 !important;
    font-size: 14px !important;
	font-weight: bold !important;
    text-decoration: none !important;
    transition: 0.5s ease-in-out !important;
}

.side-content-holder_cyberfirefly a:hover {
    color: #D74E12 !important;
}

.side-content-holder_cyberfirefly .year-number_cyberfirefly {
    font-family: "firago-bold" !important;
    font-size: 17px !important;
	font-weight: bold !important;
    /* line-height: 40px !important; */
    text-align: right;
    width: 116px;
    position: relative;
    left: -65px;
}

.card-wrapper_cyberfirefly:nth-child(even),
.card-wrapper_cyberfirefly:nth-child(even) .top-content-wrapper_cyberfirefly,
.card-wrapper_cyberfirefly:nth-child(even) h2.virus-name_cyberfirefly,
.card-wrapper_cyberfirefly:nth-child(even) .timeline-item_cyberfirefly,
.card-wrapper_cyberfirefly:nth-child(even) .virus-img_cyberfirefly {
    transform: rotate(180deg) scale(-1, 1) !important;
}

.card-wrapper_cyberfirefly:nth-child(even) .timeline-item_cyberfirefly img {
    transform: translateY(50%) !important;
    z-index: 2 !important;
}

.card-wrapper_cyberfirefly:nth-child(even) .virus-icon-borders_cyberfirefly {
    z-index: -1 !important;
}

.card-wrapper_cyberfirefly:nth-child(even) .side-content-holder_cyberfirefly {
    justify-content: flex-end !important;
}

.card-wrapper_cyberfirefly:nth-child(even) a {
    margin-bottom: 32px !important;
}

.card-wrapper_cyberfirefly:nth-child(even) h2.virus-name_cyberfirefly {
    color: #D74E12 !important;
}

.year-text_cyberfirefly {
    font-family: "firago-medium" !important;
    font-size: 12px !important;
	font-weight: bold !important;
    text-align: right;
    position: relative;
    left: -65px;
}

.timeline-item_cyberfirefly {
    cursor: pointer !important;
}

h2.virus-name_cyberfirefly,
.top-content-wrapper_cyberfirefly,
.virus-icon-borders_cyberfirefly,
.virus-img_cyberfirefly {
    transition: 0.5s ease-out !important;
    opacity: 0.15;
}

.active_cyberfirefly {
    opacity: 1 !important;
}

.timeline-header_cyberfirefly {
    position: absolute !important;
    top: 30px !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.timeline-header_cyberfirefly h1 {
    font-size: clamp(1.0em, 5vw, 2.7em)!important;
    font-family: "bebas-neue-bold" !important;
    text-wrap: nowrap;
}

nav.header-navigation_cyberfirefly {
    margin-top: 20px !important;
    width: clamp(320px, 50%, 530px);
}

.header-navigation_cyberfirefly ul {
    margin: 0 auto !important;
    list-style: none !important;
    display: flex;
    justify-content: center !important;
    gap: clamp(28px, 8vw, 3rem);
}

li.tab-nav-item_cyberfirefly {
    font-size: clamp(13px, 3vw, 26px);
    font-family: "bebas-neue-bold" !important;
	font-weight: bold !important;
    cursor: pointer;
    color: #659F7C;
    border-bottom: 3px solid #659F7C;
    padding: 15px 10px !important;
    list-style: none !important;
}

.tab-active_cyberfirefly {
    color: #D74E12 !important;
    border-bottom: 3px solid #D74E12 !important;
}

.timeline-marks_cyberfirefly {
    position: absolute !important;
    bottom: -250px !important;
    left: 85px !important;
    /* padding: 50px !important; */
}

.map-item_cyberfirefly {
	font-size: 14px !important;
    display: flex;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 20px !important;
}

.map-item_cyberfirefly span {
    font-size: 14px !important;
    font-family: "firago-medium" !important;
    margin-left: 5px !important;
}

#child_cyberfirefly {
    min-width: 144vw !important;
    display: flex;
}

#women_cyberfirefly {
    min-width: 130vw !important;
    display: none;
}

#men_cyberfirefly {
    min-width: 104vw !important;
    display: none;
}

.arrow-button_cyberfirefly {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px!important;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: background-color 0.3s;
}

.arrow-button_cyberfirefly:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#left-arrow_cyberfirefly {
    left: 10px;
}

#right-arrow_cyberfirefly {
    right: 10px;
}



.no-select {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE10+ */
}

.card-wrapper_cyberfirefly:nth-child(even) .top-content-wrapper_cyberfirefly a{
    position: relative;
    top: -10px;
    left: -20px
}
.card-wrapper_cyberfirefly:nth-child(even) .top-content-wrapper_cyberfirefly p{
    position: relative;
    top: -10px;
    left: -20px
}

.card-wrapper_cyberfirefly:nth-child(odd) .top-content-wrapper_cyberfirefly a{
    position: relative;
    /* top: 30px; */
    left: -20px
}
@media only screen and (max-height: 800px){

    h2.virus-name_cyberfirefly {
        color: #659F7C;
        font-family: "bebas-neue-bold" !important;
        font-size: 20px !important;
        position: absolute !important;
        top: calc(-24vh - 10px) !important;
        left: -29% !important;
        text-wrap: nowrap;
		padding: 0px 0px 20px 0px !important;
    }

    li.tab-nav-item_cyberfirefly {
        font-size: 26px!important;
    }

    .timeline-header_cyberfirefly h1 {
        font-size: clamp(1.0em, 5vw, 2.0em)!important;
        font-family: "bebas-neue-bold" !important;
        text-wrap: nowrap;
    }

    .side-content-holder_cyberfirefly p {
        font-size: 12px !important;
        top:auto;
    }
    .virus-icon-borders_cyberfirefly {
        position: absolute !important;
        /* top: -110px; */
        left: 30px !important;
        width: 44px !important;
        min-height: 150px
    }

    /* .top-content-wrapper_cyberfirefly{
        top: -30px;
    } */

     .card-wrapper_cyberfirefly:nth-child(even) .top-content-wrapper_cyberfirefly p{
        /* top: 36px; */
        top: -10px;


    }
    .card-wrapper_cyberfirefly:nth-child(even) .top-content-wrapper_cyberfirefly a{
        position: relative;
        top: -10px;
        /* left: -20px */
    }
    .card-wrapper_cyberfirefly.card-wrapper_cyberfirefly:nth-child(odd) .top-content-wrapper_cyberfirefly a{
        position: relative;
        top: 0px;
        /* left: -20px */
    }

    .timeline-marks_cyberfirefly {
        position: absolute !important;
        bottom: -230px !important;
        left: 85px !important;
        /* padding: 50px !important; */
    }
    
}

@media only screen and (max-height: 680px){
    .timeline-marks_cyberfirefly {
        position: absolute !important;
        bottom: -175px !important;
        left: 85px !important;
        /* padding: 50px !important; */
    }

    .timeline-marks_cyberfirefly img{
        width: 30px;
    }
    
}

div#tiepost-1014-section-4826 {
    margin: 0;
    padding: 0;
}
div#tiepost-1014-section-4826 .section-item{
	padding: 0!important
}
div#tiepost-1014-section-4826 .container{
	padding: 0!important;
}

div#tiepost-1014-section-4826 .container-wrapper{
	padding: 0;
	border: 0;
}
button#right-arrow_cyberfirefly + p {
    display: none;
}

