@font-face {
    font-family: copperplate;
    src: url(OPTICopperplate.otf);
}
::-webkit-scrollbar{
    display: none;
}
body, html{
    padding:0 !important;
    margin: 0 !important;
    background-color: rgb(242, 242, 242);
}
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(-2px);
  }
}
.page {
    margin:1.5vh ;
    position: relative;
    height:calc(100vh - 3vh);
    width:calc(100vw - 3vh);
    background-size: cover;
    background-position: center center;
}

.page1 {
    background-image: url('../img/page1-desk.png');
    margin-bottom:0;
}
#scrolled{
    height:1.5vh;
    width:100vw;
    background-color: rgb(242, 242, 242);
}
#header{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page h2{
    font-family: Montserrat;
    font-size: 24px;
    line-height: 24px;
    font-weight: semi-bold;
    padding:0 !important;
    margin: 0 !important;
    text-align: center;
    color: white;
    letter-spacing: 1.5px;
}

.page h3 {
    font-family: copperplate;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    padding: 0 !important;
    margin: 14px 0 30px 0 !important; 
    letter-spacing: normal;
    text-align: center;
    color: white;
}


.page h1 {
    font-family: Poppins;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1.2px;
    font-weight: 400;
  
    padding:12px 80px;
    text-align: center;
    margin: 0 auto;
    display:block;
    width:fit-content;
    background-color: rgb(177, 15 ,46);
    color: white;
}

#bottom-grid{
    position: absolute;
    bottom:0;
    height:80px;
    border-top: rgb(242, 242, 242) .5px solid;
    width:100%;
    display: flex;
}

.grid-block{
    width:33.333%;

}

#address-desk, #ph-desk {
    color:white;
    font-family: Poppins;
    font-weight: normal;
    font-size:18px;
    line-height: 80px;
    padding:0 !important;
    margin: 0 !important;

}

#address-desk{
    text-align: left;
    padding-left:40px !important;
}

#arrow{
    margin: 20px auto;
    display:block;
    height:40px;
    width:40px;

}

#arrow:hover {
    cursor: pointer;
}

#ph-desk{
    text-align:right;
    padding-right:40px !important;
}


/********************PAGE 2 *********************/

.page2 {
    background-image: url('../img/page2-desk.png');
    min-height:calc(100vh - 3vh);
    height:auto;
    width:calc(100vw - 3vh);
    margin-top:0;
}

.title{
    padding-top:7.5vh;
    padding-left:7.5vw;
}

h4 {
    margin:0 !important;
    padding: 0 !important;
    color:white;
    font-family: poppins;
    font-weight:bold;
    font-size: 40px;
    line-height: 40px ;
}

.color-block{
    margin:10px 0 10px 0; 
    height:10px;
    width:70px;
    background-color: rgb(177, 15 ,46);
}

.footer .color-block{
    width:45px;
}
h5 {
    margin:0 !important;
    margin-left:-1px !important;
    padding: 0 !important;
    color:white;
    font-family: poppins;
    font-weight:400;
    font-style: italic;
    font-size: 18px;
    line-height: 18px ;
}


.text{
    padding-top:7.5vh;
    padding-left:7.5vw;
    padding-right: 7.5vw;
    padding-bottom:7.5vh;
 
}


.page p {
    margin:0 !important;
    padding: 0 !important;
    color:white;
    font-size:18px;
    font-family: poppins;
    font-weight: 300;
    margin-top:32px !important;
}

.first{
    margin-top:0px !important;
}
.page .superbold{
    font-size:22px;
    font-weight:600;
}

.page .bold{
    font-weight: 600;
}


/**********************PAGE 3 ***************************/
.page3 {
    background-image: url('../img/page3-desk.png');
    min-height:calc(100vh - 3vh);
    height:auto;
    width:calc(100vw - 3vh);
}


.link{
    text-decoration: none !important;
    color:white !important;

}
/******************FOOTER******************************/

.footer{
    height:auto;
    width:calc(100vw - 3vh);
    margin:1.5vh ;
    background-color: rgb(55, 60, 61);
    position: relative;
}

