@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

*{
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s cubic-bezier(.16,.8,.62,1.52);
    text-transform: none;
    font-weight: normal;
    font-weight: normal;
}

*::selection{
    background: var(--black);
    color:#fff;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
}

html::-webkit-scrollbar{
    width: 1.3rem;
}

html::-webkit-scrollbar-track{
    background: #C84B31;
}

html::-webkit-scrollbar-thumb{
    background: #ECDBBA;
}

section{
    min-height: 100vh;
    padding: 0 1.5%;
    padding-top: 8rem;
}

.btn{
    display: inline-block;
    padding: .7rem 4rem;
    font-size: 2rem;
    color: #fff;
    background: #346751;
    padding-top: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}

.btn:hover{
    transform:scale(1.02);
    background-color: #ECDBBA;
    color: #000;
}

.heading{
    text-align: center;
    color: #C84B31;
    text-transform: uppercase;
    font-size: 4rem;
}

.heading span{
    color: #346751;
}

header{
    position: fixed;
    top: .5rem; left: 50%;
    transform: translateX(-50%);
    width: 93%;
    z-index: 1000;
    background-color: #ECDBBA;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem;
    border-radius: .5rem;
    
}

header .logo{
    color: #346751;
    font-size: 2.5rem;
}

header .logo span{
    color: black;
    font-size: 2.5rem;
}

header .navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

header .navbar ul li{
    margin-left: 3rem;
}

header .navbar ul li a{
    font-size: 2rem;
    color: #346751;
    text-transform: uppercase;
}
header .navbar ul li a:active,
header .navbar ul li a:hover{
    color: #C84B31;
}

#menu{
    font-size: 3rem;
    color: #161616;
    cursor: pointer;
    display: none;
}

.home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(../images/freshcover.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.home .image{
    flex:1 1 40rem;
}

.home .image .video{
    width: 100%;
    border-radius: 0.5rem
}

.home .content{
    flex: 1 1 40rem;
    padding: 4rem 0;
}

.home .content h3{
    color: #346751;
    font-size: 4rem;
    padding-bottom: 1rem;
}

.home .content h1{
    color:#C84B31;
    font-size: 6rem;
}

.home .content p{
    color:#ECDBBA;
    font-size: 2rem;
    padding: 1rem 0;
}


h3{
    color: #346751;
    font-style: italic;
    text-align: center;
    font-size: 2.2rem;
}

/*box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: grid;
    justify-content: end;
    align-content: end;*/


footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px 30px !important;
    background: #161616;
    font-size: 14px;

}

footer .container{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-gap: 25px;
}

footer .container .sec h2{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .container .sec h2::before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ffeb3b;
}

.sci{
    margin-top: 20px;
    display: grid;
}


.wrapper .button {
    display:block;
    height: 48px;
    width: 48px;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    background: #FDFAF6;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-out;
    position: relative;  
}

.icon{
    color: #fff;
}

.wrapper .button:hover {
    width: 130px;

}

.wrapper .button .icon {
    display: inline-block;
    text-align: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 60px;
    transition: all .3s ease-out;
}

.wrapper .button:nth-child(1) .icon{
    background: #1da1fe;
}

.wrapper .button:nth-child(2) .icon{
    background: #c32aa3;
}

.wrapper .button:nth-child(3) .icon{
    background: #ff0000;
}

.wrapper .button .icon i{
    font-size: 25px;
    line-height: 48px;
    transition: all .3s ease-out;
}

.wrapper .button:hover .icon i{
    color: #fff;
}

.wrapper .button span{
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 10px;
    transition: all .3s ease-out;
}

.wrapper .button:nth-child(1) span{
    color: #1da1fe;
}

.wrapper .button:nth-child(2) span{
    color: #c32aa3;
}

.wrapper .button:nth-child(3) span{
    color: #ff0000;
}

.quicklinks{
    position: relative;
}

.quicklinks li{
    list-style: none;
    font-style: ;
}

.quicklinks li a{
    color: #f7f7f7;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.quicklinks li a:hover{
    color: #ffeb3b;
}

.info{
    position: relative;
    font-size: 14px;
    
}

.info li {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-bottom: 16px;
}

.info li span:nth-child(1){
    color: #C84B31;
    font-size: 14px;
}

.info li span:nth-child(2){
    color: #f7f7f7;

}

.info li span:nth-child(3){
    color: #346751;
}

.info a{
    color: #f7f7f7;
    text-decoration: none;
    
}

.info a:hover{
    color: #ffeb3b;
    text-decoration: none;
}

.copyrightText{
    width: 100%;
    background: #000;
    padding: 8px 100px;
    text-align: center;
    font-size: 14px;
    color: #f7f7f7;
}

footer .container .sec p{
    color: #ff0000;
    font-family: 'Ephesis', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: none;
    
}




/* media queries */

@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
}

@media (max-width:768px){

    #menu{
        display: block;
    }

    header .navbar{
        position: fixed;
        top: 110%; left: 0;
        background: #161616;
        width: 100%;
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        text-align: center;
    }

    header .navbar ul{
        flex-flow: column;
        padding: 2rem;
    }

    header .navbar ul li{
        margin: 1rem 0;
        width: 100%;
    }

    header .navbar ul li a{
        display: block;
        font-size: 1.5rem;
        border-bottom: .1rem solid rgba(0, 0, 0, .1);
        padding:1.5rem 0;
    }

    .fa-times{
        transform: rotate(180deg) !important;
    }

    header .navbar.nav-toggle{
        transform: scaleY(1) !important;
        opacity: 1;
    }

    .home .content{
        text-align: center;
    }
   
}

@media (max-width: 991px){

    footer{
        padding: 40px;
    }

    footer .container{
        
        grid-template-columns: repeat(2,1fr);
    }
    
    .copyrightText{
        padding: 12px;
    }
    


.home .image .video{
    border-radius: 0.5rem
}
    
}

@media (max-width:768px){
    
    footer .container{
        grid-template-columns: repeat(1,1fr);
    }

    .copyrightText{
        padding: 12px;
    }
}
