
/** basic reset **/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* Hyperlinks attributes*/
A {
  /** no underline **/
  text-decoration: none;
  color: #FFCE26;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(90deg, #D60D84 0%, #F04D37 66.6%, #FC6A16 100%);
  color: white;
  text-align: center;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/** For responsive nav bar **/
.topnav {
  /**overflow: hidden;
  background-color: #c02184; 
  position: absolute;
  left: 0%;
  right: 0.01%;
  top: 0%;
  bottom: 96.82%;**/
  overflow: hidden;
  background: linear-gradient(90deg, #D60D84 0%, #F05A37 66.9%, #FC7C16 100%);
}

/** For responsive nav bar **/
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  height: 50px; 
}

/** For responsive nav bar **/
.topnav a:hover {
  /**background-color: #ddd;
  color: black;**/
  background-color: #FFCE26;
  color: white;
}

/** For responsive nav bar **/
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/** For responsive nav bar **/
.topnav .icon {
  display: none;
}

/** To center the text in the navigation bar 
.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}**/

/* Responsive centered images */
img.ri {
    position: absolute;
    max-width: 80%;
    top: 10%;
    left: 10%;
    border-radius: 3px;
}

img.ri:empty
{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-wrap, h1{
    text-align: center;
}
.img-wrap a img{
    display: block;
}
.img-wrap > a {
    display: inline-block;
    vertical-align: middle;
    border: none;
}

/* container for forms */
.form_container {
    width: 500px;;
    margin: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

/* container for mail signup */
.mail_container {
  width: 500px;;
    margin: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px;
}

/* container for background image */
.img-container {
  position: relative;
  text-align: center;
  color: white;
}

/* container for trailer */
.trailer_container {

  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.trailer_container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.responsive-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 56.25px;
  padding-bottom: 56.25px;
}

/** container for screenshots **/
.screenshot_container {
  max-width: 4000px;
  margin: auto;
  
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}

.column {
  flex: 100%;
  max-width: 100%;
  padding: 15px;
}

.padding {
  padding: 10px;
}
/**
.row::after {
  content: "";
  clear: both;
  display: table;
}**/

/** Background colour container **/
.pink{
  background: linear-gradient(90deg, #D60D84 0%, #F04D37 66.6%, #FC6A16 100%);
}

.purple {
  background: linear-gradient(90deg, #99086F 1.11%, #7E0666 14.08%, #520256 38.03%, #410050 50.16%, #390045 66.28%, #230029 94.13%, #1E0023 99.6%);
}

.grey {
  background: #a897a8;
  height: 50px;
  position: relative;
  
}
/** Background video **/
.background-video {
  position:relative;
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
}

#bgvideo {
  width: 100%;
}

video::webkit-media-controls {
  display: none !important;
}

.bottom-centered {
  text-align: center;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%,50%)
}

.bottom-right {
  text-align: right;
  position: absolute;
  bottom: 17%;
  right: 7%;
}

/** center class **/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/** centered vertically and horizontally **/
.grey p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  display: inline;
}

.image_pc {
  display: block;
}

.image_mobile {
  display: none;
}

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

  .mail_container {
    width: 100%;
  }

  .trailer_container {
    width: 100%;
  }

  .image_pc {
    display: none;
  }

  .image_mobile {
    display: block;
  }

  
}

@media screen and (max-width:1034px) {
  .responsive-font {
    font-size: 20px;
  }
}

@media screen and (min-width:1035px){
  .responsive-font {
    font-size: 2vw;
  }
}

@media screen and (max-width:850px){
  /** Make the gifs display in one column **/
  .column {
    flex: 100%;
    max-width: 100%;
  }

  .responsive-iframe {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
}

@media screen and (max-width:1000px){
    img.ri{
        width:50%;
        height: auto;
    }
}

@media screen and (min-width:1235px) and (max-width:1635px){
  .responsive-iframe {
    padding-left: 170px;
    padding-right: 170px;
    padding-top: 96.625px;
    padding-bottom: 96.625px;
  }
}

@media screen and (min-width:1636px) {
  .responsive-iframe {
    padding-left: 280px;
    padding-right: 280px;
    padding-top: 157.5px;
    padding-bottom: 157.5px;
  }
}

@media screen and (max-width:1275px) and (min-width:701px){
  
  .bottom-right{
    transform: scale(0.5,0.5);
  }
}

@media screen and (min-width:851px){ /**(max-width:1320px) and **/
  /** Make the gifs display in two columns **/
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width:1220px) {
  .row{
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width:1470px) {
  .row{
    padding-right: 100px;
    padding-left: 100px;
  }
}


/** contact form **/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

label{
    display: inline-block;
    width: 400px;
    text-align: left;
}

.contact .btn-group .btn-primary {
    background-color: transparent;
}

.contact .btn-group .btn-primary:hover {
    cursor: pointer;
}

.contact label.btn {
    color: #00afc4;
    border: none;
    border-radius: 0px;
}

.contact label.btn.active {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

/* Contact us form button */
.btn-primary:hover,
.btn-primary {
    border: none;
    /*background-color: #ed3a89;*/
    background-color:#c02184; color: white;
    /*width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 0px;*/
    border-radius: 8px;
    /*padding: 20px;*/
    padding: 14px 40px;
    cursor:pointer;
}

.contact form, .contact-services form{
    text-align: center;
}
.contact-services .form-wrapper{
    margin: 20px auto 40px auto;
    border: none;
}

.contact-services .btn-primary:hover,
.contact-services .btn-primary {
    background-color: #FFD700;
    color: #111;
}

.g-recaptcha{
    display: inline-block;
}

.form-wrapper .form-control {
    border-radius: 0px;
    background-color: #efefef;
    border: none;
}

#footer{
  text-align: center;
  margin-top: 40px;
  color: white;
}