@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'burberrySerif';
    src: url('/assets/fonts/burberry-house-regular.woff') format('woff');
    
   };
 



:root {
  --myBgColor:#d30909;
  --myHeaderColor:#Fafafa;
  --mySectionColor:#ffffff;
}

html {
    margin:0;
    padding: 0;
}

body {
    background-color: #fafafa;
    border-top:.2rem solid rgb(14, 14, 14);
    margin:0;
    padding:0;
   
}

@keyframes zoom {
    0%, 100% {
        background-size: 150%;
    }
    50% {
        background-size: 110%;
    }
}

.myHeader {
    /* background: url('assets/images/headerBg.jpg') no-repeat center center/cover; */
    color:#000;


    /* animation: zoom 60s infinite; */

}
.myHeader h1 {
    margin:0;
    padding: 0;
}
.myHeader h1 img {
    width: 8rem;
  

}
.myHeader p {
    font-family: 'burberrySerif', serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
}

#sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#sec .col, .col-xs-12 {
    display: flex;
    flex-direction: column;
}

.secInner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-width: 1px;
    padding-top: 20rem;
    position: relative;
}



#sec h2 {
    font-family: 'burberrySerif', serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .05rem;
    padding:1rem 1rem 0rem 1rem;
   
    
    

}







.secImg1 {
    background: url('/assets/images/card1.jpg') no-repeat center center/cover;

}



.secImg2 {
    /* background: url('assets/images/card2.jpg') no-repeat center center/cover; */
    position: relative;
    overflow: hidden;

}

.secImg2 video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }
#sec p {
    font-family: 'burberrySerif', serif;
    font-size: 1rem;
    margin:0;
    padding:1rem 1rem;
    line-height: normal;
 
}

.secText {
    flex-grow: 1;
    backdrop-filter: blur(10px);
    background-color: rgba(59, 59, 59, 0.5);
    color:white;

}

.secButton {
    border-top:3px double rgb(102, 102, 102);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.589);
}

.btn {
    font-family: 'burberrySerif', serif;
}

#sec2 {
    background-color: #272727;
    color:rgb(241, 241, 241);
    padding-top: .4rem;
    margin-top:2rem;
    border-top:5px solid #7c7c7c;

}



#sec2 h2 {
    font-family: 'burberrySerif', serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .06rem;
    margin:0;
    padding:0;

    

}
#sec2 p {
    font-family: 'burberrySerif', serif;
    font-size: 1.2rem;
    margin:0;
    padding:1rem 1rem;
    line-height: normal;
 
}

.iconPhoto {
    color:rgb(121, 117, 117);
    font-size:3rem;
}



.liner {
  display: flex;
  align-items: flex-start;
  text-align: left;

  &:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #ffffff;
    min-width: 20px;
    margin: auto;
  }

  &:after {
    margin-left: 20px;
  }
}

.divider {
  display:flex;
  align-items: center;

}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: .01rem;
  background-color: rgb(255, 255, 255);
  margin: 1.5rem;


}

.social i {
    font-size: 1.2rem;
    color: white;
    padding:0 1rem;


    
}

.secDark {
    flex: 1;
    display: flex;  
    flex-direction: column;
    justify-content: flex-end;


}
.secDark2 {
    flex: 1;
    display: flex;  
    flex-direction:column;
    justify-content:flex-end
    


}


footer {
    background-color: #272727;
    color: white;
    margin-top:5rem;

}
#sec2 footer p {
    font-size: .9rem;

}