@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');




.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bai-jamjuree-extralight {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 200;
  font-style: normal;
}


body{
    margin:0;
    padding:0;
    overflow-x: hidden;
}


/* BUTTON 2 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
}


/* BUTTON 3 */
.btn-3::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-3:hover:after {
  width: 100%;
}

/* GENERAL BUTTON STYLING */
.button,
.button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
    background: #2e8dfabf;
    display: block;
    margin: 1em auto;
    position: relative;
    color: white;
    font-weight: 700;
    font-family: "Bai Jamjuree", sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 75px;
    font-size: 13px;
    width: 150px;
    z-index: 1000;
}

.button::before,
.button::after {
    background: #1d5ea9;
  content: '';
  position: absolute;
  z-index: -1;
}

.button:hover {
  color: white;
}


#mailtodiv{
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    margin-top: 25vh;
}

#landing_ctr{
    width: 100%;
    height: 100vh;
    
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    /*display: flex;*/
}

.hero-bg {
            position: absolute;
            width: 100%;
            height: 120%;
            background-size: cover;
            background-position: center;
        }



@keyframes bluedotter{
    0%{  
         background-position:right top;
    }
    
    
    
    100%{   background-position:right bottom;
        
    }
}

.textaligncenter{
    text-align:center;
}

#landing_ctr_szolgaltatas{
    width:100%;
    height:auto;
    /*background-image:url(https://justgabs.hu/valton/img/valton_her_bg.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    overflow: hidden;*/
    position: relative;
    background:white;
    
}

#second_ctr{
    width:100%;
    height:80vh;
    background-image:url(../img/second_ctr_bg.jpg);
    background-size:cover;
/*    background-attachment:fixed; */
    background-position:center;
    z-index:100001;
    position:relative;

}

.szolg_mobil{
    display:none;
}

.szolg_asztal{
    display:block;
}


#third_ctr{
    width:100%;
    min-height:100vh;
    background-image:url(../img/third_ctr.jpg);
    background-size:cover;
    /*background-attachment:fixed;*/
    background-position:center;
    z-index:100001;
    position:relative;
    padding-bottom: 100px;
}

#third_h1{
    margin: auto;
    text-align: center;
    margin-top: 75px;
    display: inline-block;
    width: 100%;
    font-family: "Russo One", sans-serif;
    color: #13264c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.6rem;
}

#fourth_ctr{
    width:100%;
    min-height:100vh;
    position:relative;
    padding-bottom: 100px;
    background:white;
    text-align: center;
}

/*#fifth_ctr{
    width: 100%;
    min-height: 70vh;
    background-image: url('../img/ref_01.jpg'), url('../img/ref_02.jpg'), url('../img/ref_03.jpg');
    background-position: left top, center top, right top;
    background-size: 34% auto, 34% auto, 34% auto;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}*/

#fifth_ctr {
    width: 100%;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}

#hatter1, #hatter2, #hatter3 {
    width: 33.3333%;
    min-height: 70vh;
    background-size: cover;
    background-position: center center; /* Kezdő pozíció */
    float: left;
}


#hatter1{

}

#hatter2{

    background-position-y:-100px;
}

#hatter3{

}


#footer{
    width: 100%;
    min-height: auto;
    background-size: cover;
    background-position: center;
    display: block;
}

#szolgaltatas{
    margin-top: 50px;
    background: #fdc627;
    display: inline-block;
    color:#13264c;
    font-family: "Russo One", sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 70px;
}

#valton_secur{
    height: 100vh;
    position: absolute;
    right: 0;
    bottom:-120px;
    margin-right:-5%;
}

@keyframes seconimgs{
    0%{ bottom:-120px;}
    100% { bottom:0;}

}

#yellow_dott_landing{
    height: 38vh;
    position: absolute;
    left: 0%;
    top: 30vh;
    z-index: 1;
    animation:whitedottse 5s ease-in-out infinite;
}

