@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --theme-maroon: #AC2947;
    --theme-maroon-bright: #be2b4c;
    --theme-maroon-dark: #601729;
    --theme-maroon-extra-dark: #3F0F1C;
    --theme-gold: #bb9152;
    --theme-gold-bright: #c69a58;
    --theme-bg-gray: #EDEDED;
    --font-default: "Montserrat", sans-serif;
    --font-heading: "Marcellus", serif;
}

body {
    font-family: var(--font-default);
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {
    will-change: transform;
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3.5rem;
}

.gray-bg {
    background: var(--theme-bg-gray);
}

::-moz-selection {
    /* Code for Firefox */
    background: #efdfc8;
}

::selection {
    background: #efdfc8;
}

.dattavideo
{
    border-radius: 20px;
}

/*Buttons*/
.btn-style-1 {
    background: var(--theme-maroon);
    color: #FFF;
    border-radius: 2px;
    padding: 9px 22px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 17px;
    -webkit-transition: .2s all;
}

.btn-style-1:hover {
    background: var(--theme-maroon-bright);
}

.btn-style-1 svg {
    fill: #FFF;
    width: 13px;
    height: 12px;
}

.btn-style-2 {
    background: var(--theme-gold);
    color: #FFF;
    border-radius: 2px;
    padding: 10px 31px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 18px;
    -webkit-transition: .2s all;
}

.btn-style-2:hover {
    background: var(--theme-gold-bright);
    -webkit-transition: .2s all;
}


.btn-style-2 svg {
    fill: #FFF;
    width: 13px;
    height: 12px;
}

.btn-style-3 {
    background: var(--theme-maroon);
    color: #FFF;
    border-radius: 50px;
    padding: 8px 21px;
    -webkit-transition: .2s all;
}

.btn-style-3:hover {
    background: var(--theme-maroon-bright);
    -webkit-transition: .2s all;
}

.btn-big {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 27px;
    background: var(--theme-maroon);
    padding: 10px 30px;
    border-radius: 80px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    -webkit-transition: .2s all;
}

.btn-big:hover {
    background: var(--theme-maroon-bright);
    -webkit-transition: .2s all;
}



.btn-style-1 {
    background: var(--theme-maroon);
    color: #FFF;
    border-radius: 2px;
    padding: 9px 22px;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 17px;
    -webkit-transition: .2s all;
}



.btn-big svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
}

.hr-style-1 {
    border-top: 3px solid #f3f3f3;
    opacity: 1;
}

/*Titles*/
.title-style-1 {
    font-family: var(--font-heading);
    position: relative;
    font-size: 37px;
    padding-bottom: 17px;
    margin-bottom: 37px;
}

.title-style-2 {
    font-size: 47px;
    font-family: var(--font-heading);
}

.title-style-3 {
    font-size: 34px;
    font-family: var(--font-heading);
}

.title-style-4 {
    font-size: 18px;
    font-family: var(--font-default);
}

.title-style-1::after {
    content: '';
    background: var(--theme-maroon);
    height: 4px;
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50px;
}

/*header*/
header {
    transition: .3s;
}

header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
    position: fixed;
}

header.sticky.sticky-active .iase-menu li a {
    color: #000;
    padding: 21px 0;
}

header.sticky.sticky-active .header-top-row {
    display: none;
}

.logo {
    margin: 8px 0;
    width: 301px;
}

header.sticky.sticky-active .logo {
    width: 220px;
}

header.sticky.sticky-active .main-menu ul li a {
    margin: 29px 0;
    color: #000;
}

header.sticky.sticky-active .main-menu ul li.last-btn-menu a {
    margin: 18px 0 !important;
    color: #FFF;
}

header.sticky.sticky-active .slidemenu-btn svg {
    height: 80px;
    fill: var(--theme-gold);
}

.iase-logo .logo-dark {
    display: none;
    width: 180px;
}

header.sticky-active .iase-logo .logo-dark {
    display: block;
}

