*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "Avenir Next";
    src: url(avenirnext.woff);
    
  }

html,body {   max-width: 100%;
overflow-x: hidden;
list-style: none;
text-decoration: none;

}
    

body {
    
    background-image: url(YTRANKER_BACKGROUND_1920x1080_WHITE_RA_V2.jpg);
    background-repeat: no-repeat;
    /*background-attachment: fixed;
    background-size: cover; 
    background-position-y: -50%;*/
    background-size: contain;
    background-position: 0 78px;
      
}

/* linear-gradient(rgba(253, 253, 253, 0.7), rgba(255, 253, 253, 0.7)), */ 



#check  {

    display: none;
} 


#btn, #cancel {

    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}


.logo {
   
    height: 40px;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
      
}


nav {

    background-color: black;
    height: 80px; 
    width: 100%;
    position: fixed;
    z-index: 2;
       
    } 

nav ul {
  float: right;
  margin-right: 20px;
  width: 80%;
} 

 nav ul li {
 
 display: inline-block;
 line-height: 80px;
 margin: 0 16px;

}

nav ul li a {

    font-family: "Avenir Next";
    color: white;
    font-size: 16px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    
} 


nav ul li a:hover {

   background: #dc3545;
   color: white;
   transition: .5s;

}


   
.main-head {
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head {
    
    margin-top: 110px;
    font-family: "Avenir Next";
    font-size: 56px;
    text-align: center;
    font-weight: 900;
    margin-left: 10px;
    margin-right: 10px;
}


.bold {

color: #dc3545;
}


.video-container {
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
 
}

 .video {
    height: 80%;
    width: 100%;
    margin: 0;
    padding: 0;

} 

.gif {

    height: 80%;
    width: 50%;
    margin: 0;
    padding: 0;
    display: none;

}

/*  .main {

   display: block;
    width: auto;
}  */

/*.container {
    margin: auto;
    margin-top: 30px;
    
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
}*/



.container-desktop {

    margin: auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    
   }

.container-mobile {
    margin: auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    display: none;
}

.side-img-left {
    float: left;
    width: 100%;
}

.side-heading-right {
    float: right;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    

}

.side-img-right {
    float: right;
    width: 100%;
}

.side-heading-left {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 20px;

}

.side-heading {
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: 600;
    text-align: justify;
    /* font-style: italic; */
}
.plch-img {


    width: 100%;
    height: auto;
    
}

.btn-div {

    margin: auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


.md-btn {
    
    width: 20%;
    height: auto;
}

.md-btn:hover {

  animation: pulse 0.8s infinite;
  animation-timing-function: linear;   
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  
}
.tagline-img{
    width: 100%;
}

.center-image-div {
    text-align: center;
    margin: 0px 10px;
}

.center-image {

    width: 98%;
    height: auto;

}

.appy-bt-image{
    background: url(apply-bg.png) no-repeat;
    background-size: contain;
    height: 120px;
    position: relative;
}
.toggle-icon{
    position: absolute;
    right: 0;
}
.main-header{
    font-size: 39px;
    background: #000000;
    color: white;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: relative;
    padding: 10px;
}
.main-header:before, .main-header:after{
    content: '';
    background: url(arrow_right.png) no-repeat;
    height: 90px;
    width: 75px;
    display: block;
    background-size: contain;
    position: absolute;
    left: -26px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.main-header:after{
    left: unset;
    right: -26px;
    background: url(arrow_left.png) no-repeat;
    background-size: contain;
}
@media(min-width: 768px){
    .side-img-left, .side-img-right{
        position: relative;
    }
    .side-img-left:after, .side-img-right:before{
        content: '';
        height: 150px;
        width: 80px;
        background: url(img-arrow.png) no-repeat;
        display: block;
        background-size: contain;
        position: absolute;
        right: -39px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        z-index: -1;
    }
    .side-img-right:before{
        right: unset;
        left: -40px;
        transform: rotate(180deg);
        top: -15%;
    }
    
}
@media (max-width: 767px){
    .main-header{
        font-size: 11px;
        width: 90%;
        margin: 0 auto;
    }
    .main-header:before, .main-header:after{
        height: 42px;
        width: 32px;
    }
    .main-header:before{
        left: -18px;
    }
    .main-header:after{
        right: -18px;
    }
}
@media (min-width: 1024px){
    .first-tag{
        width: 90%;
        margin: 0 auto;
    }
}
/* font-family: 'Merriweather', serif; */