.footer-grid{
    padding-top:5vh;
    padding-bottom:5vh;
    
    width: 81vw;
    height:auto;
    /*background-color: red;8*/
    display:flex;
    justify-content: space-between;
    margin-left:7.5vw !important;
    margin-right: 7.5vw !important;
}

.footer-block{
    width: fit-content;
    height:auto;
    /*background-color: rgba(0,0,0, .7);
    border: 1px solid white;*/
}

.footer h2{
    margin:0 !important;
    padding: 0 !important;
    font-size:24px;
    line-height: 24px;
    font-weight:700;
    color:white;
    font-family: Poppins;
}

.footer p{
    margin:0 !important;
    padding: 0 !important;
    color:white;
    font-size:16px;
    font-family: Poppins;
    font-weight: 300;

}
.mob{
    display:none;
}
.desk {
    display:block;
}

.hidden{
    display:none;
    position: absolute;
    top:35px;
    left:35px;
}

.right{
    top:35px;
    left:auto;
    right:35px;
}
.hidden p{
    font-family: Poppins;
    font-weight: normal;
    font-size:16px;
    margin:0 !important;
    padding:0 !important;
}

@media screen and (max-width:1474px) {
    .page h2{
        font-size: 21px;
        line-height: 21px;
    }

    .page h3 {
        font-size: 50px;
        line-height: 50px;
        margin: 14px 0 32px 0 !important; 
    }

    .page h1 {
        font-size: 21px;
        line-height: 21px;
        padding:8px 60px;
    }
    #address-desk, #ph-desk {
        font-size:16px;
    }
}
@media screen and (max-width:1164px) {
    .page h2{
        font-size: 19px;
        line-height: 19px;
    }

    .page h3 {
        font-size: 44px;
        line-height: 44px;
        margin: 14px 0 32px 0 !important; 
    }

    .page h1 {
        font-size: 19px;
        line-height: 19px;
        padding:8px 60px;
    }
    #address-desk, #ph-desk {
        font-size:16px;
    }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .page h2{
        font-size: 19px;
        line-height: 19px;
    }

    .page h3 {
        font-size: 55px;
        line-height: 55px;
        margin: 14px 0 24px 0 !important; 
    }

    .page h1 {
        font-size: 21px;
        line-height: 21px;
        padding:8px 60px;
    }
    h4 {
        font-size: 35px;
        line-height: 35px ;
    }
    
    .color-block{
        width:63px;
    }
    
    .footer .color-block{
        width:45px;
    }
    h5 {
        font-size: 16px;
        line-height: 16px ;
    }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .page h2{
        font-size: 21px;
        line-height: 21px;
 
    }

    .page h3 {
        font-size: 0px;
        line-height: 50px;
        margin: 14px 0 32px 0 !important; 
    }

    .page h1 {
        font-size: 21px;
        line-height: 21px;
        padding:8px 70px;
    }
}
@media screen and (max-width: 1024px) and (orientation:portrait){
    .page2, .page3{
        min-height:fit-content;
    }
    .page{
        background-position: 75%, 50%;
    }
    .page1{
        background-position: 65%, 50%;
    }
    .title{
        padding-top:35px;
        padding-left:35px;
    }
    #address-desk{
        padding-left:35px !important;
    }
    #ph-desk{
        padding-right:35px !important;
    }

    .text{
        padding-top:7.5vh;
        padding-left:35px;
        padding-right: 35px;
        padding-bottom:7.5vh;
     
    }
    .hide{
        display: none;
    }
    .footer-grid{
        width: calc(100% - 70px);
        margin-left:35px !important;
        margin-right: 35px !important;
    }
    .page h2{
        font-size: 19px;
        line-height: 19px;
   
    }

    .page h3 {
        font-size: 33px;
        line-height: 33px;
        margin: 14px 0 32px 0 !important; 
    }

    .page h1 {
        font-size: 19px;
        line-height: 21px;
        padding:8px 60px;
    }
    #hide-break{
        display:none !important;
    }
}


