@font-face {
    font-family: "RobotoFlex";
    src: url(../webfonts/RobotoFlex.ttf);
}

body {
    margin:0;
    background-color:#fdfdfd;
    font-family:RobotoFlex;
    position: unset;
}

.desktop {
  display: none;
}

/* header */
.header {
    width:100%;
    position: relative;
    padding: 0;
    background-color:#fff;
    background: linear-gradient(45deg, #fbfbfb, #f3f3f3);
    padding-bottom:.5rem;
    z-index:1001;
    display: none;
}

.menu_header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .2;
}

.header .logo_bar {
    text-align: center;
    padding:.75rem .5rem;
    padding-bottom:0;
}

.header_mobile {
    width:100%;
    background-color:rgba(255, 255, 255, .94);
    z-index:4;
    position: fixed;
    top:0;
    display: flex;
    align-items: center;
}

.header_mobile .navbar-brand {
    height: 58px;
    display: inline-flex;
    align-items: center;
}

.header_mobile .navbar-brand img {
    width:42px;
    margin:.75rem 1rem;
    margin-right:.75rem;
}

.header_mobile button {
    border: none;
    background-color: transparent;
    position: absolute;
    right:.25rem;
    transition: all .2s ease-in-out;
}

.header_mobile button img {
    width: 34px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(1028%) hue-rotate(168deg) brightness(87%) contrast(93%);
}

.showMobile {
    width:100% !important;
    background:linear-gradient(-125deg, #fff, rgba(255, 255, 255, .98) 72%, rgba(255, 255, 255, .4) 100%) !important;
    position: relative;
    transition:all .2s ease-in-out;
}

.showMobile::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .08;
}

.showMobile .collapse {
    display: block !important;
    overflow: visible;
}

.showMobile .navbar .dropdown-menu {
    position:absolute;
}

.showMobile .navbar {
    position: unset;
}

.showMobile .contact-button {
    display:block;
    margin:0;
    margin-top:2rem;
    padding: 1rem 1.5rem;
    height:auto;
    border-left:1px dashed #dfdfdf;
}

.showMobile .contact-button a {
    margin:1.5rem 0;
}

.showMobile .navbar {
    margin-top:4rem !important;
}

.showMobile .navbar .navbar-brand {
    display: none !important;
}

.header .navbar-brand span {
    font-size: 20px;
    color: #555;
    text-align: left;
    margin-left: 1rem;
    line-height: 1.35;
}

.header_mobile .navbar-brand span {
    color:#555;
    font-size: 15px;
    line-height: normal;
}

.showMobile .navbar .nav-item {
    justify-content: flex-end !important;
}

.showMobile .navbar .nav-item a {
    color:#333 !important;
}

.showMobile .navbar-nav {
    margin-top:2rem !important;
}

