@charset "utf-8";

@font-face {
    font-family: "Luxenta";
    src: url("../fonts/SVN-Luxenta-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Luxenta";
    src: url("../fonts/SVN-Luxenta-Italic.ttf");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Luxenta";
    font-weight: 500;
    src: url("../fonts/SVN-Luxenta-SemiBold.ttf");
}
@font-face {
    font-family: "Luxenta";
    font-weight: 500;
    src: url("../fonts/SVN-Luxenta-SemiBoldItalic.ttf");
    font-style: italic;
}

@font-face {
    font-family: "Luxenta";
    font-weight: 700;
    src: url("../fonts/SVN-Luxenta-ExtraBold.ttf");
}
@font-face {
    font-family: "Luxenta";
    font-weight: 700;
    src: url("../fonts/SVN-Luxenta-ExtraBoldItalic.ttf");
    font-style: italic;
}



:root {
  --iconsize: 40px;
  --iconsizemd: 48px;
  --iconsizexxl: 70px;
    --d-padding: 4.6875vw;
    --navsize: 3.90625vw;
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(180deg, #283e80 0%, #F4BD7F 100%);

  --text-g:  linear-gradient(180deg, #283e80 0%, #F4BD7F 100%);
  --fz-12: 0.625vw;
  --fz-13: 0.6770833333333333vw;
  --fz-14: 0.7291666666666667vw;
  --fz-16: 0.8333333333333333vw;
  --fz-18: 0.9375vw;
  --fz-20: 1.041666666666667vw;
  --fz-24: 1.25vw;
  --fz-52: 2.708333333333333vw;
  --fz-45: 2.34375vw;
  --fz-42: 2.1875vw;
  --fz-40: 2.083333333333333vw;
  --fz-36: 1.875vw;
  --fz-32: 1.666666666666667vw;
  --fz-28: 1.458333333333333vw;
  --iz-1: 2.34375vw;
  --iz-2: 3.75vw;
  --fullH: 100vh;
}
@media (max-width:1600px) {
    :root {
        --iconsize: 40px;
        --iconsizemd: 40px;


    }
}
@media (max-width:1299px) {
    :root {
      --fz-52: 32px;
      --fz-45: 27px;
      --fz-42: 25px;
      --fz-40: 24px;
      --fz-36: 22px;
      --fz-32: 18px;
      --fz-28: 16px;
      --fz-24: 16px;
      --fz-20: 15px;

        --fz-18:14px;
        --fz-16:13px;
        --fz-14:12px;
        --fz-13:10px;
        --fz-12:9px;

      --iz-1: 36px;
     --iz-2: 46px;
     --navsize: 56px;
    }
}

@media (max-width:991px) {
    :root {
      --d-padding: 1rem;
    }
}
@media (max-width:767px) {
    :root {

      --fz-14: 12px;
      --fz-16:13px;
      --fz-18:14px;
      --fz-52: 24px;
      --fz-36: 20px;
      --fz-32: 20px;
    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #F5EDE2;
} 
html::-webkit-scrollbar-thumb {
    background-color: #F4BD7F;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #F4BD7F;
    scrollbar-face-color: #F4BD7F;
    scrollbar-3dlight-color: #F4BD7F;
    scrollbar-highlight-color: #F4BD7F;
    scrollbar-track-color: #F5EDE2;
    scrollbar-arrow-color: #F4BD7F;
    scrollbar-shadow-color: #F4BD7F;
    scrollbar-dark-shadow-color: #F4BD7F;
}
/*FOR FF*/
html{
     scrollbar-color: #F4BD7F #F5EDE2;
    scrollbar-width: 8px;
}



body { font-family: "Luxenta", sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-16); line-height: 1.4; overflow-x: hidden; font-weight: 400; color: #888888; background: #fff; }
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Luxenta', sans-serif; color: #283e80; margin: 0 0 0.75rem; font-weight: 700; line-height: 1.2; }
h1 { font-size: var(--fz-32); }
h2 { font-size: var(--fz-28);  }
h3 { font-size: var(--fz-18); }
h4 { font-size: var(--fz-18);}
h5 { font-size: var(--fz-16); margin-bottom: 0.75rem; }
h6 { font-size: var(--fz-16); margin-bottom: 0.75rem; }
p { /*font-size: 15px;
margin-bottom: 20px;*/ }
b, strong{font-weight: 700;}
a {  transition: var(--d-transition); text-decoration: none; color: #283e80;  }
a:hover, a:focus { text-decoration: none; outline: none;  }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }
.uppercase { text-trans: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }
.relative{position: relative;}
.absolute{position: absolute;}
.font-2{
    font-family: 'Luxenta', serif;
}
.mb-d{margin-bottom: var(--fz-32);}
.mt-d{margin-top: var(--fz-32);}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.text-g{
    background: var(--d-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 0; background: #283e80; border: medium none; color: #fff; font-size: var(--fz-16); height: auto; margin: auto; padding: 0.5rem 2rem; transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s;
    font-family: 'Luxenta', serif;
    font-weight: 700;
}
.btn .fa { font-size: 1.2em; margin-left: 0.4rem; vertical-align: middle; }
.btn.btn-lg { font-size: var(--fz-20); padding: 0.5rem 2.5rem;  }
.btn.btn-sm { font-size: var(--fz-14); padding: 0.5rem 1.8rem;  }
.btn:hover, .btn:focus { color: #ffffff; outline: none; background: #283e80; box-shadow: none; }
.btn-link {color: #283e80; }
.btn.btn-outline { background: none; color: #283e80; border: #283e80 solid 1px;  font-weight: 400; position: relative;}
.btn.btn-outline:hover { background: #283e80; color: #fff; }
.btn-transparent {
    background: transparent; border: 0;
    color: #343741;
    font-size: var(--fz-20);
     border-width: 1px 0px;
    border-style: solid;
    border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus {
    color: #283e80;
    border-color: #F5EDE2;
    background: transparent;
}
.btn.btn-default{
    background: #283e80;
    color: #fff; font-size: var(--fz-18);
    font-weight: 700;
    border-radius: 1.5rem;
}
.btn.btn-default:hover{
    background: #343741;
}
.btn-primary{background: rgba(209, 152, 71, 0.5); color: #343741;}
.btn-primary:hover{}
.btn-gradient{background: var(--d-gradient); }



/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 1; }
.zindex-9{z-index: 9;}
.zindex-10{z-index: 1063;}
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{border-top-color: #fff;}
.bs-tooltip-start .tooltip-arrow::before{border-left-color: #fff;}
.tooltip .tooltip-inner{background: #fff; color: #283e80;}

/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/

.d-inline-block { display: inline-block; }
.section-cover,.cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: 0.8rem; position: relative; }
.form-group-text{font-size: var(--fz-16); color: #888888}
.form-group.has-error .help-block{color: #283e80; font-size: var(--fz-13); text-align: center; display: block;}
.form-label { color: #111111; font-size: var(--fz-14);; font-weight: 400; margin: 0 auto 8px; }

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0.3125rem;
    border: #ccc solid 1px;
    box-shadow: none;
    color: #888888;
    font-size: var(--fz-14);
    height: 2.5rem;
    padding: 0 1rem;
}
select.form-control{border-radius: 0px; background: #0f5d69; color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  padding-right: 2rem;
   font-family: 'Luxenta', sans-serif;
    font-size: 20px;
}
select.form-control:focus{ background: #0f5d69; color: #fff;}
textarea.form-control { padding: 15px 20px; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; border-color: #0f5d69; outline: none; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: pointer; font-family: fontawesome; font-size: 15px; padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #283e80; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #333333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #283e80; }
.panel-heading:hover .panel-title a { border-color: #283e80; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }
.section-title{font-size: var(--fz-40); color: #343741; text-transform: uppercase; font-weight: 400; margin: 0 auto 0.4em;
    font-family: 'Luxenta', sans-serif;
}
.section-title.xl{font-size: var(--fz-42); font-weight: 400; }
.section-title.lg{font-size: var(--fz-32);}
.section-title.sm{font-size: var(--fz-18);}
.secondary-bg { background: #f3e5d0; color: #8d632b; }
.primary-bg { background: #8d632b; color: #fff; }
.gray_bg { background: #f5f5f5; }
.gray_bg_2 { background: #e6e6e6; }
.section-padding { padding: var(--fz-45) 0; }
.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }
h1.page-title { font-size: 20px; }
.primary-bg .section-title{color: #fff;}
.gray_bg .section-title{color: #283e80;}



/*--------------------
1.9. Tabs 
------------------------------*/
.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: var(--fz-18); font-weight: 400; margin-right: 5px; text-align: center;
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #283e80; border:0px;  background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #283e80;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}
.tab-content {margin-top: 25px; padding: 25px 0px 25px;}


.nicescroll-rails{transform:translateX(-1rem); pointer-events:auto; border-radius: 6px;}
.nicescroll-rails .nicescroll-cursors{ width: 4px !important; float: none !important;
    cursor: grab;
}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-rounded .item-thumb.animation{border-radius: 0.6666em;;}
.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item:hover .item-thumb.animation:after {
    /*-webkit-box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;*/
}
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 200 / 360);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.item-thumb .icon{
    position: absolute; width: var(--iz-2); height: var(--iz-2);
    left: 50%; top: 50%; transform: translate(-50%,-50%);
    border-radius: 50%; border: solid 1px #fff;
}
.item-thumb .icon:before{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.2);

}
.item-video .item-thumb .icon:before{content: '\f04b';}


/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/

.modal-content{background: #fff; border-radius: 0px; }
.modal-backdrop{background-color: #3B3C43;}
.modal-backdrop.show{opacity: 0.7;}
.modal-header{background: transparent; color: #3B3C43;
    padding: 45px 20px 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    border: 0;
}
.modal-header h5{color: rgba(59, 60, 67, 0.7); font-size: 25px; font-weight: 700; text-transform: none;}


.modal .modal-dialog{
    margin: calc(var(--iz-1) / 1.6);
    min-height: calc(100% -  2 * var(--iz-1) / 1.6);
}
.modal-content{}
.modal-body{ padding: 20px 50px 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #3B3C43;
}
.modal-content .form{}
.modal-content .form p{font-size: 16px; text-align: center; }
.modal-content .form-control{
    background: transparent; border: 0px;
    color: #888888; text-transform: none;
    border-radius: 0.3125rem;
    background: #fff;

}
.modal-content .form-control::placeholder {color: #888888;  opacity: 1;}
.modal-content .form-control:-ms-input-placeholder {color: #888888;}
.modal-content .form-control::-ms-input-placeholder {color: #888888;}
.modal-content textarea.form-control{
    min-height: 5.75rem;
}
.modal-content select.form-control{    text-align-last: center;}
.modal-content select.form-control option{color: #000;}
.modal-content .btn{
    min-width: 200px; padding: 0.5rem 2rem 0.4rem;
}
.modal-content .form  .form-check{display: inline-block;}
.modal-content .form .form-check-input{margin-top: 0.1em;}
.modal-content .form .hotline{color: #283e80; font-size: 18px;}
.modal-content .form .form-group-text small{font-size: 12px; }


.bootbox .brochure{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bootbox .brochure img{width: 35%; margin-bottom: 30px;}

.fancy-modal .fancybox-bg{background-color: transparent;}
.fancy-modal.fancybox-is-open .fancybox-bg{opacity: 0.85;}
.gallery-album.fancybox-container .fancybox-caption-wrap .fancybox-caption{
    text-align: center;
    font-weight: 700;
    font-size: var(--fz-18);
    text-transform: uppercase;
    border-top: 0;

}
.gallery-album.fancybox-container .fancybox-caption-wrap{
    background: linear-gradient(180deg, rgba(30, 62, 46, 0) 0%, rgba(30, 62, 46, 1) 100%);
    padding-bottom: 30px;
    padding-top: 90px;
}

@media (max-width:1599px) {

}
@media (max-width:767px) {
    .modal-body{padding: 1rem 0.75rem 1rem;}
    .modal-content .btn{min-width: 170px;}
    .modal-content .form .form-group-text small{font-size: 10px;}
    .bootbox .brochure{padding: 0px 15px;}
}


/*================
2. Header
===========================*/
body,html{ height: 100%;}
body{    overflow: hidden;  position: fixed;   width: 100%; }
body.intro-page{overflow: auto; position: static;}



.modal-fit{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    transition-duration: 0.3s;
    z-index: 22;
    text-transform: uppercase;
    transition: var(--d-transition);
}
.header-logo{
    width: 4.9479vw;
    min-width: 60px;
    position: absolute;
    top: 2.29vw;
    left: 2.552vw;
}


.page-nav{
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;

}
.page-nav ul{list-style: none; padding: 0; display: flex;margin: 0;}
.page-nav ul li {margin: 0px 0.5rem;}
.page-nav ul li a.btn{
    font-size: var(--fz-24);
    white-space: nowrap;
    position: relative;
    overflow:hidden;
    background: transparent;
    padding: 0.2rem 2.5rem;
}
.page-nav ul li a.btn:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(67.52deg, rgba(0, 82, 255, 1) -0.42%, rgba(219, 0, 28, 1) 91.66%);
    opacity: 0.9;
    backdrop-filter: blur(15px);
}
.page-nav ul li a.btn span{
    position: relative;
}
.page-nav ul li a.btn:hover,
.page-nav ul li a.btn.active{
    outline: 3px solid #ffffff;
}
@media (max-width:991px) {
    .page-nav{
        top: auto;
    }

}
@media(max-width: 767px){
    .page-nav li{
        margin: 0px 0.2rem;
    }
    .page-nav li a.btn{
        font-size: 13px;
    }
}


footer{
    background: #283e80;
    color: #fff;
    padding: 0.75rem 0;
}
footer .section-content-wrapper{
    gap: 1.8rem;
}
footer .section-content{font-size: var(--fz-12);}
footer .section-content p:last-child{margin-bottom: 0}
footer .btn.btn-outline{color: #fff; border-color: #fff; border-radius: 0.25rem;
    padding: 0.35rem 1.5rem 0.25rem;
}
footer .btn.btn-outline:hover{
    background: #343741;
    border-color: #343741;
}



.footer-control {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  z-index: 12;
}

.footer-control a {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
    color: #fff;
    transition: all 300ms linear;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.footer-control a:last-child{margin-bottom: 0px;}
.footer-control a:hover {
  background: #DB001C;
  border-color: #DB001C;
  color: #fff;
}



.footer-control a.sound i::before {

}
.footer-control a.sound.active i::before {
  content: "\f11f";
}
.footer-control a.autotour i::before {

}
.footer-control a.autotour.active i::before {
  content: "\f04c";
}

.navbar-wrapper.min .footer-control .btn-toggle{}

@media (max-width:1599px) {


}




@media (max-width:991px) {

    .footer-control{right: 0.75rem; width: auto;}

}




* {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d6 #283e80; }

*::-webkit-scrollbar {
  border-radius: 3px;
  height: 6px;
  width: 6px; }

*::-webkit-scrollbar-track {
  background: #d6d6d6; }

*::-webkit-scrollbar-thumb {
  background-color: #283e80;
  border: none; 
}

@media (min-width:1200px) {
    .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}

/*Mobile Responsive*/
@media (max-width: 767px) {

    footer .section-content{font-size: 12px;}
    footer .section-content-wrapper{flex-direction: column; gap: 0.5rem;}
     footer .copyright{border-top: solid 1px rgba(255, 255, 255, 0.25); padding-top: 0.75rem}
}


@keyframes RotateBG2 {
    0% {
        transform: rotate(-11.17deg) scale(1);

    }
    33% {
        transform: rotate(90deg) scale(1);

    }
    60% {
        transform: rotate(135deg) scale(1.1);

    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
}