header.sticky-active .iase-logo .logo {
    display: none;
}

/*header*/
header {
    padding: 0px 0px;
    z-index: 99;
    width: 100%;
    position: fixed;
}

.main-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 37px;
}

.main-menu ul li a {
    color: #ffffff;
    display: block;
    margin: 42px 0;
    font-weight: 400;
    font-size: 15px;
}

.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

.content {
    padding: 2em;
    color: white;
    max-width: 600px;
}

.nav-button {
    display: none;
}

.iasc-logo img {
    width: 250px;
}

.menu-button {
    display: none;
    border: none;
    background: none;
    fill: var(--theme-gold);
    float: right;
    font-size: 25px;
    margin-top: 3px;
    padding: 0;
}

.menu-button svg {
    width: 50px;
    height: 50px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.close-btn svg {
    fill: #FFF
}

.has-sub-menu {
    position: relative;
}

.has-sub-menu .sub-menu {
    visibility: hidden;
    position: absolute;
    background: var(--theme-gold);
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 200px;
    display: none;
}

.has-sub-menu .sub-menu li {
    height: auto;
}

.has-sub-menu .sub-menu li a {
    display: block;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    padding: 11px 15px;
    font-size: 14px;
}

header.sticky.sticky-active .main-menu ul li.has-sub-menu .sub-menu li a {
    margin: 0;
    color: #ffffff;
}

.has-sub-menu.active .sub-menu {
    display: block;
}

.slidemenu-btn {
    margin: 0 0 0 40px;
}

.slidemenu-btn svg {
    width: 30px;
    fill: #FFF;
    height: 110px;
}

.last-btn-menu {
    margin-left: 50px;
}

.last-btn-menu a {
    background: var(--theme-maroon);
    padding: 11px 23px;
    border-radius: 50px;
    margin: 32px 0 !important;
}

.last-btn-menu a:hover {
    background: var(--theme-maroon-bright);
    -webkit-transition: .2s all;
}

/*Slider*/
.main-slider img {
    width: 100%;
}

.main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFF;
}

.main-slider .swiper-pagination-bullet-active {
    width: 23px;
    border-radius: 50px;
}

/*Offcanvas*/
.offcanvas {
    background: var(--theme-maroon-dark);
    color: #FFF;
}

.offcanvas-backdrop.show {
    opacity: 1;
    background: #00000078;
    backdrop-filter: blur(5px);
}

.row-offcanvas-navbar {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.row-offcanvas-navbar.right.active {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.offcanvas h4 {
    font-size: 28px;
    font-weight: 800;
}

.offcanvas-body {
    padding: 50px;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 500px;
}

.sidebar-address {
    margin: 17px 0 60px;
}

.sidebar-address li {
    margin: 13px 0 15px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.sidebar-address li a {
    color: #FFF;
}

.sidebar-address li svg {
    fill: #ffffff;
    width: 46px;
    height: 41px;
    flex-shrink: 0;
}

.sidebar-social {
    margin: 11px 0 0;
}

.sidebar-social li {
    display: inline-block;
    font-size: 38px;
    margin: 0 13px 0 0;
}

.sidebar-social li a {
    -webkit-transition: .2s all;
}

.sidebar-social li a svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
}

.sidebar-social li a:hover {
    color: #FFF;
    -webkit-transition: .2s all;
}

.sidebar-popup-about {
    margin: 0px 0 50px;
}

.sidebar-popup-about p {
    font-size: 17px;
}

.offcanvas .btn-close {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
    background: no-repeat;
}

.offcanvas .btn-close:focus {
    box-shadow: none;
}

.offcanvas .btn-close svg {
    fill: var(--theme-gold);
    width: 40px;
    height: 50px;
}

/*Features Highlight Are*/
.features-highlight-area {
    background: var(--theme-maroon-dark);
}

.features-highlight-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.features-highlight-box {
    text-align: center;
    color: #FFF;
}

.features-highlight-box p {
    margin: 0;
}

.features-highlight-box img {
    width: 80px;
    margin: 0 0 15px;
}

.features-highlight-box h3 {
    font-size: 18px;
}

.features-highlight-area h2 {
    font-family: var(--font-heading);
}

/*Project Tabs*/
.projects-area {
    background: var(--theme-bg-gray);
}

.project-tabs .nav {
    display: flex;
    align-items: flex-end;
}

.project-tabs .nav button {
    border: none;
    background: #4F4F4F;
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 23px;
    padding: 5px 27px;
    -webkit-transition: .2s all;
}

.project-tabs .nav button:hover {
    background: #707070;
    -webkit-transition: .2s all;
}
.project-tabs .nav button.active {
    background: var(--theme-maroon);
    font-size: 29px;
    padding: 4px 27px;
}

.project-thumbnail-box {
    background: #FFF;
    margin: 0 0 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -webkit-transition: .2s all;
}

.project-thumbnail-box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) -7px 10px 12px 1px;
    -webkit-transition: .2s all;
}
.project-thumbnail-box:hover .btn-style-3 {
    background: var(--theme-maroon-bright);
    -webkit-transition: .2s all;
}
.project-thumbnail-box:hover {
    
    -webkit-transition: .2s all;
}
.project-thumbnail-details {
    padding: 30px;
}

