:root {
  --main-box-shadow: 0px 10px 30px rgba(63, 125, 170, 0.07);
  --main-color-backgrblock: #FFFFFF;
  --main-border-radiuscont: 36px;
  --main-border-radiusblock: 16px;
  --main-color-general: #3F7DAA;
  --main-color-titletxt: #234B5F;
  --main-color-blocktxt: #344853;
}
body{
    background-color: #F4F7F9;
    margin: 0;
}
body p{
    color: var(--main-color-blocktxt);
    font-size: 16px;
}
textarea, input, body {
    font-family: Gilroy;
    font-style: normal;
    box-sizing: border-box;
}

header{
    position: fixed;
    margin: 0% 5%;
    box-sizing: border-box;
    height: 60px;
    left: 0;
    right: 0;
    z-index: 999;
}

header>div{
    height: 100%;
    width: 100%;
    background: var(--main-color-backgrblock);
    box-shadow: var(--main-box-shadow);
    border-radius: 0px 0px var(--main-border-radiuscont) var(--main-border-radiuscont);
}
footer{
    margin: 20px 5% 0 5%;
    height: 60px;
    background: var(--main-color-backgrblock);
    border-radius: var(--main-border-radiuscont) var(--main-border-radiuscont) 0px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5%;
}

main{
    padding: 0% 5%;
    overflow-x: hidden;
}
#logowayap{
    display: block;
    width: 150px;
}
#logowayapmini{
    display: none;
}
#headercontain{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#headercontain>div{
    display: flex;
    gap: 15px;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.lang-select {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}
.lang-select p{
    margin: 0;
    font-size: 14px
}
.selected-lang {
    background: #fff;
    border: 1px solid #3f7daa;
    border-radius: 12px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.33s;
}

.selected-lang .fullselect{
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    transition: max-width 0.33s, opacity 0.33s;
}

.selected-lang:hover .fullselect{
    max-width: 120px;
    opacity: 1;
}
.lang-select.openselect   .selected-lang .fullselect,
.lang-select.closing .selected-lang .fullselect{
    max-width:120px;
    opacity:1;
}
.selected-lang .arrowselect{
    margin-left: 8px;
    font-size: .7em;
    transition: transform .33s;
}
.selected-lang[aria-expanded="true"] .arrowselect {
    transform: rotate(180deg);
}
.lang-dropdown {
    position: absolute;
    top: 100%;
    right: -15px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #88acc9;
    border-radius: 8px;
    box-shadow: var(--main-box-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .33s;
    z-index: 10;
}
.lang-select.openselect .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang-dropdown li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lang-dropdown li:hover {
    background: #f0f0f0;
}
.lang-dropdown .abbr {
    font-weight: bold;
}
.lang-dropdown .fullselect {
    margin-left: 8px;
    flex: 1;
}
.lang-dropdown .aiselect {
    margin-left: 8px;
    font-size: .75em;
    color: #fff;
    background: #3f7daa;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
}
.lang-dropdown .aiselect:hover{
    background: #459edd;
}
.lang-dropdown .aiselect:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 4px;
    pointer-events: none;
}
.lang-dropdown li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.lang-dropdown li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}





#hatwayaphat{
    display: flex;
    height: 100vh;
    position: relative;
    padding: 20px;
}

#hatwayapbaner{
    display: flex;
    box-sizing: border-box;
    gap: 25px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}


#hatwayapbaner p{
    margin: 0;
    font-size: 18px;
}
#hatwayapbaner .wayapdescrpttxt{
    max-width: 400px;
}

#wayapbanerhat p{
    font-size: 55px;
    font-weight: 550;
    max-width: 550px;
}

.nameblockw{
    color: var(--main-color-titletxt);
    font-size: 50px;
    font-weight: 550;
}
.nameblockw span{
    color: var(--main-color-general);
}

