#home15{
    background-color: #1B1313;
    padding: 2.5% 5% 2.5% 5%;
}
#home15 h1{
    color: white;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    font-family: hb;
}
#form3{
    padding: 5% 3% 5% 3%;
}
#customer,#landlord-agent,#terms{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#customer input,#landlord-agent input{
    width: 100%;
    margin: 1% 0 1% 0;
    background-color: #fbfbfb;
    border: 3px solid #F7E440;
    border-radius: 5px;
}
#product-cover,#payment-details{
    display: flex;
    align-items: top;
    justify-content: end;
    background-color: #0050A0;
    padding: 1% 3% 3% 3%;
    margin-top: 2%;
    border: none;
    border-radius: 20px;
    width: fit-content;
    margin-left: auto;
    color: white;
    height: 100%;
}
#others,#sort_code,#account_no,#price{
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #F7E440;
    color: white;
}
#others:focus,#sort_code:focus,#account_no:focus{
    border: none !important;
}
#product-cover fieldset legend,#payment-details fieldset legend{
    font-size: 2vw;
    text-decoration: underline;
    font-weight: 700;
}
#customer fieldset,#product-cover fieldset,#landlord-agent fieldset,#payment-details fieldset,#terms fieldset{
    display: grid;
    align-items: center;
    justify-content: center;
    padding-bottom: 1%;
}
.container-flex{
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 25px;
}
.container-flex2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}
#customer fieldset legend,#landlord-agent fieldset legend,#terms fieldset legend{
    font-size: 3vw;
    color: #F7E440;
    font-family: hlt;
    font-weight: 800;
}
#product-cover label,#product-cover p,#payment-details label{
    font-size: 18px;
    font-weight: 700;
}
#home21{
    background-color: #0050A0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7% 7% 7% 7%;
    border: none;
    border-radius: 35px;
    margin-top: 2.5%;
}
#home21 p{
    font-size: 1.5vw;
    font-weight: 700;
    font-family: hb;
    text-align: left;
}
#sign1,#sign2{
    display: flex;
    align-items: center;
}
#sign1{
    justify-content: flex-start;
}
#sign2{
    justify-content: flex-end;
}
#home21-in{
    display: grid;
    align-items: center;
    justify-content: center;
}
#cont-sign{
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: left;
}

#toggleLandlordButton {
  all: unset;
  width: 100px;
  margin-top: 1%;
  margin-bottom: 2%;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #1B1313;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#toggleLandlordButton::after,
#toggleLandlordButton::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

#toggleLandlordButton::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #F7E440;
  border-radius: 10px;
}

#toggleLandlordButton::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

#toggleLandlordButton:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

#toggleLandlordButton:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

#toggleLandlordButton:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
@font-face {
	font-family: ir;
	src: url("font/Inter-Regular.ttf") format("truetype");
}
@font-face {
	font-family: hb;
	src: url("font/HelveticaNeue\ Bold.ttf") format("truetype");
}
@font-face {
	font-family: hlt;
	src: url("font/Helvetica\ Neue\ LTW0697BlkCnObl.ttf") format("truetype");
}
@font-face {
	font-family: rm;
	src: url("font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
	font-family: rr;
	src: url("font/Roboto-Regular.ttf") format("truetype");
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #1B1313;
}

::-webkit-scrollbar-thumb {
    background: #0050A0;
}

::-webkit-scrollbar-thumb:hover {
    background: #0050a0be;
}
html, body{
    overflow-x: hidden;
    background-color: #1B1313;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#head{
    background-color: #0050A0;
    padding-top: 1.2%;
    padding-bottom: .2%;
    padding-left: 1%;
    padding-right: 1%;
}
#mail,#phone{
    display: flex;
    align-items: center;
    text-align: center;
}
#mail{
    justify-content: left;
}
#phone{
    justify-content: right;
}
#mail p,#mail a,#phone p,#phone a{
    text-decoration: none;
    color: white;
    font-family: hb;
}
#mail a:hover,#phone a:hover{
    text-decoration: underline;
}
.navbar{
    background-color: #1B1313;
}
#brandlogoo{
    width: auto;
    height: 100px;
    animation: reduce 1s 3s ease-in-out forwards;
}
@keyframes reduce {
    to {
        height: 85px;
    }
}
.slide-in-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}


