/* Developed by f1Studioz.com 01/08/2024 */

:root {
  --tripnstay-primary: #E32C2D;
  --tripnstay-hover :#a91c1c;
  --tripnstay-black: #000000;
  --tripnstay-white: #ffffff;
  --tripnstay-grid: 1366px;
  --tripnstay-Mukta: "Mukta", sans-serif;;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.owl-carousel {
  touch-action: manipulation;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input,
select,
textarea {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--Inter);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


body,
html {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: var(--tripnstay-Mukta);
  font-weight: 400;
  letter-spacing: 0.015rem;
  background-color: var(--tripnstay-white);
  color: var(--tripnstay-black);
}
.tripnstay__grid {
  width: min(var(--tripnstay-grid), 100%);
  height: auto;
}
.layout--center{
    margin-inline: auto;
}
h2{
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: var(--tripnstay-primary);
  text-align: center;
  margin-bottom: 60px;
}
@media(max-width:768px){
  h2{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    padding: 0 24px;
  }
}
@media(max-width:575px){
  h2{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
p{
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
main,
header,
footer,
section {
  width: 100%;
  height: auto;
}
.common--padding{
  padding: 80px 0;
}
@media(max-width:768px){
  .common--padding{
    padding: 60px 0;
  }
}
@media(max-width:575px){
  .common--padding{
    padding: 40px 0;
  }
}
footer{
  min-height: 590px;
  background-color: rgba(0, 0, 0, 0.15);
}
header {
  min-height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #e7e7e7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header.scrolled {
  backdrop-filter: blur(6px);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

main {
  padding-top: 0px;
}
.hero__banner {
  width: 100%;
  height: 500px;
  background-image: url('../Images/tns-connect/top-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center; 
}
@media(max-width:1400px){
  .hero__banner {
    background-position: center right -100px;
  }
}
@media(max-width:1280px){
  .hero__banner {
    height: 400px;
  }
}
@media(max-width:1100px){
  .hero__banner {
    background-position: center right -150px;
  }
}
@media(max-width:991px){
  .hero__banner {
    background-image: url('../Images/tns-connect/top-banner-responsive.jpg');
    background-position: center right;
    align-items: flex-start;
    padding: 40px 0 0 40px;
  }
}
@media(max-width:575px){
  .hero__banner {
    padding: 20px 0 0;
  }
}
.main--banner--title{
  width: 100%;
  max-width: 655px;
  height: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: var(--tripnstay-primary);
}
.main--banner--title span{
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  color: var(--tripnstay-black);
}
@media(max-width:991px){
  .main--banner--title{
    font-size: 36px;
    line-height: 42px;
  }
  .main--banner--title span{
    font-size: 24px;
    line-height: 30px;
  }
}
@media(max-width:575px){
  .main--banner--title{
    font-size: 30px;
    line-height: 36px;
  }
  .main--banner--title span{
    font-size: 22px;
    line-height: 26px;
  }
}
@media(max-width:360px){
  .main--banner--title{
    font-size: 24px;
    line-height: 30px;
  }
  .main--banner--title span{
    font-size: 18px;
    line-height: 24px;
  }
}
.about__wrapper{
    padding: 60px 0;
    max-width: 1300px;
    background-color: aquamarine;
}
section{
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  height: auto;
}
a.link-btn{
  width: max-content;
  height: 52px;
  background-color: var(--tripnstay-primary);
  color: var(--tripnstay-white);
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
a.link-btn:hover{
  background-color: var(--tripnstay-hover);
}

/* Common */
.custom--card{
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.custom--card.square{
  max-width: 100%;
  
}
.custom--card.last{
  margin-bottom: 0;
}
.custom--card .custom--card--icon{
  width: 100px;
  height: 100px;
}
.custom--card.square .custom--card--icon{
  width: 100%;
  height: auto;
}
.custom--card.square .custom--card--icon img{
  width: 100%;
}
.custom--card .custom--card--title{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 20px;
}
.custom--card.square .custom--card--title{
  padding: 0 20px;
}
@media(max-width:575px){
  .custom--card.square .custom--card--title,
  .custom--card .custom--card--title{
    font-size: 20px;
    line-height: 24px;
  }
}

/* #unnlockWorld */
.unnlockWorld__wrapper{
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#unnlockWorld img{
  width: 110px;
  height: auto;
}
@media(max-width:768px){
  #unnlockWorld img{
    width: 90px;
  }
}
#unnlockWorld h2,
#unnlockWorld p{
  padding: 0 20px;
}

/* #partnershipPropel */
#partnershipPropel{
  width: 100%;
  height: 500px;
  background-image: url('../Images/tns-connect/partnerships-that-propel.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  display: flex;
  align-items: center;
}
@media(max-width:1660px){
  #partnershipPropel{
    background-position: left -100px center;
  }
}
@media(max-width:1440px){
  #partnershipPropel{
    background-position: left -200px center;
  }
}
@media(max-width:1199px){
  #partnershipPropel{
    background-image: none;
    height: auto;
  }
}
/* #globalInventory */
#globalInventory{
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  background-image: url('../Images/tns-connect/global-inventory.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
@media(max-width:1200px){
  #globalInventory{
    height: 650px;
  }
}
@media(max-width:911px){
  #globalInventory{
    height: 550px;
    background-image: url('../Images/tns-connect/global-inventory-responsive.jpg');
  }
}
@media(max-width:575px){
  #globalInventory{
    height: 450px;
  }
}
.global--gateway--title{
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}
@media(max-width:1199px){
  .global--gateway--title{
    font-size: 42px;
    line-height: 48px;
    background-image: url('../Images/tns-connect/partnerships-that-propel-resp-02.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    padding: 40px;
    text-align: center;
  }
  #globalInventory .global--gateway--title{
    background-image: none;
    text-align: left;
  }
}
@media(max-width:768px){
  .global--gateway--title{
    font-size: 36px;
    line-height: 42px;   
  }
  #globalInventory .global--gateway--title{
    
    text-align: center;
  }
}
@media(max-width:575px){
  .global--gateway--title{
    text-align: center;
    font-size: 30px;
    line-height: 36px;   
  }
}
.full--red--container{
  width: 100%;
  height: auto;
}
/* #tripsnStay */
#tripsnStay{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 0px;
}
@media(max-width:1200px){
  #tripsnStay{
    gap: 40px;
  }
}
@media(max-width:768px){
  #tripsnStay{
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
@media(max-width:575px){
  #tripsnStay{
    margin-bottom: 40px;
  }
}
.trip--stay--img,
.trip--stay--content{
  width: 100%
  
}
video {
  width: 100%;
}