#waybanerblock{
    position: absolute;
    left: 20%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
}
#waybanerblock > img{
    max-height: 100%;
    box-sizing: border-box;
}


.headwayapbutt{
    cursor: pointer;
    border-radius: 12px;
    font-size: 14px;
    border: none;
    background: var(--main-color-general);;
    color: white;
    padding: 8px 14px;
    box-shadow: 0px 4px 8px rgba(63, 125, 170, 0.24);
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.headwayapbutt:hover{
    background: #459edd;
}

#headwayapbuttprof{
    display: none;
    cursor: pointer;
    border-radius: 12px;
    font-size: 14px;
    border: none;
    width: 18px;
    background: var(--main-color-general);;
    color: white;
    padding: 8px 14px;
    box-shadow: 0px 4px 8px rgba(63, 125, 170, 0.24);
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    text-align: center;
}

#headwayapbuttprof:hover{
    background: #459edd;
}

.wayapbutt{
    border-radius: 16px;
    font-size: 16px;
    width: 100px;
    cursor: pointer;
    border: none;
    background: var(--main-color-general);;
    color: white;
    padding: 10px 15px;
    box-shadow: 0px 4px 8px rgba(63, 125, 170, 0.24);
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.wayapbutt:hover{
    background: #459edd;
}

#bodywayapblock{
    width: 100%;
    display: flex;
    gap: 25px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
#bodywayapblock img{
    width: 100%;
    border-radius: 16px;
}

.wayapblockinfo{
    display: flex;
    padding: 25px;
    gap: 10px;
    background: var(--main-color-backgrblock);
    box-shadow: var(--main-box-shadow);
    width: 100%;
    max-width: 50%;
    border-radius: var(--main-border-radiuscont);
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.wayapblockinfo>div{
    display: flex;
    gap: 5px;
    flex-direction: column;
}




.wayapblockname{
    color: var(--main-color-titletxt);
    text-align: center;
    font-weight: 550;
    font-size: 20px;
}
.wayapblockdiscrpt{
    text-align: center;
}

.wayapdescrpttxt{
    line-height: 25px;
}
.wayapdescrpttxt>span{
    color: #3F7DAA;
}
#bodywayapbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: 100px;
    gap: 70px;
}

#bodywayapbody p{
    margin: 0;
}


#obuswayapblock{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#obuswayapblock>p{
    text-align: center;
    width: 60%;
}
#obuswayapblock>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
#obuswayapblock>div>img{
    height: 50px;
}


#whathlrblock{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#whathlrblock>div{
    display: flex;
    gap: 75px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
#whathlrblock>div>img{
    width: 50%;
    border-radius: 35px;
    max-width: 550px;
}
#whathlrblock>div>div{
    width: 50%;
    display: flex;
    gap: 20px;
    max-width: 500px;
    flex-direction: column;
    justify-content: center;
}
#whathlrblock>div>div p:first-child{
    font-size: 26px;
    font-weight: 550;
    color: #234b5f;
}

#wayapblockinfohlr{
    display: flex;
    padding: 40px;
    background: var(--main-color-backgrblock);
    box-shadow: var(--main-box-shadow);
    width: 100%;
    border-radius: var(--main-border-radiuscont);
    align-items: center;
    box-sizing: border-box;
    gap: 20px;
    flex-direction: row;
}

#wayapblockinfohlr>div{
    display: flex;
    flex-direction: column;
}
#wayapblockinfohlr>div:first-child{
    display: flex;
    flex-direction: column;
    max-width: 50%;
}
#wayapblockinfohlr>div:first-child>img{
    border-radius: 16px;
    width: 100%;
}
#wayapblockinfohlr>div:first-child>p{
    text-align: center;
}

#wayapblockinfohlr>div:last-child{
    gap: 20px;
    max-width: 50%;
}
#wayapblockinfohlr>div:last-child>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
}
#wayapblockinfohlr>div:last-child>div>img{
    width: 100%;
    max-width: 280px;
    border-radius: 16px;
}
#wayapblockinfohlr>div:last-child>div>div{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
}