.header_nav {
    width:0;
    height:100dvh;
    padding: 0;
    background-color:rgba(0,0,0,.65);
    position:fixed;
    top:0;
    right:0;
    z-index:1001;
    animation-duration:.45s;
    overflow: hidden;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.header_nav .btn-close {
    position: absolute;
    top:1rem;
    right:1rem;
    outline:none !important;
    box-shadow: none !important;
}

.header_nav a.logo_mobile img {
    width:100px;
    position: absolute;
    left:1.5rem;
    top:1.5rem;
    animation-delay: .5s;
}

.header_nav .navbar {
    padding:0 1.15rem;
    overflow: visible;
}

.header .navbar-brand {
    margin-right:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav .navbar .nav-item {
    font-size:16px;
    letter-spacing: .03em;
    display:flex;
    z-index:2;
}

.header_nav .navbar .nav-item:nth-child(2) {
  border-left:1px solid #555;
  border-right:1px solid #555;
}

.header_nav .navbar .nav-item a {
    color:#fff;
    font-weight:300;
    font-size:18px;
    padding:.5rem 0;
    margin: 0 1rem;
    margin-bottom:.5rem;
    transition: all.2s ease-in-out;
}

.header_nav .navbar .nav-item a:hover {
  color:#ffee00;
}

.header_nav .navbar-expand-lg .navbar-nav {
    margin:0 auto;
}

.header .logo {
    width:75px;
    outline: none !important;
}

.header-scroll {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header_nav .container-fluid {
    padding:0;
    overflow:visible;
}

.header_nav .button_login {
    list-style:none;
    display:flex;
    margin-bottom:0;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1002;
    animation-delay: 1s;
}

.header_nav .button_login button {
    border:none;
    display: flex;
    align-items: center;
    background-color:transparent;
    font-size:16px;
    color:#725d44;
    transition: all .2s ease-in-out;
}

.header_nav .button_login li:last-child {
    margin-left:.55rem;
    padding-left:.8rem;
    align-items: center;
    display: flex;
    border-left:1px solid #AD9271
}

.header_nav .button_login li:first-child button {
    min-width:90px;
}
 
.header_nav .button_login li:last-child button {
    border:none;
    padding:0;
    background: none;
    border-radius:50%;
}

.header_nav .button_login button img {
   width:28px;
   margin-right:.35rem;
   filter: brightness(0) saturate(100%) invert(35%) sepia(29%) saturate(507%) hue-rotate(352deg) brightness(97%) contrast(86%);
   transition: all .2s ease-in-out;
}

.header_nav .button_login li:last-child button img {
    width:26px;
    margin-right:0;
}

.header_nav .button_login li button:hover {
    color:#e54100;
    transform:translateY(-2px);
}

/* banner */
#banner, #banner #homeCarousel {
    position: relative;
    overflow: hidden;
    height:100%;
    background-color:#131F28;
}

#banner #homeCarousel {
    background: linear-gradient(45deg, #725d44, #AD9271);
    animation-duration: 1s;

}

#banner h1 {
    position: absolute;
    top:1rem;
    left:0;
    z-index:105;
    padding-left:1rem;
}

#banner h1 img {
    width:80px;
    border-radius:50%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#banner #homeCarousel img {
    height:100%;
    width:auto;
}

#banner #homeCarousel .overlay {
    display: block;
    opacity:.3;
    cursor:auto;
}

#banner .panel {
    position:absolute;
    top:0;
    right:-300px;
    height:100%;
    width:100%;
    overflow-x: visible;
    overflow-y: clip;
    z-index:103;
    transition:right .5s ease-in-out;
    padding:1rem;
    color:#725d44;
}

#banner .panel::before {
    position: absolute;
    content: "";
    height: 200%;
    width: 200%;
    left: -10%;
    top: -10%;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#banner a.login {
    color:#d5bb31; /* #bb0000; */
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    /*justify-self: flex-end;*/
    transition:.1s all ease-in-out;
    width:fit-content;
    font-size:18px;
    animation-delay:5.3s;
    width: 100%;
    justify-content: flex-end;
}

#banner a.login:first-child {
    margin-bottom:.5rem;
}

#banner a.login img {
    width:24px;
    height:auto;
    vertical-align: middle;
    /*filter:brightness(0) saturate(100%) invert(10%) sepia(93%) saturate(5528%) hue-rotate(10deg) brightness(94%) contrast(121%);*/
    filter: brightness(0) saturate(100%) invert(88%) sepia(37%) saturate(911%) hue-rotate(350deg) brightness(88%) contrast(87%);
    margin-right:.75rem;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#banner img.tourist {
    bottom: 0;
    right: 40%;
    position: absolute;
    max-width: 360px;
    animation-duration:.5s;
    filter: drop-shadow(2px 3px 4px #333);
}

#banner a.login:hover {
    transform: translateX(5px);
}

#banner a.agent:hover {
    transform: translateY(-5px); 
}

#banner .about {
    overflow: auto;
    height: 100%;
}

#banner .about div {
    display: none;
    position: relative;
    padding-top:1rem;
    margin-top:8%;
    animation-duration: .3s;
}

#banner .about div h1 {
    position: relative;
    font-weight:200;
    letter-spacing: .04em;
    font-family: Roboto, RobotoFlex;
    display: inline-block;
    top:0;
    margin-bottom:1.5rem;
    padding:0;
    padding-bottom:1rem;
    color: #d5bb31;
    font-size:30px;
}