.project-thumbnail-details h2 {
    text-transform: uppercase;
    font-size: 21px;
}

.project-thumbnail-details span {
    display: in;
}

.project-thumbnail-details span svg {
    width: 33px;
    height: 38px;
}

.project-thumbnail-details span svg use {
    transform: translateX(-24%);
}

/*Welcome are*/
.the-d-container {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('../img/D.svg');
    mask-image: url('../img/D.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    overflow: hidden;
}

.the-d-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.welcome-area:hover .the-d-container img {
    transform: scale(1.1);
}

/*Parallax*/
.parallax-section {
    position: relative;
    width: 100%;
    background-color: var(--theme-maroon-dark);
    display: flex;
    overflow: hidden;
    height: 340px;
    align-items: center;
}

.parallax-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170%;
    object-fit: cover;
}

.map-text {
    display: flex;
    color: #FFF;
    gap: 30px;
    align-items: center;
}

.map-text img {
    width: 139px;
}

.map-text h3 {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 38px;
    margin: 19px 0 0;
}

.map-text p {
    font-size: 18px;
}

/*Smart Section*/
.smart-section {
    background-color: #EDEDED;
}

.smart-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.smart-box h3 {
    text-transform: uppercase;
    font-size: 21px;
    margin: 15px 0 10px;
}

.smart-box svg {
    width: 70px;
    height: 70px;
    fill: var(--theme-maroon);
}

/*Footer*/
footer {
    background: url('../img/footer-bg.svg'), var(--theme-maroon-extra-dark);
    color: #c8b4b9;
    padding: 31px 0 60px;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right 80px bottom;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin: 30px 0 60px;
}

.social-icons li svg {
    fill: #FFF;
    width: 30px;
    height: 30px;
}

footer h3 {
    font-family: var(--font-heading);
    font-size: 34px;
}

.footer-address {
    display: flex;
    gap: 41px;
    margin: 40px 0 0;
}

.footer-address li {
    display: flex;
    align-items: center;
}

.footer-address li>div {
    display: flex;
    flex-direction: column;
}

.footer-address li a {
    color: #c8b4b9;
    -webkit-transition: .2s all;
}
.footer-address li a:hover {
    color: #ffffff;
    -webkit-transition: .2s all;
}

.footer-address li svg {
    fill: #D8AB64;
    width: 50px;
    height: 50px;
}

.footer-logo {
    padding: 44px 41px 0 0;
}

.quick-links {
    display: flex;
    gap: 80px;
    margin: 40px 0 0;
}

.quick-links li {}

