/*** GLOBAL SETTING ***/
*{ margin: 0; padding: 0;}
body { margin: 0; padding:0; font:normal 18px 'Barlow', sans-serif; color:#fff; line-height:normal; position:relative;}

/*** GLOBAL SELECTORS ***/
a{ color:#fff; text-decoration: none;}
a:hover{ color:#fff;} 

/*Main Content*/
.container{ width: min(480px, 94%); margin:0 auto;}
img { width: auto; height: auto; max-width: 100%;}

body, html{ width:100%; height:100%; padding: 0; margin: 0; background: #000;}

#wrapper{ background: #1d212c; position: relative; }

.sectionheight{ position: relative; height:calc(100vh - 80px); background: url(../images/bg-lg-img.jpg) no-repeat center; background-size: cover; display: flex; flex-flow:wrap; /*flex-flow: column nowrap;*/ justify-content: space-between; gap: 30px;}
.sectionheight::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 40%); opacity: 0.75;}

.headersection{ padding:6vh 0 0; position: relative; text-align: center; width: 100%;}

.socialsec{ font-size: 0; position: relative; /*padding-bottom: 40px;*/ width: 100%;}
.socialsec h1{ /*font-size:4.6vw;*/ font-size: 22px; font-weight: 600; line-height: 28px; text-transform: uppercase; position: relative; z-index: 1; margin: 20px 0 30px; text-align: center;}
.socialsec h1 span{ display: block;}
.socialsec .offfialsec, .socialsec .adventuresec{ width: 49%; display: inline-block; text-align: center;}
.socialsec .adventuresec{ margin-left: 2%;}
.socialsec h3{ font-size: 21px; font-weight: 500; color: #31b0e5; text-transform: uppercase; padding-bottom: 10px; position: relative; border-bottom: 2px solid #31b0e5; display: inline-block;}
.socialsec h3::after{ content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 120px; height: 2px; background: #31b0e5;}
.socialsec h3::before{ content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 13px; height: 7px; background: #31b0e5; clip-path: polygon(100% 0, 0 0, 50% 100%);}
.socialsec ul li{ display: inline-block; vertical-align: top; width: 100%; box-sizing: border-box; font-size: 0; position: relative; margin-top: 15px;}
.socialsec ul li a{ /*padding:4.7vh 0% 4.7vh 65px;*/ padding: 20px 20px 20px 65px; box-sizing: border-box; display: inline-block; width: 90%; position: relative; font-size: 18px; font-weight: 500; text-transform: uppercase; text-align: left; z-index:1; background: #161923; border-radius: 8px;}
.socialsec ul li a::before{ content: ""; position: absolute; top: 50%; left: 22px; transform: translateY(-50%);}
.socialsec ul li a.fb::before{ background: url(../images/fb-icon.png) no-repeat top; width: 28px; height: 26px;}
.socialsec ul li a.insta::before{ background: url(../images/insta-icon.png) no-repeat top; width: 28px; height: 24px;}
.socialsec ul li a.yt::before{ background: url(../images/yt-icon.png) no-repeat top; width: 28px; height: 21px;}

.footersec{ text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; right:0; font-size: 0; background: #31b0e5;}
.footersec ul li{ position: relative; display: inline-block; vertical-align: middle; width: 50%; height: 100%; padding: 15px 0;}
.footersec ul li a{ font-size: 16px; font-weight: 500; position: relative; padding-left: 35px; display: inline-block;}
.footersec ul li .mail::before{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(../images/mail-icon.png) no-repeat top; background-size: contain; width: 24px; height: 18px;}
.footersec ul li .phone::before{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(../images/phone-icon.png) no-repeat top; background-size: contain; width: 19px; height: 19px;}
.footersec ul li.left{ background: #0192ce;}
.footersec ul li.left::after{ content: ""; position: absolute; top: 0; bottom: 0; right: 100%; width: 300%; background: #0192ce;}

@media only screen and ( max-width: 480px){
    .sectionheight{background: url(../images/bg-sm-img.jpg) no-repeat center;}
    .headersection { padding-top: 4vh;}
}
@media only screen and ( max-width: 415px){
    .logo{ width: 330px; margin: 0 auto;}
    .socialsec h1{ font-size: 20px;}
    .socialsec ul li a{ padding: 20px 20px 20px 60px; width: 95%;}
    .socialsec ul li a::before{ left: 17px;}
}
@media only screen and ( max-width: 385px){
    .footersec ul li a{ padding-left: 27px; font-size: 14px;}
    .footersec ul li .mail::before{ width: 20px; height: 15px;}
    .footersec ul li .phone::before{ width: 16px; height: 16px;}
}
@media only screen and ( max-width: 376px){
    .logo{ width: 300px;}
    .socialsec ul li a{ padding: 15px 15px 15px 55px; font-size: 16px;}
    .socialsec h3{ font-size: 20px;}
}
@media only screen and ( max-width: 361px){
    .logo{ width: 250px;}
    .socialsec h3{ font-size: 18px;}
    .socialsec ul li a{ padding: 15px 15px 15px 55px; font-size: 16px;}
    .footersec ul li a{ font-size: 14px;}
    .socialsec h1{ font-size: 17px;}
}
@media only screen and ( max-width: 320px){
    .socialsec ul li a{ padding: 15px 15px 15px 50px; font-size: 14px;}
    .footersec ul li a{ font-size: 12px;}
} 