@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&family=Commissioner:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Vazirmatn:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:Anek Tamil,sans-serif}body{background:linear-gradient(to right,#d2a679,#8b5e3c);color:#fff;min-height:100vh}:root{--primary-color: rgba(249, 230, 184)}button{height:40px;width:140px;font-size:18px;background-color:var(--primary-color);border:1px solid var(--primary-color);cursor:pointer;transition:.6s;z-index:1;overflow:hidden;position:relative;border-radius:8px}button:after{content:"";position:absolute;top:0;right:0;height:100%;width:100%;background-color:#c8a98e;z-index:-1;clip-path:circle(0% at 88% 16%);transition:.6s}button:hover:after{clip-path:circle(130% at 88% 16%)}button:hover{color:#fff}.section{display:flex;flex-direction:column;width:100%;padding:80px 12%;border-bottom:1px solid rgba(131 131 131 .2)}.Section_title{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.Section_title p{font-size:22px;color:#ffffffb3}.Section_title h2{font-size:32px;color:#fff;line-height:42px}@media screen and (max-width:500px){.Section_title p{font-size:15px}.Section_title h2{font-size:20px;line-height:30px}}.nav_wrapper{width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 12%;position:fixed;top:0;left:0;z-index:9999;background:linear-gradient(to right,#d2a679,#8b5e3c);transition:background .3s ease-in-out}.navColor{background:linear-gradient(to right,#c4a56a,#8a573b)!important;transition:background .3s ease-in-out}.logo a{font-size:28px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;text-shadow:0 0 3px rgba(255,255,255,.3);display:inline-block;line-height:1.2;transition:transform .2s ease}.logo a:hover{transform:scale(1.02)}.nav_wrapper ul li{display:inline-block;margin:0 12px}.nav_wrapper ul li a{color:#fff}.nav_wrapper ul li:hover a{color:var(--primary-color)}.nav_btns{display:flex;align-items:center;gap:20px}.nav_btns #bars{height:40px;width:40px;background:linear-gradient(to right,#d2a679,#8b5e3c);border:1px solid var(--primary-color);border-radius:8px;align-items:center;justify-content:center;cursor:pointer;z-index:1;overflow:hidden;position:relative;display:none}.nav_btns #bars:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#c8a98e;z-index:-1;clip-path:circle(0% at 50% 50%);transition:.6s}.nav_btns #bars:hover:after{clip-path:circle(130% at 50% 50%)}@media screen and (max-width: 900px){.nav_btns #bars{display:flex}.nav_wrapper ul{position:absolute;top:100%;left:-100%;z-index:99;width:100%;background:linear-gradient(to right,#d2a679,#8b5e3c);transition:.6s}.nav_wrapper ul.active{left:0}.nav_wrapper ul li{display:block;padding:25px 0;padding-left:12px!important;border-bottom:.5px solid rgba(131,131,131,.2)}.logo a{font-size:24px}}@media screen and (max-width: 667px){.nav_wrapper{padding:0 8%;justify-content:center}.logo a{font-size:22px;margin-left:0}.nav_btns{gap:15px;position:absolute;right:8%}.nav_btns #bars{height:30px;width:30px}}@media screen and (max-width: 375px){.nav_wrapper{padding:0 5%}.logo a{font-size:20px;margin-left:0}.nav_btns{gap:12px;right:5%}.nav_btns #bars{height:30px;width:30px}}.swiper{width:100%!important;max-height:100vh}.header_wrapper{position:relative;background-size:contain;opacity:0;animation:fadeIn 1s .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header_wrapper .social{position:absolute;top:50%;left:4%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px;z-index:1000}.header_wrapper .social i{height:40px;width:40px;border:1px solid #fff;font-size:18px;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.header_wrapper .social i:hover{box-shadow:0 0 15px #c8a98ecc;filter:brightness(1.2);transition:all .2s ease}.Header_slide{display:flex;align-items:center;justify-content:center;padding:50px 0;min-height:100vh;box-sizing:border-box}.header_content{width:50%}.header_content small{color:#ffffffb3;font-size:1.1rem;font-weight:500;display:inline-block;transform:translate(-100px);opacity:0;animation:anim_show 1s .5s cubic-bezier(.68,-.55,.265,1.55) forwards}.header_content h2{font-size:3rem;line-height:4rem;color:#ffffffe6;transform:translate(-100px);opacity:0;animation:anim_show 1s 1s cubic-bezier(.68,-.55,.265,1.55) forwards}.header_content p{font-size:1rem;color:#ffffffb3;margin:20px 0;transform:translate(-100px);opacity:0;animation:anim_show 1s 1.5s cubic-bezier(.68,-.55,.265,1.55) forwards}.header_content button{width:180px;height:42px;background:linear-gradient(to right,#d2a679,#8b5e3c);border:none;color:#fff;font-size:1rem;border-radius:25px;cursor:pointer;transform:translate(-100px);opacity:0;animation:anim_show 1s 2s cubic-bezier(.68,-.55,.265,1.55) forwards;transition:transform .3s ease,box-shadow .3s ease}.header_content button:hover{transform:scale(1.05);box-shadow:0 4px 15px #d2a67999}.header_images{width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0 5%}.header_image{width:auto;height:320px;overflow:hidden;position:relative;border-radius:8px}.header_image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;opacity:0;transition:opacity .3s ease}.header_image:hover:after{opacity:1}.header_image img{width:100%;height:100%;object-fit:cover;object-position:top}@keyframes anim_show_img{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@media screen and (max-width: 1400px){.header_content h2{font-size:2.5rem;line-height:3rem}}@media screen and (max-width: 1100px){.header_content h2{font-size:2rem;line-height:2.8rem}}@media screen and (max-width: 900px){.Header_slide{width:100%;flex-direction:column;gap:50px;min-height:100vh;display:flex;align-items:center;justify-content:center}.header_content{width:100%;text-align:center;min-height:50vh;display:flex;flex-direction:column;justify-content:center}.header_images{width:100%;min-height:45vh;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.header_image{width:47%;height:270px}.header_image img{width:100%;height:100%;object-fit:cover}.swiper{max-height:none}}@media screen and (max-width: 768px){.header_wrapper .social{flex-direction:row;top:auto;bottom:20px;left:50%;transform:translate(-50%);gap:10px}.header_wrapper .social i{height:35px;width:35px;font-size:16px}.header_image{width:47%;height:250px}}@media screen and (max-width: 500px){.header_content h2{font-size:1.5rem;line-height:2rem}.header_wrapper .social{bottom:10px}.header_wrapper .social i{height:30px;width:30px;font-size:14px}.header_content button{width:150px;height:36px;font-size:.9rem}.header_content p{font-size:.9rem}.header_image{width:47%;height:240px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.about_container,.awards_container{display:flex;width:100%;gap:28px;margin-top:80px}.about_container .about_details,.awards_container .awards_image{width:30%}.about_container .about_details{display:flex;flex-direction:column;gap:14px}.about_container .about_details h2{font-size:40px;color:#ffffffe6;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.about_container .about_details small{font-size:18px;color:#ffffffb3;font-weight:500;text-transform:uppercase;letter-spacing:1px}.about_container .about_details p{color:#ffffffb3;font-size:16px;line-height:1.6}.about_container .about_details .profile{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.about_container .about_details .profile img{height:80px;width:80px;border:3px solid rgba(255,255,255,.7);border-radius:50%;transition:transform .5s ease,border-color .5s ease;z-index:2}.about_container .about_details .profile:hover img{transform:scale(1.1);border-color:#c8a98e}.about_container .about_details .profile:before{content:"";position:absolute;width:100%;height:100%;background:#c8a98e1a;top:0;left:-100%;transition:left .5s ease;z-index:1}.about_container .about_details .profile:hover:before{left:0}.about_container .about_details .profile i{font-size:24px;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#ffffffb3;cursor:pointer;transition:all .3s ease;z-index:2}.about_container .about_details .profile i:hover{background:#ffffff1a;transform:rotate(90deg)}.about_container .about_content,.awards_container .awards_details{width:70%}.about_container .about_content{display:flex;justify-content:space-between;gap:30px}.about_content .about_image{width:32%;height:380px;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 15px #0000004d;transition:transform .5s ease,box-shadow .5s ease;margin-top:20px}.about_content .about_image:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000080}.about_content .about_image:after{content:"";position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);transition:opacity .5s ease;opacity:.8}.about_content .about_image:hover:after{opacity:1}.about_content .about_image .about_info{position:absolute;bottom:-32%;left:20px;z-index:1;border-top:1px solid rgba(255,255,255,.2);width:90%;padding-top:20px;transition:bottom .5s ease}.about_content .about_image:hover .about_info{bottom:20px}.about_content .about_image .about_info h3{color:#ffffffe6;font-size:14px;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.about_content .about_image .about_info h3 span{display:block;font-size:32px;font-weight:700;margin-top:5px;color:#c8a98e}.about_content .about_image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.about_content .about_image:hover img{transform:scale(1.1)}.about_content .about_detail{width:68%;display:flex;flex-direction:column;gap:20px}.about_content .about_detail p,.awards_container .awards_details p{font-size:16px;color:#ffffffb3;line-height:1.6}.about_content .about_detail h3,.awards_container .awards_details h3{font-size:32px;color:#ffffffe6;line-height:1.2;font-weight:700}.Tools{display:flex;flex-direction:column;gap:15px}.Tools .Tool{display:flex;gap:20px;align-items:center;padding:15px;background:#ffffff0d;border-radius:8px;transition:background .3s ease,transform .3s ease}.Tools .Tool:hover{background:#ffffff1a;transform:translate(10px)}.Tools .Tool img{height:50px;width:50px;padding:10px;background-color:#83838333;border-radius:8px}.Tools .Tool p{color:#ffffffe6;font-size:18px;text-transform:uppercase;font-weight:600}.Tools .Tool p span{font-size:14px;color:#fff9;display:block;font-weight:400;text-transform:none}.awards_container .awards_details{display:flex;flex-direction:column;gap:18px}.awards_container .awards_image img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 4px 15px #0000004d;transition:transform .5s ease}.awards_container .awards_image img:hover{transform:scale(1.05)}.awards_list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:20px}.awards_list p{font-size:18px;color:#ffffffe6!important;display:flex;align-items:center;gap:15px;padding:15px;background:#ffffff0d;border-radius:8px;transition:background .3s ease,transform .3s ease}.awards_list p:hover{background:#ffffff1a;transform:translate(10px)}.awards_list p i{border:1px solid rgba(255,255,255,.2);padding:15px;border-radius:8px;font-size:24px;color:#ffffffe6;transition:background .3s ease}.awards_list p:hover i{background:#ffffff1a}@media (max-width: 900px){.about_container{flex-direction:column}.about_container .about_details,.about_container .about_content{width:100%}.awards_container{display:flex;flex-wrap:wrap}.awards_container .awards_image,.awards_container .awards_details{width:50%}}@media (max-width: 768px){.awards_container{flex-direction:column}.awards_container .awards_image,.awards_container .awards_details{width:100%}.Tools .Tool{flex-direction:column;align-items:flex-start}.Tools .Tool img{margin-bottom:10px}}@media (max-width: 500px){.about_container .about_content{flex-direction:column}.about_content .about_image,.about_content .about_detail{width:100%}.awards_list{grid-template-columns:repeat(1,1fr)}.Tools .Tool{padding:10px}.Tools .Tool img{height:40px;width:40px}.Tools .Tool p{font-size:16px}.Tools .Tool p span{font-size:12px}}.testimonials_section{width:100%;max-width:100%;padding:40px 20px;margin:0 auto;box-sizing:border-box}.testimonials_section h3{font-size:1.8rem;color:#ffffffe6;text-align:center;margin-bottom:30px;font-weight:600}.testimonials_slider{width:100%;max-width:800px;margin:0 auto;padding:0 10px;box-sizing:border-box}.testimonial_card{padding:20px 15px;text-align:center;outline:none}.testimonial_text{color:#ffffffe6;font-size:1rem;line-height:1.6;font-style:italic;margin-bottom:20px;padding:0 10px;position:relative}.testimonial_text:before{content:'"';color:#c8a98e;opacity:.5;font-size:2rem;position:absolute;left:-5px;top:-10px}.testimonial_author span{color:#c8a98e;font-weight:600;font-size:1rem;display:block}.testimonials_slider .slick-dots{bottom:-30px;position:relative;margin-top:20px}.testimonials_slider .slick-dots li{margin:0 3px}.testimonials_slider .slick-dots li button:before{color:#ffffff4d;font-size:10px;opacity:1}.testimonials_slider .slick-dots li.slick-active button:before{color:#c8a98e}@media (min-width: 768px){.testimonials_section h3{font-size:2rem}.testimonial_text{font-size:1.1rem;padding:0 30px}.testimonial_text:before{left:-10px;font-size:2.5rem}}@media (min-width: 992px){.testimonials_section{padding:60px 20px}}.faq-section{max-width:900px;margin:0 auto;padding:0 20px 50px}.faq-item{margin-bottom:10px;border-radius:8px;overflow:hidden;background:#ffffff08;transition:all .3s ease}.faq-item:focus,.faq-item:focus-visible{outline:none;box-shadow:0 0 0 2px #c8a98e}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;cursor:pointer;transition:all .3s ease;position:relative}.faq-question:hover{background:#c8a98e1a}.faq-question:active{background:#c8a98e26}.faq-question h3{font-size:1.1rem;font-weight:500;margin:0;color:#ffffffe6;flex:1}.faq-toggle{width:24px;height:24px;margin-left:15px;display:flex;align-items:center;justify-content:center;background:#c8a98e33;border-radius:50%;color:#c8a98e;font-size:1.1rem;transition:all .3s ease}.faq-question:hover .faq-toggle{background:#c8a98e4d;transform:rotate(90deg)}.faq-answer{padding:0 20px 20px;color:#fffc;line-height:1.7;font-size:.95rem;animation:fadeIn .4s cubic-bezier(.25,.46,.45,.94);border-left:2px solid rgba(200,169,142,.3);margin-left:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq-question{padding:15px}.faq-question h3{font-size:1rem}.faq-answer{padding:0 15px 15px;font-size:.9rem}}.faq-question:focus{outline:none}.f aq-question:focus-visible{box-shadow:0 0 0 2px #c8a98e80;border-radius:8px}.profile-trigger{display:flex;flex-direction:column;align-items:center;cursor:pointer;margin:0 auto 25px;width:max-content;background:none;border:none;outline:none;-webkit-tap-highlight-color:transparent;padding:12px;border-radius:50%;transition:all .4s cubic-bezier(.16,1,.3,1)}.profile-trigger:hover{background:#c8a98e0d;transform:translateY(-2px)}.profile-image{width:110px;height:110px;border-radius:50%;object-fit:cover;border:2px solid rgba(200,169,142,.3);box-shadow:0 4px 20px #00000014;transition:all .6s cubic-bezier(.22,1,.36,1);filter:grayscale(15%)}.profile-trigger:hover .profile-image{border-color:#c8a98eb3;box-shadow:0 6px 24px #c8a98e26;filter:grayscale(0%)}.arrow-icon{color:#c8a98ecc;font-size:22px;margin-top:18px;transition:all .6s cubic-bezier(.83,0,.17,1)}.arrow-icon.rotated{transform:rotate(180deg);color:#c8a98e}.expandable-content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:all .8s cubic-bezier(.33,1,.68,1);width:100%;padding:0 5%;box-sizing:border-box}.expandable-content.expanded{max-height:600px;opacity:1;transform:translateY(0);border-top:1px solid rgba(200,169,142,.15);margin-top:15px;padding-top:25px}.about_details h2{font-weight:400;letter-spacing:.5px;margin:25px 0 10px;color:#fffffff2;font-size:2.2rem;text-align:center;font-family:Playfair Display,serif}.about_details small{display:block;text-align:center;color:#c8a98ee6;margin-bottom:25px;letter-spacing:1px;font-size:.9rem;text-transform:uppercase}.about_details p{text-align:center;line-height:1.8;color:#ffffffbf;font-weight:300;font-size:1.05rem;max-width:700px;margin:0 auto;padding:0 5%}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.expandable-content.expanded h2,.expandable-content.expanded small,.expandable-content.expanded p{animation:fadeIn .6s ease-out forwards}.expandable-content.expanded p{animation-delay:.2s}@media (max-width: 768px){.profile-image{width:90px;height:90px}.about_details h2{font-size:1.8rem;margin-top:20px}.expandable-content.expanded{padding-top:20px}.about_details p{font-size:1rem;line-height:1.7}.arrow-icon{margin-top:15px}}.instructors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:30px}.instructor-card{position:relative;background:#ffffff08;border-radius:12px;overflow:hidden;padding:25px;transition:all .5s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.05)}.instructor-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000004d;background:#ffffff0f;border-color:#c8a98e33}.instructor-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;position:relative;z-index:2}.instructor-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid rgba(200,169,142,.3);transition:all .5s ease;filter:grayscale(20%)}.instructor-card:hover .instructor-photo{filter:grayscale(0%);border-color:#c8a98e;transform:scale(1.05)}.instructor-title h3{color:#fffffff2;font-size:22px;margin-bottom:5px;font-weight:600;letter-spacing:.5px}.instructor-title p{color:#c8a98ee6;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.instructor-bio{color:#ffffffbf;font-size:15px;line-height:1.7;position:relative;z-index:2}.instructor-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(200,169,142,.03) 0%,transparent 100%);opacity:0;transition:opacity .5s ease}.instructor-card:hover:after{opacity:1}.instructor-signature{font-style:italic;color:#c8a98ecc;margin-top:30px;padding-top:20px;border-top:1px solid rgba(200,169,142,.2);text-align:center;grid-column:1 / -1;font-size:16px}@media (max-width: 768px){.instructors-grid{grid-template-columns:1fr}.instructor-header{flex-direction:column;text-align:center}.instructor-photo{width:100px;height:100px}}@media (max-width: 500px){.instructor-card{padding:20px}.instructor-photo{width:80px;height:80px}.instructor-title h3{font-size:20px}}p,h2{font-family:Arial,sans-serif}h2{font-size:2rem;line-height:1.3}p{font-size:1rem;line-height:1.5;margin-top:10px}.Gallery{columns:500px;gap:1rem}.Gallery .gallery_img{width:100%;height:100%;position:relative;margin-bottom:.5rem;break-inside:avoid;overflow:hidden;border-radius:20px;will-change:transform}.Gallery .gallery_img:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:transparent;border-radius:20px;outline:1px solid rgba(255,255,255,.8);outline-offset:-18px;transition:.6s}.Gallery .gallery_img:hover:after{outline-color:#ffffff1a}.Gallery .gallery_img img{width:100%;height:100%;border-radius:20px;object-fit:cover;margin-bottom:1rem;transition:transform .6s ease,filter .6s ease;will-change:transform}.Gallery .gallery_img:hover img{transform:scale(1.3);filter:brightness(1.2)}@keyframes glow{0%{box-shadow:0 0 10px #ffffff4d}50%{box-shadow:0 0 20px #ffffff80}to{box-shadow:0 0 10px #ffffff4d}}.Gallery .gallery_img:hover:after{animation:glow 2s infinite}.map-wrapper{margin-top:2rem;padding:15px 1rem;display:flex;flex-direction:column;align-items:center;height:80%}.map-title{text-align:center;margin-bottom:1rem;font-size:1.8rem;font-weight:700;color:#fffc}.map-container{width:100%;max-width:1000px;height:400px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 4px 10px #0003}.map-inner{width:100%;height:100%}@media (max-width: 768px){h2{font-size:1.5rem}p{font-size:.9rem}.map-container{height:300px;width:300px;border-radius:15px}}@media (max-width: 480px){h2{font-size:1.2rem}p{font-size:.8rem}.Gallery{columns:1}.Gallery .gallery_img:hover img{transform:scale(1.1)}}.sub_Wrapper{text-align:center;padding:20px;background-color:transparent}.Section_title p{color:#fffc;font-size:16px;margin-bottom:10px}.Section_title h2{color:#fffc;font-size:28px;margin-bottom:15px}.sub_cards{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%}.card{background-color:transparent;border:1px solid rgba(255,255,255,.5);border-radius:10px;padding:30px;width:100%;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-10px);box-shadow:0 8px 16px #0003}.card img{width:100%;height:300px;object-fit:cover;border-radius:10px}.sub_content{display:flex;flex-direction:column;align-items:flex-start;text-align:start;flex-grow:1}.sub_content p{margin-top:10px;font-size:15px;background-color:#fffaf026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:8px;border-radius:5px;color:#fffc}.sub_content h3{font-size:28px;margin-bottom:20px;color:#fffc;line-height:1.4}.sub_content .sessions{width:100%;margin-bottom:20px}.sub_content .session{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.3);color:#fffc}.sub_content .session:last-child{border-bottom:none}.sub_content .profile{display:flex;align-items:center;gap:10px;font-size:14px;color:#fffc}.start_button{width:180px;height:42px;background:linear-gradient(to right,#d2a679,#8b5e3c);border:none;color:#fff;font-size:1rem;border-radius:25px;cursor:pointer;transform:translate(-100px);opacity:0;animation:anim_show 1s .5s cubic-bezier(.68,-.55,.265,1.55) forwards;transition:transform .3s ease,box-shadow .3s ease;margin-top:20px;align-self:flex-end}.start_button:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.last_card .sub_content{justify-content:space-between}.last_card .start_button{margin-top:40px}@keyframes anim_show{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}.validity{margin-top:30px;font-size:16px;color:#fffc;text-align:center;position:relative;padding:10px 20px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:30px;display:inline-block;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px #0003;animation:float 2s ease-in-out infinite,fadeInScale 1.5s ease-out;line-height:1.6;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.sub_cards{grid-template-columns:repeat(2,1fr);gap:30px}.Section_title h2,.sub_content h3{font-size:24px}.card img{height:250px}}@media (max-width: 768px){.sub_cards{grid-template-columns:1fr;gap:20px}.Section_title h2{font-size:22px}.Section_title p{font-size:14px}.card{padding:20px}.sub_content h3{font-size:22px}.sub_content p{font-size:14px}.card img{height:200px}.start_button{width:160px;height:38px;font-size:.9rem}}@media (max-width: 480px){.Section_title h2{font-size:20px}.Section_title p{font-size:13px}.sub_content h3{font-size:20px}.sub_content p{font-size:13px}.card img{height:180px}.start_button{width:140px;height:36px;font-size:.8rem}}.contact_wrapper{padding:40px 20px;background:linear-gradient(to right,#d2a679,#8b5e3c);color:#fff}.Section_title{text-align:center;margin-bottom:30px;padding:0 10px}.Section_title p{font-size:1.2em;color:#ffffffb3;margin-bottom:5px}.contact_title{font-size:2.5em;color:#ffffffe6;font-weight:700;max-width:800px;margin:0 auto;word-wrap:break-word;line-height:1.3}.contact_container{display:flex;width:100%;max-width:1200px;margin:0 auto;gap:50px;align-items:center}.contact_image{width:40%;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 10px 30px #0000004d}.contact_image img{height:100%;width:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease}.contact_image:hover img{transform:scale(1.1) rotate(1deg);filter:brightness(1.1) contrast(1.1)}.contact_image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#00000080);opacity:0;transition:opacity .5s ease;border-radius:15px}.contact_image:hover:after{opacity:1}.contact_details{width:50%;display:flex;flex-direction:column;gap:35px}.detail_wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.detail{display:flex;align-items:center;gap:10px;background-color:#ffffff1a;padding:20px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease,box-shadow .3s ease}.detail:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000004d}.detail i{font-size:1.5em;color:#fff}.detail a{text-decoration:none;color:inherit}.detail a:hover{text-decoration:underline}.detail p{margin:0;font-size:1em;color:#fffc}.form{background-color:#ffffff1a;padding:30px;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);width:100%}.form h3{font-size:1.8em;margin-bottom:20px;color:#fffc}.input_container{display:flex;gap:20px;margin-bottom:20px}.input_wrapper{flex:1}.input_wrapper input{width:100%;padding:15px;border:1px solid rgba(255,255,255,.3);border-radius:10px;font-size:1em;background-color:#ffffff1a;color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.input_wrapper input::placeholder{color:#ffffffb3}.input_wrapper input:focus{border-color:#fff;box-shadow:0 0 15px #fff6;outline:none}.message_container{margin-top:20px}textarea{width:100%;padding:15px;border:1px solid rgba(255,255,255,.3);border-radius:10px;font-size:1em;background-color:#ffffff1a;color:#fff;transition:border-color .3s ease,box-shadow .3s ease;resize:none;height:150px}textarea::placeholder{color:#ffffffb3}textarea:focus{border-color:#fff;box-shadow:0 0 15px #fff6;outline:none}.contact_button{height:40px;width:140px;font-size:18px;background:linear-gradient(to right,#d2a679,#8b5e3c);border:none;cursor:pointer;transition:all .6s ease;border-radius:8px;color:#fff;margin-top:20px;position:relative;overflow:hidden;z-index:1}.contact_button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#8b5e3c,#d2a679);z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.contact_button:hover:before{transform:scaleX(1)}.contact_button:hover{color:#fff;box-shadow:0 4px 15px #8b5e3c99}@media (max-width: 768px){.contact_container{flex-direction:column;gap:30px}.contact_image,.contact_details{width:100%}.contact_image{height:300px}.input_container{flex-direction:column}}.footer_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;background:linear-gradient(to right,#d2a679,#8b5e3c);color:#fff;text-align:center}.footer_wrapper h3{font-size:45px;color:#ffffffe6;margin-bottom:20px}.footer_links{margin:20px 0;display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer_links a{color:#ffffffb3;text-decoration:none;font-size:18px;transition:color .3s ease,transform .3s ease}.footer_links a:hover{color:var(--primary-color);transform:translateY(-3px)}.social{display:flex;gap:20px;margin-top:20px}.social i{font-size:24px;color:#ffffffb3;cursor:pointer;transition:color .3s ease,transform .3s ease}.social i:hover{color:var(--primary-color);transform:translateY(-3px)}.copyright{text-align:center;font-size:.9em;color:#ffffffb3;margin-top:20px}.copyright a{color:#fffc;text-decoration:none;transition:color .3s ease}.copyright a:hover{color:#d2a679;text-decoration:underline}@media screen and (max-width: 768px){.footer_wrapper h3{font-size:36px}.footer_links{gap:15px}.footer_links a{font-size:16px}.social i{font-size:20px}}@media screen and (max-width: 480px){.footer_wrapper h3{font-size:28px}.footer_links{gap:10px}.footer_links a{font-size:14px}.social i{font-size:18px}}
