@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aatrainer';
    src: url('icons/aatrainer.eot'); /* IE9 Compat Modes */
    src: url('icons/aatrainer.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('icons/aatrainer.woff') format('woff'), /* Modern Browsers */
         url('icons/aatrainer.ttf') format('truetype'), /* Safari, Android, iOS */
         url('icons/aatrainer.svg#aatrainer') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

*, *::before, *::after {
    box-sizing: border-box;
    border-style: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
  
:root {
    --theme-color-black: #333333; /* rgba(51, 51, 51, 1) */
    --theme-color-brown: #423A3A; 
    --theme-color-red: #CD3A24;
    --theme-color-white: #FEFFFF; /* rgba(254, 255, 255, 1) */
}
  
/* ---------- MAIN BODY DECLERATIONS ---------- */

html, body {
    background-color: var(--theme-color-white);
    font-family: "OpenSans-Regular";
    font-size: 14px;
    height: 100%;
    width: 100%;
}

input {
    font-family: 'OpenSans-Regular';
}

.main_container {
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
}

.background_image_large {
    display: none;

    background-image: url(Images/aatrainer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -300px;
    clip-path: polygon(45% 0%, 100% 0, 100% 100%, 0% 100%);
}

a {
    text-decoration: none;
    color: #15110d;
}

/* ---------- HERO BANNER DECLERATIONS ---------- */


.inner_box .logo_box {
    height: auto;
    margin: 0 auto;
    padding: 1rem 0;
    width: auto;
    background-image: url(Images/aatrainer.svg);
    background-repeat: no-repeat;
    height: 267px;
    width: 267px;

    margin-top: 60px;
}
    
/*.logo_box img {
    display: block;
    height: 2.5rem;
    margin: 0 auto;
    width: auto;
}*/

.inner_box .background_image {
    background-image: url(Images/aatrainer-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 376px;
    width: 100%;
}

/* ---------- TEXT INFO DECLERATIONS ---------- */
    .text-info {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .text-info > * {
        padding: 0 2.5rem 1rem;
    }

    /* intended for the first h2 within .text-info */
    .text-info h2:nth-child(1) {
        color: var(--theme-color-red);
        font-weight: normal;
        padding-top: 1.8rem;
        padding-bottom: 1rem;
    }

    .text-info h2 {
        font-size: 3.5rem;
        font-family: 'OpenSans-Semibold';
        color: var(--theme-color-brown);
        letter-spacing: 5px;
        text-transform: uppercase;
    }

    .text-info p {
        color: var(--theme-color-black);
        line-height: 24px;
    }

    .text-info .email-signup {
        margin: 1rem 0 6rem;
        position: relative;
        width: 100%;
    }
    
        .email-signup .email-input {
            border: 1px solid rgba(51, 51, 51, .7);
            border-radius: 3px;
            padding: 1rem 1.5rem;
            opacity: .5;
            width: 100%;
        }

        .email-signup .email-input:focus {
            background-color: var(--theme-color-white);
            outline: 2px solid var(--theme-color-black);
            opacity: 1;
        }

        .email-signup .email-submit {
            background-color: var(--theme-color-black);
            border-bottom: 1px solid var(--theme-color-black);
            border-radius: 2px;
            color: var(--theme-color-white);
            cursor: pointer;
            font-family: 'OpenSans-Semibold';
            opacity: 1;
            padding: 1rem 1.5rem;
            position: absolute;
            right: 0;
            margin-right: 2.5rem;
            z-index: 10;
        }

    /* --------------------------- */

   /* @keyframes fadeIn {
      from {top: 20%; opacity: 0;}
      to {top: 100; opacity: 1;}
      
    }

    @-webkit-keyframes fadeIn {
      from {top: 20%; opacity: 0;}
      to {top: 100; opacity: 1;}
      
    }*/

    .contact_box {
      /*position: absolute;
      left: 50%;
      top: 50%;*/
      margin: 0 auto;
      /*transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);*/
      animation: fadeIn 1000ms ease;
      -webkit-animation: fadeIn 1000ms ease;

      display: table;
      
    }

    h1 {
      font-size: 50px;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 700;
    }

    .dot {
      color: #4FEBFE;
    }

    p {
      text-align: center;
      margin: 18px;
      font-family: 'Muli', sans-serif;
      font-weight: normal;
      
    }

    .icons {
        text-align: center;
        font-family: 'aatrainer'; 
        margin-right: 0px;

        margin-top: 60px;
    }

    .icons a{
        display: table;
        float: left;
    }

    .icons i {
        display: table;
        color: #feffff;
        background: #14110d;
        height: 45px;
        width: 45px;
        padding: 12px 5px 0px 0px;
        margin: 0px 13px 0px 13px;
        border-radius: 50%;
        border: 2px solid #fff;
        transition: all 200ms ease;
        text-decoration: none;
        position: relative;
        font-style: normal;
    }

    .icons i:hover, .icons i:active {
        color: #14110d;
        background: #f0f0f0;
        cursor: pointer !important;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        text-decoration: none;
      
    }
    .icons .fb_icon:before{
        content: 'b';
    }
    .icons .ig_icon:before{
        content: 'm';
    }
    .icons .map_icon:before{
        content: 'u';
        padding-left: 3px;
    }

    .contact_box .telephone_box{
        margin-right: 0px;
    }

    .contact_box .telephone_box .telephone{
        display: table;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        font-family: "OpenSans-SemiBold";
    }

    .description_box{
        width: 100%;
        margin-top: 40px;

        padding-right: 0px;
        padding-bottom: 20px;
    }

    .description{
        margin-top: 10px;
        display: table;
        text-align: center;
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }







.rules_container{
    width: 100%;
   
}
.rules_logo_box{
    width: 100%;
}
.rules_logo{
    height: auto;
    margin: 0 auto;
    padding: 1rem 0;
    width: auto;
    background-image: url(Images/aatrainer.svg);
    background-repeat: no-repeat;
    height: 267px;
    width: 267px;
    margin-top: 60px;
    cursor:pointer
}

.photo{
    width: 100%;
    height:100%;
    cursor: default;
}
.rules_link{
    margin-top: 25px;
    cursor:pointer;
}


.rules_box{
    width: 90%;
    margin: 0 auto;
}

.rules_title{
    width: max-content;
    margin: 0 auto;
    font-size: 25px;
    font-family: 'OpenSans-Semibold';
    margin-botton:130px;
}

.text_title{
    font-size: 20px !important;
    font-family: 'OpenSans-Semibold' !important;
}

.rules_text{
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1100px;
    line-height: 25px;
}

.rules_text_details{
    text-align: left;
    font-family: 'OpenSans-Regular';
    font-size: 17px;
    margin-bottom: 25px;
}

.back_button_box{
    margin: 0 auto;
    width: max-content;
    margin-top: 60px;
    padding-bottom: 100px;
}

.back_button{
    text-align: center;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
}

.back_button:hover{
    color:#1e75c2;
}


@media only screen and (min-width: 768px) {
    body {
        display: flex;
        flex-direction: row;
        height: 100%;
    }

    main {
        display: flex;
        flex-direction: column;
        height: inherit;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 3.5rem;
    }

    .main_container {
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .inner_box .logo_box {
        height: 270px;
        width: 270px;
        display: flex;
        align-items: start;
        flex-direction: column;

        margin-top: 0px;
    }
    /*.logo_box img {
        margin: 0 0 0;
        padding-left: 2.5rem;
    }*/

    .background_image {
        display: none;
    }

    .text-info {
        text-align: left;
        align-items: start;
    }
    
        .text-info h2 {
            font-size: 4.5rem;
        }

        .text-info p {
            font-size: 16px;
        }

        .text-info input {
            font-size: 16px;
        }
  
        .text-info .email-signup {
            margin: 1rem 0 7rem;
        }

    .background_image_large {
        display: block;
        height: 100%;
        width: 45vw;
    }

    /*.background_image_large img {
        clip-path: polygon(45% 0%, 100% 0, 100% 100%, 0% 100%);
        height: 100%;
        object-fit: cover;
        width: 100%;
    }*/
  
    .email-signup .email-submit {
        border-bottom: 2px solid var(--theme-color-black);
    }

    .icons {
        margin-top: 0px;

        margin-right: 24px;
    }

    .description_box{
        padding-right: 24px;
        padding-bottom: 0px;
    }

    .contact_box .telephone_box{
        margin-right: 24px;
    }


}


@media only screen and (min-width: 375px) and (max-width:500px){
    .text_title{
        text-align: center !important;
    }

}

@media only screen and (min-width: 501px) {
    /*.rules_text{
        margin-left: 10% !important;
    }*/
}