#banner .about button {
    background-color:transparent;
    border:none;
    padding-right:0;
    padding-left:1rem;
    transition:.1s all ease-in-out;
    outline: none !important;
}

#banner .about button.prev {
    display: none;
}

#banner .about button.next:hover {
    transform: translateX(5px);
}

#banner .about button.prev:hover {
    transform: translateX(-5px);
}

#banner .about img {
    width:34px;
    height:auto;
    /*filter:invert(1);*/
}

#banner .about div h1::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 380px;
    left: 0;
    bottom: 0;
    background:linear-gradient(to right, #d5bb31, transparent);
}

#banner .about div p, #banner .about div ul li {
    letter-spacing: .04em;
    font-family: RobotoFlex, Roboto;
    font-weight:300;
    max-width:450px;
    line-height:1.35;
    margin-bottom:1.25rem;
    font-size:16px;
    color:#fff;
}

#banner .about div ul li {
    list-style: none;
    margin-bottom:1rem;
}

#banner .about div ul li img {
    width:26px;
    margin-right:.35rem;
}

#banner .about div ul  {
    margin-bottom:2rem;
}
#banner .about div.active {
    display: block;
}

.animate-charcter {
    background: linear-gradient(45deg, #0e5e9b, #093b60, #131F28, #222);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

/* agent */

section#contactAgent {
    background-color:#fff;
    background: linear-gradient(45deg, #ddd, #efefef);
    /*border-top: 5px solid #725d44;*/
    overflow:hidden;
}
/*
section#contactAgent::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: center;
    opacity: .05;
}
*/
section#contactAgent .filter {
    background-color:#333;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    padding:.5rem;
    display: flex;
    justify-content: center;
    position: sticky;
    top:0;
    z-index:104;
}

section#contactAgent .filter .form-control {
    border-radius:0;
    margin:.5rem 1rem;
    width:400px;
    max-width:100%;
    background-color:transparent;
    filter:invert(1);
    padding:.5rem 1rem;
    border-color:#000;
}

#contactAgent .agentContent {
    padding:2rem 0;
}

#contactAgent .agentContent .row {
    width:1400px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

#contactAgent .agentContent .row .card {
    margin:1rem;
    cursor: pointer;
    background-color:#cdcdcd;
    transition:.1s all ease-in-out;
}

#contactAgent .agentContent .row .card .card-text {
    text-align: center;
}

#contactAgent .agentContent .row .card .card-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactAgent .agentContent .row .card .card-img img {
    transition:.1s all ease-in-out;
}

#contactAgent .agentContent .row .card:hover {
    transform: translateY(-3px);
    background-color:#fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#contactAgent .agentContent .row .card:hover img {
    transform: scale(1.05);
}

#contactAgent .nav-tabs {
    border-bottom:1px solid #333;
    background-color:#333;
    justify-content:center;
}

#contactAgent .nav-tabs .nav-link {
    color:#fff;
    border:1px solid transparent !important;
    border-left: 1px solid #444 !important;
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    transition:.1s all ease-in-out;
    font-family: RobotoFlex, Roboto, sans-serif;
}

#contactAgent .nav-tabs .nav-link:first-child {
    border-left:1px solid transparent !important; 
}

#contactAgent .nav-tabs .nav-link:hover {
    background-color:#383838;
    border-bottom:1px solid #383838;
}

#contactAgent .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border:none;
    color:#fff;
    background-color:#444 !important;
    border-radius:0;
    border-bottom:1px solid #444;
}

#contactAgent .nav-tabs .nav-link img {
    width:30px;
    margin-right:.5rem;
    filter: brightness(0) saturate(100%) invert(96%) sepia(37%) saturate(2448%) hue-rotate(184deg) brightness(127%) contrast(113%);
}

#contactAgent .tab-content .row {
    --bs-gutter-x:0;
}

#contactAgent .tab-content .row .col-md-6 {
    padding:4rem 2rem;
    display: flex;
    align-items: center;
}

#contactAgent .tab-content .row .col-md-6:first-child {
    padding:2rem 1.5rem;
    padding-right:0;
    position: relative;
    overflow: visible;
    /*background:linear-gradient(to bottom, #bb0000, #cd0000);*/
}

