html{
    scroll-behavior: smooth;
}

body, button{
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
  
.website-name{
    color: white;
    font-size: 70px; 
    text-decoration: none;
}

p{font-size: 18px;}
a{font-family: "Montserrat", sans-serif;}
 
.title, .topnav, footer{
    overflow:hidden;
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}

#homep1{
    display: flex;
    background-color: #0093E9;
    background-image: linear-gradient(120deg, #0093E9 0%, #80D0C7 100%);
    width: 100%;
    margin-bottom:0px;
}

#homep2{
    background-color: #0093E9;
    background-image: linear-gradient(120deg, #0093E9 0%, #80D0C7 100%);
    width: 100%;
    margin:0px;
}

.homep2{
    font-size:45px;
    color:WHITE;
    text-align: center;
}

.homepgraph2{
    color: lightgray;
    text-align:center;
    margin-top:-30px;
    margin-right:20px;
    margin-left:20px;
}

.hometext{
    font-size:45px;
    color:WHITE;
    margin-top:100px;
    margin-left: 100px;
}

.homelinks{
    color:white;
    transition: color 1s
}

.homelinks:hover{
    color:#001aff;
}

.homepgraph{
    color:lightgray;
    margin-left: 100px;
    margin-top:-20px;
}

.homebtn{
    display: block;
    background-color: transparent;
    border-color: white;
    border-width: 2px;
    border-radius:20px;
    color: white;
    font-weight:bold;
    padding:10px;
    padding-left:25px;
    padding-right:25px;
    margin: 0 auto;
    transition: background-color, box-shadow 1s;
}

.homebtn:hover{
    background: white;
    color:gray;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.homeimg{
    padding-left:0px;
}

#brands{
    overflow:hidden;
    background-color: #0093E9;
    background-image: linear-gradient(60deg, #0093E9 0%, #80D0C7 100%);    
}

.brandstext{
    font-size:40px;
    color:white;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
}

.hometiles{
    gap:20px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
}

.ipic{
    display: inline;
    justify-items: center;
    width: 350px;
    height: 350px;
}

.wfstxt{
    text-align: center;
    font-weight: lighter;
}


.lastwfs {
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
  
.lastwfs > .watchface{
    column-width: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 250px;
    background-color: white;;
    text-align: center;
    border-radius:10px;
}

.watchface, .sbutton{
    transition-property: background-color, background-image;
    transition-duration: 1s;
}

.watchface:hover{
    cursor: pointer;
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}

.wf-tile, .links{
    text-decoration: none;
    color:black;
}

.wf-tile:hover, .footerlink:hover, .links:hover {text-decoration: underline;}
.wf-image {width: 200px;}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbuttons, .topbtn{
    margin: 10px;
    font-size: 20px;
    padding: 15px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    width: 150px;
    height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    border:none !important;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)
}

.navbuttons:hover, .topbtn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
    background-position: right center; 
}

.dlbtn:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-position: right center; 
}

.smore{
    display: inline-block;
    justify-self: right;
    justify-content: center;
    justify-items: center;
    background-color:lightgray;
    height: 165px;
    width: 165px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
}
  
.sbutton{
    height:50px;
    position: relative;
    justify-self: center;
    border-color: black;
    border-radius: 25px;
    top: 55px;
}

.sbutton:hover{
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}
 
.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav, .topnav a {
    position: sticky;
    top:0;
    z-index: 2;
}

