html { 
    background: url("../images/Cloom_frontpage1.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #682b85;
  }

body { 
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;

}

.page_container{
    position: absolute;
    height: 100%;
    width: 100%;
    
}

overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #782699;
    opacity: 0.1;
    z-index:-1;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
  }

  #myVideo2 {
    min-width: 100%;
    min-height: 100%;
  }


#header{
    position:relative;
    top:150px;
    font-size: 28px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
}


.button, .button_copy{
    position:absolute;
    border: none;
    color: black;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 10px;
    margin:5px;
    }

.button{
    background-color: white; 
    cursor: pointer;	
}

.button:hover{
    background-color: rgba(118, 231, 108, 0.733);
}

.button_copy{
    position: relative;
}
.button_update{
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 10px;
    background-color: #e4d5ea;
}
.button_update:hover{
    background-color: rgba(118, 231, 108, 0.733);
}


#try_free{
    font-size: 1em;
    color:  #470066;
    border-radius: 20px;
    padding:5px 15px 5px 15px;
    margin-left: 15%;
    margin-right: 15%;
}


#create_account{
    font-size: 0.9em;
    color:  #470066;
    border-radius: 20px;
    padding:5px 15px 5px 15px;
    margin-left: 15%;
    margin-right: 15%;
}

.create_account{
    font-size: 0.9em;
    color:  #470066;
    border-radius: 20px;
    padding:5px 15px 5px 15px;
    margin-left: 15%;
    margin-right: 15%;
    max-width: 250px;
    height:90px;
}

#create_account_dating{

    right:0%;
}

#create_account_event{
    position: relative;
    left:80%;
}


#button_action2{
    font-size: 0.9em;
    color:  #fff;
    border-radius: 20px;
    padding:5px 15px 5px 15px;
    margin-left: 15%;
    margin-right: 15%;
    background-color:#682a83;
}

#button_action2:hover{
    background-color:#81b88a;

}

#need_larger_screen{
    display:none;
    margin-left: 2%;
    margin-right: 2%;
    width: 500px;
}

#copied{
    position: absolute;
    background: white;
    bottom: 25px;
    left: 500px;
    color: #470066;
    font-size: 1.4;
    padding: 10px;
    border-radius: 20px;
    display:none;
}

.copied_scheduled{
    position: absolute;
    background: white;
    color: #470066;
    font-size: 1.1;
    padding: 5px;
    border-radius: 20px;
    display:none;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-top: -45px;
    }


.logo_container {
    position: relative;
    width: 560px;
    margin: auto;
    top:40px;
    color: #fff;
    line-height: 1.3em;
   
  }

.logo_splash{
    background-image: url('../images/logo-Cloom_586px.png');
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: absolute; 
}

.logo{
    background-image: url('../images/logo-Cloom_117px.png');
    background-size: 100px 51px;
    width: 100px;
    height: 51px;
    position: absolute;
    top:2px;
    right: 2px;
}

.center_container{
    position: relative;
    max-width: 1500px;
    margin: auto;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
  top: 40px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(70, 5, 83);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #321947;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dots{
    position: relative;
    top: -50px;
    left: 700px;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.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}
}

.card_plan{
    position: relative;
    float:left;
    background-color: #fff;
    width: 270px;
    height: 350px;  
    color:#542D72;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 25px;
    padding: 20px;
    margin-right: 30px;

    margin-bottom: 25px;
}

.card_plan ul{
    position: relative;
    left: -25px;
}
.card_plan ul li{
    height:2.8em;
}

.amount{
    font-size: 30px;
}

.plans_total{
    position:relative;
    top: 70px;
    width: 70%;
    margin-left:20%;
    margin-right:20%;
}

.card_total{
   
    padding: 60px 10px 10px 10px; 
}


.card_left{
    position: relative;
    float: left;
    width: 550px;
    height: 500px;  
    padding: 10px;
    color:white;
    font-size: 1.4em;
    line-height: 1.35em;
}


.card_right{
    position: relative;
    float: right;
    opacity: 1;
    width: 800px;
    height: 450px;
    background-color: #eadbf9;
    padding: 10px;
    border-radius: 15px;
    right:0px;
}