#contactAgent .tab-content .row .col-md-6:first-child::before {
    position: absolute;
    content: "";
    height: 140%;
    width: 140%;
    left: 0%;
    top: -30%;
    z-index:-1;
    background-color: rgba(255, 255, 255, 0.70);
    background: linear-gradient(45deg, #0e5e9b, #093b60, #131F28);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#contactAgent .tab-content .row .col-md-6:first-child::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index:-1;
    background-image: url(../img/pws/bg.png);
    background-size: cover;
    opacity: .02;
    filter:invert(1);
}

#contactAgent .tab-content .row .col-md-6:first-child ul {
    width:100%;
    margin:0;
}

#contactAgent .tab-content .row .col-md-6 {
    width:100% !important;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li {
    position: relative;
    color:#fff;
    text-align:right;
    font-weight:300;
    padding:.5rem 0;
    cursor:pointer;
    font-size:18px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 180px;
    right: 100%;
    bottom: 5px;
    z-index:-1;
    background: linear-gradient(to right, transparent, #fff);
    transition:all .2s ease-in-out;
    opacity:0;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li:hover {
    color:#d5bb31;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li:hover::before {
    right: 70px;
    bottom: 14px;
    opacity:1;
    background: linear-gradient(to right, transparent, #d5bb31);
}

#contactAgent .tab-content img.bg {
    filter: invert(1);
    width: 300px;
    position: absolute;
    bottom:1rem;
    right:2rem;
    opacity:.15;
    animation-duration: .3s;
}

#contactAgent .tab-content img.slideInUp {
    animation-delay:.3s;
    animation-duration: .3s;
}

#contactAgent .tab-content .row .col-md-6 ul li {
    list-style: none;
    color:#111;
    font-size:17px;
    font-weight:300;
    display:flex;
    align-items: flex-start;
    letter-spacing: .03em;
    font-family: RobotoFlex, Roboto, sans-serif;
}

#contactAgent .tab-content .row .col-md-6:last-child ul li {
    line-height:1.5;
    margin-bottom:10px;
    margin-left: -5px;
}

#contactAgent .tab-content .row .col-md-6 ul {
    padding-left:0;
    margin-bottom:0;
}

#contactAgent .tab-content .row .col-md-6 ul li img {
    width:28px;
    height:28px;
    margin-right:1rem;
    /*filter: brightness(0) saturate(100%) invert(14%) sepia(48%) saturate(6936%) hue-rotate(0deg) brightness(94%) contrast(125%);*/
    filter: brightness(0) saturate(100%) invert(88%) sepia(37%) saturate(911%) hue-rotate(350deg) brightness(88%) contrast(87%);
}

.row .col-md-6:last-child button.close_panel {
    position: absolute;
    top:.75rem;
    right:.25rem;
    background-color: transparent;
    border: none;
    transition: .1s all ease-in-out;
    outline:none !important;
}

.row .col-md-6:last-child button.close_panel img {
    width:30px;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li div {
    width: 50px;
    height: 50px;
    padding: .5rem;
    /*margin-left:1.25rem;*/
    margin-right:1.25rem;
    border:1px solid #fff;
    border-radius:50%;
    transition:all .1s ease-in-out;
}

#contactAgent .tab-content .row .col-md-6:first-child ul li img {
    margin:0;
    width:100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(0%) hue-rotate(143deg) brightness(109%) contrast(106%);
}

#contactAgent .tab-content .row .col-md-6:first-child ul li:hover div {
    border:1px solid #ad9100;
    background: linear-gradient(45deg, #ad9100, #d5bb31);
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
}

#contactAgent .tab-content .row .col-md-6 h1 {
    font-weight:300;
    letter-spacing: .03em;
    width: auto;
    display: inline-block;
    font-family: RobotoFlex, Roboto, sans-serif;
    margin-bottom:0;
    padding-bottom:1rem;
    font-size:28px;
    position:relative;
    background-image: linear-gradient(90deg, #897200, #0e5e9b, #131F28);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

#contactAgent .tab-content .row .col-md-6 div {
    display:none;
    animation-duration: .2s;
}

