* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgb(223,243,249);
    background: linear-gradient(135deg, #dff3f9 0%, #89acb9 100%);
    /* background-image: linear-gradient(135deg, rgba(79, 80, 102, 1) 14%, rgba(40, 42, 54, 1) 65%, rgba(19, 20, 27, 1) 100%); */
}


#v-header {
    height: 100vh;
    display: flex;
    color: #fff;
}

.container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fullscreen-video-wrap video {
    min-width: 100%;
    min-height: 100%;
}

#header-overlay {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-content {
    z-index: 2;
    position: absolute;
    right: 170px;
    /* right tune */
    top: 24%;
    /* top tune */
}

.bosmatlogo {
    transform: scale(0.3);
    z-index: 2;
    position: absolute;
    top: -240px;
    right: -125px;
}

.header-content h1 {
    font-size: 58px;
    margin-bottom: 0;
    text-align: right;
}

.header-content p {
    font-size: 26px;
    text-shadow:
        -0.3px -0.3px 0 #000,
        0.2px -0.3px 0 #000,
        -0.3px 0.3px 0 #000,
        0.3px 0.3px 0 #000;
    padding-bottom: 2rem;
    text-align: right;
}

#btnReadMore {
    background: #202020;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 3.5rem;
    text-decoration: none;
    border-radius: 100px;
    float: right;
    transition: transform .25s ease;
    /* transition: padding 0.2s, font-size 0.2s; */
    cursor: pointer;
}

#btnReadMore:hover {
    /*padding: 0.8rem 3.8rem;
    font-size: 1.5rem ;*/
    transform: scale(1.25);
}

img.bosmat {
    z-index: 2;
    position: absolute;
    top: calc(50vh - 346px / 2 );
    right: calc(50vw - 773px / 2 );
    /* left: calc(50vw - 773px / 2); */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    transform: scale(0.95, 0.95);
    transition: transform .25s ease-in-out, opacity 0.5s ease-in-out;
}

.bosmat:hover {
    transform: scale(1.15);
}

img.hidelogo {
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

/*img.straight_finger {
    z-index: 2;
    position: absolute;
    top: 445px;
    left: 375px; 
}*/

/*img.slant_finger {
    z-index: 2;
    position: absolute;
    top: 432px;
    left: 567px;
    opacity: 0.8;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: transform .25s ease;
}*/


#pages {
    position: absolute;
    display: block;
    margin: 0 -3rem;
    top: 5%;
    width: 100%;
    z-index: 1;
    font-size: 36px;
    width: 100vw;
}

/* where are the buttons g*/

#pages button {
    text-decoration: none;
    color: white;
    /* margin-right: 25px; */
    vertical-align: middle;
    font-size: 34px;
}

.btn {
    border: none;
    background: none;
    padding: 10px 24px;
    /* was 10px 22px */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: inherit;
    cursor: pointer;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    top: 35px;
    left: 25px;
}

.btn4 {
    border: white 2px solid;
    border-radius: 100px;
    padding: 0.5em 0.840em;
}

.btn:not(.btn4) {
    background-color: none;
    overflow: visible;
    color: white;
    font-weight: 400;
    background: transparent;
    border: none;
    margin: 0 auto 0;
    display: inline-block;
    font-size: inherit;
    outline: none;
    position: relative;
    transition: 0.3s;
    /* padding: 20px; */
}


.btn:not(.btn4):before {
    content: '';
    border-bottom: 4px solid white;
    border-radius: 20px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
}

.btn:not(.btn4)>ul {
    list-style-type: none;
    position: relative;
    border-radius: 15px;
    /* visibility: hidden; */
    height: 4px;
    border-radius: 4px;
    width: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    right: 50%;
    left: 50%;
    text-align: center;
    font-size: 18px;
    transition: right 0.3s, left 0.3s, width 0.3s;
}

.btn:not(.btn4):hover>ul {
    left: 0%;
    right: 0%;
    width: 100%;
}

.btn4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #3498db;
    z-index: -2;
}

.btn4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    right: 0;
    top: 0;
    background-color: #7700ff4f;
    border-radius: 0 0 50% 50%;
    z-index: -1;
    transition: height 0.5s;
}

.btn4:hover::after {
    height: 125%;
}

/*.bosmat:hover, .slant_finger:hover {
    scale: 125%;
}

*/
/*
.bosmat:hover + .slant_finger {
    top: 422px;
    left: 597px;
}

.slant_finger:hover, .slant_finger:hover + .bosmat {
transform: scale(1.25);
}
*/


.section {
    padding: 20px 0;
    height: 100vh;
    width: 100%;
    font-size: 24px;
}

.videoInsert {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

/* starts here */

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body.light {
    color: black;
}

.btn:not(.btn4)>ul.light {
    background-color: black;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-image: linear-gradient(135deg, #4f5066 14%, #282a36 65%, #13141b 100%);
    transition: opacity 0.3s ease-in-out;
}

.hidebackground {
    opacity: 0;
}

#div {
    position: absolute;
    top: calc(3% + 10px);
    left: calc(3% + 13px);
    z-index: 2;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.label {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 39px;
    width: 75px;
    transform: scale(1.5);
}

.label .ball {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 33px;
    width: 33px;
    transform: translateX(36px);
    transition: transform 0.2s linear;
}

.checkbox:checked+.label .ball {
    transform: translateX(0px);
}


.fa-moon {
    color: #0f84f1;
    font-size: 26px;
}

.fa-sun {
    color: #d4e91d;
    font-size: 26px
}

/* ends here */


#languages {
    text-align: center;
    width: 98px;
    height: 60px;
    z-index: 1;
    position: absolute;
    right: 3%;
    top: 3%;
    list-style-type: none;
    overflow-y: hidden;
    overflow-x: visible;
    margin: 0;
    padding: 5px;
    background-color: #608194;
    border-radius: 20px;
    transition: height 0.4s ease-in-out
 }
#languages:hover {
    height: 174.5px;
}
#languages li {
    color: black;
    cursor: pointer;
}
#languages li:first-child {
    cursor: default;
    overflow-x: visible;
}
#languages li:first-child:before {
    content: "";
    display: inline-block;
    border-top: 8px solid white;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
    vertical-align: middle;
    position: absolute;
    top: 25px;
    left: 7px;
}

#languages li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media(max-width:1536px) {
    #pages{
        margin: 0 0 0 -4.5rem;
    }
    #pages button {
        font-size: 28px;
    }
    #div {
        top: calc(50px * (1768 / 1vw));
        left: calc(95px * (994.5 / 1vh));
    }


}
@media(max-width: 1280px) {
    img.bosmat {
        transform: scale(0.75, 0.75);
    }
    .bosmat:hover {
        transform: scale(0.9);
    }
    #pages button{
        font-size: 24px;
    }
    #div {
        top: calc(50px * (1768 / 1vw));
        left: calc(95px * (994.5 / 1vh));
    }
}
@media(max-width: 1024px) {
    #pages button{
        font-size: 20px;
    }
}