.slide-in-animation {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
.navbar-nav{
    margin-left: auto;
}

#atag,#atag-home{
    font-family: ir;
    color: #F7E440;
    transition: .4s;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-top: 2%;
    padding-bottom: 1.2%;
}
#atag:hover,#atag-home{
    background-color: #F7E440;
    color: #1B1313;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#home{
    background-image: url(bg/bg1.gif);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vw;
    text-align: center;
    padding-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 3% 6% 3% 6%;
    border-radius: 25px;
    margin-left: 12%;
    margin-right: 12%;
    background-color: rgba(255, 255, 255, 0.633);
}
.container1 h1{
    color: black;
    line-height: 1.3;
    font-size: 3vw;
    font-family: hlt;
    font-weight: 700;
}
#home-foot{
    background-color: white;
    padding: 1.5%;
}
#mem{
    display: flex;
    align-items: center;
    justify-content: center;
}
#mem img{
    margin: auto;
}
#home1{
    background-color: #1B1313;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 2.5%;
}
.container2{
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 3px solid #F7E440;
    border-radius: 20px;
    width: 75%;
    padding: 4% 5% 4% 5%;
}
.container2 video{
    height: auto;
    width: 100%;
    border: 20px solid #F7E440;
    margin: auto;
}
.container2 h1{
    font-size: 3vw;
    font-weight: 750;
    color: #1B1313;
    font-family: hb;
    margin-top: 4%;
    text-align: center;
}
.container2 p{
    font-size: 1.3vw;
    font-weight: 700;
    color: #1B1313;
    font-family: hb;
    margin-bottom: 4%;
    text-align: center;
}
.container2 h2{
    background-color: #0050A0;
    color: white;
    padding: 1% 4% 1.2% 4%;
    border: 3px solid #F7E440;
    border-radius: 40px;
    font-size: 2.5vw;
    font-family: hb;
    text-align: center;
    margin-bottom: 4%;
}
#bull,#txt,#rate{
    display: flex;
    align-items: center;
}
#bull,#rate{justify-content: center;text-align: center;}
#txt{justify-content: left;text-align: left;}
#bull img{
    width: auto;
    height: auto;
    animation: rotate 3s infinite ease-in-out;
}
@keyframes rotate {
    0%{
        transform: rotateZ(0deg);
    }
    25%{
        transform: rotateZ(0deg);
    }
    50%{
        transform: rotateZ(0deg);
    }
    75%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
#txt h4{
    font-size: 2.4vw;
    font-weight: 700;
    padding-top: .5%;
    font-family: hb;
}
#txt p{
    font-size: 2vw;
    font-weight: 700;
    font-family: hb;
}
#rate p{
    font-size: 1.6vw;
    padding-top: .5%;
    font-family: hb;
    font-weight: 700;
}
#home2{
    background-color: #1B1313;
    padding: 2.5% 0 2.5% 0;
}
#home2 h1{
    text-align: center;
    color: white;
    font-size: 3vw;
    font-family: hlt;
}
#home2 p{
    text-align: center;
    color: white;
    font-size: 1.6vw;
    font-family: hb;
}
#sser img{
    width: 100%;
    height: auto;
    border: none;
    border-radius: 15px 15px 0 0;
    box-shadow: rgba(250, 243, 46, 0.3) 0px 0px 28px, rgba(219, 206, 20, 0.22) 0px 10px 6px;
}
#sser{
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#sser-cont{
    background-color: white;
    text-align: center;
    height: 400px;
    padding: 3% 3% 20% 3%;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(250, 243, 46, 0.3) 0px 0px 28px, rgba(219, 206, 20, 0.22) 0px 10px 6px;
}
#sser-cont h2{
    font-size: 2vw;
    color: #1B1313;
    font-family: hlt;
}
#sser-cont p{
    font-size: 1.2vw;
    color: #958a8a;
    font-family: hb;
    padding: 0 3% 0 3%;
}
#sser a{
    background-color: #0050A0;
    border-radius: 10px;
    padding: 2%;
    color: white;
    font-size: 1.2vw;
    text-decoration: none;
    transition: .4s;
    font-family: hb;
}
#sser a:hover{
    background-color: #F7E440;
    color: #1B1313;
}
#home3{
    padding: 2.5% 10% 2.5% 10%;
    background-color: #0050A0;
}
#home3 h1{
    font-size: 3vw;
    color: #F7E440;
    text-align: center;
    font-family: hlt;
    text-shadow: 6px 6px 2px black;
}
.cont-abt{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid white;
    padding: 6% 8% 6% 8%;
    text-align: center;
    color: white;
}
.cont-abt p{
    font-size: 1.5vw;
    font-weight: 700;
    position: relative;
    font-family: hb;
    z-index: 99;
}
#ch1,#ch2{
    position: relative;
    height: 35vw;
    width: auto;
}
#ch1{
    margin-top: -31vw;
    margin-left: -8vw;
}
#ch2{
    margin-top: -37.35vw;
    margin-left: 68.2vw;
}