#contactAgent .tab-content .row .col-md-6 div:first-child {
    display: block;
}

#contactAgent .tab-content .row .col-md-6:last-child {
    position: absolute;
    left:100%;
    transition:.2s all ease-in-out;
    background: linear-gradient(45deg, rgb(221, 221, 221), rgb(239, 239, 239));
    padding:2rem 1.5rem;
    height:100%;
}

#contactAgent .tab-content .row .col-md-6:last-child div div {
    display:block;
    margin-bottom:1rem;
    padding-left:2px;
}

#contactAgent .tab-content .row .col-md-6:last-child div div span {
    background-color:#897200;
    border-radius:50%;
    width:14px;
    height:14px;
    display:inline-block;
    margin-right:.5rem;  
}

#contactAgent .tab-content .row .col-md-6:last-child div div span:nth-child(2) {
    background-color:#0e5e9b;
}

#contactAgent .tab-content .row .col-md-6:last-child div div span:nth-child(3) {
    background-color:#131F28;
}


/*
#contactAgent .tab-content .row .col-md-6:last-child h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 32px;
    left: 2px;
    bottom: 10px;
    background-color: #131F28;
}
*/
#contactAgent .tab-content .row .col-md-6 p {
    color:#111;
    font-weight:300;
    letter-spacing: .03em;
    font-size:18px;
    margin-bottom:1rem;
    font-family: RobotoFlex, Roboto, sans-serif;
    line-height:1.5;
}

/* feature */

section#feature {
    background-color:#444;
    position: relative;
    z-index:0;
    background:linear-gradient(45deg, #efefef, #f3f3f3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

section#feature::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .05;
    z-index:-1;
}

#feature h1 {
    font-size: 36px;
    font-family: RobotoFlex, Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .03em;
    text-align: center;
    padding: 1.25rem 1rem;
    border-bottom:1px solid #aaa;
}

#feature h1 div {
    background-image: linear-gradient(90deg, #131F28, #0e5e9b, #131F28);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    font-size:28px;
}

#feature .feature-container {
    z-index: 104;
    position: relative;
    max-width:1600px;
    max-width:96%;
    margin:0 auto;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    background:linear-gradient(to bottom, rgba(255, 255, 255, .85), rgba(255, 255, 255, .95), rgba(255, 255, 255, .85))
}

#feature .feature-container .row {
    --bs-gutter-x: 0;
}

#feature div.row .col-md-3 {
    text-align: center;
    padding:1.5rem 2rem;
    border-bottom: 1px dashed #ddd;
}

#feature div.row .col-md-3 div {
    height: 180px;
    width: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, transparent, rgba(0, 0, 0, .1), transparent);
    border-radius: 8px;
    margin-bottom: 2rem;
}

#feature div.row .col-md-3 h5 {
    margin-bottom:1rem;
    padding-bottom:1rem;
    font-weight:400;
    font-size:18px;
    position: relative;
    background-image: linear-gradient(90deg, #131F28, #0e5e9b, #131F28);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
}

#feature div.row .col-md-3 h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width:40px;
    left: calc(50% - 20px);
    bottom: 0;
    z-index: -1;
    background-color:#131F28;
}

#feature div.row .col-md-3 img {
    width:80px;
    /*filter: brightness(0) saturate(100%) invert(88%) sepia(37%) saturate(911%) hue-rotate(350deg) brightness(88%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(19%) sepia(42%) saturate(6171%) hue-rotate(193deg) brightness(86%) contrast(89%);*/
    filter: brightness(0) saturate(100%) invert(6%) sepia(28%) saturate(1510%) hue-rotate(165deg) brightness(91%) contrast(87%);
    transition:.1s all ease-in-out;
    opacity:.8;
}

#feature div.row .col-md-3 div:hover img {
    transform:scale(1.1);
}

#feature div.row .col-md-3 p {
    font-size:16px;
    color:#111;
    font-weight:400;
    letter-spacing:.01em;
    line-height:1.5;
}

#feature img.feature-bg {
    position: absolute;
    height: auto;
    width: 200%;
    top: -5%;
    right: 0;
    padding: 0;
    z-index:-1;
}