@keyframes whitedottse{
    0%{ top: 30vh;}
    50%{ top: 35vh;}
    100%{top: 30vh;}
}


#blue_dott_landing{
    height: 15vh;
    position: absolute;
    right: 5%;
    top: 60vh;
    z-index: 1; 
    animation:bluedott 5s ease-in-out infinite;
    
}


@keyframes bluedott{
    0%{ top: 60vh;}
    50%{top: 55vh;}
    100%{ top: 60vh;}
}

#white_dott{
    height: 30vh;
    position: absolute;
    right: 5%;
    top: -10vh;
    z-index: 100000; 
    animation:whitedotts 5s ease-in-out infinite;
}

@keyframes whitedotts{
    0%{ top: -10vh;}
    50%{ top: -5vh;}
    100%{top: -10vh;}
}

#logo{
    width: 180px;
    margin-top: 10px;   
    position: relative;
}

#menu_nav{
    width: auto;
    display: flex;
    float: right;
    height: 75px;
    align-items: center;
}

#second_img{
    width: 40%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateX(-100%);
}


.slide-in {
            position: relative;
            width: 300px;
            height: 100px;
            background: tomato;
            color: white;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 50px auto;
            opacity: 0;

        }






#second_imgforgo{
    left: -18%;
    width: 76%;
    position: absolute;
    bottom: -45vh;

}


#animp{
    padding-left: 5%;
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    margin-top: -10%;
}



@keyframes animp{
    0%{ top:40px; right:-100%;}
    50%{ top:0px; right:0%;}
    
    100%{top:40px; right:-100%;}
}

.menuelem{
    text-decoration: none;
    color: white;
    font-family: "Russo One", sans-serif;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition:0.5s;
    cursor:pointer;
    text-transform: uppercase;
    position: relative;
}

.menuelem_dark{
    color: #13264c !important;
}

#landingh1_1{
    margin-left: -100%;
    transition:0.5s;
}

#landingh1_2{
    margin-left: -100%;
    transition:1s;
}

#landingh1_3{
    margin-left: -100%;
    transition:1.5s;
}

.height100{
    min-height:100vh;
}

.height80{
    height:80vh;
}

.width50{
    width: 50%;
    float: right;
    height: 80vh;
    display: flex;
    align-items: center;
}

#valamialul{
    width:100%; 
    height:50px;
}

#burger{
    display:none;
}

#mobilmenu{
    display:none;
    width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 100000;
}

.base_ctr{
    width:1140px;
    margin:auto;
    display:block;
}

.base_ctr_new{
    margin: auto;
    display: block;
    padding: 0 50px;
}

.landingh1{
    font-family: "Russo One", sans-serif;
    background: #fdc627;
    color: #1f1d49;
    display: inline-block;
    padding: 5px 10px;
    text-transform:uppercase;
    margin: 5px;
    font-size: 3rem;
    animation-timing-function:ease-in-out;
}

.flex{
    display: flex;
    align-items: center;
}

#h1ctr{
    position: absolute;
    width: 50%;
    height: auto;
    z-index: 1000;
    margin-top: 30vh;
    display: inline-block;
}

#second_h1{
    font-family: "Russo One", sans-serif;
    background: #1f1d49;
    color: white;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 1px;
    
}



#blueline{
    width: 20%;
    height: 6px;
    border: 0;
    background: #2f8dfa;
    display: inline-block;
    transition: 1s;
    animation:hr;
    
}




#second_p{
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 22px;
    font-size: 17px;
    width: 90%;
    font-weight:300;
    color:#232323;
}



.koros_div{
    width: 33%;
    height: 270px;
    display: inline-block;
    position: relative;
    text-align: center;
    /* background: red; */
    margin-top: 50px;
}

#circle1{
    width: 70%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 15%;
}

#circle2{
    width: 70%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 15%;
}