.trip--stay--content .trip--stay--content--images{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-right: 24px;
}
@media(max-width:768px){
  .trip--stay--content .trip--stay--content--images{
    padding: 0 24px;
  }
}
@media(max-width:1200px){
  .trip--stay--content .trip--stay--content--images img:first-child{
    max-width: 300px;
  }
}
@media(max-width:1024px){
  .trip--stay--content .trip--stay--content--images img:first-child{
    max-width: 200px;
  }
}
@media(max-width:768px){
  .trip--stay--content .trip--stay--content--images img:first-child{
    max-width: 250px;
  }
}
@media(max-width:375px){
  .trip--stay--content .trip--stay--content--images img:first-child{
    max-width: 200px;
  }
}
.developer--friendly{
  width: 100%;
  height: 500px;
  background-image: url('../Images/tns-connect/developer-friendly.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-left: 60px;	
  color: var(--tripnstay-white);	
}
.developer--friendly.collaborate--bg{
  background-image: url('../Images/tns-connect/join-our-global-network.jpg');
  color: var(--tripnstay-black) !important;	
}
@media(max-width:1200px){
  .developer--friendly{
    background-position: center right -100px;
  }
}
@media(max-width:1024px){
  .developer--friendly{
    padding: 0 24px;
    background-position: center right -140px;	
  }
}
@media(max-width:768px){
  .developer--friendly{
    height: 900px;
    background-image: url('../Images/tns-connect/developer-friendly-responsive.jpg');
    background-position: top center;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 24px 90px;
  }
  .developer--friendly.collaborate--bg{
    background-image: url('../Images/tns-connect/join-our-global-network-responsive.jpg');
  }
}
.developer--friendly .df--title{
  width: 100%;
  max-width: 540px;
  height: auto;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
.developer--friendly .df--desc{
  width: 100%;
  max-width: 540px;
  height: auto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
@media(max-width:1024px){
  .developer--friendly .df--title{
    font-size: 36px;
    line-height: 42px;
    max-width: 480px;
  }
  .developer--friendly .df--desc{
    font-size: 24px;
    line-height: 30px;
    max-width: 480px;
  }
}
@media(max-width:1024px){
  .developer--friendly .df--title,
  .developer--friendly .df--desc{
    max-width: 400px;
  }
}
@media(max-width:991px){
  .developer--friendly .df--title,
  .developer--friendly .df--desc{
    max-width: 350px;
  }
}
@media(max-width:768px){
  .developer--friendly .df--title,
  .developer--friendly .df--desc{
    max-width: 100%;
    text-align: center;
  }
}
@media(max-width:575px){
  .developer--friendly .df--title{
    font-size: 30px;
    line-height: 36px;
  }
  .developer--friendly .df--desc{
    font-size: 20px;
    line-height: 24px;
  }
}
/* #collaborateThrive */
/* .collaborate--bg{
  width: 100%;
  height: 500px;
  background-image: url('../img/join-our-global-network.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-left: 60px;
}
@media(max-width:991px){
  .collaborate--bg{
    height: 400px;
    
  }
}
.collaborate--bg .collaborate--title{
  width: 100%;
  max-width: 540px;
  height: auto;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
.collaborate--bg .collaborate--desc{
  width: 100%;
  max-width: 540px;
  height: auto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
} */