#feature div.overlay {
    display:block;
    opacity: .5;;
}

/* certificate */

#cert {
    position: relative;
    background-color:#999;
    background: linear-gradient(45deg, #ddd, #f3f3f3, #ddd);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

/*
#cert::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: center;
    opacity: .1;
}
*/
#cert .row {
    --bs-gutter-x:0;
    display: flex;
    align-items: center;
}

#cert .row .col-md-3 {
    padding: 2rem;
    justify-content: flex-end;
    display: flex;
    order:1;
}

#cert .row .col-md-3 div.frame {
    height:auto;
    position:relative;
    max-width:100%;
    cursor: pointer;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#cert .row .col-md-3 div.frame div.overlay {
    position: absolute;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}

#cert .row .col-md-3 div.frame:hover div.overlay {
    opacity: 1;
}

#cert .row .col-md-3 div.frame div.overlay img {
    width:30px;
    height:auto;
    filter:invert(1);
    opacity:.85;
}

#cert .row .col-md-3 img {
    width:100%;
    height:auto;
}

#cert .row .col-md-9 {
    display:block;
    padding: 2rem;
    padding-bottom:0;
    order:0;
}

#cert .row .col-md-9 div {
    display: inline-block;
    border-bottom:1px solid #aaa;
    margin-bottom:1rem;
}
#cert .row .col-md-9 h1 {
    font-weight:300;
    letter-spacing: .03em;
    font-family: RobotoFlex, Roboto, sans-serif;
    margin-bottom:0;
    padding-bottom:1rem;
    font-size:22px;
    position:relative;
    color: #131F28;
}

#cert .row .col-md-9 h1 span {
    color:#131F28;
}

#cert .row .col-md-9 p {
    color: #111;
    font-weight: 300;
    letter-spacing: .03em;
    font-size: 16px;
    margin-bottom: 0;
    font-family: RobotoFlex, Roboto, sans-serif;
}

#cert .row .col-md-9 p.small {
    margin: 0;
    margin-top: 1rem;
    line-height: 1.35;
    font-size: 16px;
}

#cert .row .col-md-9 img {
    width:120px;
    max-width:100%;
     box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);   
}

#agentModal .modal-body img {
    height:90dvh;
    width:auto;
}

#agentModal .modal-content {
    margin-top:unset;
}

.animationHome {
    position: absolute;
    bottom:100%;
    right:2rem;
    text-align: right;
    z-index:1;
}

.animationHome img {
    max-width:250px;
    filter: drop-shadow(0 0 0.75rem #fff);
    animation-duration:.2s;
    position: absolute;
    bottom:0;
    right:2rem;
    z-index:1;
}

#footer {
    background:none !important;
    background-color: #131F28 !important;
    border:none !important;
}

#footer::before {
    content:none !important;
}

#footer .row {
    width: 1400px !important;
    margin: 0 auto !important;
    padding:1rem !important;
    max-width:100% !important;
}

#footer .row .col-md-12 {
    text-align:left !important;
    padding:1rem 0 !important;
    display:flex !important;
    flex-wrap: wrap;
}

#footer .row:nth-child(2) {
    width:100% !important;
    margin-bottom:.5rem !important;
}

#footer .row:nth-child(2) .col-md-12 {
    justify-content:center !important;
    padding: 0 1rem !important;
}

#footer .row:nth-child(2) .col-md-12 ul, #footer .row:nth-child(2) .col-md-12 ul li {
    margin:0 !important;
}

#footer .row:nth-child(2) .col-md-12 ul li i {
    margin:0 1rem;
}

#footer .row img {
    width:120px !important;
    height:120px !important;
    margin-bottom:0 !important;
}

#footer p {
    color:#fff !important;
    font-family: RobotoFlex, Roboto, sans-serif !important;
    font-size: 18px !important;
    font-weight:200 !important;
    padding: 0 .5rem !important;
    padding-top:2rem !important;
    text-align: center !important;
    display: flex;
    align-items: center;
}

#footer .row .col-md-12 ul li {
    margin:.35rem !important;
}

#footer .row .col-md-12 ul li a i {
    width:50px !important;
    height:50px !important;
    border-color: transparent !important;
    background: linear-gradient(45deg, #ad9100, #d5bb31);
    color:#fff !important;
}

