@charset "utf-8";


/*===== Common CSS =====*/
/*===== HeaderFooter CSS =====*/

/*===== HomePage CSS =====*/


/*===== Responsive CSS =====*/
    
/*===============================
  ===============================*/
 
/*===== Common CSS =====*/
 
/*
font-family: "effra", sans-serif;
font-family: "bc-alphapipe", sans-serif;
*/

body { padding: 0; margin: 0; font-family: "effra", sans-serif; font-size: 18px; font-weight: normal; line-height: 30px; color: #636973; position: relative; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; }

* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none !important; outline:none !important; }

h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }


h1, h2, h3, h4, h5 { font-family: "bc-alphapipe", sans-serif; }
h1 { color: #ededed; font-size:65px; line-height: 65px; text-transform: uppercase; margin:0; }
h2 { color: #06103e; font-size:32px; line-height: 40px; font-weight: 600; }
h3 { color: #06103e; font-size:42px; line-height: 50px; font-weight: 600; margin-bottom:20px; text-transform: uppercase; }
h4 { color: #06103e; font-size:22px; line-height: 25px; font-weight: 600; margin-top:10px; }

h5 { color: #06103e; font-size:43px; line-height: 45px; opacity: 0.3; text-transform: uppercase; }
h5 a, h5 a:hover, h5:hover { color: #06103e; font-weight: normal; }
h6 { color: #06103e; font-size:18px; line-height: 22px; font-weight: normal; opacity: 0.4; }

small { font-size: 75%; }

p { margin-bottom:30px; }
p:last-child { margin-bottom:0; }

img, svg { border: none; vertical-align: middle; max-width: 100%; }
ul li { list-style: none; }

a { cursor: pointer; color:#3b4049; font-weight: 600; outline: none !important; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover, a:focus { text-decoration: none; color:#14bcff; }
a, input, button, textarea, a:focus, select:focus { outline: none; }
a:hover, a:focus, select:focus, button:focus { color: #fab329; outline: none; text-decoration: none; }
button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }


input::-webkit-placeholder, textarea::-webkit-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; }


.primary-btn { font-family: "effra", sans-serif; font-size:24px; font-weight: bold; color: #ffffff; text-transform: uppercase; background: #061c3e; padding:10px 30px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); -moz-box-shadow: 0 0 0 rgba(0,0,0,0); }
.primary-btn img { min-width:115px; max-width:115px; height:28px; object-fit: contain; margin:-5px 0 0 12px; display: inline-block; vertical-align: middle; }
.primary-btn:hover { color: #ffffff; box-shadow: 0 10px 15px rgba(0,0,0,0.25); -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.25); -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.25); }

.primary-btn.danger { background: #d31313; text-align: center; padding:8px 15px; line-height: 18px; }
.primary-btn.danger span { display: block; font-size:12px; }



header, main, section, footer { display: block; position: relative;background: #ffffff;  }
header, section, footer { padding-left:25px !important; padding-right: 25px !important; z-index: 1; }
.container-fluid { max-width:1600px; }
.container { max-width:1200px; }

.nowrap { white-space: nowrap; }


.loader { width: 100%; height: 100vh; position: fixed; z-index: 99; left: 0; top: 0; display: table; background: #ffffff no-repeat center center / cover; transition: 0.25s ease-in-out; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; }
.loader span { font-family: "bc-alphapipe", sans-serif; font-size: 60px; line-height: 90px; color: #06103e; display: block; text-transform: uppercase; }
.loader p.borderBox { font-size: 30px; line-height: 35px; color: #06103e; margin: 10px 0 20px; text-transform: uppercase; padding: 8px 15px 6px; background: rgba(221, 222, 229, 0.9); border: 2px solid #06103e; display: inline-block; }
.loader p { font-size: 30px; line-height: 35px; color: #06103e; margin: 0; text-transform: uppercase; }

.loader .center-box { display: table-cell; vertical-align: middle; text-align: center; }
.grayscale span, .grayscale p { -webkit-animation: grayscale 5s infinite; -moz-animation: grayscale 5s infinite; animation: grayscale 5s infinite; }

@-webkit-keyframes grayscale {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.pageload .loader { left: 100%; }

/*===== *************** =====*/


/*===== HeaderFooter CSS =====*/
header { font-family: "bc-alphapipe", sans-serif; padding:30px 0; position: fixed; left:0; right:0; top:0; z-index: 20; background: transparent; }
header .container-fluid { display: flex; justify-content: space-between; align-items: center; }
header .logo { color: #06103e; font-size:35px; font-weight: 600; opacity: 0; pointer-events: none; text-transform: uppercase; }

header, header .nav-link { transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; }
.navbar-collapse { justify-content: flex-end; }
.navbar-nav .nav-link { color: #ededed; font-weight: bold; padding:0 20px !important; position: relative; white-space: nowrap; }
.navbar-nav .nav-link img { display: inline-block; vertical-align: middle; margin:-5px 0 0 5px; width:25px; height:25px; object-fit: cover; object-position: center top; }
.navbar-nav .nav-link:after { content: ""; display: block; position: absolute; right:0; top:0; bottom:0; margin: auto; width:2px; height:20px; background: #ededed;  }
.navbar-nav .nav-item:last-child .nav-link:after { display: none; }

.navbar-nav .nav-item.img-icon { display: flex; }
.navbar-nav .nav-item.img-icon a { margin:0 15px; position: relative; }
.navbar-nav .nav-item.img-icon a:after { content: ""; display: block; position: absolute; right:-15px; top:0; bottom:0; margin: auto; width:2px; height:20px; background: #ededed;  }
.navbar-nav .nav-item.img-icon a:last-child { margin-right:0; }
.navbar-nav .nav-item.img-icon a:last-child:after { display: none; }
.navbar-nav .nav-item.img-icon a, .navbar-nav .nav-item.img-icon a img { display: block; width:30px; height:30px; object-fit: cover; object-position: center top; }


header.sticky-header { background: rgba(255,255,255,0.75); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); -moz-backdrop-filter: blur(5px); box-shadow: 0 5px 5px rgba(0,0,0,0.10); -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.10); -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.10); }
header.sticky-header .logo { opacity: 1; pointer-events: inherit; }
header.sticky-header .nav-link { color: #06103e; }
header.sticky-header .navbar-nav .nav-link img, header.sticky-header .nav-item.img-icon a img { object-position: center bottom; }





footer { border-top:1px solid rgba(6, 28, 62, 0.35); padding:45px 0 50px; }
footer h5 { white-space: nowrap; border-right: 2px solid #b0b2b7; display: block; padding-right: 10px; margin-right: 10px; }
footer .d-flex { justify-content: flex-start;  align-items: center; }
footer .copyright-contactbtn { width:100%; display: flex; justify-content: space-between;  align-items: center; }
footer .copyright-contactbtn .primary-btn { font-size:22px; font-weight: normal; padding:8px 20px 8px 15px; }
footer .copyright-contactbtn .primary-btn img { min-width:30px; max-width:30px; margin:-5px 12px 0 0; }


/*===== *************** =====*/



/*===== HomePage CSS =====*/
ul.listing { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin:10px 0 20px; }
ul.listing li { min-width:50%; max-width:50%; padding:0 50px; }
ul.listing li h4 { font-size: 20px !important; line-height: 22px !important; margin-top:5px; font-weight: 600 !important; text-align: center; }
ul.listing li img { width:auto; max-width:350px; height:90px; object-fit: contain; }

.infiniteObject { /*max-width:600px;*/ padding:25px; margin:40px auto 0; }
.infiniteObject a,
.infiniteObject img { width:350px;
    animation: zoonInOut 1.5s ease infinite;
    -webkit-animation: zoonInOut 1.5s ease infinite;
    -moz-animation: zoonInOut 1.5s ease infinite;
    -o-animation: zoonInOut 1.5s ease infinite;
}
@keyframes zoonInOut {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
-webkit-@keyframes zoonInOut {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
-moz-@keyframes zoonInOut {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
-o-@keyframes zoonInOut {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}


.OxfordArtCollectibleDetails {
    max-width:450px; margin:0 auto; padding:10px 15px 15px 10px; border:2px solid #06103e;
    display: flex; flex-direction: column;
    border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
}
.OxfordArtCollectibleDetails * {
    margin:0; font-size: 18px !important;
}
.OxfordArtCollectibleDetails ul li {
    text-align: left; position: relative;
    width:100%; max-width:100%; padding-left:20px; padding-right:0;
}
.OxfordArtCollectibleDetails ul li::before {
    content:""; display: block; position: absolute; left:5px; top:13px; width:5px; height:5px; background: #06103e; opacity: 0.5;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}





.divider { position: relative; }
.divider::after { content: ""; display: block; position: absolute; left:0; right:0; top:0; bottom:0; height:1px; max-width:1600px; margin:auto; background:#06103e; z-index: 111; }


.banner-wrp {  width:100%; padding:0 !important; height:90vh; min-height:600px; position: relative; z-index: 0; background: url("../images/banner-bg.jpg")no-repeat center right / cover; }

.bannerbg-video { width:100%; height:90vh; min-height:600px; object-fit: cover; object-position: top right;  display: block; }

.banner-wrp .text { padding:25px; z-index: 10; position: absolute; margin: auto; left:0; right:0; top:55%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.banner-wrp .text .textContent { max-width:75%; }
.banner-wrp h4 { font-size: 26px; line-height: 35px; font-weight: normal;
    color: #06103e; margin-top: 5px; text-transform: uppercase; padding: 6px 12px 5px; margin:16px 0; background: rgba(221, 222, 229, 0.9); border: 2px solid #06103e; display: inline-block;
}
.banner-wrp p { font-size: 30px; line-height: 30px;  color: white; }



.banner-wrp .purchaseAvailable { margin:25px 0; display: flex; align-items: center; }
.banner-wrp .purchaseAvailable h4 { text-transform: uppercase; color: white; font-size: 25px; line-height: 25px; margin:0; padding:10px 12px 12px; background:#b11414; border: none; }
.banner-wrp .purchaseAvailable .storeLogoImg { display: flex; align-items: center; }
.banner-wrp .purchaseAvailable .storeLogoImg a { margin:15px 0 15px 15px; background: rgba(0,0,0,0.35); border:2px solid rgba(255,255,255,0.5); }
.banner-wrp .purchaseAvailable .storeLogoImg a img { width:160px; height:100px; object-fit: contain; display: block; }
.banner-wrp .purchaseAvailable .storeLogoImg a:hover { border:2px solid rgba(255,255,255,1); }
.banner-wrp .purchaseAvailable .storeLogoImg a span { background: black; color: #89a4ef; text-transform: uppercase; text-align: center; padding:2px 10px; font-size:14px; display: block; }




 


.overviewWrp { padding:80px 0 50px; overflow: hidden; }
.overviewWrp .centerAlign { max-width:45%; }
.overviewWrp h3 { font-size: 40px; line-height: 45px; margin:0; position: relative; }
.overviewWrp h4 { font-size: 28px; line-height: 35px; margin:10px 0 30px 0;  }
.overviewWrp .red { color: #b11414; }


.overviewWrp .secVideo { position: absolute; right:0; top:0; bottom:0; margin: auto; width:50%; height:100%; }
.overviewWrp .secVideo::after { content: ""; display: block; position: absolute; left:0; top:0; bottom:0; width:50%; z-index: 2; 
  background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
}
.overviewWrp .secVideo img,
.overviewWrp .secVideo iframe,
.overviewWrp .secVideo video { width:800px; height: 100%; object-fit: cover; object-position: center center;  position: relative; z-index: 1; margin: auto; display: block; }


.overviewWrp .giftImg-giftBtn { margin:30px 0 0;
    display: flex; align-items: center;
}
.overviewWrp .giftImg-giftBtn img { width:140px; margin:0 20px 0 0; }
.overviewWrp .giftImg-giftBtn .giftBtn { color: #c6140a; background: white; font-size: 16px; border: 2px solid #c6140a; padding: 5px 10px; line-height: 20px; }




.owl-carousel iframe,
.owl-carousel img {
    width:100%; height: 600px; object-fit: contain; pointer-events: none; padding:20px;
}

.owl-nav { display: none; }
.owl-dots { display: none; align-items: center; justify-content: center; }
.owl-dots .owl-dot { 
    width:8px; height:8px; background: black; margin:10px; display: block; opacity: 0.25;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.owl-dots .owl-dot.active { opacity: 1; }




.overviewWrp ul.astroCollectibleListing { margin:30px 0 0; }
.overviewWrp ul.astroCollectibleListing li { display: flex; align-items: center; margin:20px 0; }
.overviewWrp ul.astroCollectibleListing li img.imgIcon { min-width:100px; max-width:100px; height:100px; border:2px solid rgba(0,0,0,0.25); object-fit: contain; margin:0 30px 0 0; 
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; 
}
.overviewWrp ul.astroCollectibleListing li p { font-size: 28px; line-height: 35px; font-weight: 400; color: #06103e; text-align: left; }


.overviewWrp .storeLogoImg { display: flex; align-items: center; }
.overviewWrp .storeLogoImg a { margin:30px 50px 0 0; }
.overviewWrp .storeLogoImg a,
.overviewWrp .storeLogoImg a img { width:150px; height:150px; object-fit: contain; display: block; }


.OxfordAstronautsWrp { background: #e8eef5; padding:150px 0; margin-top:-10px; }
.OxfordAstronautsWrp .secVideo { text-align: right; }
.OxfordAstronautsWrp .secVideo::after { display: none; }
.OxfordAstronautsWrp .secVideo img { width:100%; height: 100%; object-fit: contain; object-position: right center;  position: relative; z-index: 1; margin: auto; display: block; }



.OxfordAstroClub { padding:100px 0 80px; padding-left:0 !important; }
.OxfordAstroClub .title { display: flex; justify-content: center; align-items: center; }
.OxfordAstroClub .title img.titleImg { margin:0 20px 0 0; width:200px; }

.OxfordAstroClub h3, 
.OxfordAstroClub h4 { text-align: center; margin:10px 0; }
.OxfordAstroClub h4 { font-size: 30px; margin:0 0 20px; }
.OxfordAstroClub .textImg  { padding-left:30px; }

.OxfordAstroClub .mainImg { width:100%; max-height: 400px; object-fit: contain; position: relative; z-index: 1; }




.OxfordAstroClub img.zoomLogo { width:200px; display: block; }

.OxfordAstroClub p,
.overviewWrp p { 
    font-family: "bc-alphapipe", sans-serif;
    font-size: 21px; line-height: 30px; color: #06103e; font-weight: 600; text-align: justify;
}
.red { color: #b11414 !important; }






.nftcollection-wrp { text-align: center; padding: 70px 0; }
.nftcollection-wrp h3 { margin:0 0 10px; }
.nftcollection-wrp p { font-family: "bc-alphapipe", sans-serif; font-size:24px; color: #06103e; font-weight: bold; }
.nftcollection-wrp .normalFontWeight { font-weight: normal; }


.nft-listing { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin:45px -20px; }
.nft-listing li { padding:0 20px; min-width:250px; }
.nft-listing li a { display: block; pointer-events: none; }
.nft-listing li a img { width:100%; height: 168px; object-fit: cover; }


.nft-listing .video-box { width:250px; margin:auto; display: block; position: relative; }
.nft-listing .video-box iframe { width:250px; height:250px; position: relative; z-index: 1; }
.nft-listing .video-box .hand-img { width:185px; margin: auto; position: absolute; left:12px; right:0; bottom:15px; z-index: 2; }
 


.singlenft-wrp .img,
.singlenft-wrp .text { margin:80px 0; }

.singlenft-wrp .text { font-family: "bc-alphapipe", sans-serif; padding-left:50px; }
.singlenft-wrp .text * { position: relative; z-index: 2; }

.singlenft-wrp .text h4 { font-size:29px; line-height: 30px; font-weight: normal; }
.singlenft-wrp .text ul.listing li { padding:0; }
.singlenft-wrp .text ul.listing img { width:auto; height:90px; max-width:300px; object-fit: contain; }
.singlenft-wrp .text p { font-size:25px; color: #06103e; font-weight: bold; margin:20px 0 15px; }



.singlenft-wrp .text .infiniteObject { max-width:565px; padding:15px; margin:20px 0 0; }
.singlenft-wrp .text .infiniteObject h4 { font-size: 20px; }
.singlenft-wrp .text .infiniteObject a,
.singlenft-wrp .text .infiniteObject img {
    width: 280px;
}

.videoWrp_boxWrp { display: flex; align-items: flex-end; margin:-50px 0 0; position: relative; z-index: 1 !important; }
.videoWrp_boxWrp .boxImg { min-width:280px; max-width:280px; margin-left:80px; }

.videoWrp_boxWrp .video-box { min-width:462px; max-width:462px; max-width:100%; display: block; position: relative; pointer-events: none; }

.videoWrp_boxWrp .video-box .hand-img { 
    width:300px; position: absolute; left:10px; right:0; bottom:0; margin: auto;
}

.videoWrp_boxWrp .video-box .frameImg { width:310px; height:310px; position: absolute; left:0; right:20px; bottom:65px; margin: auto; z-index: 2; }
.videoWrp_boxWrp .video-box iframe,
.videoWrp_boxWrp .video-box video { width:400px !important; height:400px !important; position: relative; margin: auto; z-index: 1; display: block; }


.singlenft-wrp .greyBox { background: #e8eef5; margin:0 0 80px; padding:25px; }

.singlenft-wrp .greyBox .img, .singlenft-wrp .greyBox .text { margin:0 auto; }
.singlenft-wrp .greyBox .text p.highLight { color:#d31313; }

.singlenft-wrp .greyBox .videoWrp_boxWrp { margin:-30px 0 0; }
.singlenft-wrp .greyBox .videoWrp_boxWrp .video-box { min-width:700px !important; max-width:700px !important; width:100% !important;  }
.singlenft-wrp .greyBox .videoWrp_boxWrp .video-box iframe,
.singlenft-wrp .greyBox .videoWrp_boxWrp .video-box video { min-width:625px !important; max-width:625px !important; width:600px !important; }

.singlenft-wrp .greyBox .videoWrp_boxWrp .video-box .hand-img { width:685px; left:0; }



.modal-open header, .modal-open section, .modal-open footer { filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); }
.modal, .modal-open { padding:0 !important; }
.modal-content { background: transparent; box-shadow: none; border: none; }
.modal-dialog { max-width:600px; }
.modal-body { position: relative; padding:40px 0 0; }
.modal-body .btn-close { width:auto; height:auto; position: absolute; right:0; top:0; color: #ffffff; background: transparent; opacity: 1; white-space: nowrap; text-transform: uppercase; }

.modal-body video { width:100%; height:100%; max-height:90vh; }



.grantfund-wrp { padding:100px 0 50px; }
.grantfund-wrp .text { padding-left:50px; }
.grantfund-wrp .text h3 { text-transform: capitalize; }
.grantfund-wrp .text p { color: #06103e; font-weight: 600; text-align: justify; }





.highlihgtedNFT {
    border: 2px solid #06103e;
    border-left:none;
    border-right:none;
    background: #e3e9f9;
} 
.highlihgtedNFT .img, .highlihgtedNFT .text {
    margin:80px 0;
}
.highlihgtedNFT .infiniteObject {  }


/*===== *************** =====*/








/*===== Responsive CSS =====*/

@media screen and (max-width: 1599px) {
   
    /* HeaderFooter CSS */
    header { padding:20px 0;  }
    
    /* HomePage CSS */
    .singlenft-wrp .text { padding-left:0; }
    
    
    .overviewWrp h3 { font-size: 38px; }
    .overviewWrp h4 { font-size: 26px; }
    
    
}

@media screen and (max-width: 1440px) {
    
    .overviewWrp h3 { font-size: 35px; }
    .overviewWrp h4 { font-size: 22px; }
    
    
    .videoWrp_boxWrp .video-box { min-width: 350px; max-width: 350px; }
    .videoWrp_boxWrp .video-box iframe,
    .videoWrp_boxWrp .video-box video { width: 350px !important; height: 350px !important; }
    .videoWrp_boxWrp .video-box .frameImg { width:240px; height:240px; }
    
    .videoWrp_boxWrp .boxImg { min-width: 230px; max-width: 230px; margin:-30px 0 0 30px; }
    
    .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box {
        min-width: 525px !important; max-width: 525px !important;
    }
    .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box iframe, .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box video {
        min-width: 480px !important;
        max-width: 480px !important;
        width: 480px !important;
    }
    
}


@media screen and (max-width: 1365px) {
    
    
    h3 { font-size:38px; }
    
   
    body { font-size:18px; }
    .primary-btn { font-size: 18px; padding:10px 20px; }
    .primary-btn img { min-width: 85px; max-width: 85px; height: 24px; }
    
    
    /* HeaderFooter CSS */
    header { padding:10px 0 !important; }
    header .logo { font-size:30px; line-height: 35px; }
    
    
    /* HomePage CSS */
    .overviewWrp h4 { font-size: 20px; }
    
    
    
    
    
}



@media screen and (max-width: 1199px) {
   
    h1 { font-size: 55px; }
    h2 { font-size: 28px; }
    h3 { font-size: 32px; line-height: 40px; }
    h4 { font-size: 18px;  }
    h6 { font-size: 16px;  }
    
    /* HeaderFooter CSS */
    .navbar-nav .nav-link { padding:0 12px !important; }
    
    
    footer * { text-align: center; }
    footer .d-flex, footer .copyright-contactbtn { flex-direction: column; }
    footer .copyright-contactbtn { flex-direction: column-reverse; }
    footer h5 { border:none; margin:0; padding:0; }
    footer .copyright-contactbtn .primary-btn { font-size:18px; margin:20px 0; }
    
     
    
    
    /* HomePage CSS */
    .overviewWrp h4 { font-size: 24px; }
    
    ul.listing li { padding: 0 25px; }
    ul.listing li h4 br { display: none; }
    
    .nftcollection-wrp p { font-size: 22px; }
    .nftcollection-wrp p br { display: none; }
    
    
    .banner-wrp .text { width:100%; }
    .bannerbg-video { display: none; }
    .singlenft-wrp .text br { display: none; }
    .singlenft-wrp .text h4 { font-size: 25px; }
    .singlenft-wrp ul.listing li { padding:0 15px 15px 0; }
    
    .singlenft-wrp .img { margin:80px 0 0; }
    .singlenft-wrp .text { margin:30px 0 80px; text-align: center; }
    .singlenft-wrp .greyBox .text { margin:30px 0 0; }
    .singlenft-wrp .img img { width:100%; max-height:600px; object-fit: contain; }
    
    .videoWrp_boxWrp { justify-content: center; }
    .singlenft-wrp .text .infiniteObject { margin:20px auto 0; }
    
    
    
    .overviewWrp .secVideo { width:100%; position: relative;  }
    .overviewWrp .centerAlign { max-width: 100%; margin:30px 0 0; text-align: center; }
    
    .overviewWrp .secVideo,
    .overviewWrp .secVideo img,
    .overviewWrp .secVideo iframe,
    .overviewWrp .secVideo video { width:600px; height:600px; margin: auto; }
    
    
    
    
}


@media screen and (max-width: 1025px) {
    
    
    .OxfordAstronautsWrp { padding: 50px 0; }
    
    .overviewWrp ul.astroCollectibleListing { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: center; }
    .overviewWrp ul.astroCollectibleListing li { margin:25px 25px 0; }
    
    .overviewWrp .giftImg-giftBtn { justify-content: center; }
    
    
    .overviewWrp p,
    .TextSliderWrp .text,
    .TextSliderWrp .text p { text-align: center; }
    
    .owl-carousel { margin:0 0 30px; }
    .owl-carousel iframe,
    .owl-carousel img {
        max-height: 500px; object-fit: contain;
    }

    
}



@media screen and (max-width: 991px) {
    
    h1 { font-size:60px; line-height: 60px; }
    h3 { font-size: 35px; line-height: 45px; }
    h4 { font-size: 20px; line-height: 25px; }
    h6 { font-size: 16px; }
    
    header, section, footer { padding-left: 0 !important; padding-right: 0 !important; }
 
    
    /* HeaderFooter CSS */
    .hamburger { color: #ffffff !important; display: flex; align-items: center; padding:0; }
    .hamburger .line { width:30px; height:2px; background: #ffffff; display: block; margin:10px 0 10px 20px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .hamburger.is-active .line:nth-child(2){ opacity: 0; }
    .hamburger.is-active .line:nth-child(1){ -webkit-transform: translateY(12px) rotate(45deg); -ms-transform: translateY(12px) rotate(45deg); -o-transform: translateY(12px) rotate(45deg); transform: translateY(12px) rotate(45deg); }
    .hamburger.is-active .line:nth-child(3){ -webkit-transform: translateY(-12px) rotate(-45deg); -ms-transform: translateY(-12px) rotate(-45deg); -o-transform: translateY(-12px) rotate(-45deg); transform: translateY(-12px) rotate(-45deg); }
    .navbar { justify-content: flex-end; padding:0; }
    .navbar-collapse { position: absolute; right: 0; top: 59px; }
    .navbar-nav .nav-link, header.sticky-header .nav-link { text-align: right; padding:10px 20px !important; }
    .navbar-nav .nav-link:after { display: none;  }
    
    header .logo { font-size: 30px; line-height: 35px; }
    header.sticky-header .hamburger { color: #06103e !important; }
    header.sticky-header .hamburger .line { background: #06103e; }
    header.sticky-header .navbar-collapse { background: #ffffff;  }
    
    
    /* HomePage CSS */
    .banner-wrp .text { padding:0; }
    .nft-listing { margin:30px 0; justify-content: center; }
    .nft-listing li { padding:15px 20px; }
    ul.listing li, .nftcollection-wrp ul.listing li, .singlenft-wrp ul.listing li { min-width:100%; max-width:100%; padding:15px 0 !important; }
    .grantfund-wrp .text p, .singlenft-wrp .text h4 { text-align: center; }
    
    .nftcollection-wrp { padding:50px 0 75px; }
    .singlenft-wrp .img { max-width:350px; margin:80px auto 0; }
    .grantfund-wrp .img { max-width:350px; margin: auto; }
    
    ul.listing li .OxfordArtCollectibleDetails ul li {
        margin: 5px 0; padding: 0 0 0 20px !important;
    }
    
    
    
    .banner-wrp .purchaseAvailable h4 { font-size: 20px; }
    
    
    .grantfund-wrp .text { padding:30px 0 0; text-align: center; }
    
    
    .OxfordAstroClub .textImg { padding:0; }
    
    
    .highlihgtedNFT { padding-bottom: 20px; }
    .highlihgtedNFT .img { margin:20px auto 0; }
    
    
    /**/
    .banner-wrp .purchaseAvailable { padding:25px 0; }
    .overviewWrp ul.astroCollectibleListing { justify-content: flex-start; margin:0 100px; }
    .OxfordAstroClub p { padding:20px 0; text-align: justify; }
    .OxfordAstroClub img.zoomLogo { width:150px; margin: auto; }
    
    
    .singlenft-wrp.highlihgtedNFT .text { margin:30px 0 0; }
    
    
}


@media screen and (max-width: 767px) {
    body { font-size: 16px; line-height: 22px; }  
    h2 { font-size:25px; line-height: 35px; }
    h3 { font-size:35px; line-height: 40px; }
    h5 { font-size:35px; line-height: 40px; }
    
    .primary-btn, footer .copyright-contactbtn .primary-btn { font-size: 18px; }
    .primary-btn img { min-width: 80px; max-width: 80px; height: 25px; }
    
    .loader span { font-size: 40px; line-height: 45px; }
    .loader p, 
    .loader p.borderBox { font-size:18px; line-height: 22px; padding:5px 10px; margin:0; }
    
    /* HeaderFooter CSS */
    header .logo { font-size:25px; line-height: 25px; }
    footer h5 { white-space: inherit; }
    
    
    /* HomePage CSS */
    
    .nftcollection-wrp ul.listing li { padding:15px 0; }
    
    
    .banner-wrp .text .textContent { max-width: 100%; }
    .banner-wrp .purchaseAvailable { flex-direction: column; align-items: flex-start; }
    .banner-wrp .purchaseAvailable .storeLogoImg a { margin:15px 0; }
    
    
    .overviewWrp .secVideo,
    .overviewWrp .secVideo img,
    .overviewWrp .secVideo iframe,
    .overviewWrp .secVideo video { width: 400px; height: 400px; }
    
    .overviewWrp h3 { font-size: 35px; line-height: 40px; }
    .overviewWrp h4,
    .OxfordAstroClub h4 { font-size: 26px; line-height: 32px; }
    .overviewWrp p,
    .OxfordAstroClub p { font-size: 18px; }
    
    .OxfordAstroClub .title { flex-direction: column; }
    
    
    .overviewWrp ul.astroCollectibleListing { margin:0; }
    .overviewWrp ul.astroCollectibleListing li { margin:10px 0; }
    .overviewWrp ul.astroCollectibleListing li img.imgIcon { min-width: 110px; max-width: 110px; height:110px; }
    .overviewWrp ul.astroCollectibleListing li p { font-size: 25px; line-height: 30px; }
    
    .videoWrp_boxWrp .video-box .frameImg { width: 235px; height: 235px; right: 15px; bottom: 55px; }
    
    .videoWrp_boxWrp { flex-direction: column; align-items: center; }
    .videoWrp_boxWrp .boxImg { margin:20px 0 0; }
    
    
    .overviewWrp .giftImg-giftBtn { flex-direction: column; }
    .overviewWrp ul.astroCollectibleListing { flex-direction: column; }
    
    
    .OxfordArtCollectibleDetails p { font-size: 18px; }
    
    
    .videoWrp_boxWrp .video-box .hand-img { width: 270px; left: 20px; }
    
    
    .owl-carousel iframe,
    .owl-carousel img {
        max-height: 400px;
    }
    
    
}


@media screen and (max-width: 576px) {
    
    h1 { font-size:35px; line-height: 35px; }
    h4 { font-size:18px; }
    
    
    .loader p { font-size:16px; }
    
    
    /* HeaderFooter CSS */
    .navbar-toggler { font-size:18px; }
    
    
    /* HomePage CSS */
    .banner-wrp { background: url("../images/banner-bg.jpg")no-repeat center right -150px / cover; }
    
    .banner-wrp h4,
    .banner-wrp p { font-size: 20px; line-height: 25px; }
    .banner-wrp .purchaseAvailable .container-fluid { flex-direction: column; }
    
    
    .singlenft-wrp .text h4 { font-size: 22px; }
    
    .videoWrp_boxWrp .video-box { width:350px; }
    .videoWrp_boxWrp .video-box iframe,
    .videoWrp_boxWrp .video-box video { width: 300px !important; height: 300px !important;  }
    
    
    
    .overviewWrp .secVideo,
    .overviewWrp .secVideo img,
    .overviewWrp .secVideo iframe,
    .overviewWrp .secVideo video { width: 300px; height: 300px; }
    
    .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box {
        min-width: 340px !important; max-width: 340px !important;
    }
    .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box iframe, .singlenft-wrp .greyBox .videoWrp_boxWrp .video-box video {
        min-width: 310px !important;
        max-width: 310px !important;
        width: 310px !important; height:220px !important;
    }
    
    .singlenft-wrp .greyBox .text p.highLight {
        font-size: 16px;
    }
    
           
}




@media screen and (max-width: 399px) {
    
    h2 { font-size: 20px; line-height: 25px; }
    h3,
    .overviewWrp h3 { font-size: 32px; line-height: 40px; }
    h4 { font-size:16px; }
    
    
    /* HeaderFooter CSS */
    header .logo { font-size:20px; }
    .navbar-toggler { font-size:17px; }
    
    /* HomePage CSS */
    
    .nftcollection-wrp p { font-size: 22px; }
    
    .videoWrp_boxWrp .video-box { width: 300px; }
    
    .overviewWrp ul.astroCollectibleListing,
    .overviewWrp ul.astroCollectibleListing li { flex-direction: column; align-items: center; }
    .overviewWrp ul.astroCollectibleListing li { margin:30px 0 0; }
    .overviewWrp ul.astroCollectibleListing li img.imgIcon { margin:0 0 10px; }
    
    
    .videoWrp_boxWrp .video-box .frameImg { width: 205px; height: 205px; right: 12px; bottom: 55px; }
    

}

@media screen and (max-width: 359px) {
    
    .overviewWrp .secVideo,
    .overviewWrp .secVideo img,
    .overviewWrp .secVideo iframe,
    .overviewWrp .secVideo video { width: 280px; height: 280px; }

}

/*===== *************** =====*/