@media screen and (max-width: 1080px) and (orientation: landscape){

    .page{
        background-position: 75%, 50%;
    }
    .page2, .page3{
        min-height:fit-content;
    }
    /*****HOME PAGE*****/
    .page h2{
        font-size: 17px;
        line-height: 17px;
    }

    .page h3 {
        font-size: 52px;
        line-height: 52px;
        margin: 14px 0 22px 0 !important; 
    }

    .page h1 {
        font-size: 19px;
        line-height: 19px;
        padding:8px 30px;
    }

    #address-desk, #ph-desk {
        font-size:16px;
        line-height: 80px;
    }
    #address-desk{
        padding-left:35px !important;
    }
    #ph-desk{
        padding-right:35px !important;
    }

    /**********PAGES***************/
    .title{
        padding-top:35px;
        padding-left:35px;
    }


    .text{
        padding-top:7.5vh;
        padding-left:35px;
        padding-right: 35px;
        padding-bottom:7.5vh;
     
    }
    .page p {
        font-size:16px;
    }
    .page .superbold{
        font-size:20px;
    }

    h4 {
        font-size: 35px;
        line-height: 35px ;
    }
    
    .color-block{
        width:65px;
    }
    
    .footer .color-block{
        width:45px;
    }
    h5 {
        font-size: 16px;
        line-height: 16px ;
    }
    
    .footer-grid{
        width: calc(100% - 70px);
        margin-left:35px !important;
        margin-right: 35px !important;
    }
    .footer h2{
        font-size:22px;
        line-height: 22px;
    }
    
    .hide{
        display: none;
    }
    
}
@media screen and (max-width: 820px) and (orientation: portrait){
    .page{
        background-position: 75%, 50%;
    }
    .page1{
        background-position: 65%, 50%;
    }
    .page h2{
        font-size: 16px;
        line-height: 16px;
    }

    .page h3 {
        font-size: 44px;
        line-height: 44px;
        margin: 12px 0 14px 0 !important; 
    }

    .page h1 {
        font-size: 18px;
        line-height: 18px;
        padding:8px 30px;
    }
    #address-desk, #ph-desk {
       display: none;
    }
    #bottom-grid{
        border: none;
    
    }
    .hidden{
        display: block;
    }
    .page p {
        font-size:17px;
    }
    .page .superbold{
        font-size:20px;
    }

    h4 {
        font-size: 32px;
        line-height: 32px ;
    }
    
    .color-block{
        width:58px;
    }
    
    .footer .color-block{
        width:40px;
    }
    h5 {
        font-size: 14px;
        line-height: 14px ;
    }

    .footer h2{
        font-size:20px;
        line-height: 20px;
    }
    
}
@media screen and (max-width: 768px) and (orientation: portrait){
    .page{
        background-position: 75%, 50%;
    }
    .page1{
        background-position: 65%, 50%;
    }
    .page h2{
        font-size: 16px;
        line-height: 16px;
    }

    .page h3 {
        font-size: 42px;
        line-height: 42px;
        margin: 12px 0 14px 0 !important; 
    }

    .page h1 {
        font-size: 18px;
        line-height: 18px;
        padding:8px 30px;
    }
    #address-desk, #ph-desk {
       display: none;
    }
    #bottom-grid{
        border: none;
    
    }
    .hidden{
        display: block;
    }
    .page p {
        font-size:17px;
    }
    .page .superbold{
        font-size:20px;
    }

    h4 {
        font-size: 32px;
        line-height: 32px ;
    }
    
    .color-block{
        width:58px;
    }
    
    .footer .color-block{
        width:40px;
    }
    h5 {
        font-size: 14px;
        line-height: 14px ;
    }

    .footer h2{
        font-size:20px;
        line-height: 20px;
    }
    
}