#footer .row .col-md-12 ul li a:hover i {
    background: linear-gradient(45deg, #fff, #fff);
    color:#ad9100 !important;
}

#footer .copyright {
    background-color: transparent !important;s;
    color: #fff !important;;
    justify-content: flex-start !important;;
    width: 100% !important;
    padding: 1rem !important;
    border-top: 1px solid #444 !important;
}

#footer .copyright div {
    width:1400px;
    max-width:100%;
    margin:0 auto;
    font-size: 14px;
}

#footer .copyright div span {
    color:#aaa;
}

#topBtn {
    background: linear-gradient(45deg, #ad9100, #d5bb31) !important;
}

/* modal */
.modal {
    backdrop-filter: blur(3px);
}

.modal .modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    width: 640px;
    max-width: 96%;
}

.modal .modal-dialog .modal-content {
    background-color: rgba(255, 255, 255, .9);
    border:none;
    border-radius:12px;
}

.modal-body .btn-close {
    padding: 0.4rem 0.4rem;
    outline:none !important;
    box-shadow:none !important;
    position: absolute;
    top: .9rem;
    right: .75rem;
}

.modal .agent_thumbnail {
    display: flex;
    align-items: center;
}

.modal .agent_thumbnail img {
    width:120px;
    height:auto;
    margin-right:1rem;
}

.modal .agent_thumbnail span {
    font-size:20px;
}

.modal .agent_body {
    margin-top:1rem;
    padding-top:1rem;
    border-top:1px solid #e2e2e2;
}

.modal .agent_body table {
    width:100%;
}

.modal .agent_body table td {
    padding:.5rem;
    font-weight:300;
    line-height:1.25;
}

.modal .agent_body table td i {
    font-size: 20px;
    color:#cd0000;
}

.modal .agent_body table td:first-child {
    width:30px;
    text-align: center;
}

.modal .modal-footer button {
    border-color:#111;
    color:#111;
    outline:none !important;
    box-shadow:none !important;
    margin-right:.25rem;
    border-radius:5px;
    font-weight:300;
}

.modal .modal-footer button:hover {
    border-color:#cd0000;
    color:#fff !important;
    background-color: #cd0000;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
    .header {
        display: block;
    }
    .header_mobile {
        display:none;
    }
    .header_nav {
        width:100%;
        position: sticky;
        height:auto;
        top:0;
        right:auto;
        overflow: visible;
    }
    .header_nav .navbar .nav-item {
        display:block;
    }
    .header-scroll {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15) !important;
    }
    .header_nav .navbar .nav-item a {
        padding:.5rem .25rem;
        font-size:16px;
        margin:0 1rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }
    .header_nav .btn-close {
        display: none;
    }
    .header_nav .button_login {
        position: relative;
        bottom:auto;
        right:auto;
    }
    .header_nav .logo_mobile {
        display: none;
    }
    .desktop {
      display: block;
    }
    .mobile {
      display: none;
    }
    .animationHome img {
        max-width:350px;
    }
    #banner #homeCarousel .carousel-inner img {
        width: auto;
        min-height: 100dvh;
        height: 100%;
    }
    #contactAgent .nav-tabs .nav-link {
        font-size:18px;
        font-weight: 300;
        letter-spacing: .03em;
    }
    #feature img.feature-bg {
        width: 100%;
        right: auto;
        left: 0;
        max-height: 1000px;
    }
    #banner h1 {
        top:2rem;
        padding-left:2rem;
    }
    #banner h1 img {
        width:100px;
    }
    #banner .panel {
        width:30%;
        min-width:550px;
        padding:2rem;
        padding-left: 7em;
    }
    #banner .panel::before {
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        transform: rotate(10deg);
    }
    #banner a.login {
        display: inline-flex;
        font-size:20px;
        width: auto;
        justify-content: flex-start;
    }  
    #banner a.login:first-child {
        margin-right:2rem;
        margin-bottom:0;
    }
    #banner #homeCarousel img {
        height:50%;
    }
    #contactAgent .tab-content .row .col-md-6:last-child {
        padding:2rem;
    }
    #feature .feature-container {
        max-width:90%;
    }
    #feature h1 div {
        font-size:36px;
    }
    #feature .feature-container {
        padding-top:1rem;
        padding-bottom:1rem;
    }
    #feature h1 {
        margin-bottom:2rem;
    }
    #feature div.row .col-md-3 {
        border-bottom: none;
    }
    #cert .row .col-md-3 div.frame {
        width:120px;
    }
    #cert .row .col-md-9 {
        padding: 3rem 2rem;
        order:1;
    }
    #cert .row .col-md-3 {
        padding:3rem 2rem;
    }
    #cert .row .col-md-9 h1 {
        font-size:24px;
    }
    #footer p {
        color:#fff !important;
        font-family: RobotoFlex, Roboto, sans-serif !important;
        padding: 1rem 2rem !important;
        text-align: left !important;
    }
    #footer .row .col-md-12 {
        padding:2rem 0 !important;
    }
    #banner .about div {
        margin-top:20%;
    }
    #banner .about div p, #banner .about div ul li {
        font-size:20px;
        margin-bottom: 1.75rem;
    }
    #banner .about div h1 {
        font-size:32px;
    }
}