.card2_total{
    width: 1600px;
    height: 530px;  
    padding: 60px 40px 20px 40px;
}


.card2_left{
    position: relative;
    float: left;
    width: 700px;
    height: 350px;  
    padding: 10px;
    background-color:#9162AF;
    border-radius: 15px;
    left:0px;
}

.card2_right{
    position: relative;
    float: right;
    opacity: 1;
    width: 550px;
    height: 450px;
    font-size: 1.4em;
    padding: 10px;
    border-radius: 15px;
    line-height: 1.3em;
  
    color: #5D317C;
}

.card3_right{
    position: relative;
    float: right;
    width: 700px;
    height: 400px;  
    padding: 10px;
    background-color:#9162AF;
    border-radius: 15px;
    left:0px;
}

.card3_left{
    position: relative;
    float: left;
    opacity: 1;
    width: 550px;
    height: 350px;
    font-size: 1.4em;
    padding: 10px;
    margin: 30px;
    border-radius: 15px;
    right:0px; 
    color: #5D317C;
    line-height: 1.3em;
}

.enter_roomname{
    z-index:1;
    position:relative;
    color: #5D317C;
    padding:20px;
    max-width:800px;
    margin: auto;
}

#label_roomname{
    position: relative;
    float:left;
    font-size:1.3em;
    padding:12px;
    bottom:3px;
  
}

#roomname_input{
    position: relative;
    padding:4px;
    padding-left:10px;
    border-radius: 20px;
    top:6px;
    min-width: 250px;
    font-size:1.1em;
    border-width: 1px;
    background-color:#E2EBDB ;
}

#button_enterroom{
    font-size: 1.2em;
    color:  #fff;
    border-radius: 20px;
    padding:6px 18px 6px 18px;
    margin-left: 2%;
    background-color:#682a83;
}

#button_enterroom:hover{
    background-color:#81b88a;

}


#testlink{
    margin: 40px 10px 10px 0px;
}

.testlink{
    font-size: 1.5em;
    color: #5D317C;
    background-color: #fff;
    padding:10px 20px 10px 20px;
    border-radius: 25px;
}


H1 {
    font-size: 34px;
}

h1.white, h2.white{
    color: #fff;
    position:relative;
    width: 100%;
    float:left;
}
h3.white{
    color: #fff;
}

a.white{
    color: #fff;
}

h1.filled{
    background-color:#7D489B;
    padding:15px;
    border-radius: 25px;
}

.card_plan h1, .card_plan h3 {
    margin-top: 0.2em;
    margin-bottom:0.2em;
    padding:0.3em;
    background-color: #dccce2;
    border-radius: 13px;
}

H5{ 
    font-size: 72px;
    height: 1.2em;
    margin: auto;
}
li{ 
    height: 2em;
}
.scroll_page{
    position: relative;
    width: 100%;
    background-color: #f4f8ff
}

.distance1{
    min-height:280px;
    width:100%;
}
.distance2{
    min-height:550px;
}

.scroll_page::before{
    content: "";
    width:100%;
    position: absolute;
    height:120px;
    top:-50px;
    background: #f4f8ff;
    transform: skewY(-1.2deg);
}

.scroll_page::after{
    content: "";
    width:100%;
    position: absolute;
    bottom: -70px;
    height:100px;
    background: #f4f8ff;
    transform: skewY(-1.2deg);
}

#scroll_page{
    top: 700px;
}

#scroll_page2{
    top: 700px;
    Height: 500px;
}
#scroll_page3{
    top: 700px;

}


.footer{
    
    position:relative;
    top: 480px;
    width: 100% ;
    opacity: 0.8;
    background-color: #2a2231;
    text-align: left;
    display: flex;
    line-height: 1.5em;
    min-height:250px;
}

.footer_frontpage{
      top: 980px;
}

.col{
    padding: 20px 10px 10px 60px ;
    font-size: 14px;
    color:#fff;
    flex: 32%;
}

.solutions_page{
    position: relative;
    width: 100%;
}


#datingrooms {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #datingrooms td, #datingrooms th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #datingrooms tr:nth-child(even){background-color: #f8edff;}
  
  #datingrooms tr:hover {background-color: #ddd;}
  
  #datingrooms th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9c5bc1;
    color: white;
  }


