body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000
}
.commspace {
    padding: 100px 0;
    clear: both
}
.space50 {
    padding: 50px 0
}
.navbread {
    padding: 10px 0;
}
.Engbg{
    background-color: #EDEDED;
}
.navbread li a {
    color: #000;
    text-decoration: none;
}
.navbread li a:hover{
    color: #2249FF;
}
.headingmain{
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: center;
}
.headingmain span, .homeText p span{
    display: block;
}
.homebanner .headingmain{
    font-size: 50px;
    font-weight: 400;
}
.homebanner{
    position: relative;
}
.homebanner img{
    width: 100%;
    height: auto;
}
.homebanner .homeText {
    text-align: center;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
}
.homeText .headingmain{
    margin-bottom: 10px;
}
.homeText p{
    font-size: 20px;
    line-height: 1.3;
}
.homebtn{
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;  
}
.homebtn a{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(to right, #2249FF 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}
.homebtn a:hover{
    background-position: left;
    color: #fff;
    border-color: #2249FF
}
.homebtn a:hover img{
    filter: invert(1);
}
.homebtn a img{
    width: 40px;
    height: 40px;
    margin-left: 15px;
}
.community{
    background: url(https://cdn.polestarllp.com/assets/community-BG.png) no-repeat;
    background-size: 100% 100%;
}
.community .headingmain{
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.community p a{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.Subscribe{
    margin-top: 30px;
}
.Subscribe .form-control {
    border: 1px solid #A2A2A2;
    padding: 20px 30px;
    box-shadow: none;
    border-radius: 40px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.Subscribe .btn{
    border: 2px solid #262626;
    padding: 20px 100px;
    border-radius: 50px;
    font-size: 24px;
    box-shadow: none;
    color: #000;
    position: absolute;
    right: 0;
    font-weight: 500;
    background: linear-gradient(to right, #2249FF 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.2s ease-in
}
.Subscribe .btn:hover{
    background-position: left;
    color: #fff;
    border-color: #2249FF
}
.Subscribe .form-control::placeholder{
    color: #000;
}
.Subscribe form {
    display: flex;
    position: relative;
}
.homepagebannermob{
    display: none;
}
@media (max-width: 1399px) {
    .homebanner .homeText{
        top: 70px;
    }
    .homebtn{
        bottom: 70px;
    }
}
@media (max-width: 1199px) {
    .homebanner .headingmain{
        font-size: 40px;
        margin-bottom: 5px
    }
    .homebanner .homeText{
        top: 50px;
    }
    .homebtn{
        bottom: 50px;
    }
    .headingmain span, .homeText p span{
        display: inline;
    }
    .Subscribe .btn, .Subscribe .form-control{
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .commspace {
        padding: 70px 0;
    }
    .homebanner {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: normal;
        justify-content: center;
        height: 450px;
    }
    .headingmain{
       line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .container{
        padding-right: var(--bs-gutter-x, 1.25rem);
        padding-left: var(--bs-gutter-x, 1.25rem);
    }
    .homebtn{
        bottom: 70px;
    }
    .headingmain{
        margin-bottom: 30px;
        font-size: 24px;
    }
    .homeText p{
        font-size: 16px;
    }
    .Subscribe form{
        display: inline;
    }
    .Subscribe .btn{
        position: relative;
        margin-top: 20px;
        padding: 15px 50px;
        background: #fff;
    }
    .homebanner{
        height: 600px;
    }
    .homebanner .headingmain {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .homebanner img {
        width: 1400px;
    }
    .homebtn a, .subtitle, .Subscribe .btn {
        font-size: 16px;
        font-weight: bold;
    }
    .Subscribe .form-control {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .homepagebannerdesk{
        display: none;
    }
    .homepagebanner .homepagebannermob{
        display: block;
        width: 600px;
        margin-left: 0;
    }
}