.circle_num{
    font-size: 60px;
    margin: 0;
    margin-top: 80px;
    font-family: "Russo One", sans-serif;
    color: #13264c;
    display: inline-block;
    z-index: 10;
    position: relative;
}

.circletext{
    font-size: 17px;
    font-family: "Bai Jamjuree", sans-serif;
    color: #13264c;
    margin: auto;
}

.rotate90{
    transform: rotate(90deg);
}

.rotate180{
    transform: rotate(180deg);
}

.szolgaltatas{
    width: 23%;
    height: 250px;
    display: inline-block;
    position: relative;
    text-align: center;
    /*background: lightgray;*/
    margin: 5%;
}

.sz_number{
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 6rem;
    color: #2f8dfa;
    font-family: "Russo One", sans-serif;
    margin: 0;
    opacity:0.3;
}

.sz_dott1{
    position: absolute;
    left: 10%;
    width: 70%;
    top: 60px;    
    animation: jobbrapontok;
    animation-timeline: view();
}

.sz_dott2{
    position: absolute;
    left: 10%;
    width: 70%;
    top: 40px;
    animation: jobbrapontok;
    animation-timeline: view();
}

.sz_dott3{
    position: absolute;
    left: 10%;
    width: 70%;
    top: 20px;
    animation: jobbrapontok;
    animation-timeline: view();
}

@-webkit-keyframes jobbrapontok /* Safari and Chrome */ {
  from {
    left: 10%;
    width: 70%;
    
  }to{
    left: 0%;
    width: 80%;
  }
}
@keyframes jobbrapontok {
  from {
    left: 10%;
    width: 70%;
    
  }to{
    left: 0%;
    width: 80%;
  }
}


.sz_dott4 {
    position: absolute;
    right: 10%;
    width: 70%;
    top: 25%;
    animation: sz_pontok;
    animation-timeline: view();
}


@-webkit-keyframes sz_pontok /* Safari and Chrome */ {
  from {
    right: 10%;
    
    
  }to{
    
    right: 30%;
  }
}
@keyframes sz_pontok {
  from {
    right: 10%;
   
    
  }to{
    right: 30%;
   
  }
}

.sz_dott5{
    position: absolute;
    right: 10%;
    width: 60%;
    top: 62%;
    animation: sz_pontok5;
    animation-timeline: view();
}


@-webkit-keyframes sz_pontok5 /* Safari and Chrome */ {
  from {
    right: 10%;
  }to{
    right: 0%;
  }
}
@keyframes sz_pontok5 {
  from {
    right: 10%;
  }to{
    right: 0%;
  }
}



.sz_dott6{
    bottom: 0;
    position: absolute;
    right: 0;
    width: 50%;
    animation: sz_pontok6;
    animation-timeline: view();
}


@-webkit-keyframes sz_pontok6 /* Safari and Chrome */ {
  from {
    width: 50%;
  }to{
    width: 70%;;
  }
}
@keyframes sz_pontok6 {
  from {
    width: 50%;
  }to{
    width: 70%;
  }
}

.sz_dott6_second{
    top: 0;
    left: 0;
    transform: rotate(180deg);
    position: absolute;
    width: 50%;
    animation: sz_pontok6_second;
    animation-timeline: view();
}

@-webkit-keyframes sz_pontok6_second /* Safari and Chrome */ {
  from {
    width: 50%;
  }to{
    width: 70%;;
  }
}
@keyframes sz_pontok6_second {
  from {
    width: 50%;
  }to{
    width: 70%;
  }
}

.sz_dott6_third{
    top: 0;
    transform: rotate(270deg);
    position: absolute;
    width: 50%;
    right:0;
    animation: sz_pontok6_third;
    animation-timeline: view();
}

@-webkit-keyframes sz_pontok6_third /* Safari and Chrome */ {
  from {
    width: 50%;
  }to{
    width: 70%;;
  }
}
@keyframes sz_pontok6_third {
  from {
    width: 50%;
  }to{
    width: 70%;
  }
}