table.roundedCorners { 
    border: 1px solid #c9a2d8;
    border-radius: 15px; 
    border-spacing: 0;
    width: 100%;
    color: #fff;
    }

table.roundedCorners td, 
table.roundedCorners th { 
    border-bottom: 1px solid #86559D;
    padding: 10px; 
    text-align: left;
    }

table.roundedCorners th{
background-color: #60327B;

}

table.roundedCorners tr:last-child > td {
    border-bottom: none;
  }

#link_new_gathering{
    position:absolute;
    right:10%;
    top: 60px;
    padding: 8px;
    background-color: #f7f4f7;
    border-radius: 15px;
}

table.scheduled{ 
    border: 1px solid #c9a2d8;
    border-radius: 15px; 
    border-spacing: 0;
    width: 80%;
    color:#60327B;
    background-color: #f7f4f7;
    margin:auto;
    font-size:0.8em;
    }

table.scheduled td, 
table.scheduled th { 
    border-bottom: 1px solid #86559D;
    padding: 10px; 
    text-align: left;
    }


table.scheduled tr th:first-child {
        border-radius: 15px 0px 0px 0px;
    }
table.scheduled tr th:last-child {
        border-radius: 0px 15px 0px 0px;
    }

table.scheduled th{
    background-color: #86559D;
    color: #fff;
}

table.scheduled tr:last-child > td {
    border-bottom: none;
  }

table.scheduled tfoot tr td{
    background-color: #f3e6f7;
    font-size: 0.8em;
}

table.scheduled tfoot tr td:first-child {
    border-radius: 0px 0px 0px 15px;
}
table.scheduled tfoot tr td:last-child {
    border-radius: 0px 0px 15px 0px;
}


.m-privacy-consent {
    background-color: #594c5c;
    bottom: 0;
    color: white !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 1.5em !important;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5000001;
  }

.m-privacy-consent__inner {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 20px 60px 20px;
  }

.m-privacy-consent__inner button {
    position: relative;
    background-color: #4a2066;
    border: 1px solid white;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding: 0 2em;
    margin: 0 auto;
    min-width: 200px;
}


@media screen and (max-width: 1700px) {

    #scroll_page {
        top: 600px;
    }

    .slideshow-container {
        max-width: 1400px;
        top:20px;
    }  
  
    .center_container {
        width: 1400px;
    }

    .card_left{
        width: 450px;
        font-size: 1.2em;
    }
    .card_right{
        width: 700px;
        right:0px;
        height: 400px;
    }
    .card_total, .card2_total, .card3_total{
        max-width: 1400px;
        font-size:13px;
    }
    .card2_left{
        width: 600px;
    }
    .card2_right{
        width: 450px;
    }
    .card3_left{
        width: 450px;
    }
    .card3_right{
        width: 600px;
    }
    .dots {
        top: -100px;
        left: 630px;
      }

}

