body {
    background: #f6f6f6;
    margin: 0;
    overflow-x: hidden;
}
.home-slider {
  width: 100%;
/*  max-height: 600px;*/
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

header {
  position: absolute;
  z-index: 2;
  max-width: 80rem;
  margin: 0 2rem;
}
.sec_padding h1{
    text-align: center;
    margin-bottom: 30px;
}

nav {
  margin-top: 20px;
  text-align: right;
}

nav a {
  /*font-family: "Permanent Marker", cursive;*/
  font-size: 2.5em;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin-right: 45px;
}

nav a:last-child {
  margin-right: 0px;
}

nav a:hover,
nav a:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.rslides:before {
  content: "";
  display: block;
  width: 540px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  padding-bottom: 31.25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

li a.credits {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 20px;
}

/* Slider navigation */

.transparent-btns_tabs {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 11px;
  height: 11px;
}

.transparent-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

/* Slider navigation end */

@media only screen and (max-width: 768px) {
  nav {
  text-align: center;
}
  nav a {
    font-size: 1.5em;
  }
}
.sec_padding {
    padding: 60px 0;
    display: flex;
    background: #f9f9f9;
    justify-content: center;
}
img.logo {
    position: absolute;
    right: 0;
    z-index: 99;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('../fonts/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    background: #f6f6f6;
        
    font-family: 'Gotham Rounded' !important;
}


.input-group {
    display: grid;
}

.input-group input,.input-group select, .input-group textarea {
    resize: none;
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #c5c5c5;
    min-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px !important;
  /*  margin-top: 10px;*/
    padding: 10px 10px;
    font-size: 16px;}
.file-wrapper {
    overflow: hidden;
    background: #fff;
    /* padding: 0 20px; */
    position: relative;
    margin-bottom: 12px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 15px;
}
.file-wrapper input {
	left: 0;
	opacity: .01;
	cursor: pointer;
	position: absolute;
	-moz-opacity: .01;
	filter: alpha(opacity=1)
}
.file-wrapper .file-button {
	    color: #fff;
    cursor: pointer;
    padding: 15px;
    background: #de2138;
    display: inline-block;
}
.file-holder {
    top: 15px;
    padding-left: 15px;
    position: absolute;
    left: auto;
}
.file-button i {
    margin-right: 8px;
}
::-webkit-scrollbar {
 width: 10px;
 height: 10px;
 background-color: rgba(135,150,165,.1);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #df3716 linear-gradient(45deg, #fff, #de2138);
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 border-radius: 10px;
 background-color: rgba(135,150,165,.1);
}
.sec_padding form {
    max-width: 800px;
}

.input-group {
    margin-bottom: 20px;}
.submit_btn{
    float: right;
    background: #c62134 !important;
    position: relative;
    top: 10px;
    color: #fff;
    border-radius: 20px !important;
    padding: 10px 20px;
    border: none;}



footer.footer {
    background: #de2138;
    padding: 10px;
    color: #fff;
    text-align: center;
}


form label {
    padding-bottom: 5px;
}
span.file-holder {
    position: relative;
}
input#video {
    position: absolute;
    width: 100%;
}
@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data {
    color: red;
    font-size: 14px;
    margin: 10px;
    line-height: normal;
    display: block;
    width: 100%;
}
.input-group.button-holder{
    justify-content: right;
}
#uploadForm {
  margin: 20px;
}

#uploadingMessage {
  display: none; /* Hide the message initially */
  margin-top: 20px;
  font-size: 18px;
  color: blue;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
input.upload_button {
    padding: 10px;
    background: #333;
    color: #fff;
    border: none;
    margin-top: 20px;
}
input[type="file"]::file-selector-button {
  border: none !important;
    color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #c62134 !important;
  transition: 1s;
}

.sec_padding {
    padding: 50px 30px;
    display: flex;
    background: #f9f9f9;
    justify-content: center;
    background: url(../images/background_havmor.jpg);
    background-size: cover;
    background-position: center;
}
progress {
    vertical-align: middle;
}

.input-group input, .input-group select, .input-group textarea {
    background: #ffffff6b;}
.home img {
    position: absolute;
    z-index: 99;
    left: 100px;
    top: 20px;
    background: #ffffffb5;
    padding: 5px;
    outline-offset: 5px;
    outline: 1px solid #df213866;
    border-radius: 20px 20px 0 0;
}
a.cb img {
    position: relative;
    top: -5px;

}

a.cb img {
    max-width: 75px;
}



#videoPreviewContainer {
  display: flex;
  flex-wrap: wrap;
}

.video-preview {
    position: relative;
    width: 33.33%;
    padding: 10px;
    margin-top: 20px;
}
.video-preview video {
    height: 136px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    overflow: hidden;
    object-fit: cover;
}

.video-preview button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) { 
	body .content_txt {
		height: 75vh;}
	.content_txt ul ul ul {
    padding-left: 20px;
}
.content_txt ul ul {
    padding-left: 0;
}
	body #termsModal span.close {
    position: absolute;
    right: -10px;
    top: -25px;
    font-size: 40px;
    color: #de243a;
}
	body .modal-content {
    width: 100% !important;
}
    .transparent-btns_tabs{
        margin-bottom: 0;
    }
    
    .home img{
        left: 20px;
        max-width: 30px;
    }
    .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
    .sec_padding form {
    max-width: max-content;
}
    .sec_padding {
        padding: 50px 40px;}
    .video-preview{
        width: 100%;
    }

img.logo {
    max-width: 120px;
    }}
textarea#story {
    height: 200px;
}

@media (min-width: 768px) and (max-width: 980px) {
    img.logo {
    max-width: 200px;
    }
    
    .home img {
    left: 20px;}.sec_padding {
        padding: 50px 40px;} }
a {
    color: #c62134 !important;
}
  /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
        }

        /* The Close Button */
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

.modal-content {
    width: 80% !important;
}
#termsModal span.close {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 40px;
}

div#termsModal {
    padding: 50px;
}
.content_txt {
    height: 70vh;
	    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 20px;
}
.modal-content h2 {
	text-align: center;
}
.content_txt ul:first-child {
    padding-left: 0px;
}

.video-preview{
	width: auto !important;
}

.please_wait_btn{
    float: right;
    background: #c62134 !important;
    position: relative;
    top: 10px;
    color: #fff;
    border-radius: 20px !important;
    padding: 10px 20px;
    border: none;
}
.loader::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #c62134 !important;
}
.loader::before, .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}
 @keyframes rotate {
    100% {
      transform: rotate(360deg)
    }
  }
  
  @keyframes prixClipFix {
    0% {
      clip-path: polygon(50% 50%, 0 0, 10% 0, 10% 0, 10% 0, 10% 0)
    }
    25% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
      clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    100% {
      clip-path: polygon(50% 50%, 0 0, 10% 0, 10% 0, 10% 0, 10% 0)
    }
  }

.tacbox {
    display: inline-flex;
    column-gap: 15px;
}