.sz_icon4{
    width: 50%;
    margin: auto;
    margin-top: 30%;
    position: absolute;
    left: 25%;
    animation: sz_icon4;
    animation-timeline: view();
}

@-webkit-keyframes sz_icon4 /* Safari and Chrome */ {
  from {
    margin-top: 30%;
  }to{
    margin-top: 15%;
  }
}
@keyframes sz_icon4 {
  from {
    margin-top: 30%;
  }to{
    margin-top: 15px;
  }
}

.sz_number4{
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 6rem;
    color: #2f8dfa;
    font-family: "Russo One", sans-serif;
    margin: 0;
    opacity: 0.3;
}

.sz_icon{
    width: 50%;
    margin: auto;
    margin-top: 40px;
    position: absolute;
    left: 25%;
    transition:.5s;
    animation: rotating_kiskor;
    animation-timeline: view();
}

.sz_img{
    width: 80%;
    float: left;
}

.sz_img_second{
    position: absolute;
    float: none;
    right: 0;
    bottom: 0;
    width: 80%;
}

.sz_img_third{
    position: absolute;
    left: 0;
    bottom: 1.5%;
    width: 80%;
    float: none;
}

@-webkit-keyframes rotating_kiskor /* Safari and Chrome */ {
  from {
    margin-top: 40px;
  }to{
    margin-top: 0px;
  }
}
@keyframes rotating_kiskor {
  from {
    margin-top: 40px;
  }to{
    margin-top: 0px;
  }
}

.sz_p{
    top: 180px;
    position: absolute;
    width: 100%;
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    color: #13264c;
    text-transform: uppercase;
}

.blue_btn{
    background: #2f8dfa;
    color: white;
    font-weight: 700;
    font-family: "Bai Jamjuree", sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 75px;
    font-size: 13px;
}

#fifthh1{
    font-family: "Russo One", sans-serif;
    color: #fbc01d;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.footer25{
    width:25%;
    float:left;
    height:auto;
    background:transparent;
    margin-top:50px;
}

.footer25 p{
    font-family: "Bai Jamjuree", sans-serif;
    color:white;
    font-weight:300;
    font-size:13px;
}

.footer_icon{
    display: inline-block;
    /* padding: 10px 5px; */
    background: #2f8dfa;
    color: #13264c;
    width: 40px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 17px;
    border-radius: 40px;
    margin-right:10px;
}

.link{
    text-decoration: none; 
    color: white; 
    font-weight: 500;
    font-size: 13px;
}
#iso{
    width:60%;
}

.szolg_ctr{
    width: 100%;
    height: auto;
    /* background: red; */
    margin-bottom: 150px;
}

.sz_szam_ctr{
    width: 20%;
    height: 250px;
    /*background: yellow;*/
    float: left;
    position: relative;
}

.sz_text_ctr{
    width: 44%;
    height: auto;
    /*background: pink;*/
    float: left;
    padding: 3%;
    text-align:left;
}

.sz_text_ctr h2{
    display: inline-block;
    font-family: "Russo One", sans-serif;
    color: #13264c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
}

.sz_text_ctr p{
    font-family: "Bai Jamjuree", sans-serif;
    line-height: 22px;
    font-size: 17px;
    font-weight: 300;
    color: #232323;
}

.sz_img_ctr{
    width:30%;
    height:300px;
    /*background:orange;*/
    float: left;   
    position: relative;
}

.dropbtn {
  color: white;
  border: none;
}

.dropbtn img{
    height: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "Russo One", sans-serif;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

#bejelento{
    width:auto;
    float:right;
    color:#2f8dfa;    
}

#bejelento a{
    text-decoration: none;
    color: #2f8dfa;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}

#vertical{
    margin-left:10px;
    margin-right:10px;
}
    