.cookie-banner {
    position: fixed;
    z-index: 1;
    bottom: 40px;
	left: 10%;
    right: 10%;
    width: 80%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 0 7px 5px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.close {
    z-index: 1;
    height: 30px;
    width: 30px;
    background-color: #444;
    border: none;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.close:hover{
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}

.pictures{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display:block;
    margin-left: auto;
    margin-right:auto;
    border-radius:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.pictures2{
    width:300px;
    height:600px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    border-radius:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

@media screen and (max-width:500px) {
    .pictures2{
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
}

.vid{
    max-height: 100%;
    max-width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    display:block;
    margin-left: auto;
    margin-right:auto;
}

.picdesc{
    font-size:14px;
    color: darkgray;
    text-align: center;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition-property: background-color, color;
    transition-duration: 1s;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
    color: white;
}

.topnav .icon {display: none;}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .tutorialpics{max-width:100%;}

    .lastwfs {
        gap:20px;
        justify-content: center;
        flex-wrap: wrap;
        grid-template-columns: 1fr;
    }

    #homep1{flex-direction: column;}

    .hometext, .homepgraph, .homep2{
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hometext{margin-top:50px;}

    .homeimg{
        padding-right:0 auto;
        padding-left:0 auto;
        margin-left: auto;
        margin-right: auto;
        width:auto;
        max-width: 50%;
        height:auto;
        max-height: 50%;
        padding:auto;
        padding-top:30px;
    }

    .homebtn{margin-top:30px;}
    .hometiles{padding-left:0px;}
}

footer{text-align:center;}

.topbtn{
    width: 130px !important;
    height: 130px !important;
    border-radius: 100% !important;
}

.footerlink, li{
    list-style-type: none;
    text-decoration: none;
    color: white;
}

.footertext{
    text-align: center;
    display:inline-block;
    color: white;
}

.dropbtn {
    background-color: #333;
    border-radius:10px;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 1s;
}

.dropbtn:hover, .dropbtn:focus {background-color: #585858;}

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

.dropdown-content {
    border-radius:10px;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    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;
}

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

.show {display: block;}

aside {
    position: absolute;
    padding-left: 20px;
    height: auto;
    margin: 10px;
    float: right;
    background-color: lightgray;
}
#description{
    text-align:start;
}

.dlbtn{
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    padding:10px;
    height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)
}

.dltext{
    color: white;
    font-size: 19px;
}

.tutorialpics{
    max-width: 70%;
    height: auto;
}

.center{ text-align: center; }

.pagination{
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
}
  
.pagination a.active {
    border-radius: 5px;
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}

.pagination a:hover:not(.active) {background-color: #ddd;} 

.litxt{
   color: black;
   list-style-type: circle;
   padding-left: 10px;
}

.collapsible {
    background-color: lightgray;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 170px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius:5px;
    transition-property: box-shadow;
    transition-duration: 500ms;
}
  
.active, .collapsible:hover {
    background-color: #ccc;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
  
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#text{
    background-color: white;
    padding: 14px;
    margin-left:200px;
    margin-right:200px;
    margin-top: 20px;
    margin-bottom:20px;
    border-radius:10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

@media screen and (max-width: 1000px) {
  #text{
    margin-left:120px;
    margin-right:120px;
  }  
}
@media screen and (max-width: 800px) {
#text{
    margin-left:0px;
    margin-right:0px;
  }
}

.wfpicture{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display:block;
    margin-left: auto;
    margin-right:auto;
    border-radius:50%;
    box-shadow: 0 30px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.imgd{font-size:14px;}

.rcard{
  position: relative;
  background-color: white;
  border-radius: 10px;
  margin-right:70px;
  margin-left: 70px;
  border-color: black;
  padding:5px;
  border-width: 2px;
  height: 100px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: 2s background-color;
}

.rcard:hover{
  background-color: #63a4ff;
  background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}

.rcard > .cardimage{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  display:inline-block;
  width: 200px;
  height:100px;
  margin-left:0;
  padding:0px;
  border-radius:10px;
}

.cardlink{
  position: absolute;
  margin-left:200px;
  top:40%;
  display:inline-block;
  padding:10px;
  text-align: center;
  text-decoration: underline;
  vertical-align: middle;
  color: blue;
}

.rcard > .cardlink{
  padding-top:0;
  margin-top:auto;
  vertical-align: middle;
}

.logo{font-size:100px;}

@media screen and (max-width: 600px) {
  .rcard{
    height:150px;
    margin-right:10px;
    margin-left: 10px;
  }

  .cardlink{margin-left:130px;}

  .cardimage{
    max-width:150px;
    max-height:75px;
    width:auto;
    height:auto;
  }

  .logo{font-size:50px !important;}
}

line::before {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    border-radius: 20px;
    height: 13px;
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}

hline::before {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 10px;
    max-width: 100%;
    border-radius: 20px;
    height: 300px;
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
}

.homeline::before{
    height:10px;
    width:400px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: lightgray; 
}
 
::-webkit-scrollbar-thumb {
    border-radius:20px;
    background: #888; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.homecard{
    width:500px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .homecard{
        margin-left:20px;
        margin-right:20px;
        width:auto;
    }
    .homeline::before{
        width:200px;
    }
}

code {
    display: block;
    text-align: left;
    white-space: pre-line;
    position: relative;
    word-break: normal;
    word-wrap: normal;
    line-height: 2;
    background-color: #f7f7f7;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
}

.search-box button {
    height: 32px;
    width: 32px;
    background: lightgray;
    font-size: 17px;
    margin-top: 14px;
    margin-right: 16px;
    border-radius:50%;
    border:none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: box-shadow 1s, background-color 1s;
}

.search-box button:hover{
  box-shadow: 0 20px 30px rgba(0,0,0,0.50), 0 6px 6px rgba(0,0,0,0.23);
  background-color: gray;
}
		
.search-box input[type=text] {
    border-radius:5px;
    height: 26px;
    font-size: 17px;
    width: 200px;
    margin-top: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search-box input[type=text]:focus{
    border-color: #1F1F1F;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

#alerthome{
    display: flex;
    background-color: rgb(250, 53, 53);
    width:100%;
    overflow:hidden;
}

.submitbtn{
  background-color: #1f1f1fdc;
  border-color: white;
  border-width: 2px;
  border-radius:20px;
  color: white;
  font-weight:bold;
  padding:10px;
  padding-left:25px;
  padding-right:25px;
  margin: 0 auto;
  margin-bottom:10px;
  transition: color 1s, background-color 1s, border-color 1s, box-shadow 1s;
}

.submitbtn:hover{
  border-color:black;
  background-color: white;
  color:gray;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.signup_label{
  padding:20px;
  font-size:20px!important;
  margin-bottom:-30px;
}
#newsletter_form{
  position:relative;
  background-color:white;
  margin:auto;
  width:300px;
  border-radius:10px;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.inputbar {
width: 80%;
height: 2.375rem;
padding: 0.375rem 0.75rem;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputbar:focus {
border-color: #1F1F1F;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.Slides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 15px;
  color: gray;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 10px;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:white;
}

.text {
  color: black;
  font-size: 20px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 17px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.menu-search-box{float:right;}

.menu-search-box input[type=text]{
    border-radius:4px;
    background-color: rgb(70, 70, 70);
    color:white;
    height: 34px;
    margin-bottom:5px;
    margin-top:5px;
    font-size: 17px;
    width: 200px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-style:solid;
    border-width:1px;
}

.menu-search-box input[type=text]:focus{
    border-color: #1F1F1F;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

.menu-search-box button{
    border-radius:50%;
    height:-5px;
    border:none;
    padding:7px;
    margin-right:10px;
}