.wayapblocknameserv{
    color: var(--main-color-titletxt);
    font-weight: 550;
    font-size: 20px;
}


#wayapblockinfohlrdescr{
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: minmax(0, 400px) minmax(0, 400px) minmax(0, 400px) minmax(0, 400px);
    justify-content: center;
}

.wayapblockhlrinfo{
    display: flex;
    padding: 25px;
    width: 100%;
    min-width: 200px;
    gap: 10px;
    background: var(--main-color-backgrblock);
    box-shadow: var(--main-box-shadow);
    border-radius: var(--main-border-radiuscont);
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.wayapblockhlrinfo>img{
    width: 100%;
    border-radius: 16px;
}


#freecheckerblokc{
    display: flex;
    gap: 75px;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
}
#freecheckerblokc>img{
    width: 50%;
    border-radius: 35px;
    max-width: 550px;
}
#freecheckerblokc>div{
    width: 50%;
    display: flex;
    gap: 20px;
    max-width: 550px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
#contreadytowork{
    display: flex;
    gap: 15px;
    padding: 30px;
    width: 100%;
    background: var(--main-color-backgrblock);
    box-shadow: var(--main-box-shadow);
    border-radius: var(--main-border-radiuscont);
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

#contreadytowork p:first-child {
    font-size: 26px;
    font-weight: 550;
    color: #234b5f;
}
#contreadytowork p{
    text-align: center;
}




@media only screen and (max-width: 1300px) {
    body p{
        font-size: 14px;
    }

    .nameblockw{
        font-size: 45px;
    }

    .wayapblockname,
    .wayapblocknameserv {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    #wayapblockinfohlr>div:last-child>div>img{
        max-width: 200px;
    }
    #wayapblockinfohlr>div:first-child{
        max-width: 40%;
    }
    #wayapblockinfohlr>div:last-child{
        max-width: 60%;
    }
    .nameblockw{
        font-size: 45px;
    }
    #obuswayapblock>p{
        width: 80%;
    }

    .wayapblockname,
    .wayapblocknameserv {
        font-size: 18px;
    }
    
    #freecheckerblokc{
        gap: 20px;
        justify-content: center;
        box-sizing: border-box;
        flex-direction: column-reverse;
        align-items: center;
    }
    #freecheckerblokc>div{
        width: 100%;
        gap: 10px;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #freecheckerblokc>img{
        width: 100%;
        border-radius: 35px;
        max-width: 550px;
    }
}


@media only screen and (max-width: 1100px) {
    #wayapblockinfohlrdescr{
        grid-template-columns: minmax(0, 400px) minmax(0, 400px);
    }
}

@media only screen and (max-width: 900px) {
    #hatwayaphat{
        height: 70vh;
    }
    .nameblockw{
        font-size: 40px;
    }
    #obuswayapblock>p{
        width: 90%;
    }
    #obuswayapblock>div>img{
        height: 40px;
    }
    #whathlrblock{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #whathlrblock>div{
        gap: 20px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #whathlrblock>div>img{
        width: 100%;
    }
    #whathlrblock>div>div{
        width: 100%;
        display: flex;
        gap: 10px;
        max-width: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #whathlrblock>div>div p:first-child{
        font-size: 20px;
    }
    #bodywayapblock{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .wayapblockinfo{
        max-width: 400px;
    }
    #wayapblockinfohlr{
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }
    #wayapblockinfohlr>div:first-child,
    #wayapblockinfohlr>div:last-child{
        max-width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .headwayapbutt{
        display: none;
    }
    #headwayapbuttprof{
        display: inline-block;
    }
    #hatwayapbaner{
        display: flex;
        box-sizing: border-box;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        max-width: 550px;
        width: 80%;
    }

    #hatwayapbaner p{
        margin: 0;
        font-size: 14px;
    }
    #hatwayapbaner .wayapdescrpttxt{
        max-width: 400px;
    }
    #wayapbanerhat p{
        font-size: 40px;
        font-weight: 550;
    }

    #obuswayapblock>div{    
        text-align: center;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
    #wayapblockinfohlr{
        padding: 20px;
        flex-direction: column;
        gap: 30px;
    }
    #wayapblockinfohlr>div:last-child>div{
        flex-direction: column;
    }
    #wayapblockinfohlr>div:last-child>div>div{
        gap: 5px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #wayapblockinfohlr>div:last-child>div>img{
        max-width: 100%;
    }
    #wayapblockinfohlrdescr{
        grid-template-columns: minmax(0, 400px);
        grid-gap: 30px;
    }

}
@media only screen and (max-width: 540px) {
     #logowayap{
        display: none;
    }
    #logowayapmini{
        display: block;
        width: 50px;
    }
}