#home4{
    background-color: #1B1313;
    padding: 2.5% 5% 2.5% 5%;
}
#home4 h1{
    text-align: center;
    font-size: 3vw;
    font-family: hlt;
    font-weight: 700;
    color: #F7E440;
}
#home4 p{
    text-align: center;
    font-size: 1.5vw;
    font-family: hb;
    color: white;
}

#images {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slide{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
#icc {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2% 2% 2% 2%;
    width: 100%;
    height: 380px;
    margin: 0 2% 0 2%;
    row-gap: 2px;
    border-radius: 20px;
    border: 10px solid #F7E440;
}
#icc h3{
    color: #1B1313;
    font-size: 1.2vw;
    font-family: hlt;
}
#icc p{ 
    color: #A29A98;
    font-size: 1vw;
    padding: 0 5% 0 5%;
    text-align: left;
    font-family: hb;
}
#tests{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-container {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-slide {
    flex: 0 0 100%;
    width: 150%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slider-dot {
    width: 15px;
    height: 15px;
    background-color: #1B1313;
    border: 1px solid #F7E440;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: .4s;
}
.slider-dot:hover {
    border: 3px solid #F7E440;
}
.slider-dot.active {
    border: 3px solid #F7E440;
}
#home5{
    background-image: url(bg/bg2.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vw;
    padding-top: 10%;
    padding-left: 6%;
    padding-right: 6%;
    color: white;
    font-family: rr;
}
#contact-part{
    border-bottom: 3px solid white;
    padding-bottom: 5%;
}
#home5 a{
    text-decoration: none;
    color: white;
}
#home5 a:hover{
    color: #1B1313;
}

