@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #726d7b;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #726d7b;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

main{
    background-color: #fff;
}

.container-port{
    width: 1350px;
    padding: 0px 20px;
    margin: auto;
}


.usr-prf--bf img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.fusr--ig{
    margin: auto;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: end;
    padding: 0px 40px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 30px;
}

.usr--prf--pic{
    width: 200px;
    height: 200px;
    border-radius: 500px;
    background: #ffff;
    border: 7px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
}

.usr--prf--pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usr-prf--dtt{
    margin-top: 103px;
    padding-left: 22px;
}

.name{
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #000;
    font-weight: 600;
}

.occ{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 14px;
}

.lst--acs-items{
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm--fnt{
    font-size: 15px;
}

.nm--fnt svg{
    height: auto;
    margin-right: 6px;
}

.adress svg{
    width: 13px;
}

.email svg{
    width: 17px;

}

.phone svg{
    width: 17px;
}
/* header ============================================================== */


.wrapper{
	margin: auto;
    padding: 30px 0px;
}

.tab-wrapper{
	text-align: center;
	display: block;
	margin: auto;
}

.tabs{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.tab-link{
    margin: 0 1%;
    list-style: none;
    padding: 6px 31px;
    padding-bottom: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: all ease 0.5s;
    background: #2196F3;
    border: 1px solid #2196F3;
    border-radius: 100px;
    font-family: 'Poppins';
    font-size: 13px;
}

/* .tab-link:hover{
	color: #999;
} */

.tab-link.active{
    color: #2196F3;
    border: 1px solid #2196F3;
    background-color: #fff;
}


.content-wrapper{
	padding: 20px 80px;
}

.tab-content{
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
    }
    }



.home-info{
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
    padding: 30px;
    border-radius: 10px;
}    

.ussr-nme{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.ussr-occ{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.shrt-descpt{
    margin-bottom: 20px;
}

.cnt-phn{
    margin-bottom: 10px;
}

.cnt-eml{

}


.abts-info{
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
    padding: 30px;
    border-radius: 10px;
}

.abts-info h3{
    text-align: left;
    font-size: 25px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #00000024;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.abts-info p{
    margin-bottom: 10px;
}


/* gallery ------------------------------- */

.glry-col-lg{
    padding: 10px;
}

.img-src-glry img{
    width: 100%;
    border-radius: 10px;
}

/* contact info----------------- */

.lst--acs-items-item{
    text-align: center;
}

.mbt30{
    margin: 20px auto;
    background: antiquewhite;
    padding: 20px 21px;
    width: 259px;
    border-radius: 10px;
    color: #000;
}


@media screen and (max-width:1350px) {
    .container-port{
        width: 100%;
    }
}
@media screen and (max-width:950px) {
.usr-prf--dtt{
    width: 70%;
}
.lst--acs-items{
    flex-wrap: wrap;
    gap: 10px 20px;
}
.tab-link{
    padding: 10px 10px;
}
}


@media screen and (max-width:768px) {
    .content-wrapper {
        padding: 40px 20px;
    }
    .nm--fnt {
        font-size: 12px;
    }
    .occ{
        font-size: 13px;
    }
    .usr-prf--dtt{
        width: 60%;
    }
    .name{
        font-size: 20px;
    }
    .usr--prf--pic {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width:575px) {
    .fusr--ig{
        flex-direction: column;
        align-items: baseline;
        padding: 0px 20px;
        padding-bottom: 60px;
        margin-top: -41px;
    }

    .usr-prf--dtt {
        margin-top: -57px;
        padding-left: 14px;
        margin-left: auto;
        width: 68%;
    }
    .lst--acs-items {
        flex-wrap: wrap;
        gap: 10px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 19px;
        justify-content: center;
        transform: scale(.9);
    }

    .usr--prf--pic {
        width: 100px;
        height: 100px;
        border: 4px solid #ffffff;
    }
    .name {
        font-size: 16px;
    }
    .occ {
        font-size: 2.3vw;
    }
    .nm--fnt {
        font-size: 9px;
    }
    .adress svg {
        width: 8px;
    }
    .email svg {
        width: 11px;
    }
    .phone svg {
        width: 10px;
    }
    .nm--fnt svg {
        height: auto;
        margin-right: 2px;
    }
    .tab-link {
        padding: 10px 8px;
        font-size: 11px;
    }
    .container-port{
        padding: 10px 10px;
    }
    .usr-prf--bf img {
        width: 100%;
        height: 200px;
    }
    .content-wrapper {
        padding: 20px 20px;
    }
}