.quick-links li a {
    color: #c8b4b9;
    -webkit-transition: .2s all;
}

.quick-links li a:hover {
    color: #ffffff;
    -webkit-transition: .2s all;
}
.copyright {
    margin: 50px 0 0;
}

/*WhatsApp floating*/
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #4dc247;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp svg {
    width: 45px;
    height: 45px;
    fill: #FFF;
}

/*WhatsApp floating ends*/
/*Innerpage header*/
.page-header {
    background: var(--theme-maroon-dark);
    padding: 110px 0 50px;
    background-size: cover;
    color: #FFF;
}

.page-header h1 {
    color: #FFF;
    font-weight: 700;
    font-size: 48px;
    font-family: var(--font-heading);
}

.breadcrumb-links {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.breadcrumb-links li {
    color: var(--theme-gold);
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}

.breadcrumb-links li::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-gold);
    background-repeat: no-repeat;
    border-radius: 50%;
}

.breadcrumb-links li:last-child::after {
    display: none;
}

.breadcrumb-links li a {
    color: #ffffff;
}

.breadcrumb-links li a:hover {
    color: #FFF;
}

/*Innerpage header ends*/
/*Team Page*/
.team-page {
    text-align: justify;
}

.team-photo {
    border: 4px solid #d0ad6b;
    border-bottom-right-radius: 40px;
}

/*Contact address*/
.contatpage-address {
    list-style: none;
    padding: 0px;
}

.contatpage-address li {
    padding: 0px 0px 0px 70px;
    position: relative;
    margin: 0 0 25px;
}

.contatpage-address li svg {
    position: absolute;
    left: 0px;
    font-size: 29px;
    top: 4px;
    fill: var(--theme-gold);
    border: 1px solid var(--theme-gold);
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contatpage-address li p {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.contatpage-address li a {
    color: #000;
    display: block;
}

/*Contact address ends*/
.form-area {
    position: relative;
}

.form-area::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 210px;
    height: 67px;
    background: #FFF;
}

.schedule-visit-btn {
    position: fixed;
    right: 5px;
    top: 32%;
    z-index: 2;
}

/*List Style*/
.list-style-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 30px 7px;
}

.list-style-1 li {
    position: relative;
    padding: 0 0 0 20px;
}

.list-style-1 li::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    background: var(--theme-gold);
    border-radius: 50%;
}

footer {
    position: relative;
    z-index: 1;
}


.schedule-visit-btn {
    animation: levitate-animation 2.5s ease-in-out infinite;
    display: inline-block;
  }


  .googlemap-btn img
  {width: 43px;}

  .googlemap-btn
  {
    background: #ededed;
    padding: 8px 11px 8px 17px;
    border-radius: 30px;
    margin: 30px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: #696969;
    -webkit-transition:.5s all;
  }
  .googlemap-btn:hover
  {
    /* background: #d2d0d0; */
    -webkit-transition:.5s all;
    box-shadow: rgb(0 0 0 / 9%) 2px 6px 8px, rgb(0 0 0 / 8%) 0px 7px 18px 0px;
  }


  @keyframes levitate-animation {
      0% {
                  transform: translateY(0);
              }
  
              50% {
                  transform: translateY(-5px);
              }
  
              100% {
                  transform: translateY(0);
              }
            }


.success
{
	text-align: center;
	background: var(--theme-maroon-dark);
	padding: 40px 30px;
}
.success h2
{
	margin: 0 0 15px;
	font-size: 55px;
	color: #ffffff;
}
.success p
{
	color: #ffffff;
	font-size: 18px;
	line-height: 29px;
}
.success p a.wsp
{
	color: #FFF;
	background: #D8AB64;
	display: inline-block;
	padding: 0 10px;
	border-radius: 50px;
	margin: 7px 0;
}
.success p a.call
{
	color: #D8AB64;
	border: 1px solid #D8AB64;
	display: inline-block;
	padding: 0 10px;
	border-radius: 50px;
}