@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding:0px; 
  margin:0px;
  height: 100%;
  width: 100%;
}
p{padding-bottom: 15px;}
.mmapContainer {
  display: flex;
  height: 100vh;
  width: 100vw;
}
.tourContainer {
  text-align: center;
  padding-top: 20px;
}
.arrowLines{
  position: absolute;
  margin-top: -20rem;
  margin-left: 30rem;
  z-index: 1;
}

.squareDots{
  position: absolute;
  left: 0;
  bottom: 100px;
}

.squardot-gray{filter: invert(.6) sepia(1) saturate(5) hue-rotate(41deg);}
.arrowLinesRight{
  position: absolute;
  margin-top: -20rem;
  right: 0;
  z-index: 0;
}

.leftSide {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(316deg, #2175CC -0.97%, #004687 105.2%);
  color: white;
  padding: 0rem;
  position: relative;
  overflow: hidden;
}

.inner-leftcontent {
  background: url('../assets/left-bg-one.svg'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: right center; 
  height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.rightSide {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background:#fff url('../assets/right-bg-new.svg');
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: left 20px; 
  height: 100vh; 
  font-size: 14px;
  color: #767676;
}
.rightSide:before {
  content: '';
  width: 8px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(10, 72, 133, 0.1);
}
.rightSide p{padding-bottom: 25px;
margin-bottom: 0;
}

.bgLeft{
  position: absolute;
  width: 565px;
  height: 1025px;
  margin-top: 7rem;
  margin-left: 15rem;
}
.bgRight{
  position: absolute;
  width: 737px;
  height: 1017px;
  margin-top: 7rem;
  margin-right: 15rem;
z-index: -1;
}
.loginBtn {
  margin-top: 1rem;
  font-size: 1rem;
  background-color: #004687;
  border-radius: 2.375rem;
  border: none;
  text-decoration: none;
  display: flex;
  height: 52px;
  padding: 18px 32px;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: #FFF;
  z-index: 10;
}
.loginBtn .arrow-icon{
  display: flex;
width: 16px;
height: 16px;
justify-content: center;
align-items: center;
}
.loginBtn:hover{background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #004687; color:#fff;}

.link {
  color: white;
  text-decoration: none;
}
.title {
  margin-top: 2rem;
  font-family: "Futura Bk BT";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.125rem */
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  opacity: 0.9;
}
.portal {
  opacity: 0.9;
  color: white;
  font-family: "Futura Hv BT";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
.desc {
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.90);
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  text-align: center;
  transition: opacity 6s ease-in-out;
  opacity: 1;
}
.adminTour {
  position: relative;
}

.welcomeRight {
  color: #002A4F;
  font-size: 1.875rem;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.875rem;
  word-wrap: break-word;
}
.adminRight {
  color: #1263AE;
  font-size: 1.875rem;
  font-family: Futura Bk BT;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.875rem;
  word-wrap: break-word;
  margin-top: 5rem;
}
.portalRight {
  color: #1263AE;
  font-size: 1.875rem;
  font-family: Futura Hv BT;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.875rem;
  word-wrap: break-word;
}
.rightDesc {
  margin-top: 1.6rem;
  color: #333333;
  font-size: 1rem;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1rem;
  word-wrap: break-word;
}
.loginDesc {
  margin-top: 1rem;
  color: #767676;
  font-size: 0.875rem;
  font-family: Roboto;
  font-weight: 400;
  line-height: 0.875rem;
  word-wrap: break-word;
}
.noLogin {
  margin-top: 2rem;
  color: black;
  font-size: 0.75rem;
  font-family: Roboto;
  font-weight: 400;
  line-height: 0.75rem;
  word-wrap: break-word;
}
.register {
  margin-top: 1rem;
  color: #004687;
  font-size: 0.75rem;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: underline;
  line-height: 0.75rem;
  word-wrap: break-word;
}
.register:hover{color:#1961AC;}
.logo-section{padding-bottom: 25px; align-items: center;
  display: flex;
  justify-content: center;}

.tilteDesc {
  color: white;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  transition: opacity 6s ease-in-out;
  opacity: 1;
  margin-bottom: 18px;
}
.tourIcon {
  margin-top: 1rem;
  transition: opacity 6s ease-in-out;
  opacity: 1;
}
.privacy {
  color: black;
  text-decoration: none;
  position: absolute;
  bottom: 20px; 
  right: 20px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
.register{
  text-decoration: none;
}
.register:hover{
  text-decoration: underline;
}
.tourContainer {
  text-align: center;
  padding-top: 20px;
}
.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.text-container {
  display: flex;
  width: 100%;
  transition: transform 1s ease-in-out;
}
.text-item {
  text-align: center;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #8BAACA;
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}
.dot.active {
  width: 18px;
  height: 5px;
  border-radius: 5px;
  background-color: #D9D9D9;
}

/* Mobiles (up to 767px) */
@media (max-width: 767px) {
  .mmapContainer {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
  }
  .welcomeBack, .desc, .tourIcon, .tilteDesc {
    display: none;
  }
  .logo-section .logoImg{ width:82%;}
  
  .welcomeRight {
    width: 15rem;
    text-align: center;
    font-size: 1.475rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
  }
  .rightSide {
    
        position: fixed;
        border-radius: 30px 30px 0 0;
        bottom: 0;
        height: auto;
        overflow: auto;
        padding: 25px 0;
        width: 100%;
  }
  .inner-leftcontent{ height: calc(100vh - 380px); padding-top: 30px;}
  
  .adminTour {
    margin-top: 1rem;
    width: 275px;
  }
  .welcomeRightContainer {
    width: 20rem;
    padding: 0rem 2rem 0 2rem;
    text-align: center;
  }
  .rightDesc {
    padding: 0.5rem;
    text-align: center;
  }
  .arrowLines{width:60%; margin-top: -10rem; margin-left:25rem;}
  .squareDots{width:42%; margin-top: 19rem; margin-left:-20rem;}
  .logo-section{padding-bottom: 0px; padding-top: 0px;}
  .leftSide{justify-content: space-between;}
  .rightSide:before{display: none;}

  .arrowLinesRight, .squareDots{display: none;}


  .portalRight, .adminRight{font-size: 1.575rem;}
  .tourContainer, .dots-container{display: none;}
}

#adminPortalTitle{
  vertical-align: initial !important
}

/* Mobiles (up to 375px) */
@media (min-width: 200px) and (max-width: 376px) {
  .logo-section .logoImg{
    width: 62%;
  }
  .adminTour{
    width: 175px;
  }
  .welcomeRight{font-size: 1.475rem;}
  .portalRight, .adminRight {
    font-size: 1.275rem;
}

.rightSide p{font-size: 12px; padding-bottom: 12px;}
.rightSide p.rightDesc{font-size: 14px;}
.loginBtn{margin-top: 10px;}
.noLogin{margin-top: 1rem;}

}

@media only screen and (min-width: 540px) and (max-width: 720px){
  .adminTour{width: 185px;}

}

/* Tablets (between 768px and 991px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .mmapContainer {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
  }
  .welcomeRight, .adminRight, .portalRight {
    font-size: 1.5rem;
  }
  .rightSide:before{display: none;}
  .rightDesc, .loginDesc, .noLogin, .register {
    font-size: 0.875rem;
  }
  .adminTour{ width: 350px;}

  .logo-section{padding-bottom: 10px;}
  .logo-section .logoImg{width:132px;}
  .adminTour{margin-left: -40px; height: auto;}
  .leftSide{flex:1 1 50%;}
  .rightSide{flex:1 1 40%;}
  

}
@media (min-width: 768px) {
  .adminTour{height:250px;}

}
@media (min-width: 992px) {
  .adminTour{height:auto; width: auto;}
}

/* Desktops and larger screens (992px and above) */
@media (min-width: 1025px) {
  .mmapContainer {
    flex-direction: row;
    width: 100vw;
    height: 100vh;
  }
  .leftSide, .rightSide {
    padding: 0rem;
  }
  .rightDesc {
    max-width: 50rem;
  }
}

@media (max-height: 600px){
  .tour-main{ display: none;}
}