@media only screen and (max-width: 420px) {
    body p{
        font-size: 12px;
    }
    #headercontain>div{
        gap: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #hatwayaphat {
        height: 90vh;
    }
    #waybanerblock{
        left: 10%;
        height: 85%;
    }
    #hatwayapbaner p{
        margin: 0;
        font-size: 12px;
    }
    #wayapbanerhat p{
        font-size: 30px;
        font-weight: 550;
    }
    #bodywayapbody{
        margin-top: 0;
    }

    .nameblockw{
        color: var(--main-color-titletxt);
        font-size: 30px;
        font-weight: 550;
    }
    .wayapdescrpttxt{
        line-height: 20px;
    }

    .wayapbutt{
        border-radius: 14px;
        font-size: 14px;
        padding: 8px 10px;
    }
}







/*RetroTell*/
.partnbannerscontein{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    pointer-events: none;
    z-index: 999;
}
.partnbannerscontein>div{
    position: relative;
    width: 100%;
    height: 100%;
}

.partnbanners{
    font-family: "Arial", sans-serif;
    width: 250px;
    height: 170px;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 36px;
    border: 10px solid #F8FAFB;
    box-shadow: 0px 5px 20px rgb(34 69 94 / 51%);
    overflow: hidden;
    transition: height 0.5s ease, width 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
    pointer-events: auto;
}
.partnbanners:hover {
    box-shadow: 0px 10px 35px rgb(34 69 94 / 35%);
    transform: scale(1.02);
}


#minibanner{
    box-sizing: border-box;
    background-color: #000000;
    background-image:radial-gradient(circle at -4% 84%, #c812a1b8, transparent 78%), radial-gradient(circle at 102% 36%, #314bc836, transparent 50%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    box-shadow: inset 0 0 25px rgb(23 0 34 / 81%);
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: box-shadow 0.5s, transform 0.5s;
}

#minibanner:hover {
    box-shadow: inset 0 0 25px rgb(218 0 255);
}

.partnerlogo{
    height: 50%;
    padding: 10px 10px 0 10px;
}

.partnerlogo img{
    width: 100%;
}



.partnerinfocont {
    display: flex;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(to right, transparent 0px, black 25px, black calc(100% - 25px), transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, transparent 0px, black 25px, black calc(100% - 25px), transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}


.partnerinfocont p{
    margin: 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #E52DA5;
    text-shadow: 0px 0px 4px rgb(255 0 226 / 63%);
}
.partnerinfo {
    width: 100%; 
    box-sizing: border-box;
}

:root{
    --marquee-speed: 20;
  }

.marquee {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px;
  }

  .marquee .item {
    display: inline-block;
  }

  .partnerinfo[data-dir="left"] .marquee {
    animation-name: marquee-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--marquee-duration, 8s);
  }
  .partnerinfo[data-dir="right"] .marquee {
    animation-name: marquee-right;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--marquee-duration, 8s);
    transform: translateX(calc(-1 * var(--marquee-distance, 0px)));
  }

  @keyframes marquee-left {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-1 * var(--marquee-distance, 0px))); }
  }
  @keyframes marquee-right {
    from { transform: translateX(calc(-1 * var(--marquee-distance, 0px))); }
    to   { transform: translateX(0); }
  }