@media screen and (max-width: 415px) and (orientation: portrait){
    .page{
        background-position: 75%, 50%;
    }
    .page1{
        background-position: 50%, 50%;
    }
    .page h2{
        font-size: 12px;
        line-height: 12px;
       
    }

    .page h3 {
        font-size: 23px;
        line-height: 35px;
        margin: 10px 0 10px 0 !important; 
    }

    .mob{
        display:block;
    }
    .desk {
        display:none;
    }

    .page h1 {
        font-size: 14px;
        line-height: 14px;
        padding:8px 20px;
    }

    #address-desk, #ph-desk {
       display: none;
    }
    #bottom-grid{
        border: none;
        height:60px;
    }
    
    #arrow{
        margin: 12.5px auto;
        display:block;
        height:25px;
        width:25px;
    
    }

    .title{
        padding-top:18px;
        padding-left:18px;
    }
    
    .hide{
        display: none;
    }

    h4 {
        font-size: 22px;
        line-height: 22px ;
    }
    
    .color-block{
        margin:10px 0 10px 0; 
        height:8px;
        width:55px;
    }
    .footer .color-block{
        width:30px;
    }
    h5 {
        font-size: 12px;
        line-height: 12px ;
    }

    .text{
        padding-top:1vh;
        padding-left:18px;
        padding-right: 18px;
        padding-bottom:7.5vh;
     
    }

    .page p {
        font-size:13px;
        margin-top:32px !important;
    }
    .page .superbold{
        font-size:15px;
    
    }

    .footer-grid{
        width: calc(100% - 36px);
        margin-left:18px !important;
        margin-right: 18px !important;
    }

    .footer h2{
        font-size:16px;
        line-height: 16px;
    }

    .footer p{
        font-size:13px;
    }
    .hidden{
        display:block;
        top:18px;
        left:18px;
    }
    
    .right{
        top:18px;
        left:auto;
        right:18px;
    }
    .hidden p{
        font-weight: normal;
        font-size:13px;
        margin: 0 !important;
        padding:0 !important;
    }
    
}
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
        .page h2{
            font-size: 12px;
            line-height: 12px;
           
        }
    
        .page h3 {
            font-size: 29px;
            line-height: 35px;
            margin: 10px 0 10px 0 !important; 
        }
    
        .page h1 {
            font-size: 14px;
            line-height: 14px;
            padding:8px 20px;
        }
    
        h4 {
            font-size: 22px;
            line-height: 22px ;
        }
        
        .color-block{
            margin:10px 0 10px 0; 
            height:8px;
            width:45px;
        }
     
        h5 {
            font-size: 12px;
            line-height: 12px ;
        }
    }

@media screen and (max-width:844px) and (orientation: landscape) {
  
        .page h2{
            font-size: 14px;
            line-height: 14px;
           
        }
    
        .page h3 {
            font-size: 38px;
            line-height: 35px;
            margin: 20px 0 25px 0 !important; 
        }
    
        .mob{
            display:block;
        }
        .desk {
            display:none;
        }
    
        .page h1 {
            font-size: 14px;
            line-height: 14px;
            padding:8px 30px;
        }
    
        #address-desk, #ph-desk {
           display: none;
        }
        #bottom-grid{
            border: none;
            height:60px;
        }
        
        #arrow{
            margin: 12.5px auto;
            display:block;
            height:25px;
            width:25px;
        
        }
    
        .title{
            padding-top:18px;
            padding-left:18px;
        }
        
        .hide{
            display: none;
        }
    
        h4 {
            font-size: 35px;
            line-height: 35px ;
        }
        
        .color-block{
            margin:10px 0 10px 0; 
            height:8px;
            width:60px;
        }
        
        h5 {
            font-size: 9px;
            line-height: 9px ;
        }
    
        .text{
            padding-top:1vh;
            padding-left:18px;
            padding-right: 18px;
            padding-bottom:7.5vh;
         
        }
    
        .page p {
            font-size:10px;
            margin-top:32px !important;
        }
        .page .superbold{
            font-size:12px;
        
        }
    
        .footer-grid{
            width: calc(100% - 36px);
            margin-left:18px !important;
            margin-right: 18px !important;
        }
    
        .footer h2{
            font-size:16px;
            line-height: 16px;
        }
    
        .footer p{
            font-size:14px;
        }
        .hidden{
            display:block;
            top:18px;
            left:18px;
        }
        
        .right{
            top:18px;
            left:auto;
            right:18px;
        }
        .hidden p{
            font-weight: normal;
            font-size:12px;
            margin: 0 !important;
            padding:0 !important;
        }
        
    }
    
a {
    color:white !important; 
    text-decoration: none !important;
}


#spacer{
    margin-top:7.5vh !important;
}

#seo{
    display: none !important;
}