@media screen and (max-width: 1400px) {
    .slideshow-container {
        max-width: 1100px;
        top:20px;
    }
    #scroll_page {
        top: 550px;
    }
    .center_container {
        width: 1300px;
    }

    .card2_total, .card3_total{
        max-width: 1100px;
        
    }
    .card2_total{
        height: 500px;
    }
 
    .card_left{
        width: 400px;
        font-size: 1.1em;
    }
    .card_right{
        width: 600px;
        height: 350px;
        margin-right:3%;
    }

    .card2_left{
        width: 500px;
    }
    .card2_right{
        width: 350px;
        font-size: 1.1em;
    }
    .card3_left{
        width: 350px;
        font-size: 1.1em;
    }
    .card3_right{
        width: 500px;
    }

    h5{
        font-size: 56px;
    }
    h1{
        font-size: 24px;
    }

    .dots {
        top: -70px;
        left: 700px;
    
    }
    .distance2{
        min-height:500px;
    }
    .plans_total {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 1100px) {
    #scroll_page {
        top: 300px;
    }

    #scroll_page2 {
        top: 200px;
    }

    #scroll_page3 {
        top: 200px;
    }

    #try_free {
        display: none;
    }
    #try_text{
        display: none;
    }
    #need_larger_screen{
        display:block;
    }

    .slideshow-container {
        max-width: 800px;
    }
   
    .card_left{
        width: 280px;
        font-size: 1em;
        height:300px;
    }
    .card_right{
        padding:8px;
        width: 450px;
        height: 200px;
    }
    
    .center_container{
        width:800px;
    }

    .card_total, .card2_total, .card3_total{
        max-width: 800px;
    }

    .card2_left{
        width: 350px;
        height:200px;
       
    }

    .card2_right{
        padding:2px;
        width: 300px;
        font-size: 1.1em;
        height: 250px;
        margin: 0px;
        
    }
    .card3_left{
        padding:2px;
        width:280px;
        font-size: 1.1em;
        height: 250px;
        margin: 0px;
    }

    .card3_right{
        width: 350px;
        height:200px;
    }

    h5{
        font-size: 50px;
    }
    h1{
        font-size: 18px;
    }
    li{ 
        height: 2.6em;
        line-height: 1.2em;
        font-size: 1em;
    }


    .dots{
        top: 80px;
        left: 180px;
    }
    .plans_total{
        width: 90%;
        margin-left:5%;
        margin-right:5%;
    }

    table.scheduled{
        width: 70%;
        font-size: 11px;
        position:relative;
        top:50px;
    }
    .room_select{
        display:none;
    }
}

@media screen and (max-width: 799px) {
    #scroll_page {
        top: 300px;
    }

    .center_container {
        width: 700px;
    }
    .card_total{
        width: 700px;
    }
    .card_left{
        width: 250px;
        font-size: 1.1em;
    }
    .card_right{
        width: 300px;
        padding:5px;
        font-size: 1.1em;
    }


    h5{
        font-size: 44px;
    }
    h1{
        font-size: 16px;
    }
    li{ 
        line-height: 1.2em;
    }


    .card_total, .card2_total, .card3_total{
        width: 700px;
    }
    .card2_left{
        width: 300px;
    }

    .card2_right{
        width: 220px;
        font-size: 1em;
    }
    .card3_left{
        width:180px;
        font-size: 1em;
    }

    .card3_right{
        width: 300px;
    }

    h5{
        font-size: 34px;
    }
    h1{
        font-size: 18px;
    }
    li{ 
        height: 2.4em;
    }

    .dots{
        top: 80px;
        left: 130px;
    }


    #link_new_gathering {
        right: 5%;
        top: 70px;
        padding: 8px;
 
      }
      
}

@media screen and (max-width: 650px) {
  
    #need_larger_screen{
        width: 330px;
    }
    .center_container {
        width: 350px;
    }
    .card_total{
        width: 100%;
        padding:50px 10px 10px 10px;
    }
    .dots{
        top: 10px;
    }
    #scroll_page,  #scroll_page2 ,#scroll_page3{
        display: none;
    }
    .dots{
        display:none;
    }
    .card_left{
        width: 100%;
        font-size: 1em;
        height: auto;
        margin-bottom: 70px;
    }
    .card_right{
        width: 100%;
        padding:8px;
        margin-right:0%;
    }

    .scroll_page{
        position: relative;
        width: 100%;
        background-color: #e5f3f9;
    }
  
    
    h5{
        font-size: 44px;
    }
    h1{
        font-size: 16px;
    }
    li{ 
        height: 2.4em;
    }
    .col{
        width:100%;
    }

    .plans_total {
        width:80%;
    }

    .card_plan{
        width:100%;
    }
    .footer{
        display: block;
    }
    table.scheduled{
        width: 70%;
        font-size: 9px;
    }
    table.roundedCorners {
        font-size:0.9em;
    }
    #create_account_event {
        left: 0%;
        top: 120px;
      }
    .footer{
        top: 800px; 
    }
    .footer_frontpage{
        top: 550px;
    }
    .distance1 {
        min-height: 100px;
        width: 100%;
      }

}

@media screen and (max-width: 380px) {
    #try_free {
        display: none;
    }
    .card_right{
       height: 180px;
    }
    .footer{
        display: block;
    }
    table.scheduled td{
        width: 360px;
        font-size: 10px;
    }
    .plans_total {
        width:70%;
    }
    
}

