@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-services{
    color: #F7E440;
    transition: .4s;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-top: 2%;
    padding-bottom: 1.2%;
    font-family: ir;
}
#atag:hover,#atag-services{
    background-color: #F7E440;
    color: #1B1313;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#home{
    background-image: url(bg/bg3.png);
	background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vw;
    text-align: center;
    padding-left: 10%;
    padding-right: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.container1{
    text-align: left;
}
.container1 h1{
    font-size: 5vw;
    font-weight: 800;
    font-family: hlt;
}
.container1 p{
    font-size: 1.5vw;
    font-weight: 600;
    font-family: hb;
}
#home1{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1B1313;
    background-color: white;
    padding: 4%;
}
#home1 h1{
    font-size: 3.5vw;
    font-weight: 800;
    font-family: hb;
    text-shadow: 2px 2px 8px #F7E440;
}
#home1 p{
    font-size: 1.5vw;
    font-weight: 600;
    font-family: hb;
}
#home2{
    background-color: #1B1313;
    padding: 2.5% 4% 4% 4%;
}
#home2 h1{
    color: #F7E440;
    text-align: center;
    font-size: 3vw;
    font-weight: 800;
    font-family: hlt;
}
#home2-p{
    color: white;
    text-align: center;
    font-size: 1.5vw;
    margin-bottom: 5%;
    font-family: hb;
}
#ser1,#ser2,#ser3,#ser4{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser1-in,.ser2-in,.ser3-in,.ser4-in{
    display: grid;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: auto;
    margin: auto;
}
.ser1-in img,.ser2-in img,.ser3-in img,.ser4-in img{
    width: 100%;
    height: auto;
    margin: auto;
}
.ser1-in h2,.ser2-in h2,.ser3-in h2,.ser4-in h2{
    text-align: left;
    color: #F7E440;
    font-weight: 700;
    font-size: 2.5vw;
    font-family: hb;
}
.ser1-in p,.ser2-in p,.ser3-in p,.ser4-in p{
    text-align: left;
    color: white;
    font-weight: 700;
    font-size: 1.4vw;
    padding: 3% 8% 3% 0;
    font-family: hb;
}
#home2 a{
    background-color: #0050A0;
    border-radius: 10px;
    padding: 1%;
    color: white;
    font-size: 1.2vw;
    text-decoration: none;
    transition: .4s;
    text-align: center;
    font-family: hb;
}
#home2 a:hover{
    background-color: #F7E440;
    color: #1B1313;
}
#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);
}
@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media screen and (max-width:992px) {
    #atag,#atag-services{
        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%;
    }
    #head{
        padding-bottom: 0;
        padding-top: 2%;
    }
    #mail,#phone{
        justify-content: center;
    }
    #mail p,#phone p{
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .ser1-in p,.ser2-in p,.ser3-in p,.ser4-in p,#atag,#atag-services,#home2 a{
        font-size: 3.2vw;
    }
    #home2 a{
        padding: 3%;
        border-radius: 5px;
    }
    .container1 h1{
        font-size: 6.6vw;
    }
    .container1 p,#home1 p,#home2-p{
        font-size: 3.1vw;
    }
    #home1 h1{
        font-size: 5.1vw;
    }
    #home2 h1{
        font-size: 4.6vw;
    }
    .ser1-in h2,.ser2-in h2,.ser3-in h2,.ser4-in h2{
        font-size: 4.8vw;
    }
    #brandlogoo{
        height: 80px;
    }
    @keyframes reduce {
        to {
            height: 60px;
        }
    }
    .scroll-to-top {
        right: 10px;
    }  
    .scroll-to-top img {
        width: 25px;
        height: 25px;
    }
}