.retrobutton {
    display: inline-block;
    padding: clamp(12px, 2vw, 18px) clamp(25px, 5vw, 55px);
    background: rgba(133, 153, 156, 0.14);
    border: 1px solid rgba(147, 173, 176, 0.3);
    color: #FFF;
    border-radius: 29px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: var(--fz-regular);
    transition: .3s ease;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    text-decoration: none;
}

.retrobutton:hover {
    background: #01eaff;
    box-shadow: 0 0 30px #31ecff;
}

.closeXmain{
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 30px;
    color: #FFF;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

#banner-block {
    overflow: auto;
    width: 100%;
    display: none;
    box-sizing: border-box;
}
#banner-block>div {
    box-sizing: border-box;
    position: relative;
    background: #000;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.backdekor{
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: -1;
}

.banner-bodycont{
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-sizing: border-box;
    overflow-y: auto;
}

.banner-header {
    opacity: 0;
    display: none;
    width: 50%;
    justify-items: center;
    transition: all 0.5s;
}

.banner-img-wrapper {
    width: 100%;
}

.banner-img-wrapper img{
    width: 100%;
}

.banner-header-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 350px;
}

.banner-header-title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.banner-header-title span {
    color: #00eaff;
}

.banner-body {
    opacity: 0;
    display: none;
    gap: 20px;
    transition: all 0.5s;
}

.banner-body-content {
    max-width: 340px;
}

.banner-body-content-title {
    font-weight: 700;
    font-size: 20px;
    color: #ec72ee;
    margin: 0;
}

.banner-body-content-description {
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: normal;
}

.bg-logo-banner {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    height: 100%;
    z-index: -1;
    opacity: 1;
    transition: all 0.8s;
}

.bg-logo-banner img {
  height: 100%;
}






@media only screen and (max-width: 950px) {
    .banner-bodycont{
        flex-direction: column;
    }
    .banner-body{
        grid-template-columns: 50% 50%;
        text-align: center;
    }
    .banner-header{
        width: 100%;
    }
    .banner-header-content{
        gap: 20px;
    }
    .banner-header-title{
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .banner-body{
        grid-template-columns: 100%;
    }
    .partnbanners{
        height: 80px;
        width: 100%;
    }
    .partnerlogo{
        display: none;
    }
    #minibanner{
        justify-content: center;
    }
}

@media only screen and (max-width: 550px) {
    .banner-header-title{
        font-weight: 500;
        font-size: 24px;
    }
    .partnerinfocont p{
        font-size: 16px;
    }
    .banner-bodycont{
        padding: 50px;
    }
    
}
@media only screen and (max-width: 450px) {
    .banner-header-title{
        font-size: 20px;
    }
    .banner-bodycont{
        padding: 20px;
    }
    .partnbannerscontein{
        padding: 30px;
    }
    .partnerinfocont p{
        font-size: 14px;
    }
    .banner-body-content-title{
        font-size: 16px;
        font-weight: 400;
    }
    .banner-body-content-description{
        font-size: 14px;
    }
    .partnbanners{
        border: 5px solid #F8FAFB;
    }
}

/*RetroTell End*/










@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('./fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-Medium.woff') format('woff'),
        url('./fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('./fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-Regular.woff') format('woff'),
        url('./fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('./fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-SemiBold.woff') format('woff'),
        url('./fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GilroyMono';
    src: url('./fonts/Gilroy-Regular-mono.eot');
    src: local('GilroyMono Regular'), local('GilroyMono-Regular'),
        url('./fonts/Gilroy-Regular-mono.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-Regular-mono.woff') format('woff'),
        url('./fonts/Gilroy-Regular-mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}