* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

body {
    font-family: 'Jost', sans-serif !important;
}

p {
    font-size: 16px;
}

.o-hidden {
    overflow: hidden;
}

a.navbar-brand img {
    width: 120px;
}

.bg-theme {
    background: #031a2f !important;
}

.bg-yellow {
    background: #fcb614;
}

.logo-img img {
   max-width:300px;
}

.mainHeading p {
    font-size: 35px;
    margin: 0;
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #fcb614;
}

.mainHeading h2 {
    font-size: 50px;
    font-weight: bolder;
    letter-spacing: -3px;
}

.hastag {
    color: #fcb614;
    margin: 0;
}

.installGuide {
    text-decoration: none;
    color: #fff;
    position: relative;
    margin-left: 50px;
}
.installGuide:hover{
    color: #fff;
}
.installGuide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fcb614;
}

.installGuide::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../img/responsive-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.support span a {
    color: #fcb614;
    text-decoration: none;
    animation: animate 1s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.downloadSection a {
    text-decoration: none;
    color: #fff;
    width: 50%;
}

.downloadSection a:hover {
    color: #fff;
}

.downloadSection a .icon {
    width: 30px;
}

.downloadSection a .desc {
    width: calc(100% - 30px);
    padding-left: 6px;

}

.downloadSection a .desc h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.downloadSection a .desc p {
    font-size: 10px;
    font-weight: 600;
}

.relative {
    position: relative !important;
}

.mobileBox {
    /* position: absolute;
    z-index: 999;
    width: 280px;
    height: 557px;
    background:url(../img/iphone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden; */
}

#myCarousel {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 557px;
    margin: 0 auto;

}

#myCarousel .item {
    width: 250px;
    height: 538px;
    border-radius: 2rem;
    overflow: hidden;
}

#myCarousel img {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

#myCarousel::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -18px;
    width: 280px;
    height: 557px;
    background: url(../img/iphone.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.policiesBox a {
    text-decoration: none;
}


/* installation */

.web__link {
    position: relative;

}

.web__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #f6b419;
}

.title a {
    color: #f6b419 !important;
    text-decoration: none;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.1) !important;

}

.back-btn a {
    color: white !important;
    text-decoration: none;
}

.navbar-brand img {
    width: 80px;
}

.head-line {

    height: 3px;
    background: #f6b419;
    border: 3px;
    width: 10%;
    margin-bottom: 20px;

}

.item-line {


    position: absolute;
    top: 0%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 2px;

    background-color: #f6b419;
}

.el .item-dot {
    border-color: #d3e3ed;
}

.item-dot {
    position: absolute;
    color: #031a2f;
    display: grid;
    place-content: center;
    font-weight: 500;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;

}

.text-justify {
    text-align: justify;
}

.installation_support p {
    font-size: 16px;
}

.policiesBox a:hover {
    color: #f6b419 !important;
    transition: 0.5s;
}

ul {
    list-style: none;
}

/* privacy */


.lines {
    height: 2px;
    background: #fcb614;
    border: 3px;
    width: 10%;
    margin-bottom: 20px;
}

.bg-dark {
    background: #031a2f !important;
}

.text-yellow {
    color: #fcb614;
}

.unorder li {
    font-size: 14px;
}

.privacy_page p {
    font-size: 14px;
}

.cookies__page p {
    font-size: 14px;
}

.cookies__page h4 {
    font-size: 16px;
}

.privacy_page h4 {
    font-size: 16px;
}

.privacy_page h3 {
    font-size: 18px;
}

.cookies__page h2 {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
}

.cookies__page h2:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #fcb614;
    width: 100%;

}

.terms__page h2 {
    position: relative;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
}

.terms__page h2:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #fcb614;
    width: 100%;

}

.rectBox {
    position: relative;
    padding: 2rem;
}

.rectBox:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fcb614;
}

.rectBox:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #fcb614;
}

.rectBox:nth-of-type(even)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcb614;
}

.rectBox:nth-of-type(even)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fcb614;
}
ul.unorder {
    margin: 0;
    padding: 0;
    list-style: none;
}





@media (min-width:100px) and (max-width:768px) {

    .item-line,
    .item-dot {
        display: none;
    }

    .supp .row {
        margin-bottom: 3rem;
    }

    .supp .col-md-4 {
        text-align: center;
    }

    .supp .col-md-4 img {
        margin-bottom: 1rem;
    }

    .supp .reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }



    .insta {
        padding: 1rem 0;
    }

    .downloadSection {
        flex-direction: column;
    }

    .downloadSection a {
        width: 100%;
    }
}