@media only screen and (min-width: 820px) { 
    #banner .panel::before {
        left: -20%;
    }
}

@media only screen and (min-width: 1000px) { 
    #contactAgent .tab-content .row .col-md-6:first-child {
        padding:5rem 2rem;
    }
    #contactAgent .tab-content .row .col-md-6:first-child::before {
        left: -50%;
        transform: rotate(9deg);
    }
    #contactAgent .tab-content .row .col-md-6 {
        width:50% !important;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul {
        padding-right:10%;
    }
    
    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(2):hover::before, #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(2).active::before {
        right:80px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(3):hover::before, #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(3).active::before {
        right:90px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(4):hover::before, #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(4).active::before {
        right:100px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(5):hover::before, #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(5).active::before {
        right:110px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(6):hover::before, #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(6).active::before {
        right:120px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(2) {
        padding-right:10px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(3) {
        padding-right:20px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(4) {
        padding-right:30px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(5) {
        padding-right:40px;
    }

    #contactAgent .tab-content .row .col-md-6:first-child ul li:nth-child(6) {
        padding-right:50px;
    }
    #contactAgent .tab-content .row .col-md-6:first-child ul li {
        font-size:20px;
        flex-direction: row;
    }
    #contactAgent .tab-content .row .col-md-6:first-child ul li div {
        margin-left:1.5rem;
        margin-right:0;
        float: none;
    }
    #contactAgent .tab-content .row .col-md-6:last-child {
        position: relative;
        left:0 !important;
        background:none;
        padding:4rem 2rem;
        height:auto;
    }
    #contactAgent .tab-content .row .col-md-6 h1 {
        font-size:36px;
    }
    #contactAgent .tab-content .row .col-md-6 p {
        margin-bottom:2rem;
    }
    #contactAgent .tab-content .row .col-md-6:last-child ul li {
        font-size:20px;
    }
    #contactAgent .tab-content .row .col-md-6:first-child ul li.active div {
        border:1px solid #ad9100;
        background: linear-gradient(45deg, #ad9100, #d5bb31);
        box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
        -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.25);
    }
    #contactAgent .tab-content .row .col-md-6:first-child ul li.active {
        color:#d5bb31;
    }
    #contactAgent .tab-content .row .col-md-6:first-child ul li.active::before {
        right: 70px;
        bottom: 14px;
        opacity:1;
        background: linear-gradient(to right, transparent, #d5bb31);
    }
    .row .col-md-6:last-child button.close_panel {
        display: none;
    }
}

@media only screen and (min-width: 1200px) { 
    #banner .panel::before {
        left: -10%;
    }
}

@media only screen and (min-width: 1400px) { 
    #banner #homeCarousel .carousel-inner img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1700px) {
    #banner #homeCarousel .carousel-inner img {
        width: auto;
    }
}


@media only screen and (min-width: 1833px) {
    #banner a.agent {
        left:calc(50% - 130px);
    }
}