@font-face {
	font-family: peb;
	src: url("font/Lovelo\ Black.otf") format("truetype");
}
@font-face {
	font-family: rhr;
	src: url("font/georgia.ttf") format("truetype");
}
@font-face {
	font-family: rhsb;
	src: url("font/RedHatDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: rhb;
	src: url("font/RedHatDisplay-Bold.ttf") format("truetype");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #D9D9D9;
}

::-webkit-scrollbar-thumb {
    background: #3A469D;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a469d83;
}
html, body{
    overflow-x: hidden;
    background-color: #EBECF5;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
#head{
    background-color: white;
    padding-top: 1.2%;
    padding-bottom: .2%;
}
#mail, #phone{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#mail p,#mail a,#phone p,#phone a{
    text-decoration: none;
    color: #3A469D;
    font-family: rhr;
}
#mail a:hover,#phone a:hover{
    text-decoration: underline;
}
.navbar{
    background-color: #3a469d;
}
#navbarNav img{
    margin: auto;
    padding: auto;
    width: auto;
    height: 30px;
}
#brandlogoo{
    width: auto;
    height: 120px;
    animation: reduce 1s 3s ease-in-out forwards;
}
@keyframes reduce {
    to {
        height: 90px;
    }
}
.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{
    color: white;
    transition: .4s;
    font-size: 1.2vw;
    font-family: peb;
    border-radius: 25px;
    padding-top: 2%;
    padding-bottom: 1%;
}
#atag:hover,#atag-home{
    background-color: white;
    color: #3A469D;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#home{
    background-image: url(bg/bg1.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vw;
    text-align: center;
    padding-top: 10%;
}
.container1{
    padding: 2.2% 2% 2% 2%;
    margin-top: 1%;
    margin-bottom: 6%;
}
#home h1{
    font-size: 8vw;
    color: white;
    letter-spacing: 5px;
    font-family: peb;
}
#home h3{
    font-size: 1.6vw;
    color: white;
    font-family: peb;
    word-spacing: 25px;
}
#home a{
    font-family: rhb;
    text-decoration: none;
    color: #3A469D;
    background-color: white;
    padding: 1% 2% 1% 2%;
    border-radius: 10px;
    transition: .4s;
    font-size: 1.2vw;
}
#home a:hover{
    background-color: #3A469D;
    color: white;
}
#home1{
    padding: 5% 5% 5% 5%;
    background-color: white;
    background-image: url(bg/bg6.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;  
}
#h1text,#h2text{
    display: block;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #3A469D;
    padding-left: 8%;
}
#h1text h3{
    font-size: 1.5vw;
    font-family: peb;
    padding-bottom: 2%;
}
#h1text h1,#h2text h1{
    font-family: peb;
    font-size: 2.5vw;
    padding-bottom: 2%;
}
#h1text p{
    font-size: 1.2vw;
    font-family: rhr;
}
#h2text h5{
    font-size: 1.3vw;
    font-weight: 700;
    font-style: italic;
    font-family: rhr;
    text-align: center;
}
#h2text p{
    font-size: 1.2vw;
    font-family: rhr;
    text-align: center;
}
#h1img{ /*video*/
    display: flex;
    align-items: top;
    justify-content: center;
}
#h2img{
    display: flex;
    align-items: center;
    justify-content: center;

}
#h1img video{ /*video*/
    border: 8px solid #3A469D;
    border-radius: 15px;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
}
#h2img img{
    border: 12px solid #3A469D;
    border-radius: 20px;
    width: 100%;
    height: auto;
}
#bullets{
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bull{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.bull h6{
    font-size: 1.3vw;
    font-family: rhr;
}
.bull img{
    animation: rotate 5s infinite;
}
@keyframes rotate {
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
#home3{
    background-image: url(bg/bg2.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vw;
    text-align: center;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}
#home3 h1{
    font-family: peb;
    text-align: center;
    color: white;
    font-size: 2.5vw;
}
#pp{
    font-family: rhr;
    text-align: center;
    color: white;
    text-decoration: underline;
    font-style: italic;
    font-size: 1.4vw;
}
#icc {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding-left: 0;
    padding-right: 0;
}
#icc h3{
    font-size: 2vw;
    font-family: peb;
    text-decoration: underline;
    width: fit-content;
    margin: auto;
}
#icc p{ 
    font-family: rhr;
    font-size: 1.2vw;
    padding: 0 20% 0 20%;
}
#icc img{
    border: 3px solid #D9D9D9;
    height: 300px;
    width: 240px;
    cursor: pointer;
    transition: .6s;
    margin: 0 auto 2% auto;
}
#icc img:hover{
    transform: scale(1.05);
}
#home4{
    background-color: white;
    background-image: url(bg/bg6.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;  
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6%;
}
#cont-text{
    padding: 4%;
    background-color: white;
    margin: 0 13% 0 13%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#cont-text h1{
    font-family: peb;
    color: #3A469D;
    text-align: center;
    font-size: 2.5vw;
}
#home5{
    background-color: #3A469D;
    min-height: 60vw;
    padding-top: 5%;
    padding-bottom: 5%;
}
#home5 h1{
    font-family: peb;
    color: white;
    text-align: center;
    font-size: 2.5vw;
}
#home5 h3{
    font-family: peb;
    color: white;
    text-align: center;
    font-size: 1.8vw;
}
#info-o{
    background-color: #e7e7e7;
    padding: 1%;
    border-radius: 15px;
}
#info{
    display: grid;
    align-items: center;
    justify-content: left;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 4%;
    padding-bottom: 5%;
    padding-left: 4%;
    height: 100%;
    border-radius: 15px;
}
#info p{
    font-family: peb;
    font-size: 1.3vw;
    color: #3A469D;
}
#info a{
    font-family: peb;
    text-decoration: none;
    color: #3A469D;
    transition: .4s;
}
#info a:hover{
    text-decoration: underline;
}
.links{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
    padding-right: 4%;
}
.links img{
    transition: .4s;
}
.links img:hover{
    transform: scale(.9);
}
#form{
    color: white;
    padding-left: 4%;
}
#form h5{
    font-family: peb;
    font-size: 1.5vw;
    letter-spacing: 5px;    
}
#form label{
    font-family: rhsb;
    font-size: 1.4vw;
}
#form input[type=text],#form input[type=email],#form input[type=tel]{
    width: 100%;
    height: 40px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none !important;
    padding-left: 3%;
    text-align: left;
    transition: .4s;
}
#form input::placeholder{
    font-family: rhb;
    color: #3A469D;
    padding-left: .5%;
    text-align: left;
}
#form input[type=text]:focus,#form input[type=email]:focus,#form input[type=tel]:focus{
    border-radius: 0;
    transform: scale(.98);
    border: none !important;
}
#form input[type=text]:hover,#form input[type=email]:hover,#form input[type=tel]:hover{
    transform: scale(.98);
    border: none !important; 
}
#form input[type=submit]{
    font-family: rhb;
    color: white;
    background-color: #3A469D;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    padding: 2% 5% 2% 5%;
    border: none;
    font-size: 17px;
    letter-spacing: 2px;
    border-radius: 35px;
    transition: .4s;
}
#form input[type=submit]:hover{
    background-color: #D9D9D9;
    color: #3A469D;
    transform: scale(.90);
    box-shadow: none;
}
#hr{
    border-bottom: 3px solid white;
    margin-left: 12%;
    margin-right: 12%;
}
#foot{
    font-family: rhr;
    color: white;
    font-size: 17px;
}
#foo1 p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
#foo2 p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
#foo2 a{
    text-decoration: none;
    color: white;
    transition: .4s;
}
#foo2 a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    #icc img{
        height: 300px;
        width: 240px;
    }
}
@media screen and (max-width: 1080px) {
    #icc img{
        height: 300px;
        width: 220px;
    }
}
@media screen and (max-width: 992px) {
    ::-webkit-scrollbar {
        display: none;
    }
    #home3{
        background-image: unset;
    	background-position: unset;
        background-attachment: unset;
        background-size: unset;
        background-repeat: unset;
        background-color: #3A469D;
    }
    #mail p,#phone p{
        font-size: 14px;
    }
    #info{
        justify-content: center;
        text-align: center;
        margin-bottom: 5%;
    }
    #info img{
        margin: auto;
    }
    #info-o{
        margin-bottom: 5%;
    }
    .links{
        justify-content: center;
        padding-right: unset;
    }
    #home5{
        padding-left: 5%;
        padding-right: 5%;
    }
    #atag,#atag-home{
        padding-left: 3%;
        font-size: 2vw;
    }
    #brandlogoo{
        width: auto;
        height: 60px;
        animation: reduce 1s 3s ease-in-out forwards;
    }
    @keyframes reduce {
        to {
            height: 40px;
        }
    }
    #home h1{
        font-size: 6vw;
    }
    #home h3{
        font-size: 1.4vw;
    }
    #home a{
        font-size: 1.2vw;
        padding: 1%;
    }
    #foo1 p,#foo2 p{
        justify-content: center;
        text-align: center;
    }
    #h1text h1,#h2text h1{
        font-size: 4vw;
    }
    #h1text p{
        font-size: 1.4vw;
    }
    #h2text p{
        font-size: 1.4vw;
    }
    #icc h3{
        font-size: 4vw;
    }
    #icc p{
        font-size: 2vw;
    }
    .cpp1{
        margin-top: 5%;
    }
    #home3 h1{
        font-size: 4vw;
    }
    #pp{
        font-size: 2vw;
    }
    .bull h6{
        font-size: 1.6vw;
    }
    .bull img{
        height: 25px;
        width: auto;
    }
    #icc p{ 
        font-size: 2.5vw;
    }
    #cont-text h1{
        font-size: 4vw;
    }
    #home5 h1{
        font-size: 4vw;
    }
    #home5 h3{
        font-size: 3vw;
    }
    #info p{
        font-size: 2.6vw;
    }
    #form h5{
        font-size: 2.5vw;   
    }
    #form label{
        font-size: 2.8vw;
    }
    #foot{
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    #atag,#atag-home{
        font-size: 3vw;
    }
    #foot{
        font-size: 10px;
    }
    #home{
        min-height: 55vw;
    }
    #home h3{
        word-spacing: 10px;
    }
    #home a{
        font-size: 10px;
        padding: 1%;
        border-radius: 5px;
    }
    #h1text p{
        font-size: 2vw;
    }
    #h2text p{
        font-size: 2vw;
    }
    .bull h6{
        padding-top: 3%;
        font-size: 2vw;
    }
    .bull img{
        height: 15px;
    }
}