#info,#links,#mini-form{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.info-in{
    display: grid;
    align-items: center;
    justify-content: center;
}
.links-in{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 100px;
}
.index,.details,.mini-form-in{
    display: grid;
    align-items: center;
    justify-content: center;
}
.fflex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}
#name{
    width: 120%;
    background-color: #e6f2ff;
    border: none;
    border-radius: 2px;
}
#email{
    width: 100%;
    background-color: #e6f2ff;
    border: none;
    border-radius: 2px;
}
#message{
    width: 100%;
    margin: 2% 0 2% 0;
    background-color: #e6f2ff;
    border: none;
    resize: none !important;
    border-radius: 2px;
}
#submit{
    width: 100%;
    background-color: #F7E440;
    color: #1B1313;
    border: none;
    border-radius: 2px;
    transition: .4s;
}
#submit:hover{
    background-color: #1B1313;
    color: white;
    transform: scale(.95);
}
#foot{
    text-align: center;
    font-size: 12px;
}
#foot a:hover{
    color: #1B1313;
}
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;    
    z-index: 1000;
    opacity: 0;
    animation: appear 2s 2s forwards;
}  
.scroll-to-top img {
    width: 40px;
    height: 40px;
    transition: .4s;
}
.scroll-to-top img:hover {
    transform: scale(.95);
}
#slider-2{
    display: none;
    width: fit-content;
    height: fit-content;
    position: relative;
}
@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media screen and (max-width:1350px) {
    #sser-cont{
        height: 350px;
    }
}
@media screen and (max-width:1090px) {
    #sser-cont{
        height: 300px;
    }
}
@media screen and (max-width:992px) {
    #bull img{
        transform: rotateZ(90deg);
    }
    @keyframes rotate {
        0%{
            transform: rotateZ(90deg);
        }
        25%{
            transform: rotateZ(90deg);
        }
        50%{
            transform: rotateZ(90deg);
        }
        75%{
            transform: rotateZ(90deg);
        }
        100%{
            transform: rotateZ(450deg);
        }
    }
    #slider-2{
        display: block;
        width: 85%;
    }
    .slider-container{
        display: none;
    }
    #atag,#atag-home{
        padding-left: 2%;
    }
    #home5{
        text-align: center;
    }
    .info-in img{
        margin: auto;
    }
    .links-in{
        display: grid;
        justify-content: center;
        text-align: center;
        row-gap: 50px;
    }
    .fflex{
        display: grid;
        justify-content: center;
        text-align: center;
    }
    #links{
        margin-top: 8%;
        margin-bottom: 5%;
    }
    .fflex img{
        margin: auto;
    }
    #name{
        width: 100%;
        margin-bottom: 2%;
    }
    #sser-cont{
        height: 250px;
    }
    #txt h4,#txt p{
        font-size: 2.4vw;
        margin: auto;
    }
    #sser{
        margin: 2% auto 2% auto;
        width: 90%;
    }
    #home{
        min-height: 60vw;
    }
    #mem{
        margin-top: 3%;
    }
    #head{
        padding-bottom: 0;
        padding-top: 2%;
    }
    #mail,#phone{
        justify-content: center;
    }
    #mail p,#phone p{
        font-size: 14px;
    }
    #mem img{
        width: auto;
        height: 40%;
    }
    #home-foot{
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width:768px) {
    #product-cover,#payment-details{
        padding: 3% 6% 3% 6%;
    }
    #atag,#atag-contact-us,.container1 p,#home21 p{
        font-size: 3.2vw;
    }
    .container1 h1{
        font-size: 6.6vw;
    }
    #product-cover fieldset legend,#payment-details fieldset legend{
        font-size: 5.8vw;
    }
    #home15 h1,#customer fieldset legend,#landlord-agent fieldset legend,#terms fieldset legend{
        font-size: 5.8vw;
    }
    #product-cover label,#product-cover p,#payment-details label{
        font-size: 15px;
    }
    #mem img{
        height: 30%;
    }
    #atag,#atag-home,#sser-cont p,#sser a,#icc h3,.container2 p{
        font-size: 3.2vw;
    }
    .container1 h1,#home4 h1,.container2 h1,#home2 h1,#home3 h1{
        font-size: 4.6vw;
    }
    #rate p,#home2 p,.cont-abt p,#home4 p{
        font-size: 3.2vw;
    }
    .container2 h2,#txt h4{
        font-size: 4.1vw;
    }
    #txt p,#sser-cont h2{
        font-size: 3.6vw;
    }
    .container2{
        border-radius: 15px;
        width: 90%;
    }
    .container2 video{
        border: 5px solid #F7E440;
    }
    #sser-cont{
        height: 300px;
    }
    #ch1,#ch2{
        height: 75vw;
    }
    #ch1{
        margin-top: -66vw;
        margin-left: -20vw;
    }
    #ch2{
        margin-top: -78vw;
        margin-left: 60vw;
    }
    #icc {
        height: 380px;
    }
    #icc p{ 
        font-size: 3.2vw;
    }
    .slider-dot {
        width: 10px;
        height: 10px;
    }
    .cont-abt{
        border: 5px solid white;
    }
    #brandlogoo{
        height: 80px;
    }
    @keyframes reduce {
        to {
            height: 60px;
        }
    }
    .scroll-to-top {
        right: 10px;
    }  
    .scroll-to-top img {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width:653px) {
    #home{
        min-height: 80vw;
    }
}
@media screen and (max-width:576px) {
    #mem img{
        height: 75%;
    }
    #bull img{
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width:477px) {
    #home{
        min-height: 95vw;
    }
}
@media screen and (max-width:450px) {
    #sser-cont{
        height: 280px;
    }
    .slider-dot {
        width: 5px;
        height: 5px;
    }
    
    #icc {
        height: 300px;
    }
}
@media screen and (max-width:405px) {
    #home{
        min-height: 105vw;
    }
}
@media screen and (max-width:375px) {
    #home{
        min-height: 115vw;
    }
}
@media screen and (max-width:350px) {
    #home{
        min-height: 130vw;
    }
}
@media screen and (max-width:300px) {
    #home{
        min-height: 145vw;
    }
}